2018-04-11 07:41:22,702 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-joid-baremetal-daily-master-183 | | 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 | joid | | DEPLOY_SCENARIO | os-nosdn-openbaton-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod12 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 07:41:22,705 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file #export OS_NO_CACHE='true' export OS_AUTH_URL=http://10.6.1.23:5000/v3 export OS_USER_DOMAIN_NAME=admin_domain export OS_PROJECT_DOMAIN_NAME=admin_domain export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=openstack export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=RegionOne export OS_INTERFACE=public #export OS_INSECURE=true #export OS_CASSL=~/joid_config/ca.pem export SDN_CONTROLLER=none export SDN_PASSWORD=admin 2018-04-11 07:41:22,705 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 07:41:22,706 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-11 07:41:22,708 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-11 07:41:22,708 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-11 07:41:24,299 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 07:41:33,448 - 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 9.142s OK 2018-04-11 07:41:34,091 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 07:41:34,092 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-11 07:41:34,094 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-11 07:41:34,812 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 07:49:51,418 - 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 496.568s OK 2018-04-11 07:49:52,076 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 07:49:52,076 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 07:49:52,079 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-11 07:49:52,785 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 07:50:23,303 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 30.518s OK 2018-04-11 07:50:23,882 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 07:50:23,883 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:31 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-11 07:50:23,885 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 08:17 | PASS | | snaps_health_check | functest | healthcheck | 00:31 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-11 07:50:23,887 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-11 07:53:04,659 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-joid-baremetal-daily-master-183 | | 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 | joid | | DEPLOY_SCENARIO | os-nosdn-openbaton-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod12 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 07:53:04,662 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file #export OS_NO_CACHE='true' export OS_AUTH_URL=http://10.6.1.23:5000/v3 export OS_USER_DOMAIN_NAME=admin_domain export OS_PROJECT_DOMAIN_NAME=admin_domain export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=openstack export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=RegionOne export OS_INTERFACE=public #export OS_INSECURE=true #export OS_CASSL=~/joid_config/ca.pem export SDN_CONTROLLER=none export SDN_PASSWORD=admin 2018-04-11 07:53:04,662 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 07:53:04,663 - 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 | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-11 07:53:04,665 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-11 07:53:04,665 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-11 07:53:10,040 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-04-11 07:53:10,041 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-11 07:53:10,041 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-11 07:53:10' 2018-04-11 07:53:10,041 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:12,129 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:14,906 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:24,457 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:25,184 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:25,854 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:29,720 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:31,960 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f3d5274e-1135-4579-b460-052a266dc3c3' 2018-04-11 07:53:50,257 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-11 07:54:17,436 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-11 07:54:17,573 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-11 07:54:18,581 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-11 07:54:19,302 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 07:54:19,302 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-11 07:54:37,150 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-11 07:54:37,227 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-11 07:54:37,227 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-11 07:54:37' 2018-04-11 07:54:37,227 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--831ba580-6db7-4efd-a27f-2a939a1a36cb' 2018-04-11 07:54:39,405 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-831ba580-6db7-4efd-a27f-2a939a1a36cb' 2018-04-11 07:54:41,218 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-831ba580-6db7-4efd-a27f-2a939a1a36cb' 2018-04-11 07:54:50,977 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-831ba580-6db7-4efd-a27f-2a939a1a36cb' 2018-04-11 07:54:51,608 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-831ba580-6db7-4efd-a27f-2a939a1a36cb' 2018-04-11 07:54:55,926 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-831ba580-6db7-4efd-a27f-2a939a1a36cb' 2018-04-11 07:54:59,766 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-11 07:55:10,565 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-11 07:55:12,224 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.11. Waiting for response... 2018-04-11 07:55:28,506 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - It seems userdata is not supported in nova boot. Waiting a bit... 2018-04-11 07:55:43,601 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-11 07:55:44,185 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 07:55:44,185 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-11 07:56:00,491 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-11 07:56:00,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 07:56:07,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 07:56:06.997 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9a13b797-dc27-476b-8e76-e1c4e92de37a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9a13b797-dc27-476b-8e76-e1c4e92de37a | 2018-04-11T07:56:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9a13b797-dc27-476b-8e76-e1c4e92de37a ~/.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-11 07:56:11,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-04-11 07:56:11,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 07:56:19,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 07:56:18.062 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 07:56:18.315 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 07:56:19.645 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f) as the default verifier for the future CLI operations. 2018-04-11 07:56:24,202 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 07:56:26,136 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 07:56:29,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 07:56:35,328 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 07:56:34.405 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f) for deployment 'opnfv-rally' (UUID=9a13b797-dc27-476b-8e76-e1c4e92de37a). 2018-04-11 07:56:35.180 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f) has been successfully configured for deployment 'opnfv-rally' (UUID=9a13b797-dc27-476b-8e76-e1c4e92de37a)! 2018-04-11 07:56:35,328 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 07:56:35,328 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 07:56:35,330 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 07:56:35,331 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 07:56:39,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e5219258-021c-487d-ae95-2eaf5a02740f/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-11 07:56:39,720 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-11 07:56:39,721 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-11 07:56:39,721 - 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-11 07:56:42,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:56:42.914 55 INFO rally.api [-] Starting verification (UUID=c8ec4271-bbca-44da-8f6c-4faaa83385ef) for deployment 'opnfv-rally' (UUID=9a13b797-dc27-476b-8e76-e1c4e92de37a) by verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f). 2018-04-11 07:56:42,916 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c8ec4271-bbca-44da-8f6c-4faaa83385ef 2018-04-11 07:56:50,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:56:50.260 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.133s] 2018-04-11 07:56:50,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:56:50.549 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.289s] 2018-04-11 07:56:57,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:56:57.384 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.898s] 2018-04-11 07:56:59,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:56:59.028 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.643s] 2018-04-11 07:57:07,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:57:07.517 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.633s] 2018-04-11 07:57:24,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:57:24.607 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.538s] 2018-04-11 07:57:29,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:57:29.411 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume ... skip: Volume service not enabled. 2018-04-11 07:57:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:57:53.101 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.079s] 2018-04-11 07:57:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:57:53.101 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-11 07:58:28,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:58:28.860 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.241s] 2018-04-11 07:58:28,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:58:28.861 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-11 07:59:43,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 07:59:43.129 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [38.264s] 2018-04-11 08:00:08,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:08.467 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-04-11 08:00:08,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:08.565 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-04-11 08:00:15,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:15.964 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.907s] 2018-04-11 08:00:15,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:15.972 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2018-04-11 08:00:17,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:17.445 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-11 08:00:17,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:17.446 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-11 08:00:22,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:22.835 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON ... fail 2018-04-11 08:00:26,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:26.146 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... fail [0.028s] 2018-04-11 08:00:33,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:33.134 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON ... fail 2018-04-11 08:00:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:38.206 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON ... fail 2018-04-11 08:00:43,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:43.555 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON ... fail 2018-04-11 08:00:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:46.987 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... fail [0.034s] 2018-04-11 08:00:54,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:00:54.357 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON ... fail 2018-04-11 08:01:00,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:00.070 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON ... fail 2018-04-11 08:01:03,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:03.464 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... fail [0.029s] 2018-04-11 08:01:08,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:08.869 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... fail [0.081s] 2018-04-11 08:01:10,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:10.644 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-11 08:01:12,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:12.929 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-04-11 08:01:12,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:12.950 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2018-04-11 08:01:12,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:12.964 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.014s] 2018-04-11 08:01:12,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:12.969 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.005s] 2018-04-11 08:01:16,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:16.676 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.343s] 2018-04-11 08:01:17,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:17.924 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.249s] 2018-04-11 08:01:18,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:18.858 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.933s] 2018-04-11 08:01:24,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:24.343 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.005s] 2018-04-11 08:01:28,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:28.330 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.622s] 2018-04-11 08:01:45,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:45.651 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.786s] 2018-04-11 08:01:49,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:01:49.536 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.885s] 2018-04-11 08:02:05,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:05.427 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.856s] 2018-04-11 08:02:08,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:08.454 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.025s] 2018-04-11 08:02:15,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:15.345 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.890s] 2018-04-11 08:02:25,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:25.268 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.556s] 2018-04-11 08:02:28,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:28.510 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.241s] 2018-04-11 08:02:33,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:33.385 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.874s] 2018-04-11 08:02:49,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:49.449 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.109s] 2018-04-11 08:02:49,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:49.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.201s] 2018-04-11 08:02:49,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:49.843 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.193s] 2018-04-11 08:02:50,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:50.003 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.160s] 2018-04-11 08:02:50,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:50.139 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.135s] 2018-04-11 08:02:50,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:02:50.210 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.071s] 2018-04-11 08:03:01,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:01.345 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.576s] 2018-04-11 08:03:01,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:01.551 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.206s] 2018-04-11 08:03:01,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:01.688 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.136s] 2018-04-11 08:03:01,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:01.787 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.099s] 2018-04-11 08:03:01,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:01.907 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.120s] 2018-04-11 08:03:01,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:01.972 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.065s] 2018-04-11 08:03:12,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:12.531 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.526s] 2018-04-11 08:03:17,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:17.258 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.725s] 2018-04-11 08:03:19,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:19.007 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.749s] 2018-04-11 08:03:19,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:19.089 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.083s] 2018-04-11 08:03:19,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:19.169 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.079s] 2018-04-11 08:03:29,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:29.797 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.790s] 2018-04-11 08:03:34,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:34.498 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.701s] 2018-04-11 08:03:36,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:36.374 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.876s] 2018-04-11 08:03:36,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:36.451 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.077s] 2018-04-11 08:03:36,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:36.508 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2018-04-11 08:03:56,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:03:56.898 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.959s] 2018-04-11 08:04:07,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:04:07.748 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.849s] 2018-04-11 08:04:18,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:04:18.598 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.849s] 2018-04-11 08:04:27,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:04:27.476 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [8.877s] 2018-04-11 08:04:54,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:04:54.168 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.361s] 2018-04-11 08:05:05,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:05.463 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.294s] 2018-04-11 08:05:15,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:15.444 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.980s] 2018-04-11 08:05:24,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:24.315 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.870s] 2018-04-11 08:05:36,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:36.957 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.160s] 2018-04-11 08:05:38,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:38.302 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.343s] 2018-04-11 08:05:38,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:38.356 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.055s] 2018-04-11 08:05:42,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:42.831 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.152s] 2018-04-11 08:05:44,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:44.006 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.174s] 2018-04-11 08:05:44,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:44.061 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.056s] 2018-04-11 08:05:48,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:48.147 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.610s] 2018-04-11 08:05:51,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:51.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.005s] 2018-04-11 08:05:58,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:05:58.747 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... fail 2018-04-11 08:06:04,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:04.421 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... fail 2018-04-11 08:06:08,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:08.312 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... fail 2018-04-11 08:06:12,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:12.271 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... fail 2018-04-11 08:06:16,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:16.211 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... fail 2018-04-11 08:06:16,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:16.212 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest ... skip: VersionsTest skipped as Cinder is not available 2018-04-11 08:06:16,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:16.212 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest ... skip: VolumesActionsTest skipped as Cinder is not available 2018-04-11 08:06:16,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:16.213 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest ... skip: VolumesGetTest skipped as Cinder is not available 2018-04-11 08:06:16,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:06:16.213 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON ... skip: VolumesListTestJSON skipped as Cinder is not available 2018-04-11 08:08:07,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:08:07.491 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [108.024s] 2018-04-11 08:08:57,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:08:57.614 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [37.202s] 2018-04-11 08:10:06,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:10:06.370 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [38.573s] 2018-04-11 08:10:26,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c8ec4271-bbca-44da-8f6c-4faaa83385ef']'. 2018-04-11 08:10:28,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 08:10:28,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 08:10:28,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 08:10:28,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c8ec4271-bbca-44da-8f6c-4faaa83385ef | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 07:56:42 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 08:10:26 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:44 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e5219258-021c-487d-ae95-2eaf5a02740f) | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9a13b797-dc27-476b-8e76-e1c4e92de37a) | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 798.365 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 73 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 08:10:28,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 08:10:28,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 24 | 2018-04-11 08:10:28,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 08:10:28,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 08:10:28,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 75.2577319588% 2018-04-11 08:10:32,742 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 08:10:32,743 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:08 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-11 08:10:32,745 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-11 08:10:32,746 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-11 08:10:32,821 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 08:10:36,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 08:10:35.925 115 INFO rally.deployment.engine [-] Deployment 9a13b797-dc27-476b-8e76-e1c4e92de37a | Starting: Destroy cloud and free allocated resources. 2018-04-11 08:10:36.065 115 INFO rally.deployment.engine [-] Deployment 9a13b797-dc27-476b-8e76-e1c4e92de37a | Completed: Destroy cloud and free allocated resources. 2018-04-11 08:10:36.096 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f) for deployment 'opnfv-rally'. 2018-04-11 08:10:36.110 115 INFO rally.api [-] Deleting verification (UUID=c8ec4271-bbca-44da-8f6c-4faaa83385ef). 2018-04-11 08:10:36.186 115 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 08:10:36.186 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f). 2018-04-11 08:10:36.193 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 08:10:40,004 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 08:10:39.604 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cbf317bb-d913-4601-b083-84cd2e9763f4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cbf317bb-d913-4601-b083-84cd2e9763f4 | 2018-04-11T08:10:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cbf317bb-d913-4601-b083-84cd2e9763f4 ~/.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-11 08:10:44,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-04-11 08:10:44,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-11 08:10:45,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-f204793c-7e17-42cb-9cfc-9af9a4b57ef8'... 2018-04-11 08:10:46,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-f204793c-7e17-42cb-9cfc-9af9a4b57ef8'... 2018-04-11 08:10:48,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-f204793c-7e17-42cb-9cfc-9af9a4b57ef8'... 2018-04-11 08:10:57,189 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-f204793c-7e17-42cb-9cfc-9af9a4b57ef8'... 2018-04-11 08:10:57,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-f204793c-7e17-42cb-9cfc-9af9a4b57ef8'... 2018-04-11 08:10:58,536 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-11 08:10:58,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-11 08:10:58,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 08:10:58,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 08:10:58,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'e81e3540-22e4-4279-b02e-33b33d76c10b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'flavor_name': 'rally-tiny-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 08:12:01,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2b6f5809-b1cf-4767-b9b2-adb471c6269d 2018-04-11 08:12:01,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-11 08:12:01,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2b6f5809-b1cf-4767-b9b2-adb471c6269d'] 2018-04-11 08:12:03,017 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> duration | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.62035 Full duration: 7.237732 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867733 Full duration: 7.400767 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | total | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> duration | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888303 Full duration: 7.455068 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 0.266 | 100.0% | 1 | | total | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> duration | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.882226 Full duration: 7.294137 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | total | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> duration | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.980158 Full duration: 7.608647 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2b6f5809-b1cf-4767-b9b2-adb471c6269d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | total | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | -> duration | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.423922 Full duration: 8.096962 HINTS: * To plot HTML graphics with this data, run: rally task report 2b6f5809-b1cf-4767-b9b2-adb471c6269d --out output.html * To generate a JUnit report, run: rally task export 2b6f5809-b1cf-4767-b9b2-adb471c6269d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2b6f5809-b1cf-4767-b9b2-adb471c6269d --json --out output.json 2018-04-11 08:12:03,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2b6f5809-b1cf-4767-b9b2-adb471c6269d'] 2018-04-11 08:12:04,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 08:12:04,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2b6f5809-b1cf-4767-b9b2-adb471c6269d', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-11 08:12:04,420 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-11 08:12:04,421 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-11 08:12:04,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-11 08:12:04,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 08:12:04,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 08:12:04,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'e81e3540-22e4-4279-b02e-33b33d76c10b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'flavor_name': 'rally-tiny-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 08:13:35,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d9811f70-7cdf-4b32-9c92-d039691452c3 2018-04-11 08:13:35,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd9811f70-7cdf-4b32-9c92-d039691452c3'] 2018-04-11 08:13:37,249 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d9811f70-7cdf-4b32-9c92-d039691452c3: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d9811f70-7cdf-4b32-9c92-d039691452c3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | -> glance_v2.upload_data | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | glance_v2.delete_image | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 100.0% | 1 | | total | 3.858 | 3.858 | 3.858 | 3.858 | 3.858 | 3.858 | 100.0% | 1 | | -> duration | 3.858 | 3.858 | 3.858 | 3.858 | 3.858 | 3.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.857597 Full duration: 12.149635 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d9811f70-7cdf-4b32-9c92-d039691452c3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.674 | 3.674 | 3.674 | 3.674 | 3.674 | 3.674 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 1.308 | 100.0% | 1 | | glance_v2.list_images | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 100.0% | 1 | | -> duration | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.714557 Full duration: 14.256058 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d9811f70-7cdf-4b32-9c92-d039691452c3 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | -> duration | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.168064 Full duration: 8.227194 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-f204793c-7e17-42cb-9cfc-9af9a4b57ef8" }, "number_instances": 2, "nics": [ { "net-id": "e81e3540-22e4-4279-b02e-33b33d76c10b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task d9811f70-7cdf-4b32-9c92-d039691452c3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.785 | 2.785 | 2.785 | 2.785 | 2.785 | 2.785 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | nova.boot_servers | 11.752 | 11.752 | 11.752 | 11.752 | 11.752 | 11.752 | 100.0% | 1 | | total | 14.538 | 14.538 | 14.538 | 14.538 | 14.538 | 14.538 | 100.0% | 1 | | -> duration | 13.538 | 13.538 | 13.538 | 13.538 | 13.538 | 13.538 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.538045 Full duration: 34.269456 HINTS: * To plot HTML graphics with this data, run: rally task report d9811f70-7cdf-4b32-9c92-d039691452c3 --out output.html * To generate a JUnit report, run: rally task export d9811f70-7cdf-4b32-9c92-d039691452c3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d9811f70-7cdf-4b32-9c92-d039691452c3 --json --out output.json 2018-04-11 08:13:37,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd9811f70-7cdf-4b32-9c92-d039691452c3'] 2018-04-11 08:13:38,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-11 08:13:38,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd9811f70-7cdf-4b32-9c92-d039691452c3', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-11 08:13:38,630 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-11 08:13:38,631 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-11 08:13:38,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-11 08:13:38,631 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-11 08:13:38,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-11 08:13:38,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'ext-net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'e81e3540-22e4-4279-b02e-33b33d76c10b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'flavor_name': 'rally-tiny-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f204793c-7e17-42cb-9cfc-9af9a4b57ef8', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-11 08:13:50,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0625186f-2cff-42d7-bd58-f95e8c7b5987 2018-04-11 08:13:50,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0625186f-2cff-42d7-bd58-f95e8c7b5987'] 2018-04-11 08:13:51,517 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0625186f-2cff-42d7-bd58-f95e8c7b5987: crashed -------------------------------------------------------------------------------- InvalidTaskConfig Input task is invalid! Subtask CinderVolumes.create_and_delete_snapshot[0] has wrong configuration Subtask configuration: {"version": 2, "title": "A cropped version of a bigger task.", "description": "Auto-generated task from a single workload", "subtasks": [{"title": "CinderVolumes.create_and_delete_snapshot", "description": "Create and then delete a volume-snapshot.", "scenario": {"CinderVolumes.create_and_delete_snapshot": {"force": false}}, "contexts": {"users": {"tenants": 1, "users_per_tenant": 1}, "quotas": {"cinder": {"gigabytes": -1, "snapshots": -1, "volumes": -1}}, "volumes": {"size": 1, "volumes_per_tenant": 1}}, "runner": {"constant": {"concurrency": 1, "times": 1}}, "hooks": [], "sla": {"failure_rate": {"max": 0}}}]} Reason(s): 'cinder' service is not available. Hint: If 'cinder' service has non-default service_type, try to setup it via 'api_versions' context. For more details run: rally -d task detailed 0625186f-2cff-42d7-bd58-f95e8c7b5987 2018-04-11 08:13:51,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0625186f-2cff-42d7-bd58-f95e8c7b5987'] 2018-04-11 08:13:52,879 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: No JSON object could be decoded 2018-04-11 08:14:01,206 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 08:14:02,030 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,030 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,031 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,032 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,032 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,030 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 03:28 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-11 08:14:02,033 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 08:14:02,033 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-11 08:14:02,033 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-11 08:14:02,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 08:14:05,562 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 08:14:05.220 1377 INFO rally.deployment.engine [-] Deployment cbf317bb-d913-4601-b083-84cd2e9763f4 | Starting: Destroy cloud and free allocated resources. 2018-04-11 08:14:05.347 1377 INFO rally.deployment.engine [-] Deployment cbf317bb-d913-4601-b083-84cd2e9763f4 | Completed: Destroy cloud and free allocated resources. 2018-04-11 08:14:05.364 1377 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f). 2018-04-11 08:14:05.367 1377 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 08:14:09,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 08:14:08.747 1380 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=06fec548-4af9-4e28-80e7-b2a6d953380d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 06fec548-4af9-4e28-80e7-b2a6d953380d | 2018-04-11T08:14:08 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 06fec548-4af9-4e28-80e7-b2a6d953380d ~/.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-11 08:14:13,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-04-11 08:14:13,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 08:14:16,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 08:14:16.593 1386 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e5219258-021c-487d-ae95-2eaf5a02740f). 2018-04-11 08:14:16.742 1386 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 08:14:21,627 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 08:14:19.964 1389 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 08:14:20.143 1389 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 08:14:21.472 1389 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f) as the default verifier for the future CLI operations. 2018-04-11 08:14:26,028 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 08:14:27,695 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 08:14:31,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 08:14:37,611 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 08:14:36.761 1408 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f) for deployment 'opnfv-rally' (UUID=06fec548-4af9-4e28-80e7-b2a6d953380d). 2018-04-11 08:14:37.494 1408 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f) has been successfully configured for deployment 'opnfv-rally' (UUID=06fec548-4af9-4e28-80e7-b2a6d953380d)! 2018-04-11 08:14:37,612 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 08:14:37,612 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 08:14:37,613 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 08:14:40,679 - 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-11 08:14:43,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:43.857 1420 INFO rally.api [-] Starting verification (UUID=3dbfc3a2-a549-4507-b5e0-72a14d6200cd) for deployment 'opnfv-rally' (UUID=06fec548-4af9-4e28-80e7-b2a6d953380d) by verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f). 2018-04-11 08:14:43,858 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3dbfc3a2-a549-4507-b5e0-72a14d6200cd 2018-04-11 08:14:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:55.165 1420 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON ... skip: VolumesSnapshotTestJSON skipped as Cinder is not available 2018-04-11 08:14:57,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:57.491 1420 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON ... skip: AvailabilityZoneTestJSON skipped as Cinder is not available 2018-04-11 08:14:57,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:57.590 1420 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest ... skip: VolumesActionsTest skipped as Cinder is not available 2018-04-11 08:14:57,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:57.843 1420 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... skip: AttachVolumeTestJSON skipped as Cinder is not available 2018-04-11 08:14:58,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.345 1420 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON ... skip: SnapshotMetadataTestJSON skipped as Cinder is not available 2018-04-11 08:14:58,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.362 1420 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON ... skip: VolumesSnapshotListTestJSON skipped as Cinder is not available 2018-04-11 08:14:58,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.457 1420 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest ... skip: VolumesMetadataTest skipped as Cinder is not available 2018-04-11 08:14:58,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.461 1420 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON ... skip: VolumesSnapshotNegativeTestJSON skipped as Cinder is not available 2018-04-11 08:14:58,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.472 1420 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest ... skip: VolumesGetTest skipped as Cinder is not available 2018-04-11 08:14:58,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.501 1420 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON ... skip: ExtensionsTestJSON skipped as Cinder is not available 2018-04-11 08:14:58,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.517 1420 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON ... skip: VolumesListTestJSON skipped as Cinder is not available 2018-04-11 08:14:58,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:58.561 1420 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest ... skip: VolumesNegativeTest skipped as Cinder is not available 2018-04-11 08:14:59,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:14:59.581 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.069s] 2018-04-11 08:15:01,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:01.218 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.637s] 2018-04-11 08:15:01,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:01.336 1420 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.657s] 2018-04-11 08:15:01,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:01.754 1420 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.805s] 2018-04-11 08:15:02,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:02.049 1420 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.713s] 2018-04-11 08:15:02,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:02.082 1420 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.328s] 2018-04-11 08:15:02,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:02.938 1420 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.855s] 2018-04-11 08:15:03,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:03.576 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [2.063s] 2018-04-11 08:15:04,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:04.868 1420 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.220s] 2018-04-11 08:15:04,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:04.869 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.330s] 2018-04-11 08:15:04,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:04.884 1420 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.017s] 2018-04-11 08:15:05,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:05.073 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.852s] 2018-04-11 08:15:05,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:05.533 1420 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.648s] 2018-04-11 08:15:05,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:05.540 1420 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-04-11 08:15:05,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:05.557 1420 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2018-04-11 08:15:05,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:05.668 1420 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.272s] 2018-04-11 08:15:05,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:05.835 1420 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.166s] 2018-04-11 08:15:06,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:06.526 1420 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.317s] 2018-04-11 08:15:06,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:06.596 1420 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.070s] 2018-04-11 08:15:06,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:06.934 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.863s] 2018-04-11 08:15:07,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:07.541 1420 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-11 08:15:07,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:07.907 1420 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [2.898s] 2018-04-11 08:15:08,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:08.768 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.189s] 2018-04-11 08:15:09,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:09.177 1420 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.794s] 2018-04-11 08:15:10,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:10.797 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.030s] 2018-04-11 08:15:11,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:11.640 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.704s] 2018-04-11 08:15:12,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:12.150 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.281s] 2018-04-11 08:15:12,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:12.395 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.598s] 2018-04-11 08:15:12,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:12.409 1420 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [5.759s] 2018-04-11 08:15:14,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:14.329 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.934s] 2018-04-11 08:15:14,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:14.502 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.861s] 2018-04-11 08:15:15,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:15.183 1420 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.474s] 2018-04-11 08:15:15,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:15.206 1420 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.023s] 2018-04-11 08:15:15,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:15.300 1420 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.983s] 2018-04-11 08:15:15,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:15.509 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.359s] 2018-04-11 08:15:16,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:16.063 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.553s] 2018-04-11 08:15:19,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:19.228 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [3.164s] 2018-04-11 08:15:19,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:19.287 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.059s] 2018-04-11 08:15:19,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:19.334 1420 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-04-11 08:15:21,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:21.237 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.708s] 2018-04-11 08:15:21,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:21.908 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [7.577s] 2018-04-11 08:15:23,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:23.530 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [9.026s] 2018-04-11 08:15:23,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:23.673 1420 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.144s] 2018-04-11 08:15:24,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:24.919 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-04-11 08:15:24,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:24.927 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-04-11 08:15:24,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:24.973 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.045s] 2018-04-11 08:15:25,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.010 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.037s] 2018-04-11 08:15:25,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.050 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.040s] 2018-04-11 08:15:25,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.110 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.059s] 2018-04-11 08:15:25,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.168 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.058s] 2018-04-11 08:15:25,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.221 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.053s] 2018-04-11 08:15:25,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.269 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.047s] 2018-04-11 08:15:25,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.321 1420 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.052s] 2018-04-11 08:15:25,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:25.731 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.822s] 2018-04-11 08:15:26,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:26.649 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.919s] 2018-04-11 08:15:26,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:26.677 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2018-04-11 08:15:26,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:26.730 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.052s] 2018-04-11 08:15:26,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:26.751 1420 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-04-11 08:15:27,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:27.571 1420 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [29.192s] 2018-04-11 08:15:28,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:28.817 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.075s] 2018-04-11 08:15:28,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:28.842 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... fail [0.019s] 2018-04-11 08:15:28,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:28.994 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.157s] 2018-04-11 08:15:29,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.008 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-04-11 08:15:29,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.022 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2018-04-11 08:15:29,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.061 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2018-04-11 08:15:29,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.131 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.070s] 2018-04-11 08:15:29,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.202 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.070s] 2018-04-11 08:15:29,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.471 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.269s] 2018-04-11 08:15:29,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.485 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-04-11 08:15:29,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:29.568 1420 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.083s] 2018-04-11 08:15:32,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:32.588 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [11.350s] 2018-04-11 08:15:35,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:35.696 1420 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.064s] 2018-04-11 08:15:37,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:37.087 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.498s] 2018-04-11 08:15:39,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:39.910 1420 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.213s] 2018-04-11 08:15:40,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:40.514 1420 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.802s] 2018-04-11 08:15:41,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:41.064 1420 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.549s] 2018-04-11 08:15:41,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:41.254 1420 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.190s] 2018-04-11 08:15:41,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:41.879 1420 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.624s] 2018-04-11 08:15:42,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:42.060 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.973s] 2018-04-11 08:15:42,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:42.540 1420 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.660s] 2018-04-11 08:15:43,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:43.240 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.325s] 2018-04-11 08:15:43,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:43.483 1420 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.943s] 2018-04-11 08:15:43,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:43.664 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.423s] 2018-04-11 08:15:43,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:43.926 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.262s] 2018-04-11 08:15:44,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:44.271 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.343s] 2018-04-11 08:15:44,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:44.544 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.273s] 2018-04-11 08:15:44,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:44.652 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.108s] 2018-04-11 08:15:44,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:44.748 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.095s] 2018-04-11 08:15:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:44.834 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.086s] 2018-04-11 08:15:44,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:44.916 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.081s] 2018-04-11 08:15:45,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:45.003 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.087s] 2018-04-11 08:15:45,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:45.182 1420 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.178s] 2018-04-11 08:15:46,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:46.125 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.064s] 2018-04-11 08:15:46,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:46.686 1420 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [9.432s] 2018-04-11 08:15:48,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:48.869 1420 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.183s] 2018-04-11 08:15:50,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:50.366 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [3.564s] 2018-04-11 08:15:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:50.517 1420 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [22.944s] 2018-04-11 08:15:51,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:51.040 1420 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [45.934s] 2018-04-11 08:15:54,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:54.670 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [4.304s] 2018-04-11 08:15:55,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:55.561 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [9.435s] 2018-04-11 08:15:56,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:56.235 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.564s] 2018-04-11 08:15:57,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:57.532 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.297s] 2018-04-11 08:15:58,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:58.881 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.320s] 2018-04-11 08:15:59,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:15:59.441 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.908s] 2018-04-11 08:16:00,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:00.794 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.352s] 2018-04-11 08:16:01,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:01.290 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.496s] 2018-04-11 08:16:01,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:01.906 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.616s] 2018-04-11 08:16:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:02.371 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.465s] 2018-04-11 08:16:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:03.330 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.448s] 2018-04-11 08:16:03,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:03.575 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.202s] 2018-04-11 08:16:04,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:04.002 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.428s] 2018-04-11 08:16:04,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:04.451 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.448s] 2018-04-11 08:16:04,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:04.876 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.424s] 2018-04-11 08:16:06,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:06.056 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.179s] 2018-04-11 08:16:06,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:06.603 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.547s] 2018-04-11 08:16:07,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.048 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.444s] 2018-04-11 08:16:07,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.268 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.937s] 2018-04-11 08:16:07,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.387 1420 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [13.131s] 2018-04-11 08:16:07,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.468 1420 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.081s] 2018-04-11 08:16:07,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.482 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.433s] 2018-04-11 08:16:07,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.641 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.373s] 2018-04-11 08:16:07,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.724 1420 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.255s] 2018-04-11 08:16:07,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.780 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.138s] 2018-04-11 08:16:07,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.888 1420 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.163s] 2018-04-11 08:16:07,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.889 1420 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-11 08:16:07,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:07.934 1420 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.451s] 2018-04-11 08:16:08,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:08.023 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.242s] 2018-04-11 08:16:08,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:08.105 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.082s] 2018-04-11 08:16:08,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:08.231 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.126s] 2018-04-11 08:16:08,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:08.362 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.130s] 2018-04-11 08:16:08,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:08.441 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.079s] 2018-04-11 08:16:08,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:08.508 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.066s] 2018-04-11 08:16:09,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:09.729 1420 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [21.661s] 2018-04-11 08:16:12,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:12.804 1420 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.295s] 2018-04-11 08:16:12,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:12.873 1420 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.120s] 2018-04-11 08:16:12,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:12.953 1420 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.079s] 2018-04-11 08:16:13,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:13.207 1420 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.253s] 2018-04-11 08:16:13,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:13.305 1420 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-11 08:16:13,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:13.306 1420 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-11 08:16:23,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:23.664 1420 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [33.142s] 2018-04-11 08:16:29,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:29.676 1420 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.948s] 2018-04-11 08:16:35,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:35.614 1420 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.950s] 2018-04-11 08:16:53,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:16:53.126 1420 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.445s] 2018-04-11 08:17:10,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:17:10.169 1420 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.041s] 2018-04-11 08:17:48,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:17:48.976 1420 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [73.349s] 2018-04-11 08:17:52,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3dbfc3a2-a549-4507-b5e0-72a14d6200cd']'. 2018-04-11 08:17:53,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3dbfc3a2-a549-4507-b5e0-72a14d6200cd | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 08:14:43 | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 08:17:51 | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: de853b86-ef75-4774-8c7d-20a0c1a57c6f) | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 06fec548-4af9-4e28-80e7-b2a6d953380d) | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-04-11 08:17:53,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 173.88 | 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 144 | 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 59 | 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 08:17:53,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 08:17:53,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.3103448276% 2018-04-11 08:17:58,303 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 08:17:58,303 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:32 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-04-11 08:17:58,306 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-04-11 08:17:58,306 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-11 08:17:58,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-11 08:18:01,936 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-11 08:18:01.454 1641 INFO rally.deployment.engine [-] Deployment 06fec548-4af9-4e28-80e7-b2a6d953380d | Starting: Destroy cloud and free allocated resources. 2018-04-11 08:18:01.635 1641 INFO rally.deployment.engine [-] Deployment 06fec548-4af9-4e28-80e7-b2a6d953380d | Completed: Destroy cloud and free allocated resources. 2018-04-11 08:18:01.671 1641 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f) for deployment 'opnfv-rally'. 2018-04-11 08:18:01.693 1641 INFO rally.api [-] Deleting verification (UUID=3dbfc3a2-a549-4507-b5e0-72a14d6200cd). 2018-04-11 08:18:01.731 1641 INFO rally.api [-] Verification has been successfully deleted! 2018-04-11 08:18:01.732 1641 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f). 2018-04-11 08:18:01.739 1641 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-11 08:18:05,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-11 08:18:05.083 1644 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7e65e5b2-2801-4ba5-9556-ee5e5bf772ef) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7e65e5b2-2801-4ba5-9556-ee5e5bf772ef | 2018-04-11T08:18:05 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7e65e5b2-2801-4ba5-9556-ee5e5bf772ef ~/.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-11 08:18:09,985 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-04-11 08:18:09,986 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-11 08:18:13,367 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-11 08:18:13.097 1650 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=de853b86-ef75-4774-8c7d-20a0c1a57c6f). 2018-04-11 08:18:13.233 1650 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-11 08:18:18,068 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-11 08:18:16.449 1653 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-11 08:18:16.646 1653 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-11 08:18:17.892 1653 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7c90260-e313-4a40-b620-d3878f4e7e88) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e7c90260-e313-4a40-b620-d3878f4e7e88) as the default verifier for the future CLI operations. 2018-04-11 08:18:22,466 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-11 08:18:24,083 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-11 08:18:28,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-11 08:18:34,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-11 08:18:33.273 1672 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e7c90260-e313-4a40-b620-d3878f4e7e88) for deployment 'opnfv-rally' (UUID=7e65e5b2-2801-4ba5-9556-ee5e5bf772ef). 2018-04-11 08:18:33.976 1672 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7c90260-e313-4a40-b620-d3878f4e7e88) has been successfully configured for deployment 'opnfv-rally' (UUID=7e65e5b2-2801-4ba5-9556-ee5e5bf772ef)! 2018-04-11 08:18:34,095 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-11 08:18:34,095 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-11 08:18:34,096 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-11 08:18:34,100 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-11 08:18:38,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e7c90260-e313-4a40-b620-d3878f4e7e88/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-11 08:18:38,468 - 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-11 08:18:41,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-11 08:18:41.660 1681 INFO rally.api [-] Starting verification (UUID=cd3bf4cf-3278-401c-bb13-498bc50ea535) for deployment 'opnfv-rally' (UUID=7e65e5b2-2801-4ba5-9556-ee5e5bf772ef) by verifier 'opnfv-tempest' (UUID=e7c90260-e313-4a40-b620-d3878f4e7e88). 2018-04-11 08:18:41,661 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cd3bf4cf-3278-401c-bb13-498bc50ea535 2018-04-11 08:20:56,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cd3bf4cf-3278-401c-bb13-498bc50ea535']'. 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cd3bf4cf-3278-401c-bb13-498bc50ea535 | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-11 08:18:41 | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-11 08:20:55 | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:14 | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-11 08:20:57,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e7c90260-e313-4a40-b620-d3878f4e7e88) | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7e65e5b2-2801-4ba5-9556-ee5e5bf772ef) | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 111.506 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 127 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 152 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 8 | 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-11 08:20:57,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-11 08:20:57,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.0740740741% 2018-04-11 08:21:02,043 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 08:21:02,044 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:39 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-11 08:21:02,046 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-04-11 08:21:02,046 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-11 08:21:02,924 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-11 09:45:27,594 - 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) ... FAIL 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) ... FAIL 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) ... ERROR test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ERROR 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) ... FAIL test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... FAIL test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... FAIL test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... FAIL test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... FAIL test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... FAIL test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... FAIL test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... FAIL test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... FAIL test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... FAIL ====================================================================== ERROR: test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_stack_tests.py", line 767, in setUp self.created_stack = self.stack_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 120, in create if self.__stack and self.stack_complete(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 220, in stack_complete poll_interval, snaps.config.stack.STATUS_CREATE_FAILED) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 451, in _stack_status_check status = self._status(expected_status_code, fail_status) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 496, in _status raise StackError('Stack had an error') StackError: Stack had an error ====================================================================== ERROR: test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_stack_tests.py", line 767, in setUp self.created_stack = self.stack_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 120, in create if self.__stack and self.stack_complete(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 220, in stack_complete poll_interval, snaps.config.stack.STATUS_CREATE_FAILED) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 451, in _stack_status_check status = self._status(expected_status_code, fail_status) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_stack.py", line 496, in _status raise StackError('Stack had an error') StackError: Stack had an error ====================================================================== FAIL: test_create_router_external_network (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 382, in test_create_router_external_network self.check_router_recreation(router, router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 445, in check_router_recreation len(derived_settings.port_settings)) AssertionError: 1 != 4 ====================================================================== FAIL: 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 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'847757eb-4bc0-41d9-82f2-038d17717abf' != u'f98269d2-d397-4995-983a-bcdabed09895' - 847757eb-4bc0-41d9-82f2-038d17717abf + f98269d2-d397-4995-983a-bcdabed09895 ====================================================================== FAIL: test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 928, in test_ssh_client_fip_after_active self.assertTrue(validate_ssh_client(inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1021, in test_ssh_client_fip_after_init self.assertTrue(validate_ssh_client(inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 965, in test_ssh_client_fip_after_reboot self.assertTrue(validate_ssh_client(inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 891, in test_ssh_client_fip_before_active self.assertTrue(validate_ssh_client(inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1061, in test_ssh_client_fip_reverse_engineer derived_inst_creator, fip_name=self.floating_ip_name)) AssertionError: False is not true ====================================================================== FAIL: test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_instance_tests.py", line 1098, in test_ssh_client_fip_second_creator self.assertTrue(validate_ssh_client(inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_stack_tests.py", line 515, in test_connect_via_ssh_heat_vm create_instance_tests.validate_ssh_client(vm_inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_stack_tests.py", line 548, in test_connect_via_ssh_heat_vm_derived create_instance_tests.validate_ssh_client(vm_inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/provisioning/tests/ansible_utils_tests.py", line 242, in test_apply_simple_playbook self.assertTrue(self.inst_creator.vm_ssh_active(block=True)) AssertionError: False is not true ====================================================================== FAIL: test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/provisioning/tests/ansible_utils_tests.py", line 315, in test_apply_template_playbook self.assertTrue(self.inst_creator.vm_ssh_active(block=True)) AssertionError: False is not true ---------------------------------------------------------------------- Ran 119 tests in 5064.614s FAILED (failures=12, errors=2) 2018-04-11 09:45:28,434 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 09:45:28,434 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 84:25 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-11 09:45:28,437 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-11 09:45:28,437 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-11 09:45:28,437 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:09 | PASS | | vping_userdata | functest | smoke | 01:06 | PASS | | tempest_smoke_serial | functest | smoke | 14:08 | FAIL | | rally_sanity | functest | smoke | 03:28 | FAIL | | refstack_defcore | functest | smoke | 03:32 | FAIL | | patrole | functest | smoke | 02:39 | FAIL | | snaps_smoke | functest | smoke | 84:25 | FAIL | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-11 09:45:28,442 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-11 09:47:47,220 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-joid-baremetal-daily-master-183 | | 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 | joid | | DEPLOY_SCENARIO | os-nosdn-openbaton-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod12 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 09:47:47,223 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file #export OS_NO_CACHE='true' export OS_AUTH_URL=http://10.6.1.23:5000/v3 export OS_USER_DOMAIN_NAME=admin_domain export OS_PROJECT_DOMAIN_NAME=admin_domain export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=openstack export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=RegionOne export OS_INTERFACE=public #export OS_INSECURE=true #export OS_CASSL=~/joid_config/ca.pem export SDN_CONTROLLER=none export SDN_PASSWORD=admin 2018-04-11 09:47:47,223 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 09:47:47,223 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-11 09:47:47,224 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-11 09:47:47,226 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-11 09:52:02,351 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-joid-baremetal-daily-master-183 | | 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 | joid | | DEPLOY_SCENARIO | os-nosdn-openbaton-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod12 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 09:52:02,354 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file #export OS_NO_CACHE='true' export OS_AUTH_URL=http://10.6.1.23:5000/v3 export OS_USER_DOMAIN_NAME=admin_domain export OS_PROJECT_DOMAIN_NAME=admin_domain export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=openstack export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=RegionOne export OS_INTERFACE=public #export OS_INSECURE=true #export OS_CASSL=~/joid_config/ca.pem export SDN_CONTROLLER=none export SDN_PASSWORD=admin 2018-04-11 09:52:02,354 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 09:52:02,354 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-11 09:52:02,355 - 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-11 09:52:02,356 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-11 09:52:22,903 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-joid-baremetal-daily-master-183 | | 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 | joid | | DEPLOY_SCENARIO | os-nosdn-openbaton-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod12 | +--------------------------------------+----------------------------------------------------------+ 2018-04-11 09:52:22,906 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file #export OS_NO_CACHE='true' export OS_AUTH_URL=http://10.6.1.23:5000/v3 export OS_USER_DOMAIN_NAME=admin_domain export OS_PROJECT_DOMAIN_NAME=admin_domain export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=openstack export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=RegionOne export OS_INTERFACE=public #export OS_INSECURE=true #export OS_CASSL=~/joid_config/ca.pem export SDN_CONTROLLER=none export SDN_PASSWORD=admin 2018-04-11 09:52:22,906 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-11 09:52:22,907 - 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-11 09:52:22,908 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-11 09:52:22,908 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-11 09:53:32,827 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-04-11 09:53:32,828 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-11 09:53:33,427 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-11 09:53:33,427 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 01:10 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-04-11 09:53:33,429 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-04-11 09:53:33,430 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 01:10 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-11 09:53:33,431 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR