2018-04-22 06:57:10,306 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-------------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-------------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-master-110 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-odl-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod1 | +--------------------------------------+-------------------------------------------------------------+ 2018-04-22 06:57:10,310 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='011a366ff28fabedfa5' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.10.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.168.10.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-22 06:57:10,310 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-22 06:57:10,311 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+------------------------------------+ 2018-04-22 06:57:10,312 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-22 06:57:10,312 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-22 06:57:12,671 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-22 06:57:25,295 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 12.615s OK 2018-04-22 06:57:25,880 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 06:57:25,880 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:13 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-22 06:57:25,884 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-22 06:57:27,400 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-22 07:07:39,999 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_list_sec_grp_no_rules (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 85 tests in 612.561s OK 2018-04-22 07:07:40,629 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:07:40,629 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-22 07:07:40,632 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-22 07:07:41,536 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-22 07:08:19,449 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 37.912s OK 2018-04-22 07:08:20,104 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:08:20,104 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:38 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-22 07:08:20,108 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:13 | PASS | | api_check | functest | healthcheck | 10:13 | PASS | | snaps_health_check | functest | healthcheck | 00:38 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-22 07:08:20,112 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-22 07:15:57,462 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-------------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-------------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-master-110 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-odl-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod1 | +--------------------------------------+-------------------------------------------------------------+ 2018-04-22 07:15:57,469 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='011a366ff28fabedfa5' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.10.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.168.10.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-22 07:15:57,469 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-22 07:15:57,470 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | patrole odl snaps_smoke neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+-----------------------------------------------+ 2018-04-22 07:15:57,472 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-22 07:15:57,472 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-22 07:15:58,977 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/huawei-pod1 2018-04-22 07:15:58,977 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-22 07:16:00,172 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-pod1 2018-04-22 07:16:00,172 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-22 07:16:00,173 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-22 07:16:01,009 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-22 07:16:01,009 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-22 07:16:01' 2018-04-22 07:16:01,010 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:02,769 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:05,781 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:17,385 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:18,444 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:19,539 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:26,672 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:29,644 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6877d621-2d17-465e-b9fc-c693a36898a6' 2018-04-22 07:16:48,923 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-22 07:16:54,312 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-22 07:16:54,391 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-22 07:16:55,403 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-22 07:16:55,404 - xtesting.energy.energy - DEBUG - Stopping recording 2018-04-22 07:16:57,066 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:16:57,066 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-22 07:17:14,650 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-22 07:17:14,720 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-22 07:17:14,720 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-22 07:17:14' 2018-04-22 07:17:14,720 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--4cb53b32-1e23-4239-96db-cd32f16092f9' 2018-04-22 07:17:16,825 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-4cb53b32-1e23-4239-96db-cd32f16092f9' 2018-04-22 07:17:18,739 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-4cb53b32-1e23-4239-96db-cd32f16092f9' 2018-04-22 07:17:24,546 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-4cb53b32-1e23-4239-96db-cd32f16092f9' 2018-04-22 07:17:25,579 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-4cb53b32-1e23-4239-96db-cd32f16092f9' 2018-04-22 07:17:31,785 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-4cb53b32-1e23-4239-96db-cd32f16092f9' 2018-04-22 07:17:37,095 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-22 07:17:43,073 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-22 07:17:45,216 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-22 07:17:45,795 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:17:45,795 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-22 07:18:01,588 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-22 07:18:01,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-22 07:18:09,706 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | fa249aea-4536-4582-af70-7e43146289f4 | 2018-04-22T07:18:09.435288 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: fa249aea-4536-4582-af70-7e43146289f4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-22 07:18:15,237 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-22 07:18:15,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-22 07:18:24,582 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=49bf3c5e-6e08-4793-affe-605fa75e5e50) as the default verifier for the future CLI operations. 2018-04-22 07:18:29,520 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-22 07:18:31,609 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-22 07:18:35,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-22 07:18:43,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-22 07:18:43,064 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-22 07:18:43,064 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-22 07:18:43,067 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-22 07:18:43,069 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-22 07:18:47,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-49bf3c5e-6e08-4793-affe-605fa75e5e50/repo; stestr list '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-22 07:18:47,106 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-22 07:18:47,107 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-22 07:18:47,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-22 07:34:45,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ad47e7c0-82a0-44d7-b86d-f8d3de71d7d3 2018-04-22 07:34:46,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ad47e7c0-82a0-44d7-b86d-f8d3de71d7d3']'. 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ad47e7c0-82a0-44d7-b86d-f8d3de71d7d3 | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-22 07:18:51 | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-22 07:34:45 | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:54 | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-22 07:34:47,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 49bf3c5e-6e08-4793-affe-605fa75e5e50) | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fa249aea-4536-4582-af70-7e43146289f4) | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 931.232 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-22 07:34:47,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-22 07:34:47,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-04-22 07:34:55,584 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:34:55,585 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:26 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-22 07:34:55,589 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-22 07:34:55,589 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-22 07:34:55,657 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-22 07:34:56,474 - xtesting.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/huawei-pod1 2018-04-22 07:34:56,474 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-22 07:34:56,475 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-22 07:34:57,262 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-22 07:35:01,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-22 07:35:05,477 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 07cb7ee5-baa4-4af1-9296-ef6f82e8c074 | 2018-04-22T07:35:05.212268 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 07cb7ee5-baa4-4af1-9296-ef6f82e8c074 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-22 07:35:10,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-22 07:35:10,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-22 07:35:12,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-7d7e07ab-9526-4253-9a40-897730fc8f93'... 2018-04-22 07:35:16,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-7d7e07ab-9526-4253-9a40-897730fc8f93'... 2018-04-22 07:35:18,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-7d7e07ab-9526-4253-9a40-897730fc8f93'... 2018-04-22 07:35:23,829 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: Quota exceeded for resources: ['router']. Neutron server returns request_ids: ['req-b10d5fae-9c86-4902-a856-9d731be7f236'] 2018-04-22 07:35:28,964 - xtesting.energy.energy - DEBUG - Stopping recording 2018-04-22 07:35:30,136 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:35:30,709 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,710 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,711 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,712 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,713 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,709 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 00:32 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-22 07:35:30,713 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 07:35:30,713 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-22 07:35:30,714 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-22 07:35:30,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-22 07:35:34,881 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-22 07:35:39,069 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | dc6475cf-9a67-465a-a2ed-b91d373d1ce7 | 2018-04-22T07:35:38.778274 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: dc6475cf-9a67-465a-a2ed-b91d373d1ce7 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-22 07:35:44,298 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-22 07:35:44,298 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-22 07:35:48,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-22 07:35:53,673 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=2d6bfad0-b758-46ed-9307-54ebbe66d1c1) as the default verifier for the future CLI operations. 2018-04-22 07:35:58,611 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-22 07:36:00,670 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-22 07:36:04,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-22 07:36:12,618 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-22 07:36:12,618 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-22 07:36:12,618 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-22 07:36:12,621 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-22 07:36:12,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-22 07:36:17,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2d6bfad0-b758-46ed-9307-54ebbe66d1c1/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-22 07:36:17,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-22 07:37:51,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5788b911-26bc-4751-b889-4085035537a2 2018-04-22 07:37:51,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5788b911-26bc-4751-b889-4085035537a2']'. 2018-04-22 07:37:52,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5788b911-26bc-4751-b889-4085035537a2 | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-22 07:36:21 | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-22 07:37:51 | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:30 | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2d6bfad0-b758-46ed-9307-54ebbe66d1c1) | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dc6475cf-9a67-465a-a2ed-b91d373d1ce7) | 2018-04-22 07:37:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 64.838 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 130 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 6 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-22 07:37:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-22 07:37:59,175 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:37:59,175 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:00 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-22 07:37:59,179 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-22 07:38:19,895 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-22 07:38:19,895 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-22 07:38:19,922 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-22 07:38:20,535 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 07:38:20,535 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-22 07:38:20,539 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-22 07:38:21,626 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-22 08:26:07,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 08:26:07,373 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 47:45 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-22 08:26:07,377 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-22 08:26:07,377 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-22 08:26:07,454 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-22 08:26:11,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-22 08:26:15,627 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | f66782ef-3ed7-4d11-8ff0-44b85a235961 | 2018-04-22T08:26:15.347640 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: f66782ef-3ed7-4d11-8ff0-44b85a235961 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-22 08:26:20,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-04-22 08:26:20,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-22 08:26:25,063 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-22 08:26:30,332 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=093105f0-a35f-493b-9878-c24e0eaace85) as the default verifier for the future CLI operations. 2018-04-22 08:26:41,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-22 08:26:48,760 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-22 08:26:52,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-093105f0-a35f-493b-9878-c24e0eaace85/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-22 08:26:52,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-22 08:28:58,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b2ff9bcd-5848-4ad2-bce0-ae80740ceb5c 2018-04-22 08:28:58,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b2ff9bcd-5848-4ad2-bce0-ae80740ceb5c']'. 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b2ff9bcd-5848-4ad2-bce0-ae80740ceb5c | 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-22 08:26:56 | 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-22 08:28:58 | 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:02 | 2018-04-22 08:28:59,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 093105f0-a35f-493b-9878-c24e0eaace85) | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f66782ef-3ed7-4d11-8ff0-44b85a235961) | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 109.235 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 41 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-22 08:28:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-22 08:28:59,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.3488372093% 2018-04-22 08:29:07,382 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 08:29:07,383 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:32 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-22 08:29:07,388 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-22 08:29:07,389 - xtesting.core.testcase - ERROR - Please run test before checking the results 2018-04-22 08:29:07,389 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:54 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 16:26 | FAIL | | rally_sanity | functest | smoke | 00:32 | FAIL | | patrole | functest | smoke | 02:00 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 47:45 | FAIL | | neutron_trunk | functest | smoke | 02:32 | FAIL | | refstack_defcore | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-22 08:29:07,397 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-22 08:29:38,087 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-------------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-------------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-master-110 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-odl-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod1 | +--------------------------------------+-------------------------------------------------------------+ 2018-04-22 08:29:38,090 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='011a366ff28fabedfa5' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.10.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.168.10.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-22 08:29:38,090 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-22 08:29:38,092 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+--------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+--------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | functest-odl-sfc | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+--------------------------+ 2018-04-22 08:29:38,093 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-22 08:29:38,093 - xtesting.ci.run_tests - INFO - Running test case 'functest-odl-sfc'... 2018-04-22 08:31:20,351 - xtesting.ci.run_tests - ERROR - Failures when running testcase(s) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/ci/run_tests.py", line 244, in main self.run_all() File "/usr/lib/python2.7/site-packages/xtesting/ci/run_tests.py", line 221, in run_all self.run_tier(tier) File "/usr/lib/python2.7/site-packages/xtesting/ci/run_tests.py", line 191, in run_tier self.run_test(test) File "/usr/lib/python2.7/site-packages/xtesting/ci/run_tests.py", line 165, in run_test test_case.run() File "/usr/lib/python2.7/site-packages/sfc/tests/functest/run_sfc_tests.py", line 179, in run sfc_cleanup.cleanup(creators, odl_ip=odl_ip, odl_port=odl_port) UnboundLocalError: local variable 'creators' referenced before assignment 2018-04-22 08:31:20,352 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-04-22 08:31:20,352 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | functest-odl-sfc | sfc | features | XX:XX | FAIL | | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-22 08:31:20,357 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-22 08:33:26,967 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-------------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-------------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-master-110 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-odl-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod1 | +--------------------------------------+-------------------------------------------------------------+ 2018-04-22 08:33:26,977 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='011a366ff28fabedfa5' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.10.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.168.10.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-22 08:33:26,977 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-22 08:33:26,977 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-22 08:33:26,978 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-22 08:33:26,980 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-22 08:33:38,361 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+-------------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+-------------------------------------------------------------+ | BUILD_TAG | jenkins-functest-compass-baremetal-daily-master-110 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | compass | | DEPLOY_SCENARIO | os-odl-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | huawei-pod1 | +--------------------------------------+-------------------------------------------------------------+ 2018-04-22 08:33:38,365 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Ansible managed export LC_ALL=C # COMMON CINDER ENVS export CINDER_ENDPOINT_TYPE=publicURL # COMMON NOVA ENVS export NOVA_ENDPOINT_TYPE=publicURL # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE=publicURL export OS_INTERFACE=publicURL export OS_USERNAME=admin export OS_PASSWORD='011a366ff28fabedfa5' export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_AUTH_URL=https://192.168.10.222:5000/v3 export OS_NO_CACHE=1 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_REGION_NAME=RegionOne # For openstackclient export OS_IDENTITY_API_VERSION=3 export OS_AUTH_VERSION=3 export OS_AUTH_TYPE=password export SDN_CONTROLLER_IP=192.168.10.222 export OS_CACERT=/home/opnfv/functest/conf/os_cacert 2018-04-22 08:33:38,365 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-22 08:33:38,366 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-04-22 08:33:38,367 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-22 08:33:38,367 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-04-22 08:36:41,718 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-04-22 08:36:42,299 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-22 08:36:42,299 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:03 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-04-22 08:36:42,301 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:03 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-22 08:36:42,302 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK