2018-05-11 04:51:18,757 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-113 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-11 04:51:18,759 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ChC2cER3JXxbnkf3aZVRQ36gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-11 04:51:18,759 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-11 04:51:18,760 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-11 04:51:18,761 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-11 04:51:18,761 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-11 04:51:20,560 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-11 04:51:29,215 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.644s OK 2018-05-11 04:51:29,347 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 04:51:29,347 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-11 04:51:29,351 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-11 04:51:30,032 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-11 05:00:29,404 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 539.318s OK 2018-05-11 05:00:29,521 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:00:29,522 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-11 05:00:29,525 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-11 05:00:30,209 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-11 05:01:01,108 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 30.898s OK 2018-05-11 05:01:01,224 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:01:01,225 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:31 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-11 05:01:01,229 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 08:59 | PASS | | snaps_health_check | functest | healthcheck | 00:31 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-11 05:01:01,232 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-11 05:01:03,702 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-113 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-11 05:01:03,704 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ChC2cER3JXxbnkf3aZVRQ36gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-11 05:01:03,704 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-11 05:01:03,705 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-11 05:01:03,705 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-11 05:01:03,706 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-11 05:01:04,481 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-11 05:01:04,481 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-11 05:01:04,903 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-11 05:01:04,903 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-11 05:01:05,340 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-11 05:01:05,341 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-11 05:01:05' 2018-05-11 05:01:05,341 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:07,216 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:09,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:14,604 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:15,320 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:16,025 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:20,622 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:22,816 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-4e026d15-12d6-461b-945d-0edb30ef616e' 2018-05-11 05:01:42,080 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-11 05:01:45,805 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-11 05:01:45,941 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-11 05:01:46,948 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-11 05:01:46,948 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-11 05:01:46,949 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-11 05:01:47,539 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:01:47,540 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-11 05:02:01,928 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-11 05:02:02,018 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-11 05:02:02,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-11 05:02:02' 2018-05-11 05:02:02,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--a75ef84b-b72f-4332-be91-2cdf69f9e3ff' 2018-05-11 05:02:04,502 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-a75ef84b-b72f-4332-be91-2cdf69f9e3ff' 2018-05-11 05:02:06,125 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-a75ef84b-b72f-4332-be91-2cdf69f9e3ff' 2018-05-11 05:02:11,340 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-a75ef84b-b72f-4332-be91-2cdf69f9e3ff' 2018-05-11 05:02:11,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-a75ef84b-b72f-4332-be91-2cdf69f9e3ff' 2018-05-11 05:02:15,928 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-a75ef84b-b72f-4332-be91-2cdf69f9e3ff' 2018-05-11 05:02:21,337 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-11 05:02:29,692 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-11 05:02:31,989 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-11 05:02:32,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:02:32,101 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-11 05:02:50,344 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-11 05:02:50,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-11 05:02:55,025 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-11 05:02:54.752 19 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fa106393-308d-405b-a6e0-452c8df3a7d1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fa106393-308d-405b-a6e0-452c8df3a7d1 | 2018-05-11T05:02:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fa106393-308d-405b-a6e0-452c8df3a7d1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-11 05:02:58,675 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-11 05:02:58,676 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-11 05:03:04,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-11 05:03:02.890 28 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-11 05:03:03.034 28 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-11 05:03:04.225 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70) has been successfully created! Using verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70) as the default verifier for the future CLI operations. 2018-05-11 05:03:07,482 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-11 05:03:09,569 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-11 05:03:13,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-11 05:03:18,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-11 05:03:17.545 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70) for deployment 'opnfv-rally' (UUID=fa106393-308d-405b-a6e0-452c8df3a7d1). 2018-05-11 05:03:18.254 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70) has been successfully configured for deployment 'opnfv-rally' (UUID=fa106393-308d-405b-a6e0-452c8df3a7d1)! 2018-05-11 05:03:18,461 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-11 05:03:18,461 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-11 05:03:18,463 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-11 05:03:18,466 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-11 05:03:21,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-055e1dbc-db86-413e-9b6b-0783c15b1b70/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-11 05:03:21,624 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-11 05:03:21,626 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-11 05:03:21,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-11 05:03:23,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:23.787 56 INFO rally.api [-] Starting verification (UUID=9acc2991-564b-4097-a498-491536c973eb) for deployment 'opnfv-rally' (UUID=fa106393-308d-405b-a6e0-452c8df3a7d1) by verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70). 2018-05-11 05:03:23,788 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9acc2991-564b-4097-a498-491536c973eb 2018-05-11 05:03:30,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:30.064 56 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.166s] 2018-05-11 05:03:30,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:30.122 56 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-05-11 05:03:35,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:35.825 56 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.969s] 2018-05-11 05:03:37,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:37.187 56 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.361s] 2018-05-11 05:03:44,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:44.609 56 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.642s] 2018-05-11 05:03:56,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:03:56.483 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.207s] 2018-05-11 05:04:24,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:04:24.350 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.093s] 2018-05-11 05:04:24,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:04:24.351 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-11 05:04:48,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:04:48.114 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-05-11 05:04:48,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:04:48.115 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-11 05:05:11,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:05:11.634 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.063s] 2018-05-11 05:05:11,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:05:11.635 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-11 05:05:58,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:05:58.293 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.967s] 2018-05-11 05:06:44,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:44.990 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.047s] 2018-05-11 05:06:45,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:45.088 56 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-05-11 05:06:52,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:52.264 56 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.637s] 2018-05-11 05:06:52,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:52.273 56 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-11 05:06:53,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:53.308 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-11 05:06:53,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:53.308 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-11 05:06:57,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:06:57.029 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.328s] 2018-05-11 05:07:02,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:02.145 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.112s] 2018-05-11 05:07:07,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:07.513 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.558s] 2018-05-11 05:07:13,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:13.646 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.386s] 2018-05-11 05:07:21,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:21.624 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.812s] 2018-05-11 05:07:27,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:27.093 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.336s] 2018-05-11 05:07:32,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:32.040 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2018-05-11 05:07:38,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:38.512 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.384s] 2018-05-11 05:07:44,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:44.450 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.420s] 2018-05-11 05:07:51,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:51.695 56 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.492s] 2018-05-11 05:07:53,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:53.464 56 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-11 05:07:55,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:55.322 56 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2018-05-11 05:07:55,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:55.394 56 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-05-11 05:07:55,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:55.463 56 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.068s] 2018-05-11 05:07:55,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:07:55.469 56 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-11 05:08:00,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:00.761 56 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.669s] 2018-05-11 05:08:01,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:01.587 56 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.826s] 2018-05-11 05:08:02,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:02.673 56 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.085s] 2018-05-11 05:08:09,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:09.459 56 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-11 05:08:14,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:14.215 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.763s] 2018-05-11 05:08:26,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:26.317 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.150s] 2018-05-11 05:08:28,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:28.538 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.221s] 2018-05-11 05:08:38,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:38.500 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.622s] 2018-05-11 05:08:41,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:41.706 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.205s] 2018-05-11 05:08:46,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:46.885 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.178s] 2018-05-11 05:08:55,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:55.054 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.598s] 2018-05-11 05:08:58,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:08:58.156 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.101s] 2018-05-11 05:09:01,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:01.172 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.015s] 2018-05-11 05:09:12,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:12.861 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.835s] 2018-05-11 05:09:13,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:13.150 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.289s] 2018-05-11 05:09:13,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:13.255 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.105s] 2018-05-11 05:09:13,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:13.308 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.053s] 2018-05-11 05:09:13,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:13.615 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.306s] 2018-05-11 05:09:13,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:13.668 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-05-11 05:09:21,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:21.498 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.610s] 2018-05-11 05:09:21,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:21.917 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.418s] 2018-05-11 05:09:22,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:22.026 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2018-05-11 05:09:22,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:22.077 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.050s] 2018-05-11 05:09:22,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:22.478 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.399s] 2018-05-11 05:09:22,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:22.532 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-05-11 05:09:30,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:29.999 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.435s] 2018-05-11 05:09:33,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:33.230 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.230s] 2018-05-11 05:09:34,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:34.901 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.669s] 2018-05-11 05:09:34,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:34.953 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.052s] 2018-05-11 05:09:35,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:35.003 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.050s] 2018-05-11 05:09:44,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:44.262 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.169s] 2018-05-11 05:09:47,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:47.464 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.202s] 2018-05-11 05:09:49,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:49.231 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.765s] 2018-05-11 05:09:49,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:49.283 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2018-05-11 05:09:49,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:09:49.333 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-05-11 05:10:02,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:02.489 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.397s] 2018-05-11 05:10:07,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:07.341 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.851s] 2018-05-11 05:10:11,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:11.333 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.992s] 2018-05-11 05:10:14,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:14.482 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.148s] 2018-05-11 05:10:29,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:29.923 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.471s] 2018-05-11 05:10:34,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:34.881 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.957s] 2018-05-11 05:10:38,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:38.839 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.957s] 2018-05-11 05:10:42,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:42.087 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.248s] 2018-05-11 05:10:50,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:50.231 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.221s] 2018-05-11 05:10:51,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:51.397 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.163s] 2018-05-11 05:10:51,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:51.436 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.042s] 2018-05-11 05:10:55,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:55.498 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.261s] 2018-05-11 05:10:57,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:57.080 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.580s] 2018-05-11 05:10:57,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:10:57.121 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-05-11 05:11:00,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:00.682 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.647s] 2018-05-11 05:11:03,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:03.480 56 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-05-11 05:11:04,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:04.531 56 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-11 05:11:04,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:04.532 56 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-11 05:11:04,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:04.533 56 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-11 05:11:04,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:04.534 56 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-11 05:11:04,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:04.535 56 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-11 05:11:06,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:06.354 56 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-11 05:11:20,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:20.894 56 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.013s] 2018-05-11 05:11:32,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:32.504 56 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.062s] 2018-05-11 05:11:42,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:42.282 56 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.776s] 2018-05-11 05:11:50,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:11:50.910 56 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-05-11 05:14:26,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:14:26.342 56 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [149.674s] 2018-05-11 05:14:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:14:59.673 56 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [25.344s] 2018-05-11 05:15:36,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:15:36.512 56 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.307s] 2018-05-11 05:15:47,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9acc2991-564b-4097-a498-491536c973eb']'. 2018-05-11 05:15:48,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-11 05:15:48,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-11 05:15:48,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9acc2991-564b-4097-a498-491536c973eb | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-11 05:03:23 | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-11 05:15:47 | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:24 | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-11 05:15:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 055e1dbc-db86-413e-9b6b-0783c15b1b70) | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fa106393-308d-405b-a6e0-452c8df3a7d1) | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 728.519 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-11 05:15:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 05:15:48,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-11 05:15:48,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-05-11 05:15:53,447 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:15:53,448 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:46 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-11 05:15:53,452 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-11 05:15:53,453 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-11 05:15:53,539 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-11 05:15:53,957 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-11 05:15:53,958 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-11 05:15:54,341 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-11 05:15:56,901 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-11 05:15:56.479 207 INFO rally.deployment.engine [-] Deployment fa106393-308d-405b-a6e0-452c8df3a7d1 | Starting: Destroy cloud and free allocated resources. 2018-05-11 05:15:56.563 207 INFO rally.deployment.engine [-] Deployment fa106393-308d-405b-a6e0-452c8df3a7d1 | Completed: Destroy cloud and free allocated resources. 2018-05-11 05:15:56.603 207 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70) for deployment 'opnfv-rally'. 2018-05-11 05:15:56.620 207 INFO rally.api [-] Deleting verification (UUID=9acc2991-564b-4097-a498-491536c973eb). 2018-05-11 05:15:56.665 207 INFO rally.api [-] Verification has been successfully deleted! 2018-05-11 05:15:56.666 207 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70). 2018-05-11 05:15:56.677 207 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-11 05:15:59,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-11 05:15:59.255 210 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e1d5ef37-14bf-4ad2-ae6c-d14fe0511b7f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e1d5ef37-14bf-4ad2-ae6c-d14fe0511b7f | 2018-05-11T05:15:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e1d5ef37-14bf-4ad2-ae6c-d14fe0511b7f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-11 05:16:02,959 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-11 05:16:02,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-11 05:16:04,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1'... 2018-05-11 05:16:06,679 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-15491de4-b979-4899-894c-5a837d35bfd1'... 2018-05-11 05:16:08,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-15491de4-b979-4899-894c-5a837d35bfd1'... 2018-05-11 05:16:12,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1'... 2018-05-11 05:16:13,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1'... 2018-05-11 05:16:14,054 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-11 05:16:14,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-11 05:16:14,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:16:14,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:16:14,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:17:13,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 577e23f6-40b6-4d10-b747-084d07b770e1 2018-05-11 05:17:13,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-11 05:17:13,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '577e23f6-40b6-4d10-b747-084d07b770e1'] 2018-05-11 05:17:14,883 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | total | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> duration | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.458642 Full duration: 6.503674 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.408 | 0.408 | 0.408 | 0.408 | 0.408 | 0.408 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.82808 Full duration: 7.053446 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> duration | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618277 Full duration: 6.729535 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767642 Full duration: 6.905411 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> duration | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738624 Full duration: 7.040855 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 577e23f6-40b6-4d10-b747-084d07b770e1 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.655906 Full duration: 6.584609 HINTS: * To plot HTML graphics with this data, run: rally task report 577e23f6-40b6-4d10-b747-084d07b770e1 --out output.html * To generate a JUnit report, run: rally task export 577e23f6-40b6-4d10-b747-084d07b770e1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 577e23f6-40b6-4d10-b747-084d07b770e1 --json --out output.json 2018-05-11 05:17:14,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '577e23f6-40b6-4d10-b747-084d07b770e1'] 2018-05-11 05:17:15,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:17:15,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '577e23f6-40b6-4d10-b747-084d07b770e1', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-11 05:17:15,927 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-11 05:17:15,927 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-11 05:17:15,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-11 05:17:15,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:17:15,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:17:15,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:18:44,910 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8e67b169-a1a8-4657-8a61-0f82ec917d10 2018-05-11 05:18:44,910 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8e67b169-a1a8-4657-8a61-0f82ec917d10'] 2018-05-11 05:18:46,005 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8e67b169-a1a8-4657-8a61-0f82ec917d10: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8e67b169-a1a8-4657-8a61-0f82ec917d10 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.7 | 3.7 | 3.7 | 3.7 | 3.7 | 3.7 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | glance_v2.delete_image | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 1.373 | 100.0% | 1 | | total | 5.073 | 5.073 | 5.073 | 5.073 | 5.073 | 5.073 | 100.0% | 1 | | -> duration | 5.073 | 5.073 | 5.073 | 5.073 | 5.073 | 5.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.072884 Full duration: 12.52606 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8e67b169-a1a8-4657-8a61-0f82ec917d10 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 3.08 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | glance_v2.list_images | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | -> duration | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.117981 Full duration: 14.357684 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 8e67b169-a1a8-4657-8a61-0f82ec917d10 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> duration | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.179784 Full duration: 7.336655 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "number_instances": 2, "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 8e67b169-a1a8-4657-8a61-0f82ec917d10 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | nova.boot_servers | 11.447 | 11.447 | 11.447 | 11.447 | 11.447 | 11.447 | 100.0% | 1 | | total | 14.705 | 14.705 | 14.705 | 14.705 | 14.705 | 14.705 | 100.0% | 1 | | -> duration | 13.705 | 13.705 | 13.705 | 13.705 | 13.705 | 13.705 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.705469 Full duration: 37.918056 HINTS: * To plot HTML graphics with this data, run: rally task report 8e67b169-a1a8-4657-8a61-0f82ec917d10 --out output.html * To generate a JUnit report, run: rally task export 8e67b169-a1a8-4657-8a61-0f82ec917d10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8e67b169-a1a8-4657-8a61-0f82ec917d10 --json --out output.json 2018-05-11 05:18:46,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8e67b169-a1a8-4657-8a61-0f82ec917d10'] 2018-05-11 05:18:47,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:18:47,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8e67b169-a1a8-4657-8a61-0f82ec917d10', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-11 05:18:47,101 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-11 05:18:47,102 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-11 05:18:47,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-11 05:18:47,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:18:47,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:18:47,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:21:47,074 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b3c1943a-ca32-4148-ac23-6b04818ed292 2018-05-11 05:21:47,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b3c1943a-ca32-4148-ac23-6b04818ed292'] 2018-05-11 05:21:48,214 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 2.989 | 2.989 | 2.989 | 2.989 | 2.989 | 2.989 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.577 | 2.577 | 2.577 | 2.577 | 2.577 | 2.577 | 100.0% | 1 | | total | 5.567 | 5.567 | 5.567 | 5.567 | 5.567 | 5.567 | 100.0% | 1 | | -> duration | 5.567 | 5.567 | 5.567 | 5.567 | 5.567 | 5.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.566553 Full duration: 21.652793 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 100.0% | 1 | | cinder_v2.delete_volume | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 100.0% | 1 | | total | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 100.0% | 1 | | -> duration | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.396193 Full duration: 14.485729 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.389 | 7.389 | 7.389 | 7.389 | 7.389 | 7.389 | 100.0% | 1 | | cinder_v2.delete_volume | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 2.427 | 100.0% | 1 | | total | 9.816 | 9.816 | 9.816 | 9.816 | 9.816 | 9.816 | 100.0% | 1 | | -> duration | 9.816 | 9.816 | 9.816 | 9.816 | 9.816 | 9.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.816248 Full duration: 19.372509 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.041 | 3.041 | 3.041 | 3.041 | 3.041 | 3.041 | 100.0% | 1 | | cinder_v2.delete_volume | 2.455 | 2.455 | 2.455 | 2.455 | 2.455 | 2.455 | 100.0% | 1 | | total | 5.497 | 5.497 | 5.497 | 5.497 | 5.497 | 5.497 | 100.0% | 1 | | -> duration | 5.497 | 5.497 | 5.497 | 5.497 | 5.497 | 5.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.496791 Full duration: 14.40489 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 3.104 | 100.0% | 1 | | cinder_v2.extend_volume | 2.509 | 2.509 | 2.509 | 2.509 | 2.509 | 2.509 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 7.91 | 7.91 | 7.91 | 7.91 | 7.91 | 7.91 | 100.0% | 1 | | -> duration | 7.91 | 7.91 | 7.91 | 7.91 | 7.91 | 7.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.910374 Full duration: 17.039838 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | cinder_v2.delete_volume | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | total | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 100.0% | 1 | | -> duration | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 5.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.592059 Full duration: 21.646303 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | cinder_v2.list_qos | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832177 Full duration: 11.177328 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.set_qos | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759442 Full duration: 11.380981 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | cinder_v2.list_types | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733332 Full duration: 11.290362 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b3c1943a-ca32-4148-ac23-6b04818ed292 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791934 Full duration: 11.182829 HINTS: * To plot HTML graphics with this data, run: rally task report b3c1943a-ca32-4148-ac23-6b04818ed292 --out output.html * To generate a JUnit report, run: rally task export b3c1943a-ca32-4148-ac23-6b04818ed292 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b3c1943a-ca32-4148-ac23-6b04818ed292 --json --out output.json 2018-05-11 05:21:48,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b3c1943a-ca32-4148-ac23-6b04818ed292'] 2018-05-11 05:21:49,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:21:49,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b3c1943a-ca32-4148-ac23-6b04818ed292', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-11 05:21:49,353 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-11 05:21:49,354 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-11 05:21:49,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-11 05:21:49,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:21:49,370 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:21:49,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:23:05,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ba003e52-4236-45af-8c18-50b215b751df 2018-05-11 05:23:05,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ba003e52-4236-45af-8c18-50b215b751df'] 2018-05-11 05:23:06,490 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ba003e52-4236-45af-8c18-50b215b751df: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ba003e52-4236-45af-8c18-50b215b751df has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 4.315 | 100.0% | 1 | | heat.update_stack | 2.691 | 2.691 | 2.691 | 2.691 | 2.691 | 2.691 | 100.0% | 1 | | heat.delete_stack | 2.264 | 2.264 | 2.264 | 2.264 | 2.264 | 2.264 | 100.0% | 1 | | total | 9.27 | 9.27 | 9.27 | 9.27 | 9.27 | 9.27 | 100.0% | 1 | | -> duration | 5.27 | 5.27 | 5.27 | 5.27 | 5.27 | 5.27 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.269968 Full duration: 18.304931 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ba003e52-4236-45af-8c18-50b215b751df has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.359 | 4.359 | 4.359 | 4.359 | 4.359 | 4.359 | 100.0% | 1 | | heat.check_stack | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | heat.delete_stack | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 2.347 | 100.0% | 1 | | total | 7.077 | 7.077 | 7.077 | 7.077 | 7.077 | 7.077 | 100.0% | 1 | | -> duration | 5.077 | 5.077 | 5.077 | 5.077 | 5.077 | 5.077 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.076779 Full duration: 14.76029 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ba003e52-4236-45af-8c18-50b215b751df has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.407 | 4.407 | 4.407 | 4.407 | 4.407 | 4.407 | 100.0% | 1 | | heat.suspend_stack | 1.498 | 1.498 | 1.498 | 1.498 | 1.498 | 1.498 | 100.0% | 1 | | heat.resume_stack | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | heat.delete_stack | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | total | 8.508 | 8.508 | 8.508 | 8.508 | 8.508 | 8.508 | 100.0% | 1 | | -> duration | 6.508 | 6.508 | 6.508 | 6.508 | 6.508 | 6.508 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.507963 Full duration: 17.257078 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task ba003e52-4236-45af-8c18-50b215b751df has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> duration | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.554833 Full duration: 7.618802 HINTS: * To plot HTML graphics with this data, run: rally task report ba003e52-4236-45af-8c18-50b215b751df --out output.html * To generate a JUnit report, run: rally task export ba003e52-4236-45af-8c18-50b215b751df --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ba003e52-4236-45af-8c18-50b215b751df --json --out output.json 2018-05-11 05:23:06,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ba003e52-4236-45af-8c18-50b215b751df'] 2018-05-11 05:23:07,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:23:07,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ba003e52-4236-45af-8c18-50b215b751df', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-11 05:23:07,459 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-11 05:23:07,459 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-11 05:23:07,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-11 05:23:07,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:23:07,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:23:07,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:26:04,972 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2d129d70-3206-4d85-be17-6600ef881296 2018-05-11 05:26:04,972 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2d129d70-3206-4d85-be17-6600ef881296'] 2018-05-11 05:26:06,101 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.68957 Full duration: 13.51658 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | keystone_v3.list_roles | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680502 Full duration: 13.419455 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | keystone_v3.list_projects | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706573 Full duration: 13.354791 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | keystone_v3.delete_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> duration | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.576167 Full duration: 11.221699 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | keystone_v3.delete_service | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> duration | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.570434 Full duration: 11.455261 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.create_user | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.create_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_project | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_user | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_role | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.list_services | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_services | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | -> duration | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.655442 Full duration: 18.231419 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.837553 Full duration: 11.48915 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | total | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> duration | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.717018 Full duration: 13.57807 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> duration | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618694 Full duration: 13.142732 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | keystone_v3.list_users | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.823587 Full duration: 13.621885 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 2d129d70-3206-4d85-be17-6600ef881296 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | keystone_v3.create_users | 4.567 | 4.567 | 4.567 | 4.567 | 4.567 | 4.567 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.567 | 4.567 | 4.567 | 4.567 | 4.567 | 4.567 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | total | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 100.0% | 1 | | -> duration | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.148251 Full duration: 22.717151 HINTS: * To plot HTML graphics with this data, run: rally task report 2d129d70-3206-4d85-be17-6600ef881296 --out output.html * To generate a JUnit report, run: rally task export 2d129d70-3206-4d85-be17-6600ef881296 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2d129d70-3206-4d85-be17-6600ef881296 --json --out output.json 2018-05-11 05:26:06,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2d129d70-3206-4d85-be17-6600ef881296'] 2018-05-11 05:26:07,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:26:07,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2d129d70-3206-4d85-be17-6600ef881296', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-11 05:26:07,170 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-11 05:26:07,170 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-11 05:26:07,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-11 05:26:07,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:26:07,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:26:07,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:30:29,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b1da1599-359f-4e51-9f67-03b407992f53 2018-05-11 05:30:29,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b1da1599-359f-4e51-9f67-03b407992f53'] 2018-05-11 05:30:30,588 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | neutron.delete_network | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | total | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 100.0% | 1 | | -> duration | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.671937 Full duration: 14.021285 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | neutron.delete_port | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 100.0% | 1 | | total | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 100.0% | 1 | | -> duration | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 2.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.014945 Full duration: 22.937874 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | neutron.create_subnet | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | neutron.create_router | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | neutron.add_interface_router | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 100.0% | 1 | | neutron.remove_interface_router | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | neutron.delete_router | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 100.0% | 1 | | -> duration | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.234521 Full duration: 28.900035 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | neutron.delete_subnet | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 100.0% | 1 | | -> duration | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 1.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.659322 Full duration: 22.36558 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | neutron.list_networks | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | -> duration | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.141272 Full duration: 15.39094 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 100.0% | 1 | | neutron.list_ports | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> duration | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 1.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.613868 Full duration: 24.125384 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | neutron.create_subnet | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_interface_router | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 100.0% | 1 | | neutron.list_routers | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 100.0% | 1 | | -> duration | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.183727 Full duration: 31.741736 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | neutron.create_subnet | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 100.0% | 1 | | neutron.list_subnets | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | -> duration | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.397135 Full duration: 26.464386 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.delete_security_group | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> duration | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.993127 Full duration: 13.07623 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_security_group_rule | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | neutron.delete_security_group | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 100.0% | 1 | | -> duration | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.184654 Full duration: 13.333232 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task b1da1599-359f-4e51-9f67-03b407992f53 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_gateway_router | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 100.0% | 1 | | neutron.remove_gateway_router | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | total | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 100.0% | 1 | | -> duration | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 3.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.261576 Full duration: 22.635424 HINTS: * To plot HTML graphics with this data, run: rally task report b1da1599-359f-4e51-9f67-03b407992f53 --out output.html * To generate a JUnit report, run: rally task export b1da1599-359f-4e51-9f67-03b407992f53 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b1da1599-359f-4e51-9f67-03b407992f53 --json --out output.json 2018-05-11 05:30:30,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b1da1599-359f-4e51-9f67-03b407992f53'] 2018-05-11 05:30:31,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:30:31,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b1da1599-359f-4e51-9f67-03b407992f53', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-11 05:30:31,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-11 05:30:31,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-11 05:30:31,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-11 05:30:31,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:30:31,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:30:31,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:36:27,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bcbce54b-6f9b-44da-9c4a-ee1e3764c17b 2018-05-11 05:36:27,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bcbce54b-6f9b-44da-9c4a-ee1e3764c17b'] 2018-05-11 05:36:28,554 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "block_migration": false, "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.445 | 9.445 | 9.445 | 9.445 | 9.445 | 9.445 | 100.0% | 1 | | nova.find_host_to_migrate | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | nova.live_migrate | 7.424 | 7.424 | 7.424 | 7.424 | 7.424 | 7.424 | 100.0% | 1 | | nova.delete_server | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | total | 20.399 | 20.399 | 20.399 | 20.399 | 20.399 | 20.399 | 100.0% | 1 | | -> duration | 19.399 | 19.399 | 19.399 | 19.399 | 19.399 | 19.399 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.399068 Full duration: 28.768587 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.075 | 8.075 | 8.075 | 8.075 | 8.075 | 8.075 | 100.0% | 1 | | cinder_v2.create_volume | 2.828 | 2.828 | 2.828 | 2.828 | 2.828 | 2.828 | 100.0% | 1 | | nova.attach_volume | 4.099 | 4.099 | 4.099 | 4.099 | 4.099 | 4.099 | 100.0% | 1 | | nova.find_host_to_migrate | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | nova.live_migrate | 8.888 | 8.888 | 8.888 | 8.888 | 8.888 | 8.888 | 100.0% | 1 | | nova.detach_volume | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | cinder_v2.delete_volume | 2.172 | 2.172 | 2.172 | 2.172 | 2.172 | 2.172 | 100.0% | 1 | | nova.delete_server | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 100.0% | 1 | | total | 30.729 | 30.729 | 30.729 | 30.729 | 30.729 | 30.729 | 100.0% | 1 | | -> duration | 29.729 | 29.729 | 29.729 | 29.729 | 29.729 | 29.729 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.72909 Full duration: 41.488644 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.703 | 7.703 | 7.703 | 7.703 | 7.703 | 7.703 | 100.0% | 1 | | nova.boot_server | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 100.0% | 1 | | nova.find_host_to_migrate | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | nova.live_migrate | 13.796 | 13.796 | 13.796 | 13.796 | 13.796 | 13.796 | 100.0% | 1 | | nova.delete_server | 6.614 | 6.614 | 6.614 | 6.614 | 6.614 | 6.614 | 100.0% | 1 | | total | 37.052 | 37.052 | 37.052 | 37.052 | 37.052 | 37.052 | 100.0% | 1 | | -> duration | 36.052 | 36.052 | 36.052 | 36.052 | 36.052 | 36.052 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 36.052325 Full duration: 47.799144 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "server_kwargs": { "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | nova.boot_server | 7.12 | 7.12 | 7.12 | 7.12 | 7.12 | 7.12 | 100.0% | 1 | | nova.delete_server | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 100.0% | 1 | | nova.delete_keypair | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 10.166 | 10.166 | 10.166 | 10.166 | 10.166 | 10.166 | 100.0% | 1 | | -> duration | 9.166 | 9.166 | 9.166 | 9.166 | 9.166 | 9.166 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.166308 Full duration: 28.188278 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "volume_size": 5, "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 100.0% | 1 | | nova.boot_server | 7.739 | 7.739 | 7.739 | 7.739 | 7.739 | 7.739 | 100.0% | 1 | | nova.delete_server | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 100.0% | 1 | | total | 18.398 | 18.398 | 18.398 | 18.398 | 18.398 | 18.398 | 100.0% | 1 | | -> duration | 17.398 | 17.398 | 17.398 | 17.398 | 17.398 | 17.398 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.397766 Full duration: 38.624286 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "force_delete": false, "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.764 | 7.764 | 7.764 | 7.764 | 7.764 | 7.764 | 100.0% | 1 | | nova.pause_server | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 2.557 | 100.0% | 1 | | nova.unpause_server | 2.547 | 2.547 | 2.547 | 2.547 | 2.547 | 2.547 | 100.0% | 1 | | nova.delete_server | 4.56 | 4.56 | 4.56 | 4.56 | 4.56 | 4.56 | 100.0% | 1 | | total | 17.428 | 17.428 | 17.428 | 17.428 | 17.428 | 17.428 | 100.0% | 1 | | -> duration | 12.428 | 12.428 | 12.428 | 12.428 | 12.428 | 12.428 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.428196 Full duration: 34.757359 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "nics": [ { "net-id": "53ff9ebb-a625-4bbf-bd93-f4700538b03e" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.667 | 7.667 | 7.667 | 7.667 | 7.667 | 7.667 | 100.0% | 1 | | nova.migrate | 43.39 | 43.39 | 43.39 | 43.39 | 43.39 | 43.39 | 100.0% | 1 | | nova.resize_confirm | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 100.0% | 1 | | nova.delete_server | 2.547 | 2.547 | 2.547 | 2.547 | 2.547 | 2.547 | 100.0% | 1 | | total | 56.203 | 56.203 | 56.203 | 56.203 | 56.203 | 56.203 | 100.0% | 1 | | -> duration | 55.203 | 55.203 | 55.203 | 55.203 | 55.203 | 55.203 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 55.202955 Full duration: 64.565034 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1" }, "image": { "name": "Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 100.0% | 1 | | nova.list_interfaces | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 7.908 | 7.908 | 7.908 | 7.908 | 7.908 | 7.908 | 100.0% | 1 | | -> duration | 6.908 | 6.908 | 6.908 | 6.908 | 6.908 | 6.908 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.908409 Full duration: 29.427357 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bcbce54b-6f9b-44da-9c4a-ee1e3764c17b has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | nova.delete_server_group | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> duration | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692841 Full duration: 8.370184 HINTS: * To plot HTML graphics with this data, run: rally task report bcbce54b-6f9b-44da-9c4a-ee1e3764c17b --out output.html * To generate a JUnit report, run: rally task export bcbce54b-6f9b-44da-9c4a-ee1e3764c17b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bcbce54b-6f9b-44da-9c4a-ee1e3764c17b --json --out output.json 2018-05-11 05:36:28,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bcbce54b-6f9b-44da-9c4a-ee1e3764c17b'] 2018-05-11 05:36:29,629 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:36:29,629 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bcbce54b-6f9b-44da-9c4a-ee1e3764c17b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-11 05:36:29,639 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-11 05:36:29,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-11 05:36:29,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-11 05:36:29,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-11 05:36:29,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-11 05:36:29,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '53ff9ebb-a625-4bbf-bd93-f4700538b03e', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-15491de4-b979-4899-894c-5a837d35bfd1', 'flavor_name': 'rally-tiny-15491de4-b979-4899-894c-5a837d35bfd1', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-15491de4-b979-4899-894c-5a837d35bfd1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-11 05:37:15,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 71870094-4315-42a0-8fe9-f669e5d4246b 2018-05-11 05:37:15,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '71870094-4315-42a0-8fe9-f669e5d4246b'] 2018-05-11 05:37:16,874 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 71870094-4315-42a0-8fe9-f669e5d4246b: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71870094-4315-42a0-8fe9-f669e5d4246b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | quotas.delete_quotas | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> duration | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83434 Full duration: 7.737339 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71870094-4315-42a0-8fe9-f669e5d4246b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | total | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | -> duration | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.649183 Full duration: 7.986206 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71870094-4315-42a0-8fe9-f669e5d4246b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727942 Full duration: 7.668791 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71870094-4315-42a0-8fe9-f669e5d4246b has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | total | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> duration | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.1512 Full duration: 8.297019 HINTS: * To plot HTML graphics with this data, run: rally task report 71870094-4315-42a0-8fe9-f669e5d4246b --out output.html * To generate a JUnit report, run: rally task export 71870094-4315-42a0-8fe9-f669e5d4246b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 71870094-4315-42a0-8fe9-f669e5d4246b --json --out output.json 2018-05-11 05:37:16,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '71870094-4315-42a0-8fe9-f669e5d4246b'] 2018-05-11 05:37:17,945 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-11 05:37:17,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '71870094-4315-42a0-8fe9-f669e5d4246b', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-11 05:37:17,956 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-11 05:37:17,959 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:12 | 4 | 100.00% | | cinder | 02:33 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 03:54 | 11 | 100.00% | | nova | 05:21 | 9 | 100.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:48 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-11 05:37:17,959 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-11 05:37:23,530 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-11 05:37:23,530 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-11 05:37:24,044 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:37:24,044 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:29 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-11 05:37:24,048 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-11 05:37:24,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-11 05:37:26,582 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-11 05:37:26.265 11286 INFO rally.deployment.engine [-] Deployment e1d5ef37-14bf-4ad2-ae6c-d14fe0511b7f | Starting: Destroy cloud and free allocated resources. 2018-05-11 05:37:26.349 11286 INFO rally.deployment.engine [-] Deployment e1d5ef37-14bf-4ad2-ae6c-d14fe0511b7f | Completed: Destroy cloud and free allocated resources. 2018-05-11 05:37:26.374 11286 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70). 2018-05-11 05:37:26.378 11286 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-11 05:37:29,062 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-11 05:37:28.778 11289 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=10a8ba11-6f55-44ab-bb3d-1079c0f03278) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 10a8ba11-6f55-44ab-bb3d-1079c0f03278 | 2018-05-11T05:37:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 10a8ba11-6f55-44ab-bb3d-1079c0f03278 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-11 05:37:32,307 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-11 05:37:32,307 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-11 05:37:34,602 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-11 05:37:34.324 11295 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=055e1dbc-db86-413e-9b6b-0783c15b1b70). 2018-05-11 05:37:34.452 11295 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-11 05:37:37,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-11 05:37:36.589 11298 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-11 05:37:36.727 11298 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-11 05:37:37.804 11298 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3) as the default verifier for the future CLI operations. 2018-05-11 05:37:40,873 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-11 05:37:42,433 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-11 05:37:46,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-11 05:37:51,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-11 05:37:50.861 11317 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3) for deployment 'opnfv-rally' (UUID=10a8ba11-6f55-44ab-bb3d-1079c0f03278). 2018-05-11 05:37:51.552 11317 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3) has been successfully configured for deployment 'opnfv-rally' (UUID=10a8ba11-6f55-44ab-bb3d-1079c0f03278)! 2018-05-11 05:37:51,767 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-11 05:37:51,767 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-11 05:37:51,769 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-11 05:37:54,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-11 05:37:56,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:37:56.267 11329 INFO rally.api [-] Starting verification (UUID=e4b60f87-5df0-4fb4-ad64-0ab4abb88edd) for deployment 'opnfv-rally' (UUID=10a8ba11-6f55-44ab-bb3d-1079c0f03278) by verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3). 2018-05-11 05:37:56,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e4b60f87-5df0-4fb4-ad64-0ab4abb88edd 2018-05-11 05:38:04,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:04.466 11329 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.225s] 2018-05-11 05:38:04,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:04.522 11329 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.325s] 2018-05-11 05:38:04,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:04.541 11329 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2018-05-11 05:38:04,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:04.786 11329 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.618s] 2018-05-11 05:38:05,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:05.612 11329 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.261s] 2018-05-11 05:38:05,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:05.829 11329 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.042s] 2018-05-11 05:38:06,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:06.064 11329 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.452s] 2018-05-11 05:38:09,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:09.468 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.194s] 2018-05-11 05:38:10,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:10.844 11329 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.096s] 2018-05-11 05:38:10,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:10.923 11329 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-05-11 05:38:11,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:11.023 11329 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.099s] 2018-05-11 05:38:12,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:12.082 11329 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.317s] 2018-05-11 05:38:13,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:13.290 11329 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.297s] 2018-05-11 05:38:13,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:13.613 11329 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.322s] 2018-05-11 05:38:14,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:14.899 11329 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.189s] 2018-05-11 05:38:15,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:15.087 11329 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.188s] 2018-05-11 05:38:15,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:15.273 11329 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.186s] 2018-05-11 05:38:15,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:15.280 11329 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.006s] 2018-05-11 05:38:15,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:15.440 11329 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.160s] 2018-05-11 05:38:17,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:17.419 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.460s] 2018-05-11 05:38:18,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:18.359 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.102s] 2018-05-11 05:38:18,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:18.523 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.102s] 2018-05-11 05:38:23,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:23.614 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.143s] 2018-05-11 05:38:27,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:27.109 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.114s] 2018-05-11 05:38:27,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:27.179 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-05-11 05:38:27,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:27.410 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.230s] 2018-05-11 05:38:27,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:27.542 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.129s] 2018-05-11 05:38:27,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:27.543 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-11 05:38:33,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:33.091 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2018-05-11 05:38:33,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:33.131 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.039s] 2018-05-11 05:38:33,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:33.178 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-05-11 05:38:33,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:33.724 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.544s] 2018-05-11 05:38:33,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:33.836 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.112s] 2018-05-11 05:38:34,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.053 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.217s] 2018-05-11 05:38:34,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.093 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-05-11 05:38:34,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.140 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-05-11 05:38:34,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.206 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.065s] 2018-05-11 05:38:34,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.262 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.054s] 2018-05-11 05:38:34,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.317 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.054s] 2018-05-11 05:38:34,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.396 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.079s] 2018-05-11 05:38:34,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.485 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.087s] 2018-05-11 05:38:34,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.536 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-05-11 05:38:34,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:34.585 11329 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-05-11 05:38:43,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:43.346 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.199s] 2018-05-11 05:38:44,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:44.512 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.165s] 2018-05-11 05:38:45,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:45.484 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.971s] 2018-05-11 05:38:46,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:46.613 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.128s] 2018-05-11 05:38:47,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:47.746 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.132s] 2018-05-11 05:38:49,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:49.154 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.407s] 2018-05-11 05:38:49,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:49.396 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.242s] 2018-05-11 05:38:49,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:49.622 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.225s] 2018-05-11 05:38:49,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:49.905 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.281s] 2018-05-11 05:38:50,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:50.874 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.967s] 2018-05-11 05:38:51,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:51.114 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.241s] 2018-05-11 05:38:51,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:51.355 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.240s] 2018-05-11 05:38:51,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:51.593 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.237s] 2018-05-11 05:38:52,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:52.557 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.962s] 2018-05-11 05:38:52,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:52.777 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.220s] 2018-05-11 05:38:53,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:53.750 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.972s] 2018-05-11 05:38:53,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:53.981 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.231s] 2018-05-11 05:38:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:54.223 11329 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.241s] 2018-05-11 05:38:56,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:38:56.496 11329 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [29.363s] 2018-05-11 05:39:00,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:00.255 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.097s] 2018-05-11 05:39:00,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:00.487 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.232s] 2018-05-11 05:39:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:00.691 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.203s] 2018-05-11 05:39:01,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:01.102 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.411s] 2018-05-11 05:39:01,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:01.489 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.386s] 2018-05-11 05:39:01,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:01.875 11329 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.386s] 2018-05-11 05:39:07,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:07.051 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [43.423s] 2018-05-11 05:39:07,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:07.366 11329 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.872s] 2018-05-11 05:39:10,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:10.280 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.471s] 2018-05-11 05:39:12,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:12.042 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.762s] 2018-05-11 05:39:14,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:14.581 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.534s] 2018-05-11 05:39:15,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:15.329 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.750s] 2018-05-11 05:39:15,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:15.463 11329 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.674s] 2018-05-11 05:39:16,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:16.557 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.226s] 2018-05-11 05:39:16,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:16.817 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.768s] 2018-05-11 05:39:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:17.652 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.096s] 2018-05-11 05:39:18,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:18.884 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.228s] 2018-05-11 05:39:18,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:18.943 11329 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.062s] 2018-05-11 05:39:49,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:49.314 11329 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.842s] 2018-05-11 05:39:50,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:50.610 11329 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [43.232s] 2018-05-11 05:39:50,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:50.754 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [33.929s] 2018-05-11 05:39:55,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:55.030 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.292s] 2018-05-11 05:39:55,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:39:55.297 11329 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.267s] 2018-05-11 05:40:04,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.061 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.150s] 2018-05-11 05:40:04,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.232 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.171s] 2018-05-11 05:40:04,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.268 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.035s] 2018-05-11 05:40:04,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.289 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.021s] 2018-05-11 05:40:04,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.479 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.188s] 2018-05-11 05:40:04,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.631 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.151s] 2018-05-11 05:40:04,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.697 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.066s] 2018-05-11 05:40:04,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.750 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.052s] 2018-05-11 05:40:04,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.903 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.152s] 2018-05-11 05:40:04,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.938 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.034s] 2018-05-11 05:40:04,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.948 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-11 05:40:04,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:04.990 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.042s] 2018-05-11 05:40:05,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.036 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-05-11 05:40:05,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.072 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.035s] 2018-05-11 05:40:05,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.248 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.176s] 2018-05-11 05:40:05,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.751 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.502s] 2018-05-11 05:40:05,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.801 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.049s] 2018-05-11 05:40:05,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.838 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.037s] 2018-05-11 05:40:05,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:05.848 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-05-11 05:40:06,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:06.024 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.175s] 2018-05-11 05:40:06,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:06.057 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-05-11 05:40:06,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:06.088 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-05-11 05:40:06,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:06.121 11329 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-05-11 05:40:07,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:07.665 11329 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.054s] 2018-05-11 05:40:09,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:09.490 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.008s] 2018-05-11 05:40:09,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:09.637 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.146s] 2018-05-11 05:40:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:09.680 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.042s] 2018-05-11 05:40:09,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:09.708 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.028s] 2018-05-11 05:40:09,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:09.963 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.254s] 2018-05-11 05:40:10,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:10.011 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.047s] 2018-05-11 05:40:10,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:10.364 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.352s] 2018-05-11 05:40:10,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:10.405 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-05-11 05:40:10,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:10.442 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2018-05-11 05:40:10,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:10.480 11329 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.038s] 2018-05-11 05:40:24,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:24.995 11329 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.734s] 2018-05-11 05:40:33,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:33.867 11329 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.868s] 2018-05-11 05:40:45,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:40:45.310 11329 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.442s] 2018-05-11 05:40:48,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e4b60f87-5df0-4fb4-ad64-0ab4abb88edd']'. 2018-05-11 05:40:49,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-11 05:40:49,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-11 05:40:49,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e4b60f87-5df0-4fb4-ad64-0ab4abb88edd | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-11 05:37:56 | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-11 05:40:48 | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:52 | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9dbe4e52-432b-4459-bb98-64e1ee9839c3) | 2018-05-11 05:40:49,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 10a8ba11-6f55-44ab-bb3d-1079c0f03278) | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 122 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 163.315 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 05:40:49,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-11 05:40:50,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-11 05:40:53,753 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:40:53,754 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:13 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-11 05:40:53,758 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-11 05:40:53,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-11 05:40:56,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-11 05:40:55.969 11437 INFO rally.deployment.engine [-] Deployment 10a8ba11-6f55-44ab-bb3d-1079c0f03278 | Starting: Destroy cloud and free allocated resources. 2018-05-11 05:40:56.063 11437 INFO rally.deployment.engine [-] Deployment 10a8ba11-6f55-44ab-bb3d-1079c0f03278 | Completed: Destroy cloud and free allocated resources. 2018-05-11 05:40:56.105 11437 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3) for deployment 'opnfv-rally'. 2018-05-11 05:40:56.122 11437 INFO rally.api [-] Deleting verification (UUID=e4b60f87-5df0-4fb4-ad64-0ab4abb88edd). 2018-05-11 05:40:56.160 11437 INFO rally.api [-] Verification has been successfully deleted! 2018-05-11 05:40:56.161 11437 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3). 2018-05-11 05:40:56.173 11437 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-11 05:40:58,811 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-11 05:40:58.512 11440 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=873ef743-e1c7-47d1-b954-ff6678955aaf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 873ef743-e1c7-47d1-b954-ff6678955aaf | 2018-05-11T05:40:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 873ef743-e1c7-47d1-b954-ff6678955aaf ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-11 05:41:02,246 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-11 05:41:02,246 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-11 05:41:04,484 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-11 05:41:04.224 11446 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9dbe4e52-432b-4459-bb98-64e1ee9839c3). 2018-05-11 05:41:04.356 11446 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-11 05:41:07,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-11 05:41:06.552 11449 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-11 05:41:06.687 11449 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-11 05:41:07.728 11449 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63) has been successfully created! Using verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63) as the default verifier for the future CLI operations. 2018-05-11 05:41:11,009 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-11 05:41:12,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-11 05:41:16,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-11 05:41:22,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-11 05:41:21.820 11468 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63) for deployment 'opnfv-rally' (UUID=873ef743-e1c7-47d1-b954-ff6678955aaf). 2018-05-11 05:41:22.609 11468 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63) has been successfully configured for deployment 'opnfv-rally' (UUID=873ef743-e1c7-47d1-b954-ff6678955aaf)! 2018-05-11 05:41:22,766 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-11 05:41:22,766 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-11 05:41:22,768 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-11 05:41:22,777 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-11 05:41:25,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fdb989e5-e5dd-488e-8a76-a7423a16fe63/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-11 05:41:25,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-11 05:41:27,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 05:41:27.875 11477 INFO rally.api [-] Starting verification (UUID=99474716-c211-4c81-9952-f0d2a98b45ba) for deployment 'opnfv-rally' (UUID=873ef743-e1c7-47d1-b954-ff6678955aaf) by verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63). 2018-05-11 05:41:27,876 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 99474716-c211-4c81-9952-f0d2a98b45ba 2018-05-11 05:43:52,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '99474716-c211-4c81-9952-f0d2a98b45ba']'. 2018-05-11 05:43:53,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 99474716-c211-4c81-9952-f0d2a98b45ba | 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-11 05:41:27 | 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-11 05:43:51 | 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:24 | 2018-05-11 05:43:53,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fdb989e5-e5dd-488e-8a76-a7423a16fe63) | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 873ef743-e1c7-47d1-b954-ff6678955aaf) | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 135.631 | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 114 | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 166 | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-11 05:43:53,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-11 05:43:53,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-05-11 05:43:53,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 05:43:53,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-11 05:43:53,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.2148760331% 2018-05-11 05:43:57,117 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 05:43:57,117 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-11 05:43:57,121 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-05-11 05:43:57,122 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-11 05:43:57,916 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-11 06:26:46,790 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 506, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 2568.808s FAILED (errors=1) 2018-05-11 06:26:46,958 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 06:26:46,959 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:49 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-11 06:26:46,963 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-11 06:26:46,963 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-11 06:26:47,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-11 06:26:49,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-11 06:26:49.159 11704 INFO rally.deployment.engine [-] Deployment 873ef743-e1c7-47d1-b954-ff6678955aaf | Starting: Destroy cloud and free allocated resources. 2018-05-11 06:26:49.248 11704 INFO rally.deployment.engine [-] Deployment 873ef743-e1c7-47d1-b954-ff6678955aaf | Completed: Destroy cloud and free allocated resources. 2018-05-11 06:26:49.303 11704 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63) for deployment 'opnfv-rally'. 2018-05-11 06:26:49.335 11704 INFO rally.api [-] Deleting verification (UUID=99474716-c211-4c81-9952-f0d2a98b45ba). 2018-05-11 06:26:49.379 11704 INFO rally.api [-] Verification has been successfully deleted! 2018-05-11 06:26:49.380 11704 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63). 2018-05-11 06:26:49.393 11704 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-11 06:26:51,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-11 06:26:51.613 11707 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=70731500-cf86-433b-8abf-c6cb9163601b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 70731500-cf86-433b-8abf-c6cb9163601b | 2018-05-11T06:26:51 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 70731500-cf86-433b-8abf-c6cb9163601b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-11 06:26:55,204 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-11 06:26:55,204 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-11 06:26:57,628 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-11 06:26:57.278 11713 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=fdb989e5-e5dd-488e-8a76-a7423a16fe63). 2018-05-11 06:26:57.403 11713 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-11 06:27:01,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-11 06:26:59.668 11716 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-11 06:26:59.803 11716 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-11 06:27:00.877 11716 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc5d11a5-61f6-42bb-b433-9a6758e5fa25) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cc5d11a5-61f6-42bb-b433-9a6758e5fa25) as the default verifier for the future CLI operations. 2018-05-11 06:27:04,001 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-11 06:27:05,835 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-11 06:27:09,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-11 06:27:14,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-11 06:27:13.892 11735 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cc5d11a5-61f6-42bb-b433-9a6758e5fa25) for deployment 'opnfv-rally' (UUID=70731500-cf86-433b-8abf-c6cb9163601b). 2018-05-11 06:27:14.742 11735 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cc5d11a5-61f6-42bb-b433-9a6758e5fa25) has been successfully configured for deployment 'opnfv-rally' (UUID=70731500-cf86-433b-8abf-c6cb9163601b)! 2018-05-11 06:27:14,900 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-11 06:27:14,900 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-11 06:27:14,903 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-11 06:27:14,911 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-11 06:27:17,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-cc5d11a5-61f6-42bb-b433-9a6758e5fa25/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-11 06:27:17,767 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-11 06:27:17,768 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-11 06:27:17,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-11 06:27:19,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-11 06:27:19.901 11744 INFO rally.api [-] Starting verification (UUID=76ee1484-6ecf-4334-9555-20b4ce495017) for deployment 'opnfv-rally' (UUID=70731500-cf86-433b-8abf-c6cb9163601b) by verifier 'opnfv-tempest' (UUID=cc5d11a5-61f6-42bb-b433-9a6758e5fa25). 2018-05-11 06:27:19,903 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 76ee1484-6ecf-4334-9555-20b4ce495017 2018-05-11 06:28:30,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '76ee1484-6ecf-4334-9555-20b4ce495017']'. 2018-05-11 06:28:31,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 76ee1484-6ecf-4334-9555-20b4ce495017 | 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-11 06:27:19 | 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-11 06:28:30 | 2018-05-11 06:28:31,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:11 | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cc5d11a5-61f6-42bb-b433-9a6758e5fa25) | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 70731500-cf86-433b-8abf-c6cb9163601b) | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 62.238 | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 4 | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-11 06:28:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-11 06:28:31,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 39 | 2018-05-11 06:28:31,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-11 06:28:31,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-11 06:28:31,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 9.3023255814% 2018-05-11 06:28:34,827 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 06:28:34,828 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 01:31 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-11 06:28:34,832 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-11 06:28:34,833 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 12:46 | FAIL | | rally_sanity | functest | smoke | 21:29 | PASS | | refstack_defcore | functest | smoke | 03:13 | PASS | | patrole | functest | smoke | 02:46 | FAIL | | snaps_smoke | functest | smoke | 42:49 | FAIL | | neutron_trunk | functest | smoke | 01:31 | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-11 06:28:34,839 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-11 06:28:38,070 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-113 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-11 06:28:38,072 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ChC2cER3JXxbnkf3aZVRQ36gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-11 06:28:38,072 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-11 06:28:38,072 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-11 06:28:38,073 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-11 06:28:38,074 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-11 06:28:40,755 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-113 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-11 06:28:40,757 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ChC2cER3JXxbnkf3aZVRQ36gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-11 06:28:40,757 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-11 06:28:40,758 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-11 06:28:40,759 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-11 06:28:40,759 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-11 06:28:41,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-11 06:28:41,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-11 06:28:41,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-11 06:28:41,526 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-11 06:28:41,526 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-11 06:28:42,046 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-11 06:28:42,046 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-11 06:28:42,746 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-11 06:28:45,430 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-e119cb3c-91b1-4ce1-aa37-c833c0bb710b, password=14e87489-b87e-4563-a403-8aac40704032, auth_url=http://172.30.9.23:5000/v3, project_name=cloudify_ims-e119cb3c-91b1-4ce1-aa37-c833c0bb710b, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-11 06:28:45,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-11 06:28:46,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-11 06:28:46,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-11 06:30:09,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-11 06:30:16,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-11 06:30:16,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-11 06:30:23,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-11 06:30:25,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-11 06:30:26,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-11 06:33:18,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '14e87489-b87e-4563-a403-8aac40704032', 'keystone_tenant_name': 'cloudify_ims-e119cb3c-91b1-4ce1-aa37-c833c0bb710b', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.23:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-e119cb3c-91b1-4ce1-aa37-c833c0bb710b', 'project_domain_name': 'Default'} 2018-05-11 06:33:18,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-11 06:33:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-11 06:34:05,022 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-05-11 06:34:05,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-11 06:34:05,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-11 06:34:27,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-11 06:34:27,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-11 06:34:48,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-11 06:34:48,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-11 06:34:48,119 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 288, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 427, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-11 06:34:48,120 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-11 06:34:48,120 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-11 06:34:48,687 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 06:34:48,687 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 06:05 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-11 06:34:48,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-11 06:34:48,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 396, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `clearwater-opnfv` was not found 2018-05-11 06:34:48,762 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-11 06:35:08,014 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-11 06:35:08,015 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-11 06:35:08,130 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-11 06:35:08,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-11 06:35:08,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-11 06:35:08,538 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-11 06:35:08,543 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-11 06:35:08,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-11 06:35:08,567 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-11 06:35:11,270 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-3ebf28c3-3c24-4a79-b74e-3a243a7491d4, password=5470e917-a805-4489-9716-ac66381ad5dd, auth_url=http://172.30.9.23:5000/v3, project_name=vyos_vrouter-3ebf28c3-3c24-4a79-b74e-3a243a7491d4, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-11 06:35:11,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-11 06:35:11,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-11 06:35:11,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-11 06:36:35,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-11 06:36:45,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-11 06:36:46,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-11 06:36:53,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-11 06:36:55,062 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-11 06:36:55,666 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-11 06:39:45,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-11 06:39:51,028 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-11 06:40:21,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-05-11 06:40:21,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-11 06:40:42,602 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-11 06:40:42,655 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-11 06:41:03,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-11 06:41:03,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-11 06:41:03,630 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 291, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 133, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-11 06:41:03,753 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 06:41:03,753 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-11 06:41:03,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-11 06:41:03,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-05-11 06:41:03,835 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-11 06:41:22,995 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-11 06:41:22,995 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-11 06:41:23,087 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-11 06:41:23,106 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-11 06:41:23,106 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-11 06:41:25,769 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-b1c106ca-c07a-48b5-be45-b4ff03baf552, password=89690e49-1d43-4e69-90fc-f0749b565b6f, auth_url=http://172.30.9.23:5000/v3, project_name=juju_epc-b1c106ca-c07a-48b5-be45-b4ff03baf552, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-11 06:41:26,134 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-11 06:41:27,310 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-05-11 06:41:27,311 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-11 06:41:28,741 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=ed6b8849-a021-474f-8c41-67567f3409d0, auth_url=http://172.30.9.23:5000/v3, project_name=juju_epc-b1c106ca-c07a-48b5-be45-b4ff03baf552, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-11 06:41:28,840 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-11 06:41:28,840 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-11 06:41:28,841 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-11 06:41:31,366 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-11 06:41:36,782 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-11 06:41:37,426 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-11 06:41:37,437 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-11 06:41:37,437 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-11 06:41:43,924 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i d631731a-01c4-44b7-91fa-a3c95d036faa -s trusty -r regionOne -u http://172.30.9.23:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-11 06:41:43,924 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-11 06:41:51,749 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i e59f9347-1383-4f39-a965-7ddef1301e84 -s xenial -r regionOne -u http://172.30.9.23:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-11 06:41:51,749 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : adce6057-a739-4981-92a1-42daefc3e8ec 2018-05-11 06:44:14,354 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 309, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=adce6057-a739-4981-92a1-42daefc3e8ec', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-05-11 06:44:14,471 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-11 06:44:14,471 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-11 06:44:14,559 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-05-11 06:44:14,559 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-11 06:44:14,560 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-11 06:44:21,829 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-11 06:44:21,830 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 06:05 | FAIL | | vyos_vrouter | functest | vnf | 05:55 | FAIL | | juju_epc | functest | vnf | 02:51 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-11 06:44:21,834 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-11 06:44:24,561 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-113 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-11 06:44:24,563 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=ChC2cER3JXxbnkf3aZVRQ36gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-05-11 06:44:24,563 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-11 06:44:24,563 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-11 06:44:24,563 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-11 06:44:24,564 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK