2018-04-21 19:19:59,979 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-36 | | 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-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-21 19:19:59,982 - 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=DDBDM6GMby4Ntc6ru622rwQ38 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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 OS_REGION_NAME=regionOne 2018-04-21 19:19:59,982 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-21 19:19:59,982 - 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-04-21 19:19:59,983 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-21 19:19:59,983 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-21 19:20:02,985 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-21 19:20:14,157 - 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 11.158s OK 2018-04-21 19:20:14,277 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 19:20:14,278 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-21 19:20:14,281 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-21 19:20:15,757 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-21 19:36:56,961 - 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 1001.152s OK 2018-04-21 19:36:57,083 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 19:36:57,083 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-21 19:36:57,087 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-21 19:36:58,014 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-21 19:38:26,326 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 88.310s OK 2018-04-21 19:38:26,446 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 19:38:26,447 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:28 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-21 19:38:26,451 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 16:41 | PASS | | snaps_health_check | functest | healthcheck | 01:28 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-21 19:38:26,454 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-21 19:38:58,971 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-36 | | 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-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-21 19:38:58,975 - 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=DDBDM6GMby4Ntc6ru622rwQ38 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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 OS_REGION_NAME=regionOne 2018-04-21 19:38:58,975 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-21 19:38:58,977 - 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-04-21 19:38:58,979 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-21 19:38:58,979 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-21 19:38:59,890 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-21 19:38:59,890 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-21 19:39:00,315 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-21 19:39:00,316 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-21 19:39:00,805 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-21 19:39:00,805 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-21 19:39:00' 2018-04-21 19:39:00,805 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:07,371 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:15,000 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:28,303 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:29,128 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:29,866 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:37,068 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:39:41,951 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-825a3025-9b19-4c5f-8ba0-9fd396c1e4b2' 2018-04-21 19:40:13,064 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-21 19:40:23,644 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-21 19:40:23,781 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-21 19:40:24,788 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-21 19:40:54,499 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-21 19:40:54,500 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-21 19:40:55,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 19:40:55,030 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-21 19:40:55,033 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-21 19:40:55,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-21 19:40:55,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-21 19:40:55' 2018-04-21 19:40:55,124 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6503cd57-adbf-4f17-ba49-3953dfe0ab1a' 2018-04-21 19:41:02,641 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6503cd57-adbf-4f17-ba49-3953dfe0ab1a' 2018-04-21 19:41:05,388 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6503cd57-adbf-4f17-ba49-3953dfe0ab1a' 2018-04-21 19:41:18,500 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6503cd57-adbf-4f17-ba49-3953dfe0ab1a' 2018-04-21 19:41:19,800 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6503cd57-adbf-4f17-ba49-3953dfe0ab1a' 2018-04-21 19:41:27,132 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6503cd57-adbf-4f17-ba49-3953dfe0ab1a' 2018-04-21 19:41:35,614 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-21 19:41:53,918 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-21 19:41:56,685 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.12. Waiting for response... 2018-04-21 19:41:59,086 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-21 19:42:40,052 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 19:42:40,052 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-21 19:42:40,056 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-21 19:42:40,150 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-21 19:42:45,017 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-21 19:42:44.641 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=db13c062-56ad-4a86-b0e7-06d6962dfe10) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | db13c062-56ad-4a86-b0e7-06d6962dfe10 | 2018-04-21T19:42:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: db13c062-56ad-4a86-b0e7-06d6962dfe10 ~/.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-04-21 19:42:48,383 - 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__ | 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-04-21 19:42:48,383 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-21 19:42:54,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-21 19:42:52.590 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-21 19:42:52.766 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-21 19:42:53.832 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317) as the default verifier for the future CLI operations. 2018-04-21 19:42:57,149 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-21 19:42:59,679 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-21 19:43:10,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-21 19:43:16,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-21 19:43:14.996 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317) for deployment 'opnfv-rally' (UUID=db13c062-56ad-4a86-b0e7-06d6962dfe10). 2018-04-21 19:43:15.846 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317) has been successfully configured for deployment 'opnfv-rally' (UUID=db13c062-56ad-4a86-b0e7-06d6962dfe10)! 2018-04-21 19:43:16,010 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-21 19:43:16,010 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-21 19:43:16,013 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-21 19:43:16,016 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-21 19:43:18,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7bb8746b-2cca-4c55-8c28-aa40ebaca317/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-21 19:43:18,955 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-21 19:43:18,956 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-21 19:43:18,957 - 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-04-21 19:43:21,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:43:21.130 55 INFO rally.api [-] Starting verification (UUID=6a450ab5-f8ac-42cb-8d87-cfc2aba1d1a7) for deployment 'opnfv-rally' (UUID=db13c062-56ad-4a86-b0e7-06d6962dfe10) by verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317). 2018-04-21 19:43:21,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6a450ab5-f8ac-42cb-8d87-cfc2aba1d1a7 2018-04-21 19:43:28,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:43:28.796 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.171s] 2018-04-21 19:43:28,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:43:28.854 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-04-21 19:43:37,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:43:37.851 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.820s] 2018-04-21 19:43:41,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:43:41.813 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.961s] 2018-04-21 19:43:58,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:43:58.296 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.245s] 2018-04-21 19:44:20,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:44:20.658 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [15.108s] 2018-04-21 19:45:15,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:45:15.331 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-04-21 19:45:15,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:45:15.332 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-21 19:46:01,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:46:01.711 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-04-21 19:46:01,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:46:01.713 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-21 19:46:51,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:46:51.855 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.081s] 2018-04-21 19:46:51,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:46:51.857 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-21 19:48:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:00.866 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.103s] 2018-04-21 19:48:38,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:38.971 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-04-21 19:48:39,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:39.074 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-04-21 19:48:48,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:48.247 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.662s] 2018-04-21 19:48:48,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:48.256 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-04-21 19:48:49,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:49.802 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-21 19:48:49,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:49.803 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-21 19:48:54,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:48:54.369 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.399s] 2018-04-21 19:49:01,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:01.031 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.075s] 2018-04-21 19:49:09,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:09.266 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.440s] 2018-04-21 19:49:18,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:18.035 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.549s] 2018-04-21 19:49:29,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:29.078 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.112s] 2018-04-21 19:49:36,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:36.325 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.508s] 2018-04-21 19:49:43,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:43.248 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.740s] 2018-04-21 19:49:51,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:51.539 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.479s] 2018-04-21 19:49:59,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:49:59.389 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.492s] 2018-04-21 19:50:09,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:09.549 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.554s] 2018-04-21 19:50:12,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:12.648 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-21 19:50:14,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:14.610 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.082s] 2018-04-21 19:50:14,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:14.678 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-04-21 19:50:14,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:14.757 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-04-21 19:50:14,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:14.764 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-21 19:50:19,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:19.625 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.899s] 2018-04-21 19:50:22,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:22.874 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.249s] 2018-04-21 19:50:26,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:26.991 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.116s] 2018-04-21 19:50:39,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:39.068 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-21 19:50:47,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:50:47.865 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.271s] 2018-04-21 19:51:07,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:07.259 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.051s] 2018-04-21 19:51:12,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:12.736 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.475s] 2018-04-21 19:51:27,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:27.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.072s] 2018-04-21 19:51:31,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:31.409 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.089s] 2018-04-21 19:51:41,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:41.169 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.759s] 2018-04-21 19:51:52,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:52.852 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.720s] 2018-04-21 19:51:56,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:51:56.832 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.979s] 2018-04-21 19:52:04,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:04.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.078s] 2018-04-21 19:52:22,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:22.736 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.365s] 2018-04-21 19:52:23,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:23.155 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.419s] 2018-04-21 19:52:23,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:23.416 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.260s] 2018-04-21 19:52:23,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:23.611 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.195s] 2018-04-21 19:52:23,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:23.782 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.171s] 2018-04-21 19:52:23,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:23.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.089s] 2018-04-21 19:52:41,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:41.438 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.990s] 2018-04-21 19:52:41,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:41.867 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.429s] 2018-04-21 19:52:42,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:42.045 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.178s] 2018-04-21 19:52:42,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:42.242 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.195s] 2018-04-21 19:52:42,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:42.490 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.248s] 2018-04-21 19:52:42,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:42.698 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.207s] 2018-04-21 19:52:58,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:52:58.299 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.720s] 2018-04-21 19:53:04,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:04.775 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.475s] 2018-04-21 19:53:07,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:07.333 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.557s] 2018-04-21 19:53:07,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:07.543 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.210s] 2018-04-21 19:53:07,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:07.738 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.195s] 2018-04-21 19:53:21,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:21.511 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.387s] 2018-04-21 19:53:27,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:27.898 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.386s] 2018-04-21 19:53:30,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:30.195 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.297s] 2018-04-21 19:53:30,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:30.403 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.208s] 2018-04-21 19:53:30,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:30.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.103s] 2018-04-21 19:53:57,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:53:57.515 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.956s] 2018-04-21 19:54:11,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:54:11.294 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.779s] 2018-04-21 19:54:23,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:54:23.933 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.637s] 2018-04-21 19:54:34,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:54:34.821 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.888s] 2018-04-21 19:55:10,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:55:10.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.406s] 2018-04-21 19:55:24,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:55:24.951 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.635s] 2018-04-21 19:55:36,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:55:36.968 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.016s] 2018-04-21 19:55:48,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:55:48.419 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [11.451s] 2018-04-21 19:56:07,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:07.094 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.780s] 2018-04-21 19:56:10,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:10.283 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.186s] 2018-04-21 19:56:10,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:10.608 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.328s] 2018-04-21 19:56:16,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:16.824 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.832s] 2018-04-21 19:56:19,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:19.457 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.630s] 2018-04-21 19:56:19,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:19.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.100s] 2018-04-21 19:56:24,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:24.556 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.297s] 2018-04-21 19:56:27,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:27.946 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-21 19:56:29,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:29.279 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-21 19:56:29,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:29.281 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-21 19:56:29,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:29.283 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-21 19:56:29,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:29.284 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-21 19:56:29,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:29.284 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-21 19:56:31,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:31.421 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-21 19:56:54,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:56:54.554 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.992s] 2018-04-21 19:57:12,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:57:12.137 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.449s] 2018-04-21 19:57:33,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:57:33.208 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.066s] 2018-04-21 19:57:44,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:57:44.362 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.184s] 2018-04-21 19:59:26,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 19:59:26.315 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [93.706s] 2018-04-21 20:00:22,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:00:22.170 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [39.867s] 2018-04-21 20:01:34,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:01:34.401 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.676s] 2018-04-21 20:01:59,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6a450ab5-f8ac-42cb-8d87-cfc2aba1d1a7']'. 2018-04-21 20:02:00,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-21 20:02:00,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6a450ab5-f8ac-42cb-8d87-cfc2aba1d1a7 | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-21 19:43:21 | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-21 20:01:59 | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:38 | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-21 20:02:00,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7bb8746b-2cca-4c55-8c28-aa40ebaca317) | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: db13c062-56ad-4a86-b0e7-06d6962dfe10) | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1088.089 | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-21 20:02:00,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-21 20:02:00,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-21 20:02:00,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-21 20:02:00,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 20:02:00,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-21 20:02:00,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-21 20:02:15,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 20:02:15,853 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:19 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-21 20:02:15,857 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-21 20:02:15,950 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-21 20:02:16,381 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-21 20:02:16,381 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-21 20:02:16,839 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-21 20:02:19,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-21 20:02:18.948 119 INFO rally.deployment.engine [-] Deployment db13c062-56ad-4a86-b0e7-06d6962dfe10 | Starting: Destroy cloud and free allocated resources. 2018-04-21 20:02:19.060 119 INFO rally.deployment.engine [-] Deployment db13c062-56ad-4a86-b0e7-06d6962dfe10 | Completed: Destroy cloud and free allocated resources. 2018-04-21 20:02:19.100 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317) for deployment 'opnfv-rally'. 2018-04-21 20:02:19.119 119 INFO rally.api [-] Deleting verification (UUID=6a450ab5-f8ac-42cb-8d87-cfc2aba1d1a7). 2018-04-21 20:02:19.172 119 INFO rally.api [-] Verification has been successfully deleted! 2018-04-21 20:02:19.172 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317). 2018-04-21 20:02:19.185 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-21 20:02:21,936 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-21 20:02:21.587 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a8b10920-4707-4f1f-9453-82408335bfd5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a8b10920-4707-4f1f-9453-82408335bfd5 | 2018-04-21T20:02:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a8b10920-4707-4f1f-9453-82408335bfd5 ~/.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-04-21 20:02:25,244 - 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__ | 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-04-21 20:02:25,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-21 20:02:26,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-f14d8b82-7a41-4f6e-9600-3c79fd32f50a'... 2018-04-21 20:02:31,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-f14d8b82-7a41-4f6e-9600-3c79fd32f50a'... 2018-04-21 20:02:34,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-f14d8b82-7a41-4f6e-9600-3c79fd32f50a'... 2018-04-21 20:02:42,999 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: 'NoneType' object has no attribute 'name' 2018-04-21 20:02:50,099 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-21 20:02:50,099 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-21 20:02:50,587 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,701 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 20:02:50,701 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,702 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,703 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,704 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,705 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,701 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 00:33 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-21 20:02:50,706 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 20:02:50,706 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-21 20:02:50,706 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-21 20:02:50,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-21 20:02:53,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-21 20:02:52.875 128 INFO rally.deployment.engine [-] Deployment a8b10920-4707-4f1f-9453-82408335bfd5 | Starting: Destroy cloud and free allocated resources. 2018-04-21 20:02:52.976 128 INFO rally.deployment.engine [-] Deployment a8b10920-4707-4f1f-9453-82408335bfd5 | Completed: Destroy cloud and free allocated resources. 2018-04-21 20:02:52.993 128 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317). 2018-04-21 20:02:52.997 128 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-21 20:02:55,582 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-21 20:02:55.274 131 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9a62bae6-4090-41a0-9250-5024c74531d8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9a62bae6-4090-41a0-9250-5024c74531d8 | 2018-04-21T20:02:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9a62bae6-4090-41a0-9250-5024c74531d8 ~/.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-04-21 20:02:58,910 - 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__ | 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-04-21 20:02:58,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-21 20:03:01,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-21 20:03:01.027 137 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=7bb8746b-2cca-4c55-8c28-aa40ebaca317). 2018-04-21 20:03:01.161 137 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-21 20:03:04,602 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-21 20:03:03.276 140 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-21 20:03:03.444 140 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-21 20:03:04.449 140 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8) as the default verifier for the future CLI operations. 2018-04-21 20:03:07,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-21 20:03:10,088 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-21 20:03:24,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-21 20:03:29,638 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-21 20:03:28.596 159 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8) for deployment 'opnfv-rally' (UUID=9a62bae6-4090-41a0-9250-5024c74531d8). 2018-04-21 20:03:29.476 159 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8) has been successfully configured for deployment 'opnfv-rally' (UUID=9a62bae6-4090-41a0-9250-5024c74531d8)! 2018-04-21 20:03:29,639 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-21 20:03:29,639 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-21 20:03:29,641 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-21 20:03:31,802 - 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-04-21 20:03:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:33.969 171 INFO rally.api [-] Starting verification (UUID=0cdb1d7e-098c-4ec6-a0c7-8f0a8fd9e788) for deployment 'opnfv-rally' (UUID=9a62bae6-4090-41a0-9250-5024c74531d8) by verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8). 2018-04-21 20:03:33,970 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0cdb1d7e-098c-4ec6-a0c7-8f0a8fd9e788 2018-04-21 20:03:43,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:43.811 171 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.207s] 2018-04-21 20:03:43,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:43.869 171 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.057s] 2018-04-21 20:03:43,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:43.876 171 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.316s] 2018-04-21 20:03:44,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:44.205 171 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-04-21 20:03:44,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:44.564 171 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.118s] 2018-04-21 20:03:44,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:44.767 171 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.203s] 2018-04-21 20:03:45,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:45.439 171 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.203s] 2018-04-21 20:03:49,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:49.799 171 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.525s] 2018-04-21 20:03:50,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:50.191 171 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.092s] 2018-04-21 20:03:50,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:50.261 171 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-04-21 20:03:50,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:50.291 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.250s] 2018-04-21 20:03:50,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:50.634 171 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.194s] 2018-04-21 20:03:51,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:51.013 171 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.751s] 2018-04-21 20:03:51,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:51.190 171 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.227s] 2018-04-21 20:03:52,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:52.331 171 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.140s] 2018-04-21 20:03:52,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:52.597 171 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.117s] 2018-04-21 20:03:54,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:54.535 171 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [2.203s] 2018-04-21 20:03:54,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:54.813 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.520s] 2018-04-21 20:03:56,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:56.787 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.973s] 2018-04-21 20:03:58,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:58.717 171 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.164s] 2018-04-21 20:03:58,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:03:58.874 171 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.156s] 2018-04-21 20:04:00,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:00.046 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.259s] 2018-04-21 20:04:01,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:01.247 171 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.371s] 2018-04-21 20:04:01,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:01.399 171 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.152s] 2018-04-21 20:04:01,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:01.413 171 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-04-21 20:04:01,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:01.607 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.560s] 2018-04-21 20:04:04,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:04.005 171 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.275s] 2018-04-21 20:04:04,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:04.210 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.602s] 2018-04-21 20:04:04,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:04.219 171 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.214s] 2018-04-21 20:04:07,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:07.791 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.046s] 2018-04-21 20:04:08,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:08.053 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.842s] 2018-04-21 20:04:08,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:08.736 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.683s] 2018-04-21 20:04:08,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:08.762 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-04-21 20:04:08,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:08.781 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-04-21 20:04:08,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:08.956 171 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.174s] 2018-04-21 20:04:09,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:09.646 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.854s] 2018-04-21 20:04:14,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:14.687 171 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.063s] 2018-04-21 20:04:20,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:20.224 171 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.535s] 2018-04-21 20:04:24,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:24.579 171 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [34.772s] 2018-04-21 20:04:25,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:25.930 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.669s] 2018-04-21 20:04:26,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:26.446 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.515s] 2018-04-21 20:04:26,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:26.942 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.496s] 2018-04-21 20:04:27,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:27.786 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.843s] 2018-04-21 20:04:28,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.168 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.382s] 2018-04-21 20:04:28,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.260 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.091s] 2018-04-21 20:04:28,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.337 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-04-21 20:04:28,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.412 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.074s] 2018-04-21 20:04:28,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.487 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.074s] 2018-04-21 20:04:28,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.571 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.083s] 2018-04-21 20:04:28,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:28.711 171 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.139s] 2018-04-21 20:04:35,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:35.038 171 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.818s] 2018-04-21 20:04:41,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:41.147 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.045s] 2018-04-21 20:04:41,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:41.442 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.294s] 2018-04-21 20:04:41,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:41.509 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.067s] 2018-04-21 20:04:42,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:42.117 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.607s] 2018-04-21 20:04:42,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:42.355 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.237s] 2018-04-21 20:04:43,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.013 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.657s] 2018-04-21 20:04:43,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.204 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.191s] 2018-04-21 20:04:43,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.256 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.051s] 2018-04-21 20:04:43,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.307 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-04-21 20:04:43,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.498 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.190s] 2018-04-21 20:04:43,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.543 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.044s] 2018-04-21 20:04:43,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.629 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.086s] 2018-04-21 20:04:43,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:43.853 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.224s] 2018-04-21 20:04:44,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:44.012 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.158s] 2018-04-21 20:04:44,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:44.061 171 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.049s] 2018-04-21 20:04:49,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:49.638 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.884s] 2018-04-21 20:04:51,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:51.811 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.069s] 2018-04-21 20:04:51,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:51.823 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-21 20:04:51,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:51.962 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.138s] 2018-04-21 20:04:51,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:51.972 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-04-21 20:04:51,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:51.983 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-04-21 20:04:52,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:52.021 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.037s] 2018-04-21 20:04:52,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:52.085 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-04-21 20:04:52,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:52.153 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.066s] 2018-04-21 20:04:52,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:52.761 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.607s] 2018-04-21 20:04:52,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:52.777 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.017s] 2018-04-21 20:04:52,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:52.856 171 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.077s] 2018-04-21 20:04:57,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:57.122 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.483s] 2018-04-21 20:04:59,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:04:59.942 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.818s] 2018-04-21 20:05:00,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:00.195 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.253s] 2018-04-21 20:05:00,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:00.507 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.312s] 2018-04-21 20:05:00,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:00.698 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-04-21 20:05:01,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:01.507 171 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.807s] 2018-04-21 20:05:04,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:04.097 171 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [39.511s] 2018-04-21 20:05:05,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:05.803 171 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.163s] 2018-04-21 20:05:08,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:08.475 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.566s] 2018-04-21 20:05:13,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:13.197 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.721s] 2018-04-21 20:05:16,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:16.555 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.357s] 2018-04-21 20:05:20,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:20.894 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.338s] 2018-04-21 20:05:21,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:21.300 171 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [66.513s] 2018-04-21 20:05:21,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:21.327 171 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.229s] 2018-04-21 20:05:22,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:22.422 171 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.127s] 2018-04-21 20:05:25,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:25.164 171 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [40.234s] 2018-04-21 20:05:25,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:25.510 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.615s] 2018-04-21 20:05:28,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:28.999 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.488s] 2018-04-21 20:05:34,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:34.067 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.068s] 2018-04-21 20:05:37,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:37.906 171 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [86.436s] 2018-04-21 20:05:38,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:38.746 171 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.580s] 2018-04-21 20:05:40,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:40.700 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.631s] 2018-04-21 20:05:46,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:46.040 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.340s] 2018-04-21 20:05:46,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:46.190 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.150s] 2018-04-21 20:05:46,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:46.437 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.246s] 2018-04-21 20:05:46,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:46.525 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.088s] 2018-04-21 20:05:46,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:46.592 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.066s] 2018-04-21 20:05:46,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:46.840 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.247s] 2018-04-21 20:05:47,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:47.072 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.231s] 2018-04-21 20:05:47,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:47.133 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.061s] 2018-04-21 20:05:47,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:47.201 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.066s] 2018-04-21 20:05:51,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:50.999 171 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [116.450s] 2018-04-21 20:05:56,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:05:56.227 171 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.025s] 2018-04-21 20:06:08,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:08.125 171 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.645s] 2018-04-21 20:06:08,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:08.192 171 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-04-21 20:06:08,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:08.507 171 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.316s] 2018-04-21 20:06:08,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:08.635 171 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.127s] 2018-04-21 20:06:08,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:08.637 171 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-21 20:06:13,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:13.913 171 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.227s] 2018-04-21 20:06:14,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:14.110 171 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.197s] 2018-04-21 20:06:21,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:21.617 171 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [13.016s] 2018-04-21 20:06:23,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:23.212 171 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [45.297s] 2018-04-21 20:06:36,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:36.642 171 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [15.023s] 2018-04-21 20:06:40,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:40.231 171 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [78.884s] 2018-04-21 20:06:45,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:45.767 171 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.351s] 2018-04-21 20:06:46,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:46.120 171 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.352s] 2018-04-21 20:06:46,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:46.281 171 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [67.521s] 2018-04-21 20:06:49,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:49.083 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.149s] 2018-04-21 20:06:49,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:49.252 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.168s] 2018-04-21 20:06:49,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:49.434 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.181s] 2018-04-21 20:06:49,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:49.454 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.020s] 2018-04-21 20:06:49,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:49.615 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.160s] 2018-04-21 20:06:49,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:49.778 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.161s] 2018-04-21 20:06:50,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:50.014 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.236s] 2018-04-21 20:06:50,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:50.229 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.215s] 2018-04-21 20:06:50,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:50.387 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-04-21 20:06:50,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:50.573 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.185s] 2018-04-21 20:06:50,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:50.747 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.174s] 2018-04-21 20:06:50,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:50.939 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.191s] 2018-04-21 20:06:51,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:51.138 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.198s] 2018-04-21 20:06:51,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:51.299 171 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.235s] 2018-04-21 20:06:51,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:51.322 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.183s] 2018-04-21 20:06:51,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:51.507 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.185s] 2018-04-21 20:06:51,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:51.886 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.379s] 2018-04-21 20:06:52,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.057 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.170s] 2018-04-21 20:06:52,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.232 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.174s] 2018-04-21 20:06:52,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.241 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-04-21 20:06:52,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.410 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.169s] 2018-04-21 20:06:52,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.455 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.044s] 2018-04-21 20:06:52,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.634 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.178s] 2018-04-21 20:06:52,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:06:52.667 171 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-04-21 20:07:10,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:10.607 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.147s] 2018-04-21 20:07:10,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:10.845 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.237s] 2018-04-21 20:07:10,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:10.983 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.137s] 2018-04-21 20:07:11,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.015 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-04-21 20:07:11,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.048 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-04-21 20:07:11,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.099 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.050s] 2018-04-21 20:07:11,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.147 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.049s] 2018-04-21 20:07:11,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.341 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.193s] 2018-04-21 20:07:11,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.532 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.190s] 2018-04-21 20:07:11,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:11.575 171 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-04-21 20:07:14,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:14.363 171 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [28.079s] 2018-04-21 20:07:46,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:07:46.197 171 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.454s] 2018-04-21 20:08:00,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:08:00.999 171 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [14.797s] 2018-04-21 20:08:19,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:08:19.825 171 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.826s] 2018-04-21 20:08:25,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0cdb1d7e-098c-4ec6-a0c7-8f0a8fd9e788']'. 2018-04-21 20:08:26,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0cdb1d7e-098c-4ec6-a0c7-8f0a8fd9e788 | 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-21 20:03:33 | 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-21 20:08:24 | 2018-04-21 20:08:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:51 | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 050136b1-ca20-4178-94e2-6b9048b6e5b8) | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9a62bae6-4090-41a0-9250-5024c74531d8) | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 163 | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 278.457 | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 163 | 2018-04-21 20:08:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-21 20:08:26,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-21 20:08:26,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-21 20:08:26,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-21 20:08:26,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 20:08:26,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-21 20:08:26,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-21 20:08:37,481 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 20:08:37,481 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:30 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-21 20:08:37,486 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-21 20:08:37,575 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-21 20:08:40,155 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-21 20:08:39.682 279 INFO rally.deployment.engine [-] Deployment 9a62bae6-4090-41a0-9250-5024c74531d8 | Starting: Destroy cloud and free allocated resources. 2018-04-21 20:08:39.792 279 INFO rally.deployment.engine [-] Deployment 9a62bae6-4090-41a0-9250-5024c74531d8 | Completed: Destroy cloud and free allocated resources. 2018-04-21 20:08:39.837 279 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8) for deployment 'opnfv-rally'. 2018-04-21 20:08:39.860 279 INFO rally.api [-] Deleting verification (UUID=0cdb1d7e-098c-4ec6-a0c7-8f0a8fd9e788). 2018-04-21 20:08:39.921 279 INFO rally.api [-] Verification has been successfully deleted! 2018-04-21 20:08:39.922 279 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8). 2018-04-21 20:08:39.931 279 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-21 20:08:42,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-21 20:08:42.078 282 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e97b812c-4de8-45d8-aa86-b2e8cacdc6d5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e97b812c-4de8-45d8-aa86-b2e8cacdc6d5 | 2018-04-21T20:08:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e97b812c-4de8-45d8-aa86-b2e8cacdc6d5 ~/.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-04-21 20:08:45,757 - 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__ | 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-04-21 20:08:45,757 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-21 20:08:48,134 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-21 20:08:47.861 288 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=050136b1-ca20-4178-94e2-6b9048b6e5b8). 2018-04-21 20:08:47.983 288 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-21 20:08:51,638 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-21 20:08:50.187 291 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-21 20:08:50.361 291 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-21 20:08:51.391 291 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6) as the default verifier for the future CLI operations. 2018-04-21 20:08:54,613 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-21 20:08:57,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-21 20:09:07,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-21 20:09:12,790 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-21 20:09:11.601 310 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6) for deployment 'opnfv-rally' (UUID=e97b812c-4de8-45d8-aa86-b2e8cacdc6d5). 2018-04-21 20:09:12.624 310 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6) has been successfully configured for deployment 'opnfv-rally' (UUID=e97b812c-4de8-45d8-aa86-b2e8cacdc6d5)! 2018-04-21 20:09:12,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-21 20:09:12,791 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-21 20:09:12,793 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-21 20:09:12,805 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-21 20:09:17,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-97f9ac28-d498-4546-9c48-644210de0ee6/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-04-21 20:09:17,026 - 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-04-21 20:09:19,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 20:09:19.047 319 INFO rally.api [-] Starting verification (UUID=27bc026b-18fa-4291-b8a1-81f33a8d050d) for deployment 'opnfv-rally' (UUID=e97b812c-4de8-45d8-aa86-b2e8cacdc6d5) by verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6). 2018-04-21 20:09:19,048 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 27bc026b-18fa-4291-b8a1-81f33a8d050d 2018-04-21 20:12:43,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '27bc026b-18fa-4291-b8a1-81f33a8d050d']'. 2018-04-21 20:12:44,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-21 20:12:44,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-21 20:12:44,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 20:12:44,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 27bc026b-18fa-4291-b8a1-81f33a8d050d | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-21 20:09:18 | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-21 20:12:43 | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:25 | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 97f9ac28-d498-4546-9c48-644210de0ee6) | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e97b812c-4de8-45d8-aa86-b2e8cacdc6d5) | 2018-04-21 20:12:44,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 189.391 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 20:12:44,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-21 20:12:44,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-21 20:12:55,728 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 20:12:55,729 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 04:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-21 20:12:55,733 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-21 20:12:56,856 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-21 21:36:17,202 - 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 498, 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 5000.275s FAILED (errors=1) 2018-04-21 21:36:17,373 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 21:36:17,374 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 83:20 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-21 21:36:17,378 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-21 21:36:17,378 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-21 21:36:17,468 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-21 21:36:20,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-21 21:36:19.554 546 INFO rally.deployment.engine [-] Deployment e97b812c-4de8-45d8-aa86-b2e8cacdc6d5 | Starting: Destroy cloud and free allocated resources. 2018-04-21 21:36:19.657 546 INFO rally.deployment.engine [-] Deployment e97b812c-4de8-45d8-aa86-b2e8cacdc6d5 | Completed: Destroy cloud and free allocated resources. 2018-04-21 21:36:19.714 546 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6) for deployment 'opnfv-rally'. 2018-04-21 21:36:19.745 546 INFO rally.api [-] Deleting verification (UUID=27bc026b-18fa-4291-b8a1-81f33a8d050d). 2018-04-21 21:36:19.801 546 INFO rally.api [-] Verification has been successfully deleted! 2018-04-21 21:36:19.802 546 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6). 2018-04-21 21:36:19.815 546 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-21 21:36:22,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-21 21:36:22.234 549 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5f156498-1cdc-4ce0-9bbb-20afbfdba248) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5f156498-1cdc-4ce0-9bbb-20afbfdba248 | 2018-04-21T21:36:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5f156498-1cdc-4ce0-9bbb-20afbfdba248 ~/.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-04-21 21:36:25,913 - 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__ | 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-04-21 21:36:25,913 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-21 21:36:28,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-21 21:36:28.017 555 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=97f9ac28-d498-4546-9c48-644210de0ee6). 2018-04-21 21:36:28.147 555 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-21 21:36:31,624 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-21 21:36:30.263 558 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-21 21:36:30.448 558 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-21 21:36:31.447 558 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb) as the default verifier for the future CLI operations. 2018-04-21 21:36:34,496 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-21 21:36:37,489 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-21 21:36:52,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-21 21:36:57,694 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-21 21:36:56.482 577 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb) for deployment 'opnfv-rally' (UUID=5f156498-1cdc-4ce0-9bbb-20afbfdba248). 2018-04-21 21:36:57.528 577 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb) has been successfully configured for deployment 'opnfv-rally' (UUID=5f156498-1cdc-4ce0-9bbb-20afbfdba248)! 2018-04-21 21:36:57,694 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-21 21:36:57,694 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-21 21:36:57,697 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-21 21:36:58,101 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-21 21:37:00,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-21 21:37:00,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-21 21:37:00,888 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-21 21:37:00,888 - 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-04-21 21:37:02,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-21 21:37:02.926 586 INFO rally.api [-] Starting verification (UUID=07c56840-18f1-4863-aed7-2236a5ac81eb) for deployment 'opnfv-rally' (UUID=5f156498-1cdc-4ce0-9bbb-20afbfdba248) by verifier 'opnfv-tempest' (UUID=0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb). 2018-04-21 21:37:02,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 07c56840-18f1-4863-aed7-2236a5ac81eb 2018-04-21 21:39:27,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '07c56840-18f1-4863-aed7-2236a5ac81eb']'. 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 07c56840-18f1-4863-aed7-2236a5ac81eb | 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-21 21:37:02 | 2018-04-21 21:39:28,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-21 21:39:27 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:25 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0e74ef4d-cef2-46e2-a491-aa3fc5aa75fb) | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5f156498-1cdc-4ce0-9bbb-20afbfdba248) | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 130.795 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-21 21:39:28,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-21 21:39:28,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-21 21:39:41,219 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 21:39:41,220 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:07 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-21 21:39:41,224 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-21 21:39:41,224 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:24 | PASS | | vping_userdata | functest | smoke | 01:04 | PASS | | tempest_smoke_serial | functest | smoke | 19:19 | PASS | | rally_sanity | functest | smoke | 00:33 | FAIL | | refstack_defcore | functest | smoke | 05:30 | PASS | | patrole | functest | smoke | 04:01 | PASS | | snaps_smoke | functest | smoke | 83:20 | FAIL | | neutron_trunk | functest | smoke | 03:07 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-21 21:39:41,231 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-21 21:40:17,807 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-36 | | 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-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-21 21:40:17,809 - 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=DDBDM6GMby4Ntc6ru622rwQ38 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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 OS_REGION_NAME=regionOne 2018-04-21 21:40:17,809 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-21 21:40:17,810 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-04-21 21:40:17,811 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-21 21:40:17,811 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-21 21:45:36,997 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-21 21:45:37,116 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 21:45:37,116 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 05:19 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-21 21:45:37,120 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-04-21 22:34:27,952 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-04-21 22:34:28,106 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 22:34:28,107 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:50 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-04-21 22:34:28,112 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-04-21 22:34:28,113 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 05:19 | PASS | | barometercollectd | barometer | features | 48:50 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-21 22:34:28,117 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-21 22:37:47,710 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-36 | | 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-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-21 22:37:47,713 - 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=DDBDM6GMby4Ntc6ru622rwQ38 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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 OS_REGION_NAME=regionOne 2018-04-21 22:37:47,713 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-21 22:37:47,713 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-21 22:37:47,713 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-21 22:37:47,715 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-21 22:38:27,927 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-36 | | 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-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-21 22:38:27,931 - 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=DDBDM6GMby4Ntc6ru622rwQ38 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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 OS_REGION_NAME=regionOne 2018-04-21 22:38:27,931 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-21 22:38:27,932 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-21 22:38:27,934 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-21 22:38:27,934 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-21 22:42:14,007 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-21 22:42:14,130 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-21 22:42:14,130 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:46 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-21 22:42:14,134 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:46 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-21 22:42:14,135 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK