2018-05-19 03:39:19,449 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-129 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 03:39:19,455 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=Um3H7fvwBzNrkvGdQqawfz8ts export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-05-19 03:39:19,455 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 03:39:19,457 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-19 03:39:19,459 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-19 03:39:19,459 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-19 03:39:25,013 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 03:39:41,242 - 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 16.219s OK 2018-05-19 03:39:41,365 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 03:39:41,365 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:16 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-19 03:39:41,368 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-19 03:39:43,560 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 03:52:36,621 - 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 773.008s OK 2018-05-19 03:52:36,742 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 03:52:36,743 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 03:52:36,747 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-19 03:52:37,764 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 03:53:20,585 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.819s OK 2018-05-19 03:53:20,705 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 03:53:20,705 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-19 03:53:20,709 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:16 | PASS | | api_check | functest | healthcheck | 12:53 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-19 03:53:20,713 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-19 03:53:26,200 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-129 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 03:53:26,204 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=Um3H7fvwBzNrkvGdQqawfz8ts export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-05-19 03:53:26,205 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 03:53:26,206 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-19 03:53:26,208 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-19 03:53:26,208 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-19 03:53:28,917 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-19 03:53:28,918 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 03:53:29,364 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 03:53:29,364 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-19 03:53:29,762 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-19 03:53:29,762 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-19 03:53:29' 2018-05-19 03:53:29,763 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:33,335 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:36,995 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:44,187 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:45,043 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:45,844 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:53,016 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:53:57,226 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-608e2875-45d9-475a-bdd6-770a6aec5007' 2018-05-19 03:54:17,901 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-19 03:55:27,021 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-19 03:55:27,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-19 03:55:28,177 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-19 03:55:28,178 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 03:55:28,178 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 03:55:28,677 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 03:55:28,678 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 03:55:46,866 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-19 03:55:46,970 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-19 03:55:46,971 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-19 03:55:46' 2018-05-19 03:55:46,971 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--ebc0792e-dc3f-42e5-83da-ea1edffa5861' 2018-05-19 03:55:50,434 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-ebc0792e-dc3f-42e5-83da-ea1edffa5861' 2018-05-19 03:55:52,723 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-ebc0792e-dc3f-42e5-83da-ea1edffa5861' 2018-05-19 03:55:58,723 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-ebc0792e-dc3f-42e5-83da-ea1edffa5861' 2018-05-19 03:55:59,421 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-ebc0792e-dc3f-42e5-83da-ea1edffa5861' 2018-05-19 03:56:06,315 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ebc0792e-dc3f-42e5-83da-ea1edffa5861' 2018-05-19 03:56:13,452 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-19 03:56:24,656 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-19 03:56:27,209 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-19 03:56:27,318 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 03:56:27,319 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-19 03:56:46,154 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-19 03:56:46,294 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 03:56:54,160 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 03:56:53.878 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c09b4bcf-da28-4aec-8f77-7885384cdec8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c09b4bcf-da28-4aec-8f77-7885384cdec8 | 2018-05-19T03:56:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c09b4bcf-da28-4aec-8f77-7885384cdec8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-19 03:56:57,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-19 03:56:57,421 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 03:57:04,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 03:57:01.555 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 03:57:01.704 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 03:57:04.363 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2) as the default verifier for the future CLI operations. 2018-05-19 03:57:07,590 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 03:57:09,943 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 03:57:16,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 03:57:21,839 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 03:57:20.845 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2) for deployment 'opnfv-rally' (UUID=c09b4bcf-da28-4aec-8f77-7885384cdec8). 2018-05-19 03:57:21.679 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2) has been successfully configured for deployment 'opnfv-rally' (UUID=c09b4bcf-da28-4aec-8f77-7885384cdec8)! 2018-05-19 03:57:21,839 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 03:57:21,839 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 03:57:21,841 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 03:57:21,857 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 03:57:26,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2ce6192d-dc3a-4076-bf8f-dd891ff276c2/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-19 03:57:26,235 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-19 03:57:26,237 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-19 03:57:26,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-19 03:57:28,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:57:28.313 55 INFO rally.api [-] Starting verification (UUID=c4c2bef7-34af-4a11-8246-2561e1b15ddb) for deployment 'opnfv-rally' (UUID=c09b4bcf-da28-4aec-8f77-7885384cdec8) by verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2). 2018-05-19 03:57:28,315 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c4c2bef7-34af-4a11-8246-2561e1b15ddb 2018-05-19 03:57:36,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:57:36.391 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.181s] 2018-05-19 03:57:36,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:57:36.456 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2018-05-19 03:57:43,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:57:43.397 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.673s] 2018-05-19 03:57:47,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:57:47.149 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.751s] 2018-05-19 03:58:00,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:58:00.937 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.522s] 2018-05-19 03:58:18,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:58:18.081 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.689s] 2018-05-19 03:58:54,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:58:54.580 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.076s] 2018-05-19 03:58:54,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:58:54.581 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-19 03:59:27,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:59:27.598 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-05-19 03:59:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 03:59:27.599 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-19 04:00:00,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:00:00.022 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-05-19 04:00:00,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:00:00.023 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-19 04:01:41,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:01:41.731 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.222s] 2018-05-19 04:02:04,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:04.615 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-05-19 04:02:04,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:04.715 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-05-19 04:02:13,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:13.018 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.636s] 2018-05-19 04:02:13,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:13.026 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-19 04:02:14,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:14.457 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-19 04:02:14,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:14.458 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-19 04:02:18,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:18.387 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.388s] 2018-05-19 04:02:24,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:24.687 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.079s] 2018-05-19 04:02:31,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:31.368 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.674s] 2018-05-19 04:02:39,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:39.069 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.417s] 2018-05-19 04:02:48,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:48.602 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.291s] 2018-05-19 04:02:54,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:02:54.863 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.389s] 2018-05-19 04:03:00,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:00.760 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.284s] 2018-05-19 04:03:08,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:08.149 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.467s] 2018-05-19 04:03:15,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:15.611 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.564s] 2018-05-19 04:03:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:23.937 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.693s] 2018-05-19 04:03:26,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:26.528 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-19 04:03:28,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:28.474 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-05-19 04:03:28,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:28.551 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-05-19 04:03:28,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:28.633 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.080s] 2018-05-19 04:03:28,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:28.640 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-19 04:03:33,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:33.020 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.866s] 2018-05-19 04:03:34,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:34.824 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.804s] 2018-05-19 04:03:37,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:37.067 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.241s] 2018-05-19 04:03:43,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:43.194 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-19 04:03:50,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:03:50.393 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.734s] 2018-05-19 04:04:02,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:02.285 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.666s] 2018-05-19 04:04:05,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:05.643 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.357s] 2018-05-19 04:04:16,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:16.843 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.918s] 2018-05-19 04:04:20,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:20.400 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.555s] 2018-05-19 04:04:29,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:29.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.249s] 2018-05-19 04:04:38,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:38.688 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.897s] 2018-05-19 04:04:42,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:42.343 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.654s] 2018-05-19 04:04:49,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:04:49.733 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.389s] 2018-05-19 04:05:06,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:06.558 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.525s] 2018-05-19 04:05:06,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:06.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.280s] 2018-05-19 04:05:07,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:07.115 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.277s] 2018-05-19 04:05:07,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:07.320 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.204s] 2018-05-19 04:05:07,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:07.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.265s] 2018-05-19 04:05:07,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:07.639 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-05-19 04:05:22,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:22.264 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.258s] 2018-05-19 04:05:22,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:22.687 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.423s] 2018-05-19 04:05:22,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:22.955 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.268s] 2018-05-19 04:05:23,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:23.031 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2018-05-19 04:05:23,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:23.280 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.247s] 2018-05-19 04:05:23,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:23.473 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.193s] 2018-05-19 04:05:37,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:37.580 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.063s] 2018-05-19 04:05:43,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:43.851 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.270s] 2018-05-19 04:05:45,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:45.766 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.914s] 2018-05-19 04:05:45,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:45.962 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.196s] 2018-05-19 04:05:46,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:46.189 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.227s] 2018-05-19 04:05:58,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:05:58.404 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.767s] 2018-05-19 04:06:05,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:05.355 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.950s] 2018-05-19 04:06:07,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:07.298 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.942s] 2018-05-19 04:06:07,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:07.511 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.213s] 2018-05-19 04:06:07,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:07.565 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.053s] 2018-05-19 04:06:22,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:22.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.630s] 2018-05-19 04:06:28,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:28.474 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.734s] 2018-05-19 04:06:32,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:32.971 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.495s] 2018-05-19 04:06:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:06:35.754 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.783s] 2018-05-19 04:07:01,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:01.456 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.627s] 2018-05-19 04:07:06,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:06.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.484s] 2018-05-19 04:07:11,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:11.690 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.748s] 2018-05-19 04:07:15,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:15.814 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.124s] 2018-05-19 04:07:32,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:32.753 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.568s] 2018-05-19 04:07:35,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:35.458 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.703s] 2018-05-19 04:07:35,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:35.647 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.192s] 2018-05-19 04:07:40,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:40.535 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.577s] 2018-05-19 04:07:42,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:42.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.041s] 2018-05-19 04:07:42,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:42.666 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.090s] 2018-05-19 04:07:47,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:47.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.272s] 2018-05-19 04:07:50,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:50.733 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-19 04:07:52,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:52.121 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-19 04:07:52,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:52.122 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-19 04:07:52,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:52.123 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-19 04:07:52,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:52.124 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-19 04:07:52,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:52.125 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-19 04:07:54,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:07:54.108 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-19 04:08:12,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:08:12.211 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.651s] 2018-05-19 04:08:25,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:08:25.983 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.095s] 2018-05-19 04:08:37,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:08:37.379 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.393s] 2018-05-19 04:08:47,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:08:47.070 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-05-19 04:12:29,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:12:29.639 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [216.626s] 2018-05-19 04:13:18,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:13:18.398 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.489s] 2018-05-19 04:14:08,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:14:08.613 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.017s] 2018-05-19 04:14:26,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c4c2bef7-34af-4a11-8246-2561e1b15ddb']'. 2018-05-19 04:14:27,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 04:14:27,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 04:14:27,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 04:14:27,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c4c2bef7-34af-4a11-8246-2561e1b15ddb | 2018-05-19 04:14:27,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 03:57:28 | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 04:14:26 | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:58 | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2ce6192d-dc3a-4076-bf8f-dd891ff276c2) | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c09b4bcf-da28-4aec-8f77-7885384cdec8) | 2018-05-19 04:14:27,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 994.459 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 04:14:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 04:14:27,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-19 04:14:35,003 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 04:14:35,004 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:27 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-19 04:14:35,009 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-19 04:14:35,009 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-19 04:14:35,137 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 04:14:35,576 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 04:14:35,576 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-19 04:14:35,978 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 04:14:38,541 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 04:14:38.097 259 INFO rally.deployment.engine [-] Deployment c09b4bcf-da28-4aec-8f77-7885384cdec8 | Starting: Destroy cloud and free allocated resources. 2018-05-19 04:14:38.210 259 INFO rally.deployment.engine [-] Deployment c09b4bcf-da28-4aec-8f77-7885384cdec8 | Completed: Destroy cloud and free allocated resources. 2018-05-19 04:14:38.236 259 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2) for deployment 'opnfv-rally'. 2018-05-19 04:14:38.248 259 INFO rally.api [-] Deleting verification (UUID=c4c2bef7-34af-4a11-8246-2561e1b15ddb). 2018-05-19 04:14:38.306 259 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 04:14:38.306 259 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2). 2018-05-19 04:14:38.317 259 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 04:14:41,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 04:14:40.718 262 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f277023a-bb40-422a-b262-e1c275947f37) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f277023a-bb40-422a-b262-e1c275947f37 | 2018-05-19T04:14:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f277023a-bb40-422a-b262-e1c275947f37 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-19 04:14:44,347 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-19 04:14:44,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-19 04:14:45,821 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-0896d3cb-a68f-4779-8ff3-48f44e81c564'... 2018-05-19 04:14:48,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-0896d3cb-a68f-4779-8ff3-48f44e81c564'... 2018-05-19 04:14:51,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-0896d3cb-a68f-4779-8ff3-48f44e81c564'... 2018-05-19 04:14:54,242 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: Quota exceeded for resources: ['router']. Neutron server returns request_ids: ['req-bbe7f3a8-ccfa-48ee-963a-ece252449458'] 2018-05-19 04:14:59,435 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 04:14:59,435 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 04:14:59,822 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,931 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 04:14:59,931 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,932 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,933 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,934 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,935 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,931 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 00:23 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-19 04:14:59,936 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 04:14:59,936 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-05-19 04:14:59,937 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-19 04:15:00,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 04:15:02,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 04:15:02.250 268 INFO rally.deployment.engine [-] Deployment f277023a-bb40-422a-b262-e1c275947f37 | Starting: Destroy cloud and free allocated resources. 2018-05-19 04:15:02.348 268 INFO rally.deployment.engine [-] Deployment f277023a-bb40-422a-b262-e1c275947f37 | Completed: Destroy cloud and free allocated resources. 2018-05-19 04:15:02.365 268 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2). 2018-05-19 04:15:02.368 268 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 04:15:05,118 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 04:15:04.702 271 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=198c588c-940a-41e3-948f-876f269ed74e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 198c588c-940a-41e3-948f-876f269ed74e | 2018-05-19T04:15:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 198c588c-940a-41e3-948f-876f269ed74e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-19 04:15:08,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-19 04:15:08,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 04:15:10,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 04:15:10.514 277 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2ce6192d-dc3a-4076-bf8f-dd891ff276c2). 2018-05-19 04:15:10.641 277 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 04:15:14,483 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 04:15:12.879 280 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 04:15:13.073 280 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 04:15:14.240 280 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8) as the default verifier for the future CLI operations. 2018-05-19 04:15:17,442 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 04:15:19,868 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 04:15:27,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 04:15:32,349 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 04:15:31.348 299 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8) for deployment 'opnfv-rally' (UUID=198c588c-940a-41e3-948f-876f269ed74e). 2018-05-19 04:15:32.190 299 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8) has been successfully configured for deployment 'opnfv-rally' (UUID=198c588c-940a-41e3-948f-876f269ed74e)! 2018-05-19 04:15:32,349 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 04:15:32,349 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 04:15:32,352 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 04:15:38,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-19 04:15:40,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:40.989 311 INFO rally.api [-] Starting verification (UUID=75412c49-82f3-46a0-9c66-cc25d4fcb5ad) for deployment 'opnfv-rally' (UUID=198c588c-940a-41e3-948f-876f269ed74e) by verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8). 2018-05-19 04:15:40,990 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 75412c49-82f3-46a0-9c66-cc25d4fcb5ad 2018-05-19 04:15:50,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:50.231 311 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.203s] 2018-05-19 04:15:50,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:50.298 311 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-05-19 04:15:54,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:54.620 311 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.103s] 2018-05-19 04:15:54,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:54.713 311 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.092s] 2018-05-19 04:15:54,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:54.789 311 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-05-19 04:15:59,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:59.517 311 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.165s] 2018-05-19 04:15:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:15:59.680 311 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.163s] 2018-05-19 04:16:00,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:00.473 311 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.792s] 2018-05-19 04:16:00,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:00.622 311 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.149s] 2018-05-19 04:16:00,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:00.777 311 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.154s] 2018-05-19 04:16:03,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:03.682 311 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.072s] 2018-05-19 04:16:07,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:07.126 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-05-19 04:16:07,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:07.367 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.367s] 2018-05-19 04:16:07,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:07.462 311 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.779s] 2018-05-19 04:16:08,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:08.763 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.075s] 2018-05-19 04:16:08,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:08.777 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-05-19 04:16:08,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:08.921 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.144s] 2018-05-19 04:16:08,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:08.932 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-05-19 04:16:08,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:08.944 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-05-19 04:16:08,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:08.990 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.045s] 2018-05-19 04:16:09,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:09.054 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2018-05-19 04:16:09,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:09.124 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.070s] 2018-05-19 04:16:09,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:09.434 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.309s] 2018-05-19 04:16:09,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:09.448 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-05-19 04:16:09,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:09.520 311 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-05-19 04:16:15,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:15.397 311 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.571s] 2018-05-19 04:16:16,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:16.733 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.398s] 2018-05-19 04:16:16,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:16.972 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.239s] 2018-05-19 04:16:17,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:17.258 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.285s] 2018-05-19 04:16:17,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:17.753 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.494s] 2018-05-19 04:16:18,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:18.192 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.439s] 2018-05-19 04:16:18,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:18.820 311 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.628s] 2018-05-19 04:16:23,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:23.038 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.779s] 2018-05-19 04:16:23,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:23.376 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.273s] 2018-05-19 04:16:24,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:24.518 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.479s] 2018-05-19 04:16:25,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:25.592 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.755s] 2018-05-19 04:16:26,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:26.129 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.609s] 2018-05-19 04:16:27,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:27.473 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.344s] 2018-05-19 04:16:28,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:28.048 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.664s] 2018-05-19 04:16:28,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:28.198 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.822s] 2018-05-19 04:16:28,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:28.973 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.500s] 2018-05-19 04:16:29,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:29.887 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.838s] 2018-05-19 04:16:30,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:30.147 311 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [27.368s] 2018-05-19 04:16:30,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:30.886 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.911s] 2018-05-19 04:16:31,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:31.270 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.071s] 2018-05-19 04:16:31,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:31.554 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.669s] 2018-05-19 04:16:31,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:31.634 311 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.490s] 2018-05-19 04:16:31,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:31.946 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.391s] 2018-05-19 04:16:32,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:32.100 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.507s] 2018-05-19 04:16:32,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:32.529 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.582s] 2018-05-19 04:16:34,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:34.272 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.741s] 2018-05-19 04:16:34,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:34.657 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.555s] 2018-05-19 04:16:34,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:34.746 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.855s] 2018-05-19 04:16:34,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:34.911 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.254s] 2018-05-19 04:16:34,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:34.949 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.678s] 2018-05-19 04:16:35,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.052 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.140s] 2018-05-19 04:16:35,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.208 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.258s] 2018-05-19 04:16:35,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.243 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.190s] 2018-05-19 04:16:35,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.287 311 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-05-19 04:16:35,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.750 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.542s] 2018-05-19 04:16:35,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.756 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.485s] 2018-05-19 04:16:35,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:35.895 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.151s] 2018-05-19 04:16:37,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:37.226 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.474s] 2018-05-19 04:16:38,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:38.102 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.875s] 2018-05-19 04:16:38,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:38.639 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.537s] 2018-05-19 04:16:39,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:39.139 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.241s] 2018-05-19 04:16:39,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:39.295 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.656s] 2018-05-19 04:16:39,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:39.532 311 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.236s] 2018-05-19 04:16:40,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:40.208 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.451s] 2018-05-19 04:16:40,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:40.615 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.476s] 2018-05-19 04:16:43,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:43.530 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.911s] 2018-05-19 04:16:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:43.570 311 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-05-19 04:16:43,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:43.688 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.479s] 2018-05-19 04:16:48,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:48.417 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.727s] 2018-05-19 04:16:53,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:53.728 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.310s] 2018-05-19 04:16:56,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:56.740 311 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-05-19 04:16:58,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:58.292 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.563s] 2018-05-19 04:16:58,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:58.541 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.250s] 2018-05-19 04:16:58,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:58.786 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.243s] 2018-05-19 04:16:58,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:58.862 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2018-05-19 04:16:58,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:58.922 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.059s] 2018-05-19 04:16:59,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:59.019 311 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.158s] 2018-05-19 04:16:59,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:59.166 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.244s] 2018-05-19 04:16:59,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:59.411 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.244s] 2018-05-19 04:16:59,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:59.615 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.204s] 2018-05-19 04:16:59,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:16:59.667 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2018-05-19 04:17:05,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:17:05.877 311 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.208s] 2018-05-19 04:17:20,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:17:20.161 311 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.291s] 2018-05-19 04:17:27,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:17:27.340 311 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.178s] 2018-05-19 04:17:34,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '75412c49-82f3-46a0-9c66-cc25d4fcb5ad']'. 2018-05-19 04:17:35,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 04:17:35,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 04:17:35,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 04:17:35,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 75412c49-82f3-46a0-9c66-cc25d4fcb5ad | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 04:15:40 | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 04:17:34 | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:54 | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ef34f932-4dac-47af-941f-54f136d84bb8) | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 198c588c-940a-41e3-948f-876f269ed74e) | 2018-05-19 04:17:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 97 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.449 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 10 | 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 04:17:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 04:17:35,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 89.6907216495% 2018-05-19 04:17:43,436 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 04:17:43,437 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:26 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-19 04:17:43,441 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-19 04:17:43,442 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-19 04:17:43,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 04:17:46,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 04:17:45.575 401 INFO rally.deployment.engine [-] Deployment 198c588c-940a-41e3-948f-876f269ed74e | Starting: Destroy cloud and free allocated resources. 2018-05-19 04:17:45.678 401 INFO rally.deployment.engine [-] Deployment 198c588c-940a-41e3-948f-876f269ed74e | Completed: Destroy cloud and free allocated resources. 2018-05-19 04:17:45.717 401 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8) for deployment 'opnfv-rally'. 2018-05-19 04:17:45.735 401 INFO rally.api [-] Deleting verification (UUID=75412c49-82f3-46a0-9c66-cc25d4fcb5ad). 2018-05-19 04:17:45.792 401 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 04:17:45.792 401 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8). 2018-05-19 04:17:45.802 401 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 04:17:48,464 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 04:17:48.164 404 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=03458140-7cb5-4eb8-a04f-79b0d4171533) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 03458140-7cb5-4eb8-a04f-79b0d4171533 | 2018-05-19T04:17:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 03458140-7cb5-4eb8-a04f-79b0d4171533 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-19 04:17:51,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-19 04:17:51,731 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 04:17:54,220 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 04:17:53.887 410 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ef34f932-4dac-47af-941f-54f136d84bb8). 2018-05-19 04:17:54.059 410 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 04:17:57,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 04:17:56.218 413 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 04:17:56.401 413 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 04:17:57.640 413 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7) as the default verifier for the future CLI operations. 2018-05-19 04:18:00,878 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-19 04:18:03,531 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-19 04:18:08,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 04:18:13,960 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 04:18:12.958 432 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7) for deployment 'opnfv-rally' (UUID=03458140-7cb5-4eb8-a04f-79b0d4171533). 2018-05-19 04:18:13.798 432 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7) has been successfully configured for deployment 'opnfv-rally' (UUID=03458140-7cb5-4eb8-a04f-79b0d4171533)! 2018-05-19 04:18:13,960 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-19 04:18:13,961 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-19 04:18:13,963 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-19 04:18:13,983 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-19 04:18:17,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-377c9a61-62a1-44da-8e69-59d375e4acd7/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-19 04:18:17,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-19 04:18:19,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 04:18:19.403 441 INFO rally.api [-] Starting verification (UUID=bc81de39-fd24-4eb8-b108-1373e2c78bbc) for deployment 'opnfv-rally' (UUID=03458140-7cb5-4eb8-a04f-79b0d4171533) by verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7). 2018-05-19 04:18:19,404 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bc81de39-fd24-4eb8-b108-1373e2c78bbc 2018-05-19 04:20:58,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bc81de39-fd24-4eb8-b108-1373e2c78bbc']'. 2018-05-19 04:20:59,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bc81de39-fd24-4eb8-b108-1373e2c78bbc | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 04:18:19 | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 04:20:57 | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 377c9a61-62a1-44da-8e69-59d375e4acd7) | 2018-05-19 04:20:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 03458140-7cb5-4eb8-a04f-79b0d4171533) | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 149.11 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 04:20:59,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 04:20:59,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-19 04:21:05,907 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 04:21:05,908 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 04:21:05,912 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-19 04:21:27,093 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-19 04:21:27,093 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-19 04:21:27,142 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-19 04:21:27,252 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 04:21:27,252 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-19 04:21:27,256 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-19 04:21:28,256 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-19 05:00:27,018 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 05:00:27,020 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 38:59 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-19 05:00:27,023 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-19 05:00:27,024 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-19 05:00:27,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-19 05:00:29,611 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-19 05:00:29.243 531 INFO rally.deployment.engine [-] Deployment 03458140-7cb5-4eb8-a04f-79b0d4171533 | Starting: Destroy cloud and free allocated resources. 2018-05-19 05:00:29.350 531 INFO rally.deployment.engine [-] Deployment 03458140-7cb5-4eb8-a04f-79b0d4171533 | Completed: Destroy cloud and free allocated resources. 2018-05-19 05:00:29.375 531 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7) for deployment 'opnfv-rally'. 2018-05-19 05:00:29.392 531 INFO rally.api [-] Deleting verification (UUID=bc81de39-fd24-4eb8-b108-1373e2c78bbc). 2018-05-19 05:00:29.452 531 INFO rally.api [-] Verification has been successfully deleted! 2018-05-19 05:00:29.452 531 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7). 2018-05-19 05:00:29.458 531 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-19 05:00:32,376 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-19 05:00:32.055 534 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b9ba7fb1-7194-479f-b35b-dc1c45b716f4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b9ba7fb1-7194-479f-b35b-dc1c45b716f4 | 2018-05-19T05:00:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b9ba7fb1-7194-479f-b35b-dc1c45b716f4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-19 05:00:35,660 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-05-19 05:00:35,660 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-19 05:00:37,929 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-19 05:00:37.640 540 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=377c9a61-62a1-44da-8e69-59d375e4acd7). 2018-05-19 05:00:37.776 540 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-19 05:00:41,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-19 05:00:40.005 543 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-19 05:00:40.153 543 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-19 05:00:41.225 543 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=517fd516-a928-46b1-9ee0-8862c70c9323) has been successfully created! Using verifier 'opnfv-tempest' (UUID=517fd516-a928-46b1-9ee0-8862c70c9323) as the default verifier for the future CLI operations. 2018-05-19 05:00:52,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-19 05:00:57,779 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-19 05:00:56.864 562 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=517fd516-a928-46b1-9ee0-8862c70c9323) for deployment 'opnfv-rally' (UUID=b9ba7fb1-7194-479f-b35b-dc1c45b716f4). 2018-05-19 05:00:57.646 562 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=517fd516-a928-46b1-9ee0-8862c70c9323) has been successfully configured for deployment 'opnfv-rally' (UUID=b9ba7fb1-7194-479f-b35b-dc1c45b716f4)! 2018-05-19 05:01:00,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-517fd516-a928-46b1-9ee0-8862c70c9323/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-19 05:01:00,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-19 05:01:02,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-19 05:01:02.581 571 INFO rally.api [-] Starting verification (UUID=949dd6c8-5bbc-42ed-a91c-9a317a68b8bd) for deployment 'opnfv-rally' (UUID=b9ba7fb1-7194-479f-b35b-dc1c45b716f4) by verifier 'opnfv-tempest' (UUID=517fd516-a928-46b1-9ee0-8862c70c9323). 2018-05-19 05:02:56,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '949dd6c8-5bbc-42ed-a91c-9a317a68b8bd']'. 2018-05-19 05:02:57,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-19 05:02:57,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 949dd6c8-5bbc-42ed-a91c-9a317a68b8bd | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-19 05:01:02 | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-19 05:02:56 | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:54 | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 517fd516-a928-46b1-9ee0-8862c70c9323) | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-19 05:02:57,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b9ba7fb1-7194-479f-b35b-dc1c45b716f4) | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.395 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-19 05:02:57,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-19 05:02:57,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-19 05:03:03,831 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 05:03:03,831 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:19 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-19 05:03:03,836 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-19 05:03:03,836 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-05-19 05:03:03,837 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:58 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 17:27 | FAIL | | rally_sanity | functest | smoke | 00:23 | FAIL | | refstack_defcore | functest | smoke | 02:26 | FAIL | | patrole | functest | smoke | 03:05 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 38:59 | FAIL | | neutron_trunk | functest | smoke | 02:19 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-19 05:03:03,844 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-19 05:03:07,081 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-129 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 05:03:07,085 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=Um3H7fvwBzNrkvGdQqawfz8ts export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-05-19 05:03:07,085 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 05:03:07,085 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-19 05:03:07,086 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-19 05:03:07,089 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-19 05:03:09,552 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-129 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 05:03:09,557 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=Um3H7fvwBzNrkvGdQqawfz8ts export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-05-19 05:03:09,557 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 05:03:09,558 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-19 05:03:09,560 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-19 05:03:09,560 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-19 05:03:10,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-19 05:03:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-19 05:03:10,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-19 05:03:10,532 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-19 05:03:10,532 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-19 05:03:10,988 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-19 05:03:10,988 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-19 05:03:11,463 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-19 05:03:14,334 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-9809831c-bcc8-47a9-aa7f-348470604720, password=f42c6e1d-29c1-413a-b775-6e0b4772015d, auth_url=http://172.30.9.30:5000/v3, project_name=cloudify_ims-9809831c-bcc8-47a9-aa7f-348470604720, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-19 05:03:14,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-19 05:03:15,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-19 05:03:15,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-19 05:04:50,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-19 05:04:57,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-19 05:04:58,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-19 05:05:04,824 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 164, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 004fabc6-97aa-4944-b5a6-09a9dced4521. Neutron server returns request_ids: ['req-c6299fc5-6318-47dd-bc7a-a8a2657e60ef'] 2018-05-19 05:05:04,827 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-19 05:05:04,827 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-19 05:05:05,327 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 05:05:05,327 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:53 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-19 05:05:05,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 393, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-19 05:05:05,332 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-19 05:05:14,285 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-19 05:05:14,285 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-19 05:05:14,677 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-19 05:05:15,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-19 05:05:15,121 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-19 05:05:15,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-19 05:05:15,147 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-19 05:05:15,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-19 05:05:15,168 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-19 05:05:18,129 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-c8b43858-7545-4ea8-a745-153e67e2c2c9, password=6ab1b083-713b-4d0b-a4ad-bd5d3c84fd2d, auth_url=http://172.30.9.30:5000/v3, project_name=vyos_vrouter-c8b43858-7545-4ea8-a745-153e67e2c2c9, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-19 05:05:18,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-19 05:05:18,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-19 05:05:18,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-19 05:06:41,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-19 05:06:52,309 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-19 05:06:53,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-19 05:06:59,572 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 184, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 004fabc6-97aa-4944-b5a6-09a9dced4521. Neutron server returns request_ids: ['req-beddbc2c-4e74-4f11-b5ad-a54a06b354bf'] 2018-05-19 05:06:59,696 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 05:06:59,697 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:44 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-19 05:06:59,700 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 407, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-19 05:06:59,701 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-19 05:07:07,893 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-19 05:07:07,893 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-19 05:07:07,982 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-19 05:07:08,001 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-19 05:07:08,001 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-19 05:07:11,086 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-4b7016ae-78cd-492f-9d32-72de7d2209b4, password=60afec39-836b-4f7f-8fe4-d71a3142d4e4, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-4b7016ae-78cd-492f-9d32-72de7d2209b4, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-19 05:07:11,087 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-nofeature-ha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-129 | | SDN_CONTROLLER_IP | 192.30.9.8 | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | NAMESERVER | 8.8.8.8 | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NODE_NAME | lf-pod1 | | VOLUME_DEVICE_NAME | vdb | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 05:07:11,463 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-19 05:07:12,492 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-05-19 05:07:12,492 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-19 05:07:14,241 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=cab18897-f16b-49c8-b965-f0bbe0bf03e7, auth_url=http://172.30.9.30:5000/v3, project_name=juju_epc-4b7016ae-78cd-492f-9d32-72de7d2209b4, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-19 05:07:14,363 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-19 05:07:14,364 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-19 05:07:14,364 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-19 05:07:18,047 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-19 05:07:20,596 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 275, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 004fabc6-97aa-4944-b5a6-09a9dced4521. Neutron server returns request_ids: ['req-ff29a912-a0b5-40aa-81fb-457f76a9a215'] 2018-05-19 05:07:20,726 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-19 05:07:20,726 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:13 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-19 05:07:20,812 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". 2018-05-19 05:07:20,812 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-19 05:07:20,812 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-19 05:07:26,156 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-19 05:07:26,157 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:53 | FAIL | | vyos_vrouter | functest | vnf | 01:44 | FAIL | | juju_epc | functest | vnf | 00:13 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-19 05:07:26,160 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-19 05:07:28,802 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-129 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-19 05:07:28,806 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=Um3H7fvwBzNrkvGdQqawfz8ts export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-05-19 05:07:28,806 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-19 05:07:28,807 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-19 05:07:28,807 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-19 05:07:28,809 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK