2018-02-26 06:35:28,888 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-02-26 06:35:28,888 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.21:5000/v3 ...OK 2018-02-26 06:35:29,348 - functest.ci.check_deployment - INFO - Got token ...OK 2018-02-26 06:35:29,711 - functest.ci.check_deployment - DEBUG - 172.30.9.21:5000 is reachable! 2018-02-26 06:35:29,711 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.21:5000 ...OK 2018-02-26 06:35:30,076 - functest.ci.check_deployment - DEBUG - 172.30.9.21:8774 is reachable! 2018-02-26 06:35:30,076 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.21:8774/v2.1 ...OK 2018-02-26 06:35:30,442 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9696 is reachable! 2018-02-26 06:35:30,442 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.21:9696 ...OK 2018-02-26 06:35:30,827 - functest.ci.check_deployment - DEBUG - 172.30.9.21:9292 is reachable! 2018-02-26 06:35:30,827 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.21:9292 ...OK 2018-02-26 06:35:32,001 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-02-26 06:35:33,576 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-02-26 06:35:33,639 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-02-26 06:35:34,301 - functest.ci.check_deployment - INFO - External network found: external 2018-02-26 06:35:45,876 - functest.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-808 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | 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 | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-02-26 06:35:45,880 - functest.ci.run_tests - INFO - Sourcing env file /home/opnfv/functest/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=dvZv2wbrhv2sT3DPUZUEc23R3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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.7 2018-02-26 06:35:45,880 - functest.ci.run_tests - DEBUG - Test args: all 2018-02-26 06:35:45,882 - functest.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-02-26 06:35:45,883 - functest.ci.run_tests - INFO - Running tier 'healthcheck' 2018-02-26 06:35:45,883 - functest.ci.run_tests - INFO - Running test case 'connection_check'... 2018-02-26 06:35:48,249 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-02-26 06:35:55,502 - functest.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 7.250s OK 2018-02-26 06:35:55,639 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 06:35:55,639 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-02-26 06:35:55,643 - functest.ci.run_tests - INFO - Running test case 'api_check'... 2018-02-26 06:35:56,969 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-02-26 06:46:01,794 - functest.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_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 83 tests in 604.818s OK 2018-02-26 06:46:01,933 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 06:46:01,933 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:05 | PASS | +-------------------+------------------+------------------+----------------+ 2018-02-26 06:46:01,937 - functest.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-02-26 06:46:02,605 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-02-26 06:46:39,476 - functest.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 36.871s OK 2018-02-26 06:46:39,608 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 06:46:39,608 - functest.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:37 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-02-26 06:46:39,612 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 10:05 | PASS | | snaps_health_check | functest | healthcheck | 00:37 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-02-26 06:46:39,615 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-02-26 06:46:57,373 - functest.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-808 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | 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 | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-02-26 06:46:57,377 - functest.ci.run_tests - INFO - Sourcing env file /home/opnfv/functest/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=dvZv2wbrhv2sT3DPUZUEc23R3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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.7 2018-02-26 06:46:57,377 - functest.ci.run_tests - DEBUG - Test args: all 2018-02-26 06:46:57,378 - functest.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_userdata tempest_smoke_serial | | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore odl | | | | | | snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+---------------------------------------------+ 2018-02-26 06:46:57,379 - functest.ci.run_tests - INFO - Running tier 'smoke' 2018-02-26 06:46:57,379 - functest.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-02-26 06:46:57,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-02-26 06:46:57,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-02-26 06:46:57' 2018-02-26 06:46:57,931 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b55fc78c-a59c-4585-a19f-79855c4186f4' 2018-02-26 06:46:59,463 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b55fc78c-a59c-4585-a19f-79855c4186f4' 2018-02-26 06:47:02,043 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b55fc78c-a59c-4585-a19f-79855c4186f4' 2018-02-26 06:47:07,061 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b55fc78c-a59c-4585-a19f-79855c4186f4' 2018-02-26 06:47:07,710 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b55fc78c-a59c-4585-a19f-79855c4186f4' 2018-02-26 06:47:15,448 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b55fc78c-a59c-4585-a19f-79855c4186f4' 2018-02-26 06:47:22,926 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-02-26 06:47:31,335 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-02-26 06:47:33,741 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-02-26 06:48:13,496 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 06:48:13,497 - functest.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:36 | PASS | +------------------------+------------------+------------------+----------------+ 2018-02-26 06:48:13,501 - functest.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-02-26 06:48:13,585 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-02-26 06:48:15,943 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-02-26 06:48:18,180 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-02-26 06:48:21,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-02-26 06:48:23,251 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-02-26 06:48:29,538 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-02-26 06:48:31,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-02-26 06:48:34,252 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-02-26 06:48:34,252 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-02-26 06:48:36,999 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-02-26 06:48:37,000 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-02-26 06:48:37,002 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-02-26 06:48:37,006 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-02-26 06:48:37,006 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-082496e5-7509-4400-ae4e-1e97a57ab981/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-02-26 06:48:39,557 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-02-26 06:48:39,559 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-02-26 06:48:39,560 - 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-02-26 06:48:41,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:48:41.580 57 INFO rally.api [-] Starting verification (UUID=c29b0055-748d-4237-bd18-8f004255c7b3) for deployment 'opnfv-rally' (UUID=ea5d20ea-3d65-42b7-b4af-86d38c47325e) by verifier 'opnfv-tempest' (UUID=082496e5-7509-4400-ae4e-1e97a57ab981). 2018-02-26 06:48:41,581 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c29b0055-748d-4237-bd18-8f004255c7b3 2018-02-26 06:48:47,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:48:47.267 57 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.169s] 2018-02-26 06:48:47,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:48:47.326 57 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-02-26 06:48:53,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:48:53.164 57 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.133s] 2018-02-26 06:48:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:48:54.467 57 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.303s] 2018-02-26 06:49:02,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:49:02.724 57 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.706s] 2018-02-26 06:49:14,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:49:14.193 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [6.437s] 2018-02-26 06:49:42,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:49:42.208 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-02-26 06:49:42,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:49:42.209 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-02-26 06:50:05,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:50:05.809 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-02-26 06:50:05,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:50:05.811 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-02-26 06:50:28,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:50:28.025 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.075s] 2018-02-26 06:50:28,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:50:28.026 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-02-26 06:51:59,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:51:59.773 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [66.334s] 2018-02-26 06:52:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:18.207 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-02-26 06:52:18,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:18.306 57 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-02-26 06:52:25,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:25.501 57 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.635s] 2018-02-26 06:52:25,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:25.509 57 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-02-26 06:52:26,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:26.678 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-02-26 06:52:26,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:26.679 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-02-26 06:52:30,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:30.593 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.268s] 2018-02-26 06:52:35,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:35.780 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.153s] 2018-02-26 06:52:41,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:41.413 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.519s] 2018-02-26 06:52:47,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:47.650 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.359s] 2018-02-26 06:52:56,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:52:56.194 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.989s] 2018-02-26 06:53:02,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:02.077 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.326s] 2018-02-26 06:53:07,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:07.227 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.169s] 2018-02-26 06:53:13,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:13.268 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.399s] 2018-02-26 06:53:19,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:19.488 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.399s] 2018-02-26 06:53:27,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:27.040 57 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.561s] 2018-02-26 06:53:29,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:29.174 57 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-02-26 06:53:31,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:31.026 57 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-02-26 06:53:31,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:31.095 57 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2018-02-26 06:53:31,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:31.163 57 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-02-26 06:53:31,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:31.170 57 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-02-26 06:53:34,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:34.733 57 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.454s] 2018-02-26 06:53:35,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:35.534 57 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.800s] 2018-02-26 06:53:36,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:36.490 57 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.956s] 2018-02-26 06:53:41,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:41.887 57 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-02-26 06:53:46,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:46.473 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.754s] 2018-02-26 06:53:58,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:53:58.729 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.168s] 2018-02-26 06:54:01,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:01.459 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.729s] 2018-02-26 06:54:11,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:11.072 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.374s] 2018-02-26 06:54:13,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:13.768 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.696s] 2018-02-26 06:54:21,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:21.063 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.293s] 2018-02-26 06:54:29,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:29.516 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.668s] 2018-02-26 06:54:32,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:32.839 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.322s] 2018-02-26 06:54:37,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:37.162 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.322s] 2018-02-26 06:54:50,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:50.925 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.006s] 2018-02-26 06:54:51,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:51.214 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.289s] 2018-02-26 06:54:51,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:51.319 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.105s] 2018-02-26 06:54:51,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:51.370 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2018-02-26 06:54:51,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:51.465 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.094s] 2018-02-26 06:54:51,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:54:51.664 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.198s] 2018-02-26 06:55:02,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:02.089 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.147s] 2018-02-26 06:55:02,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:02.278 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.189s] 2018-02-26 06:55:02,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:02.386 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2018-02-26 06:55:02,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:02.440 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2018-02-26 06:55:02,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:02.704 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.262s] 2018-02-26 06:55:02,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:02.755 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2018-02-26 06:55:13,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:13.210 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.294s] 2018-02-26 06:55:17,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:17.559 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.348s] 2018-02-26 06:55:18,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:18.920 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.361s] 2018-02-26 06:55:18,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:18.974 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-02-26 06:55:19,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:19.021 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.047s] 2018-02-26 06:55:28,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:28.884 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.447s] 2018-02-26 06:55:33,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:33.402 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.517s] 2018-02-26 06:55:35,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:35.072 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.669s] 2018-02-26 06:55:35,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:35.130 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-02-26 06:55:35,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:35.179 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2018-02-26 06:55:48,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:48.332 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.943s] 2018-02-26 06:55:52,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:52.902 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.569s] 2018-02-26 06:55:57,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:57.025 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.123s] 2018-02-26 06:55:59,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:55:59.577 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.551s] 2018-02-26 06:56:17,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:17.466 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.803s] 2018-02-26 06:56:22,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:22.064 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.598s] 2018-02-26 06:56:26,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:26.142 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.077s] 2018-02-26 06:56:29,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:29.634 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.491s] 2018-02-26 06:56:40,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:40.483 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.202s] 2018-02-26 06:56:41,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:41.804 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.318s] 2018-02-26 06:56:41,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:41.855 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.053s] 2018-02-26 06:56:45,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:45.963 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.290s] 2018-02-26 06:56:47,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:47.593 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.627s] 2018-02-26 06:56:47,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:47.637 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2018-02-26 06:56:51,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:51.105 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.743s] 2018-02-26 06:56:54,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:54.093 57 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-02-26 06:56:55,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:55.232 57 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-02-26 06:56:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:55.234 57 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-02-26 06:56:55,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:55.235 57 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-02-26 06:56:55,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:55.236 57 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-02-26 06:56:55,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:55.237 57 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-02-26 06:56:56,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:56:56.980 57 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-02-26 06:57:09,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:57:09.513 57 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.637s] 2018-02-26 06:57:20,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:57:20.257 57 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.409s] 2018-02-26 06:57:30,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:57:30.474 57 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.213s] 2018-02-26 06:57:38,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 06:57:38.325 57 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-02-26 07:00:07,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 07:00:07.191 57 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [143.559s] 2018-02-26 07:03:40,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 07:03:40.365 57 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [205.134s] 2018-02-26 07:04:13,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-02-26 07:04:13.865 57 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [17.392s] 2018-02-26 07:04:25,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c29b0055-748d-4237-bd18-8f004255c7b3']'. 2018-02-26 07:04:26,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-02-26 07:04:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-02-26 07:04:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-02-26 07:04:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c29b0055-748d-4237-bd18-8f004255c7b3 | 2018-02-26 07:04:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-02-26 07:04:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-02-26 06:48:41 | 2018-02-26 07:04:26,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-02-26 07:04:25 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:44 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 082496e5-7509-4400-ae4e-1e97a57ab981) | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ea5d20ea-3d65-42b7-b4af-86d38c47325e) | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 928.652 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-02-26 07:04:26,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-02-26 07:04:26,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-02-26 07:04:26,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-02-26 07:04:26,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-02-26 07:04:26,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-02-26 07:04:26,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-02-26 07:04:29,703 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 07:04:29,703 - functest.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:00 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-02-26 07:04:29,708 - functest.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-02-26 07:04:29,708 - functest.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-02-26 07:04:30,186 - functest.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-02-26 07:04:30,186 - functest.energy.energy - DEBUG - Getting current scenario 2018-02-26 07:04:30,660 - functest.energy.energy - DEBUG - Starting recording 2018-02-26 07:04:30,660 - functest.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-02-26 07:04:31,067 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-02-26 07:04:33,539 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-02-26 07:04:35,644 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-02-26 07:04:38,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-02-26 07:04:40,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-af354389-4e20-418d-9317-4d4b2688596f'... 2018-02-26 07:04:42,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-af354389-4e20-418d-9317-4d4b2688596f'... 2018-02-26 07:04:44,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-af354389-4e20-418d-9317-4d4b2688596f'... 2018-02-26 07:04:48,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-af354389-4e20-418d-9317-4d4b2688596f'... 2018-02-26 07:04:49,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-af354389-4e20-418d-9317-4d4b2688596f'... 2018-02-26 07:04:49,836 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-02-26 07:04:49,837 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-02-26 07:04:49,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-02-26 07:04:49,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-02-26 07:04:49,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '7ecb1b0c-29dd-41d0-aacf-3ed5371723ef', 'tenants_amount': 3, 'image_name': u'Cirros-0.4.0-af354389-4e20-418d-9317-4d4b2688596f', 'flavor_name': u'rally-tiny-af354389-4e20-418d-9317-4d4b2688596f', 'glance_image_location': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': u'rally-mini-af354389-4e20-418d-9317-4d4b2688596f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': u'qcow2'}"] 2018-02-26 07:05:48,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9ce0f983-0c4e-460f-aff2-f416b98ea49a 2018-02-26 07:05:48,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-02-26 07:05:48,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9ce0f983-0c4e-460f-aff2-f416b98ea49a'] 2018-02-26 07:05:49,702 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> duration | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.4556 Full duration: 6.60317 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737618 Full duration: 6.772394 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69003 Full duration: 7.002152 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739639 Full duration: 6.705954 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> duration | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738701 Full duration: 6.669133 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 9ce0f983-0c4e-460f-aff2-f416b98ea49a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> duration | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.628526 Full duration: 6.598242 HINTS: * To plot HTML graphics with this data, run: rally task report 9ce0f983-0c4e-460f-aff2-f416b98ea49a --out output.html * To generate a JUnit report, run: rally task export 9ce0f983-0c4e-460f-aff2-f416b98ea49a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9ce0f983-0c4e-460f-aff2-f416b98ea49a --json --out output.json 2018-02-26 07:05:49,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9ce0f983-0c4e-460f-aff2-f416b98ea49a'] 2018-02-26 07:05:50,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-02-26 07:05:50,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9ce0f983-0c4e-460f-aff2-f416b98ea49a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-02-26 07:05:50,664 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-02-26 07:05:50,664 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-02-26 07:05:50,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-02-26 07:05:50,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-02-26 07:05:50,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-02-26 07:05:50,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '7ecb1b0c-29dd-41d0-aacf-3ed5371723ef', 'tenants_amount': 3, 'image_name': u'Cirros-0.4.0-af354389-4e20-418d-9317-4d4b2688596f', 'flavor_name': u'rally-tiny-af354389-4e20-418d-9317-4d4b2688596f', 'glance_image_location': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': u'rally-mini-af354389-4e20-418d-9317-4d4b2688596f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': u'qcow2'}"] 2018-02-26 07:05:53,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 91958c3d-cae0-49e5-a8ed-05c1e9fbcbad 2018-02-26 07:05:53,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '91958c3d-cae0-49e5-a8ed-05c1e9fbcbad'] 2018-02-26 07:05:54,009 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 91958c3d-cae0-49e5-a8ed-05c1e9fbcbad: crashed -------------------------------------------------------------------------------- InvalidTaskConfig Input task is invalid! Subtask GlanceImages.create_and_delete_image[0] has wrong configuration Subtask configuration: {"version": 2, "title": "A cropped version of a bigger task.", "description": "Auto-generated task from a single workload", "subtasks": [{"title": "GlanceImages.create_and_delete_image", "description": "Create and then delete an image.", "scenario": {"GlanceImages.create_and_delete_image": {"container_format": "bare", "disk_format": "u'qcow2'", "image_location": "u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'"}}, "contexts": {"users": {"tenants": 1, "users_per_tenant": 1}}, "runner": {"constant": {"concurrency": 1, "times": 1}}, "hooks": [], "sla": {"failure_rate": {"max": 0}}}]} Reason(s): disk_format is u'qcow2' which is not a valid value from ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso'] For more details run: rally -d task detailed 91958c3d-cae0-49e5-a8ed-05c1e9fbcbad 2018-02-26 07:05:54,009 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '91958c3d-cae0-49e5-a8ed-05c1e9fbcbad'] 2018-02-26 07:05:54,870 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: No JSON object could be decoded 2018-02-26 07:06:00,522 - functest.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-02-26 07:06:00,522 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-02-26 07:06:00,950 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,069 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 07:06:01,069 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,070 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,071 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,072 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,073 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,070 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 01:29 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-02-26 07:06:01,075 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 07:06:01,075 - functest.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-02-26 07:06:01,075 - functest.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-02-26 07:06:01,169 - functest.energy.energy - DEBUG - Getting current scenario 2018-02-26 07:06:01,670 - functest.energy.energy - DEBUG - Starting recording 2018-02-26 07:06:01,670 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-02-26 07:06:02,084 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project and user for Tempest suite 2018-02-26 07:06:03,833 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-02-26 07:06:07,018 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-02-26 07:06:08,688 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-02-26 07:06:10,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-02-26 07:06:11,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-02-26 07:06:12,455 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-02-26 07:06:14,702 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-02-26 07:06:17,014 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-02-26 07:06:20,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-02-26 07:06:22,204 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-02-26 07:06:28,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-02-26 07:06:28,042 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-02-26 07:06:30,853 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-02-26 07:06:30,853 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-02-26 07:06:30,855 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-02-26 07:06:30,858 - functest.opnfv_tests.openstack.refstack_client.refstack_client - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-02-26 07:06:30,860 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-02-26 07:06:30,864 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', u'/home/opnfv/functest/results/refstack/refstack_tempest.conf', '-v', '--test-list', u'/home/opnfv/functest/data/refstack/defcore.txt']'. 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.193843s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.064455s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [16.240767s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name [0.545522s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user [0.205231s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name [6.920880s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.068661s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.583323s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.096315s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001201s] ... ok 2018-02-26 07:19:51,882 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name [5.251074s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.076445s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [0.366363s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.099432s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001075s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [6.237321s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.061680s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [1.953238s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor [0.216966s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image [0.350918s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name [0.395022s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status [0.285237s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results [0.215256s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status [0.067360s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor [0.072353s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image [0.065806s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit [0.064345s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name [0.070107s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard [0.131109s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date [0.059594s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date [0.010851s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count [0.126953s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value [0.009898s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string [0.010007s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor [0.028949s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image [0.060909s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name [0.061152s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted [0.142861s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing [0.013399s] ... ok 2018-02-26 07:19:51,883 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server [0.065888s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [17.378766s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [68.649553s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [27.855497s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [16.056947s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [0.340775s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.208547s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.209350s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.367479s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.382044s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.390370s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [1.891584s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [6.316779s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [10.762651s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [5.878900s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [54.729303s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.172528s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit [1.360516s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 [0.934553s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [1.123841s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.050521s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid [0.988960s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit [0.228632s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id [0.219067s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.232202s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [1.075898s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.238145s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.230336s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.237189s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [0.939907s] ... ok 2018-02-26 07:19:51,884 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.223284s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server [0.238659s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 [0.346806s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name [0.223345s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.290855s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.346304s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.013364s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [41.286515s] ... FAILED 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [19.768883s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.071681s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.065154s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.063288s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.308184s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [0.475345s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [0.721620s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.012139s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.147840s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.042934s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.029617s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.028369s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size [0.047931s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.042581s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.042866s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.040543s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.041128s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.146286s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.014062s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [0.550952s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.006710s] ... ok 2018-02-26 07:19:51,885 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.014930s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image [0.805756s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag [0.507924s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image [0.024948s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [2.637995s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [2.287064s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.878963s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [2.714257s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools [2.513830s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers [3.565877s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [3.331075s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [4.282631s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [3.659949s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.104908s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.240389s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.194054s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.062456s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.125185s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.086798s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.059173s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.051131s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [3.767041s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [2.599151s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [3.171326s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [1.612670s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.051097s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.177311s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.046938s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.183711s] ... ok 2018-02-26 07:19:51,886 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group [1.222634s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args [0.944470s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code [2.550405s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value [0.627553s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id [1.436621s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix [0.939722s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule [1.507914s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.059141s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails [0.144757s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails [1.217167s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype [0.556915s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol [0.585619s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix [0.717782s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports [1.270318s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid [0.728009s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group [0.089057s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group [0.027529s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group [0.019597s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule [0.016232s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [0.500846s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.144133s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.147601s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.359500s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.417896s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.925699s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.603250s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.613989s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.324838s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.361137s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [29.616061s] ... ok 2018-02-26 07:19:51,887 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [6.145432s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [6.654389s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [12.505984s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.038089s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.167237s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.048633s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.257309s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.222218s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.355815s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.036893s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.048491s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.048074s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.046797s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.037659s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.080412s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.217383s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.051864s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.047231s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.145829s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.165093s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.165115s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.017459s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.148511s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.012221s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.043215s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.036391s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008644s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.033582s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.007958s] ... ok 2018-02-26 07:19:51,888 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.042600s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.042187s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.036947s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.037277s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.431942s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.033262s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.035416s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.008325s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.031635s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.036672s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.030675s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.030332s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.540128s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [5.248642s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.205939s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.210247s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.168991s] ... ok 2018-02-26 07:19:51,889 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.248613s] ... ok 2018-02-26 07:19:51,890 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 204 tests in 797.0000 sec. 2018-02-26 07:19:51,891 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 203 2018-02-26 07:19:51,892 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-02-26 07:19:51,893 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 1 2018-02-26 07:19:51,895 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 99.5098039216% 2018-02-26 07:19:51,895 - functest.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-02-26 07:19:51,895 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-02-26 07:19:52,497 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 07:19:52,497 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 13:50 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-02-26 07:19:52,499 - functest.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-02-26 07:19:52,499 - functest.ci.run_tests - INFO - Running test case 'odl'... 2018-02-26 07:20:09,789 - functest.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-02-26 07:20:09,789 - functest.core.robotframework - INFO - Results were successfully generated 2018-02-26 07:20:09,831 - functest.core.robotframework - INFO - Results were successfully parsed 2018-02-26 07:20:09,958 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 07:20:09,959 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-02-26 07:20:09,962 - functest.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-02-26 07:20:10,753 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-02-26 08:26:39,134 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 08:26:39,135 - functest.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 66:28 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-02-26 08:26:39,138 - functest.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-02-26 08:26:39,138 - functest.core.testcase - ERROR - Please run test before checking the results 2018-02-26 08:26:39,139 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_userdata | functest | smoke | 00:36 | PASS | | tempest_smoke_serial | functest | smoke | 16:00 | FAIL | | rally_sanity | functest | smoke | 01:29 | FAIL | | refstack_defcore | functest | smoke | 13:50 | FAIL | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 66:28 | FAIL | | vping_ssh | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-02-26 08:26:39,144 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-02-26 08:26:42,733 - functest.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-808 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | 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 | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-02-26 08:26:42,735 - functest.ci.run_tests - INFO - Sourcing env file /home/opnfv/functest/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=dvZv2wbrhv2sT3DPUZUEc23R3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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.7 2018-02-26 08:26:42,735 - functest.ci.run_tests - DEBUG - Test args: all 2018-02-26 08:26:42,736 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-02-26 08:26:42,737 - functest.ci.run_tests - INFO - Running tier 'features' 2018-02-26 08:26:42,737 - functest.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-02-26 08:29:19,833 - functest.core.feature - ERROR - Execute command: doctor-test failed 2018-02-26 08:29:19,834 - functest.core.feature - INFO - Test result is stored in '/home/opnfv/functest/results/doctor-notification.log' 2018-02-26 08:29:19,957 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 08:29:19,958 - functest.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 02:37 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-02-26 08:29:19,961 - functest.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-02-26 08:29:19,961 - functest.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-02-26 08:29:21,628 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-02-26 08:29:23,949 - functest.utils.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-02-26 08:29:45,750 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:29:46,315 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:29:48,504 - functest.utils.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-02-26 08:29:48,834 - functest.utils.openstack_utils - DEBUG - Network '2d17c65b-5663-44ca-a12c-9af3ef69d33e' created successfully 2018-02-26 08:29:48,835 - functest.utils.openstack_utils - DEBUG - Creating Subnet.... 2018-02-26 08:29:49,229 - functest.utils.openstack_utils - DEBUG - Subnet 'b7c1ad15-48cd-4945-9569-a2304457f95b' created successfully 2018-02-26 08:29:49,229 - functest.utils.openstack_utils - DEBUG - Creating Router... 2018-02-26 08:29:49,444 - functest.utils.openstack_utils - DEBUG - Router '8f03ff8f-d434-45de-9821-24bfc4382bd4' created successfully 2018-02-26 08:29:49,444 - functest.utils.openstack_utils - DEBUG - Adding router to subnet... 2018-02-26 08:29:50,685 - functest.utils.openstack_utils - DEBUG - Interface added successfully. 2018-02-26 08:29:50,686 - functest.utils.openstack_utils - DEBUG - Adding gateway to router... 2018-02-26 08:29:51,883 - functest.utils.openstack_utils - DEBUG - Gateway added successfully. 2018-02-26 08:29:52,665 - functest.utils.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-02-26 08:29:52,878 - functest.utils.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=a418b10c-e7af-4db0-9f94-526a2eb1a009 created successfully. 2018-02-26 08:29:52,879 - functest.utils.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-02-26 08:29:52,879 - functest.utils.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-02-26 08:29:53,106 - functest.utils.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-02-26 08:29:53,106 - functest.utils.openstack_utils - DEBUG - Security_group format set (port range included) 2018-02-26 08:29:53,313 - functest.utils.openstack_utils - DEBUG - Security_group format set (port range included) 2018-02-26 08:29:53,571 - functest.utils.openstack_utils - DEBUG - Security_group format set (port range included) 2018-02-26 08:31:29,781 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.213 -c 10' 2018-02-26 08:32:01,776 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:32:03,594 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:32:03,732 - functest.utils.openstack_utils - DEBUG - Security_group format set (port range included) 2018-02-26 08:32:04,333 - functest.utils.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-02-26 08:32:04,664 - functest.utils.openstack_utils - DEBUG - Network 'd0eb51fd-04f4-45aa-8e64-e5c5eaa2834f' created successfully 2018-02-26 08:32:04,665 - functest.utils.openstack_utils - DEBUG - Creating Subnet.... 2018-02-26 08:32:05,082 - functest.utils.openstack_utils - DEBUG - Subnet '81b0d770-62bb-41d6-a48f-645bd5314ba9' created successfully 2018-02-26 08:32:05,082 - functest.utils.openstack_utils - DEBUG - Creating Router... 2018-02-26 08:32:05,273 - functest.utils.openstack_utils - DEBUG - Router '553cd4a0-1dfb-45bf-bf30-8a1dab2f7398' created successfully 2018-02-26 08:32:05,274 - functest.utils.openstack_utils - DEBUG - Adding router to subnet... 2018-02-26 08:32:06,851 - functest.utils.openstack_utils - DEBUG - Interface added successfully. 2018-02-26 08:32:06,852 - functest.utils.openstack_utils - DEBUG - Adding gateway to router... 2018-02-26 08:32:08,215 - functest.utils.openstack_utils - DEBUG - Gateway added successfully. 2018-02-26 08:32:08,460 - functest.utils.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-02-26 08:32:08,659 - functest.utils.openstack_utils - DEBUG - Network 'd9635ff9-2f65-48b9-b97b-40a98c5cf04f' created successfully 2018-02-26 08:32:08,659 - functest.utils.openstack_utils - DEBUG - Creating Subnet.... 2018-02-26 08:32:09,013 - functest.utils.openstack_utils - DEBUG - Subnet 'ef0b4c7a-f5bc-4fdd-8a6f-32fe7647af4b' created successfully 2018-02-26 08:32:09,013 - functest.utils.openstack_utils - DEBUG - Creating Router... 2018-02-26 08:32:09,171 - functest.utils.openstack_utils - DEBUG - Router '9bdc656d-e7f8-4373-a50a-bcc55bae79b9' created successfully 2018-02-26 08:32:09,172 - functest.utils.openstack_utils - DEBUG - Adding router to subnet... 2018-02-26 08:32:10,387 - functest.utils.openstack_utils - DEBUG - Interface added successfully. 2018-02-26 08:32:10,387 - functest.utils.openstack_utils - DEBUG - Adding gateway to router... 2018-02-26 08:32:11,645 - functest.utils.openstack_utils - DEBUG - Gateway added successfully. 2018-02-26 08:32:12,559 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-02-26 08:32:23,398 - functest.utils.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-02-26 08:32:23,505 - functest.utils.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=c7f68180-0b91-454e-919f-4ee086c0d9c9 created successfully. 2018-02-26 08:35:39,697 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:35:40,239 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:35:43,368 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:38:08,286 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:38:09,273 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:38:12,557 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:42:36,139 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:42:49,639 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:42:52,435 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:47:41,737 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:47:54,078 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:47:56,908 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:49:43,127 - functest.utils.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '1b1d7448-f3c8-4cf8-9d7f-7dd2a48667d6')]: Unable to complete operation on subnet 1b1d7448-f3c8-4cf8-9d7f-7dd2a48667d6: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-8383913e-575b-4cdf-8335-126f9355acd0'] 2018-02-26 08:50:13,518 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:50:14,083 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:50:15,502 - functest.utils.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-02-26 08:50:15,927 - functest.utils.openstack_utils - DEBUG - Network '13e55cd9-1da2-4fae-9b0d-33c1cb75e134' created successfully 2018-02-26 08:50:15,927 - functest.utils.openstack_utils - DEBUG - Creating Subnet.... 2018-02-26 08:50:16,434 - functest.utils.openstack_utils - DEBUG - Subnet '1fe2e5e4-485a-4d68-a8ed-6dcc6321d6b6' created successfully 2018-02-26 08:50:16,434 - functest.utils.openstack_utils - DEBUG - Creating Router... 2018-02-26 08:50:16,565 - functest.utils.openstack_utils - DEBUG - Router 'c082a45d-078d-42ef-a497-0a9b17afdc3b' created successfully 2018-02-26 08:50:16,565 - functest.utils.openstack_utils - DEBUG - Adding router to subnet... 2018-02-26 08:50:18,141 - functest.utils.openstack_utils - DEBUG - Interface added successfully. 2018-02-26 08:50:18,141 - functest.utils.openstack_utils - DEBUG - Adding gateway to router... 2018-02-26 08:50:19,400 - functest.utils.openstack_utils - DEBUG - Gateway added successfully. 2018-02-26 08:50:20,134 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:53:43,849 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-02-26 08:53:47,001 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-02-26 08:53:49,661 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-02-26 08:53:52,779 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-02-26 08:53:54,730 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-02-26 08:54:01,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-02-26 08:54:03,736 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-02-26 08:54:06,291 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-02-26 08:54:09,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-02-26 08:54:11,824 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-02-26 08:54:17,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-02-26 08:54:17,972 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-02-26 08:54:20,757 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-02-26 08:54:20,842 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:54:21,415 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 08:54:24,109 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:56:50,025 - functest.utils.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '3b3938b5-f560-4d51-a7f9-864b6cb64824')]: Unable to complete operation on subnet 3b3938b5-f560-4d51-a7f9-864b6cb64824: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-ebcf368c-ad7a-40cb-9036-dbef93342f1b'] 2018-02-26 08:56:50,127 - functest.utils.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-02-26 08:56:50,684 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-02-26 08:56:58,027 - functest.utils.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-02-26 08:56:58,420 - functest.utils.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7e52818d-7b0d-45b9-93ca-a552296e7777 created successfully. 2018-02-26 08:56:59,151 - functest.utils.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-02-26 08:56:59,535 - functest.utils.openstack_utils - DEBUG - Network 'a08cd8bd-1c0a-4365-8e63-aba8b7b2789c' created successfully 2018-02-26 08:56:59,535 - functest.utils.openstack_utils - DEBUG - Creating Subnet.... 2018-02-26 08:56:59,931 - functest.utils.openstack_utils - DEBUG - Subnet '635f4488-7313-4f97-be97-4e74a8f62b0c' created successfully 2018-02-26 08:56:59,931 - functest.utils.openstack_utils - DEBUG - Creating Router... 2018-02-26 08:57:00,040 - functest.utils.openstack_utils - DEBUG - Router '10287350-7949-4852-ba7e-1cabdef6206c' created successfully 2018-02-26 08:57:00,040 - functest.utils.openstack_utils - DEBUG - Adding router to subnet... 2018-02-26 08:57:01,284 - functest.utils.openstack_utils - DEBUG - Interface added successfully. 2018-02-26 08:57:01,285 - functest.utils.openstack_utils - DEBUG - Adding gateway to router... 2018-02-26 08:57:02,562 - functest.utils.openstack_utils - DEBUG - Gateway added successfully. 2018-02-26 08:57:02,632 - functest.utils.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-02-26 08:59:41,644 - functest.utils.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-02-26 09:00:37,980 - functest.utils.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '635f4488-7313-4f97-be97-4e74a8f62b0c')]: Unable to complete operation on subnet 635f4488-7313-4f97-be97-4e74a8f62b0c: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-2e16db86-6fbc-40ce-99ef-1f125d0d45d4'] 2018-02-26 09:00:51,441 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-02-26 09:00:51,646 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-02-26 09:00:51,658 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-02-26 09:00:55,239 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-02-26 09:00:55,252 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-02-26 09:00:55,747 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-02-26 09:00:55,760 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-02-26 09:00:55,784 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-02-26 09:00:56,398 - functest.core.feature - INFO - Test result is stored in '/home/opnfv/functest/results/bgpvpn.log' 2018-02-26 09:00:56,529 - functest.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-02-26 09:00:56,530 - functest.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 31:36 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-02-26 09:00:56,534 - functest.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-02-26 09:00:56,535 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 02:37 | FAIL | | bgpvpn | sdnvpn | features | 31:36 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-02-26 09:00:56,541 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-02-26 09:01:00,785 - functest.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-808 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | 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 | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-02-26 09:01:00,790 - functest.ci.run_tests - INFO - Sourcing env file /home/opnfv/functest/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=dvZv2wbrhv2sT3DPUZUEc23R3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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.7 2018-02-26 09:01:00,790 - functest.ci.run_tests - DEBUG - Test args: all 2018-02-26 09:01:00,791 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-02-26 09:01:00,791 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +---------------------------------+-------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------------+-------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | orchestra_openims | orchestra | vnf | 00:00 | SKIP | | orchestra_clearwaterims | orchestra | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-02-26 09:01:00,794 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-02-26 09:01:03,387 - functest.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-808 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | 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 | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-02-26 09:01:03,392 - functest.ci.run_tests - INFO - Sourcing env file /home/opnfv/functest/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=dvZv2wbrhv2sT3DPUZUEc23R3 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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.7 2018-02-26 09:01:03,392 - functest.ci.run_tests - DEBUG - Test args: all 2018-02-26 09:01:03,392 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-02-26 09:01:03,393 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-02-26 09:01:03,394 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK