2018-01-08 21:36:35,607 - functest.ci.check_deployment - DEBUG - 192.168.11.20:35357 is reachable! 2018-01-08 21:36:35,607 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://192.168.11.20:35357/v3 ...OK 2018-01-08 21:36:36,041 - functest.ci.check_deployment - INFO - Got token ...OK 2018-01-08 21:36:36,506 - functest.ci.check_deployment - DEBUG - 192.168.11.20:5000 is reachable! 2018-01-08 21:36:36,506 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://192.168.11.20:5000 ...OK 2018-01-08 21:36:36,933 - functest.ci.check_deployment - DEBUG - 192.168.11.20:8774 is reachable! 2018-01-08 21:36:36,933 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://192.168.11.20:8774/v2.1/e37055de5204443e8b6355ba94420ba7 ...OK 2018-01-08 21:36:37,363 - functest.ci.check_deployment - DEBUG - 192.168.11.20:9696 is reachable! 2018-01-08 21:36:37,364 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://192.168.11.20:9696 ...OK 2018-01-08 21:36:37,816 - functest.ci.check_deployment - DEBUG - 192.168.11.20:9292 is reachable! 2018-01-08 21:36:37,816 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://192.168.11.20:9292 ...OK 2018-01-08 21:36:39,404 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-01-08 21:36:40,901 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-01-08 21:36:40,929 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-01-08 21:36:41,893 - functest.ci.check_deployment - INFO - External network found: admin_external 2018-01-08 21:36:44,579 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-08 21:36:44,580 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-08 21:36:44,584 - 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-01-08 21:36:44,587 - functest.ci.run_tests - INFO - Running tier 'healthcheck' 2018-01-08 21:36:44,587 - functest.ci.run_tests - INFO - Running test case 'connection_check'... 2018-01-08 21:36:45,943 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-08 21:36:53,381 - 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.434s OK 2018-01-08 21:36:53,824 - functest.utils.functest_utils - DEBUG - 2018-01-08 21:36:53,824 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 21:36:53,825 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-01-08 21:36:53,828 - functest.ci.run_tests - INFO - Running test case 'api_check'... 2018-01-08 21:36:54,611 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-08 21:45:16,271 - 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_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 81 tests in 501.650s OK 2018-01-08 21:45:16,704 - functest.utils.functest_utils - DEBUG - 2018-01-08 21:45:16,704 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 21:45:16,706 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:22 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-08 21:45:16,709 - functest.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-01-08 21:45:17,588 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-08 21:45:56,594 - functest.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 39.005s OK 2018-01-08 21:45:57,009 - functest.utils.functest_utils - DEBUG - 2018-01-08 21:45:57,009 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 21:45:57,009 - functest.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:39 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-01-08 21:45:57,013 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-----------------------------------------------------------+ | INSTALLER_TYPE | daisy | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | jenkins-functest-daisy-baremetal-daily-master-249 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-08 21:45:57,016 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 08:22 | PASS | | snaps_health_check | functest | healthcheck | 00:39 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-01-08 21:45:57,019 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-08 21:46:01,970 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-08 21:46:01,971 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-08 21:46:01,972 - 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_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-01-08 21:46:01,974 - functest.ci.run_tests - INFO - Running tier 'smoke' 2018-01-08 21:46:01,975 - functest.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-01-08 21:46:06,367 - functest.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-01-08 21:46:06,367 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-08 21:46:06,367 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-08 21:46:06' 2018-01-08 21:46:06,367 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:08,177 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:11,456 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:17,950 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:18,707 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:19,412 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:24,935 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:28,059 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-0ce4d2e5-a940-4e5e-84a3-5b22be7dc33a' 2018-01-08 21:46:53,377 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-08 21:46:56,464 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-01-08 21:46:56,545 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-08 21:46:57,557 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-08 21:47:17,708 - functest.utils.functest_utils - DEBUG - 2018-01-08 21:47:17,709 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 21:47:17,709 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-08 21:47:17,713 - functest.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-01-08 21:47:17,806 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-08 21:47:17,806 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-08 21:47:17' 2018-01-08 21:47:17,807 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7ad1a0e3-426f-4f25-8c35-a5a37dc63b1e' 2018-01-08 21:47:19,469 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7ad1a0e3-426f-4f25-8c35-a5a37dc63b1e' 2018-01-08 21:47:21,773 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7ad1a0e3-426f-4f25-8c35-a5a37dc63b1e' 2018-01-08 21:47:28,296 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7ad1a0e3-426f-4f25-8c35-a5a37dc63b1e' 2018-01-08 21:47:28,915 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7ad1a0e3-426f-4f25-8c35-a5a37dc63b1e' 2018-01-08 21:47:33,693 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7ad1a0e3-426f-4f25-8c35-a5a37dc63b1e' 2018-01-08 21:47:38,343 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-08 21:47:53,498 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-08 21:47:56,085 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-08 21:48:13,749 - functest.utils.functest_utils - DEBUG - 2018-01-08 21:48:13,749 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 21:48:13,750 - functest.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-01-08 21:48:13,753 - functest.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-01-08 21:48:13,863 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-08 21:48:18,334 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-08 21:48:22,114 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-08 21:48:26,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-08 21:48:30,246 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-08 21:48:40,758 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-08 21:48:43,019 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-08 21:48:43,019 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-08 21:48:45,114 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-08 21:48:45,114 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-08 21:48:49,548 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-08 21:48:49,548 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-08 21:48:49,551 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-08 21:48:49,561 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-01-08 21:48:49,561 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-b4eb01bf-c4e0-46fa-b533-7eb1f07ec3dd/repo;testr list-tests smoke > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-01-08 21:48:53,335 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-01-08 21:48:53,345 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-01-08 21:48:53,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: 'rally verify start --concurrency 1 --load-list /home/opnfv/functest/results/tempest/test_list.txt --detailed'. 2018-01-08 21:48:56,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:48:56.733 62 INFO rally.api [-] Starting verification (UUID=cc22563c-a314-4d1c-bc59-7754605549a2) for deployment 'opnfv-rally' (UUID=decbd77d-fc47-4b5c-81f4-b1a81de6c43d) by verifier 'opnfv-tempest' (UUID=b4eb01bf-c4e0-46fa-b533-7eb1f07ec3dd). 2018-01-08 21:48:56,735 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cc22563c-a314-4d1c-bc59-7754605549a2 2018-01-08 21:49:03,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:49:03.970 62 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.093s] 2018-01-08 21:49:04,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:49:04.059 62 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.089s] 2018-01-08 21:49:10,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:49:10.719 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.862s] 2018-01-08 21:49:12,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:49:12.277 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.558s] 2018-01-08 21:49:22,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:49:22.476 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.029s] 2018-01-08 21:49:42,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:49:42.251 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.244s] 2018-01-08 21:50:20,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:50:20.092 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.122s] 2018-01-08 21:50:20,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:50:20.093 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-01-08 21:50:57,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:50:57.417 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.126s] 2018-01-08 21:50:57,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:50:57.418 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-01-08 21:51:32,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:51:32.000 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.145s] 2018-01-08 21:51:32,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:51:32.001 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-01-08 21:52:29,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:52:29.396 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.392s] 2018-01-08 21:52:58,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:52:58.971 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.085s] 2018-01-08 21:52:59,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:52:59.144 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.173s] 2018-01-08 21:53:07,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:07.394 62 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.811s] 2018-01-08 21:53:07,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:07.407 62 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-01-08 21:53:12,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:12.967 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services ... success [0.681s] 2018-01-08 21:53:19,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:19.718 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user ... success [0.974s] 2018-01-08 21:53:26,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:26.287 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.279s] 2018-01-08 21:53:33,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:33.126 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.088s] 2018-01-08 21:53:39,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:39.562 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.606s] 2018-01-08 21:53:47,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:47.627 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.668s] 2018-01-08 21:53:56,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:53:56.851 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.157s] 2018-01-08 21:54:03,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:03.461 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.351s] 2018-01-08 21:54:09,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:09.726 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.193s] 2018-01-08 21:54:17,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:17.043 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.277s] 2018-01-08 21:54:24,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:24.836 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.377s] 2018-01-08 21:54:33,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:33.576 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.983s] 2018-01-08 21:54:38,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:38.437 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.032s] 2018-01-08 21:54:38,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:38.470 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.033s] 2018-01-08 21:54:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:38.498 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.028s] 2018-01-08 21:54:42,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:42.098 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.028s] 2018-01-08 21:54:42,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:42.178 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-01-08 21:54:42,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:42.201 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2018-01-08 21:54:42,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:42.209 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-01-08 21:54:46,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:46.481 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.481s] 2018-01-08 21:54:47,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:47.326 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.844s] 2018-01-08 21:54:48,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:48.383 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.056s] 2018-01-08 21:54:54,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:54.442 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-01-08 21:54:59,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:54:59.030 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.947s] 2018-01-08 21:55:14,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:55:14.748 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.616s] 2018-01-08 21:55:19,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:55:19.409 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.660s] 2018-01-08 21:55:33,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:55:33.030 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.228s] 2018-01-08 21:55:37,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:55:37.048 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.018s] 2018-01-08 21:55:46,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:55:46.159 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.110s] 2018-01-08 21:55:57,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:55:57.972 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.324s] 2018-01-08 21:56:02,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:02.113 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.140s] 2018-01-08 21:56:07,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:07.341 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.227s] 2018-01-08 21:56:26,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:26.722 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.160s] 2018-01-08 21:56:26,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:26.941 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.219s] 2018-01-08 21:56:27,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:27.259 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.317s] 2018-01-08 21:56:27,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:27.360 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.101s] 2018-01-08 21:56:27,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:27.526 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.165s] 2018-01-08 21:56:27,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:27.621 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.094s] 2018-01-08 21:56:41,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:41.108 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.935s] 2018-01-08 21:56:41,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:41.330 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.222s] 2018-01-08 21:56:41,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:41.562 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.230s] 2018-01-08 21:56:41,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:41.658 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.096s] 2018-01-08 21:56:41,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:41.829 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.170s] 2018-01-08 21:56:41,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:41.915 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.085s] 2018-01-08 21:56:55,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:56:55.255 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.818s] 2018-01-08 21:57:01,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:01.406 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.150s] 2018-01-08 21:57:03,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:03.680 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.273s] 2018-01-08 21:57:03,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:03.780 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.100s] 2018-01-08 21:57:03,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:03.910 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.129s] 2018-01-08 21:57:17,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:17.547 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.739s] 2018-01-08 21:57:24,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:24.126 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.578s] 2018-01-08 21:57:26,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:26.632 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.505s] 2018-01-08 21:57:26,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:26.726 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.094s] 2018-01-08 21:57:26,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:26.828 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.102s] 2018-01-08 21:57:44,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:44.958 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.666s] 2018-01-08 21:57:51,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:51.993 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.033s] 2018-01-08 21:57:57,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:57:57.901 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.908s] 2018-01-08 21:58:02,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:58:02.029 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.127s] 2018-01-08 21:58:28,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:58:28.902 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.392s] 2018-01-08 21:58:36,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:58:36.161 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.258s] 2018-01-08 21:58:42,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:58:42.285 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.124s] 2018-01-08 21:58:46,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:58:46.459 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.172s] 2018-01-08 21:59:01,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:01.905 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.313s] 2018-01-08 21:59:03,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:03.670 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.762s] 2018-01-08 21:59:03,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:03.830 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.162s] 2018-01-08 21:59:08,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:08.608 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.236s] 2018-01-08 21:59:10,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:10.489 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.879s] 2018-01-08 21:59:10,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:10.626 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.139s] 2018-01-08 21:59:14,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:14.843 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.693s] 2018-01-08 21:59:18,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:18.612 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-01-08 21:59:20,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:20.032 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-01-08 21:59:20,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:20.034 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-01-08 21:59:20,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:20.035 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-01-08 21:59:20,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:20.035 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-01-08 21:59:20,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:20.036 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-01-08 21:59:22,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:22.459 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.186s] 2018-01-08 21:59:36,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:36.386 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.135s] 2018-01-08 21:59:47,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:47.933 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.451s] 2018-01-08 21:59:59,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 21:59:59.064 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.130s] 2018-01-08 22:00:07,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 22:00:07.878 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.098s] 2018-01-08 22:01:32,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 22:01:32.178 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [77.688s] 2018-01-08 22:02:23,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 22:02:23.449 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [40.844s] 2018-01-08 22:03:20,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-08 22:03:20.270 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.904s] 2018-01-08 22:03:38,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: 'rally verify show --uuid cc22563c-a314-4d1c-bc59-7754605549a2'. 2018-01-08 22:03:39,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-01-08 22:03:39,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cc22563c-a314-4d1c-bc59-7754605549a2 | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-01-08 21:48:56 | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-01-08 22:03:38 | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:42 | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-01-08 22:03:39,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b4eb01bf-c4e0-46fa-b533-7eb1f07ec3dd) | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: decbd77d-fc47-4b5c-81f4-b1a81de6c43d) | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 858.607 | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 95 | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 14 | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-01-08 22:03:39,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-01-08 22:03:39,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-01-08 22:03:39,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-08 22:03:39,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-01-08 22:03:39,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-01-08 22:03:44,089 - functest.utils.functest_utils - DEBUG - 2018-01-08 22:03:44,090 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 22:03:44,090 - functest.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:03 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-01-08 22:03:44,095 - functest.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-01-08 22:03:44,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-08 22:03:48,110 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-08 22:03:51,788 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-08 22:03:56,454 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-01-08 22:03:58,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01'... 2018-01-08 22:03:59,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01'... 2018-01-08 22:04:02,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01'... 2018-01-08 22:04:08,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01'... 2018-01-08 22:04:08,990 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01'... 2018-01-08 22:04:09,636 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-01-08 22:04:09,636 - 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-01-08 22:04:09,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:04:09,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:04:09,682 - 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': 'admin_external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:05:17,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 230bcac3-e671-4b17-a478-3d7ff77a865d: started 2018-01-08 22:04:13.312 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Starting: Task validation. 2018-01-08 22:04:13.351 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Starting: Task validation of syntax. 2018-01-08 22:04:13.417 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Completed: Task validation of syntax. 2018-01-08 22:04:13.417 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Starting: Task validation of required platforms. 2018-01-08 22:04:13.449 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Completed: Task validation of required platforms. 2018-01-08 22:04:13.449 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Starting: Task validation of semantic. 2018-01-08 22:04:14.136 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:04:17.075 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 2.94 sec 2018-01-08 22:04:17.117 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:04:21.199 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 4.08 sec 2018-01-08 22:04:21.199 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Completed: Task validation of semantic. 2018-01-08 22:04:21.199 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Completed: Task validation. 2018-01-08 22:04:21.200 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Starting: Running task. 2018-01-08 22:04:21.371 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:04:24.275 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 2.90 sec 2018-01-08 22:04:24.298 259 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 START 2018-01-08 22:04:24.907 259 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 END: OK 2018-01-08 22:04:24.930 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:04:29.215 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 4.29 sec 2018-01-08 22:04:29.415 134 INFO rally.task.engine [-] Load duration is: 0.607004 2018-01-08 22:04:29.416 134 INFO rally.task.engine [-] Full duration is: 7.861806 2018-01-08 22:04:29.678 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:04:32.432 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 2.75 sec 2018-01-08 22:04:32.454 345 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 START 2018-01-08 22:04:33.319 345 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 END: OK 2018-01-08 22:04:33.348 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:04:37.318 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 3.97 sec 2018-01-08 22:04:37.720 134 INFO rally.task.engine [-] Load duration is: 0.862575 2018-01-08 22:04:37.721 134 INFO rally.task.engine [-] Full duration is: 7.658088 2018-01-08 22:04:38.050 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:04:41.075 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 3.02 sec 2018-01-08 22:04:41.094 431 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 START 2018-01-08 22:04:42.038 431 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 END: OK 2018-01-08 22:04:42.064 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:04:46.164 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 4.10 sec 2018-01-08 22:04:48.106 134 INFO rally.task.engine [-] Load duration is: 0.942045 2018-01-08 22:04:48.107 134 INFO rally.task.engine [-] Full duration is: 8.129221 2018-01-08 22:04:48.341 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:04:51.105 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 2.76 sec 2018-01-08 22:04:51.126 517 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 START 2018-01-08 22:04:52.595 517 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 END: OK 2018-01-08 22:04:52.619 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:04:56.561 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 3.94 sec 2018-01-08 22:04:58.417 134 INFO rally.task.engine [-] Load duration is: 1.46753 2018-01-08 22:04:58.417 134 INFO rally.task.engine [-] Full duration is: 8.234708 2018-01-08 22:04:58.676 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:05:01.455 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 2.78 sec 2018-01-08 22:05:01.477 603 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 START 2018-01-08 22:05:02.703 603 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 END: OK 2018-01-08 22:05:02.726 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:05:06.828 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 4.10 sec 2018-01-08 22:05:08.734 134 INFO rally.task.engine [-] Load duration is: 1.224064 2018-01-08 22:05:08.734 134 INFO rally.task.engine [-] Full duration is: 8.169875 2018-01-08 22:05:08.986 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() started 2018-01-08 22:05:11.941 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack setup() finished in 2.95 sec 2018-01-08 22:05:11.962 689 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 START 2018-01-08 22:05:12.870 689 INFO rally.task.runner [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | ITER: 1 END: OK 2018-01-08 22:05:12.896 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() started 2018-01-08 22:05:16.957 134 INFO rally.task.context [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Context users@openstack cleanup() finished in 4.06 sec 2018-01-08 22:05:17.035 134 INFO rally.task.engine [-] Load duration is: 0.90628 2018-01-08 22:05:17.036 134 INFO rally.task.engine [-] Full duration is: 7.989331 2018-01-08 22:05:17.224 134 INFO rally.task.engine [-] Task 230bcac3-e671-4b17-a478-3d7ff77a865d | Completed: Running task. Task 230bcac3-e671-4b17-a478-3d7ff77a865d: finished test scenario Authenticate.keystone +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.607004 Full duration: 7.861806 test scenario Authenticate.validate_cinder +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> duration | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.862575 Full duration: 7.658088 test scenario Authenticate.validate_glance +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> duration | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942045 Full duration: 8.129221 test scenario Authenticate.validate_heat +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | total | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 100.0% | 1 | | -> duration | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.46753 Full duration: 8.234708 test scenario Authenticate.validate_neutron +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | total | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> duration | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.224064 Full duration: 8.169875 test scenario Authenticate.validate_nova +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> duration | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.90628 Full duration: 7.989331 2018-01-08 22:05:17,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 230bcac3-e671-4b17-a478-3d7ff77a865d 2018-01-08 22:05:17,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-01-08 22:05:17,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '230bcac3-e671-4b17-a478-3d7ff77a865d', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-01-08 22:05:17,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '230bcac3-e671-4b17-a478-3d7ff77a865d'] 2018-01-08 22:05:18,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:05:18,987 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-01-08 22:05:18,987 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-01-08 22:05:18,988 - 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-01-08 22:05:18,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:05:19,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:05:19,030 - 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': 'admin_external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:06:55,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 61b3b424-9f78-4437-b427-907b9cba46c5: started 2018-01-08 22:05:22.573 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Starting: Task validation. 2018-01-08 22:05:22.629 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Starting: Task validation of syntax. 2018-01-08 22:05:22.699 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Completed: Task validation of syntax. 2018-01-08 22:05:22.700 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Starting: Task validation of required platforms. 2018-01-08 22:05:22.725 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Completed: Task validation of required platforms. 2018-01-08 22:05:22.726 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Starting: Task validation of semantic. 2018-01-08 22:05:23.507 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() started 2018-01-08 22:05:26.222 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() finished in 2.71 sec 2018-01-08 22:05:29.140 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() started 2018-01-08 22:05:33.124 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() finished in 3.98 sec 2018-01-08 22:05:33.124 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Completed: Task validation of semantic. 2018-01-08 22:05:33.125 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Completed: Task validation. 2018-01-08 22:05:33.125 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Starting: Running task. 2018-01-08 22:05:33.302 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() started 2018-01-08 22:05:36.029 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() finished in 2.73 sec 2018-01-08 22:05:36.030 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack setup() started 2018-01-08 22:05:36.030 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack setup() finished in 0.39 msec 2018-01-08 22:05:36.055 864 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 START 2018-01-08 22:05:42.520 864 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 END: OK 2018-01-08 22:05:42.540 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack cleanup() started 2018-01-08 22:05:43.264 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack cleanup() finished in 0.72 sec 2018-01-08 22:05:43.265 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() started 2018-01-08 22:05:47.181 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() finished in 3.92 sec 2018-01-08 22:05:47.389 739 INFO rally.task.engine [-] Load duration is: 5.358445 2018-01-08 22:05:47.389 739 INFO rally.task.engine [-] Full duration is: 13.89516 2018-01-08 22:05:47.681 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() started 2018-01-08 22:05:50.499 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() finished in 2.82 sec 2018-01-08 22:05:50.499 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack setup() started 2018-01-08 22:05:50.500 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:05:50.521 970 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 START 2018-01-08 22:05:54.977 970 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 END: OK 2018-01-08 22:05:54.997 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack cleanup() started 2018-01-08 22:05:58.164 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack cleanup() finished in 3.17 sec 2018-01-08 22:05:58.164 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() started 2018-01-08 22:06:02.218 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() finished in 4.05 sec 2018-01-08 22:06:03.771 739 INFO rally.task.engine [-] Load duration is: 3.325673 2018-01-08 22:06:03.772 739 INFO rally.task.engine [-] Full duration is: 14.554224 2018-01-08 22:06:04.050 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() started 2018-01-08 22:06:06.989 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() finished in 2.94 sec 2018-01-08 22:06:07.011 1076 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 START 2018-01-08 22:06:08.291 1076 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 END: OK 2018-01-08 22:06:08.310 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() started 2018-01-08 22:06:12.381 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() finished in 4.07 sec 2018-01-08 22:06:14.103 739 INFO rally.task.engine [-] Load duration is: 0.197011 2018-01-08 22:06:14.103 739 INFO rally.task.engine [-] Full duration is: 8.350736 2018-01-08 22:06:14.396 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() started 2018-01-08 22:06:17.268 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack setup() finished in 2.87 sec 2018-01-08 22:06:17.268 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context quotas@openstack setup() started 2018-01-08 22:06:18.443 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context quotas@openstack setup() finished in 1.18 sec 2018-01-08 22:06:18.444 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack setup() started 2018-01-08 22:06:18.444 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack setup() finished in 0.32 msec 2018-01-08 22:06:19.053 1162 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 START 2018-01-08 22:06:41.000 1162 INFO rally.task.runner [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | ITER: 1 END: OK 2018-01-08 22:06:41.028 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack cleanup() started 2018-01-08 22:06:50.627 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context cleanup@openstack cleanup() finished in 9.60 sec 2018-01-08 22:06:50.628 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context quotas@openstack cleanup() started 2018-01-08 22:06:50.698 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context quotas@openstack cleanup() finished in 69.55 msec 2018-01-08 22:06:50.698 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() started 2018-01-08 22:06:54.364 739 INFO rally.task.context [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Context users@openstack cleanup() finished in 3.67 sec 2018-01-08 22:06:54.636 739 INFO rally.task.engine [-] Load duration is: 19.92142 2018-01-08 22:06:54.637 739 INFO rally.task.engine [-] Full duration is: 39.985802 2018-01-08 22:06:54.827 739 INFO rally.task.engine [-] Task 61b3b424-9f78-4437-b427-907b9cba46c5 | Completed: Running task. Task 61b3b424-9f78-4437-b427-907b9cba46c5: finished test scenario GlanceImages.create_and_delete_image +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.278 | 4.278 | 4.278 | 4.278 | 4.278 | 4.278 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> glance_v2.upload_data | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | glance_v2.delete_image | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | total | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 100.0% | 1 | | -> duration | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 5.358 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.358445 Full duration: 13.89516 test scenario GlanceImages.create_and_list_image +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.258 | 3.258 | 3.258 | 3.258 | 3.258 | 3.258 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> glance_v2.upload_data | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | glance_v2.list_images | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | total | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 100.0% | 1 | | -> duration | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 3.326 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.325673 Full duration: 14.554224 test scenario GlanceImages.list_images +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | -> duration | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.197011 Full duration: 8.350736 test scenario GlanceImages.create_image_and_boot_instances +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.106 | 3.106 | 3.106 | 3.106 | 3.106 | 3.106 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> glance_v2.upload_data | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | nova.boot_servers | 17.815 | 17.815 | 17.815 | 17.815 | 17.815 | 17.815 | 100.0% | 1 | | total | 20.921 | 20.921 | 20.921 | 20.921 | 20.921 | 20.921 | 100.0% | 1 | | -> duration | 19.921 | 19.921 | 19.921 | 19.921 | 19.921 | 19.921 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.92142 Full duration: 39.985802 2018-01-08 22:06:55,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61b3b424-9f78-4437-b427-907b9cba46c5 2018-01-08 22:06:55,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '61b3b424-9f78-4437-b427-907b9cba46c5', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-01-08 22:06:55,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '61b3b424-9f78-4437-b427-907b9cba46c5'] 2018-01-08 22:06:56,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:06:56,603 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-01-08 22:06:56,604 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-01-08 22:06:56,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-01-08 22:06:56,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:06:56,645 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:06:56,646 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-01-08 22:06:56,646 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-01-08 22:06:56,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-01-08 22:06:56,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:06:56,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:06:56,691 - 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': 'admin_external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:10:16,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task aafe2152-80af-459f-b795-d7ffe6ee249e: started 2018-01-08 22:07:00.377 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Starting: Task validation. 2018-01-08 22:07:00.432 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Starting: Task validation of syntax. 2018-01-08 22:07:00.602 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Completed: Task validation of syntax. 2018-01-08 22:07:00.602 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Starting: Task validation of required platforms. 2018-01-08 22:07:00.669 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Completed: Task validation of required platforms. 2018-01-08 22:07:00.669 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Starting: Task validation of semantic. 2018-01-08 22:07:01.452 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:07:04.325 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.87 sec 2018-01-08 22:07:09.869 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:07:13.850 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 3.98 sec 2018-01-08 22:07:13.850 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Completed: Task validation of semantic. 2018-01-08 22:07:13.850 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Completed: Task validation. 2018-01-08 22:07:13.851 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Starting: Running task. 2018-01-08 22:07:14.031 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:07:16.932 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.90 sec 2018-01-08 22:07:16.933 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() started 2018-01-08 22:07:17.832 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() finished in 0.90 sec 2018-01-08 22:07:17.833 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack setup() started 2018-01-08 22:07:21.499 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack setup() finished in 3.67 sec 2018-01-08 22:07:21.499 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() started 2018-01-08 22:07:21.500 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:07:21.526 1417 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:07:26.831 1417 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:07:26.852 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() started 2018-01-08 22:07:29.258 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() finished in 2.41 sec 2018-01-08 22:07:29.259 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack cleanup() started 2018-01-08 22:07:32.697 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack cleanup() finished in 3.44 sec 2018-01-08 22:07:32.698 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() started 2018-01-08 22:07:32.758 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() finished in 59.69 msec 2018-01-08 22:07:32.758 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:07:36.638 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 3.88 sec 2018-01-08 22:07:38.173 1292 INFO rally.task.engine [-] Load duration is: 5.301461 2018-01-08 22:07:38.174 1292 INFO rally.task.engine [-] Full duration is: 22.624637 2018-01-08 22:07:38.429 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:07:41.114 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.68 sec 2018-01-08 22:07:41.115 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() started 2018-01-08 22:07:41.960 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() finished in 0.84 sec 2018-01-08 22:07:41.961 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() started 2018-01-08 22:07:41.962 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() finished in 0.32 msec 2018-01-08 22:07:41.989 1603 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:07:47.897 1603 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:07:47.924 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() started 2018-01-08 22:07:50.233 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() finished in 2.31 sec 2018-01-08 22:07:50.233 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() started 2018-01-08 22:07:50.291 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() finished in 57.77 msec 2018-01-08 22:07:50.292 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:07:54.350 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.06 sec 2018-01-08 22:07:54.533 1292 INFO rally.task.engine [-] Load duration is: 5.903241 2018-01-08 22:07:54.533 1292 INFO rally.task.engine [-] Full duration is: 15.937061 2018-01-08 22:07:54.815 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:07:57.560 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.74 sec 2018-01-08 22:07:57.560 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() started 2018-01-08 22:07:58.379 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() finished in 0.82 sec 2018-01-08 22:07:58.379 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() started 2018-01-08 22:07:58.380 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:07:59.063 1769 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:08:09.077 1769 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:08:09.099 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() started 2018-01-08 22:08:11.534 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() finished in 2.43 sec 2018-01-08 22:08:11.534 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() started 2018-01-08 22:08:11.594 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() finished in 59.96 msec 2018-01-08 22:08:11.595 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:08:15.955 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.36 sec 2018-01-08 22:08:16.942 1292 INFO rally.task.engine [-] Load duration is: 10.009751 2018-01-08 22:08:16.943 1292 INFO rally.task.engine [-] Full duration is: 21.157147 2018-01-08 22:08:17.209 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:08:19.953 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.74 sec 2018-01-08 22:08:19.953 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() started 2018-01-08 22:08:20.784 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() finished in 0.83 sec 2018-01-08 22:08:20.784 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() started 2018-01-08 22:08:20.785 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:08:20.807 1935 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:08:26.400 1935 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:08:26.428 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() started 2018-01-08 22:08:28.850 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() finished in 2.42 sec 2018-01-08 22:08:28.850 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() started 2018-01-08 22:08:28.919 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() finished in 68.18 msec 2018-01-08 22:08:28.919 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:08:32.860 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 3.94 sec 2018-01-08 22:08:33.303 1292 INFO rally.task.engine [-] Load duration is: 5.588892 2018-01-08 22:08:33.304 1292 INFO rally.task.engine [-] Full duration is: 15.670135 2018-01-08 22:08:33.599 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:08:36.344 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.75 sec 2018-01-08 22:08:36.344 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() started 2018-01-08 22:08:37.339 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() finished in 0.99 sec 2018-01-08 22:08:37.340 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() started 2018-01-08 22:08:37.340 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() finished in 0.25 msec 2018-01-08 22:08:37.360 2101 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:08:45.195 2101 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:08:45.220 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() started 2018-01-08 22:08:47.610 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() finished in 2.39 sec 2018-01-08 22:08:47.610 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() started 2018-01-08 22:08:47.664 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() finished in 53.85 msec 2018-01-08 22:08:47.665 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:08:51.712 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.05 sec 2018-01-08 22:08:53.730 1292 INFO rally.task.engine [-] Load duration is: 7.832028 2018-01-08 22:08:53.731 1292 INFO rally.task.engine [-] Full duration is: 18.134041 2018-01-08 22:08:54.039 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:08:56.826 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.79 sec 2018-01-08 22:08:56.826 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() started 2018-01-08 22:08:57.611 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack setup() finished in 0.78 sec 2018-01-08 22:08:57.611 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack setup() started 2018-01-08 22:09:00.954 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack setup() finished in 3.34 sec 2018-01-08 22:09:00.954 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() started 2018-01-08 22:09:00.955 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:09:00.977 2267 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:09:06.633 2267 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:09:06.659 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() started 2018-01-08 22:09:09.042 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context cleanup@openstack cleanup() finished in 2.38 sec 2018-01-08 22:09:09.043 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack cleanup() started 2018-01-08 22:09:12.626 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context volumes@openstack cleanup() finished in 3.58 sec 2018-01-08 22:09:12.626 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() started 2018-01-08 22:09:12.775 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context quotas@openstack cleanup() finished in 0.15 sec 2018-01-08 22:09:12.776 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:09:16.961 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.19 sec 2018-01-08 22:09:18.175 1292 INFO rally.task.engine [-] Load duration is: 5.652412 2018-01-08 22:09:18.176 1292 INFO rally.task.engine [-] Full duration is: 22.942093 2018-01-08 22:09:18.469 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:09:21.208 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.74 sec 2018-01-08 22:09:21.209 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() started 2018-01-08 22:09:21.209 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:09:21.231 2453 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:09:22.047 2453 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:09:22.075 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:09:26.500 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() finished in 4.42 sec 2018-01-08 22:09:26.501 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:09:30.563 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.06 sec 2018-01-08 22:09:32.551 1292 INFO rally.task.engine [-] Load duration is: 0.813024 2018-01-08 22:09:32.552 1292 INFO rally.task.engine [-] Full duration is: 12.111339 2018-01-08 22:09:32.836 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:09:35.695 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.86 sec 2018-01-08 22:09:35.696 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() started 2018-01-08 22:09:35.696 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:09:35.718 2619 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:09:36.596 2619 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:09:36.622 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:09:41.203 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() finished in 4.58 sec 2018-01-08 22:09:41.203 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:09:45.323 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.12 sec 2018-01-08 22:09:46.910 1292 INFO rally.task.engine [-] Load duration is: 0.874147 2018-01-08 22:09:46.911 1292 INFO rally.task.engine [-] Full duration is: 12.506275 2018-01-08 22:09:47.188 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:09:49.989 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.80 sec 2018-01-08 22:09:49.989 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() started 2018-01-08 22:09:49.990 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-08 22:09:50.012 2785 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:09:50.831 2785 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:09:50.855 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:09:55.372 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() finished in 4.52 sec 2018-01-08 22:09:55.373 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:09:59.416 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.04 sec 2018-01-08 22:10:01.274 1292 INFO rally.task.engine [-] Load duration is: 0.8144 2018-01-08 22:10:01.274 1292 INFO rally.task.engine [-] Full duration is: 12.245273 2018-01-08 22:10:01.555 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() started 2018-01-08 22:10:04.355 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack setup() finished in 2.80 sec 2018-01-08 22:10:04.356 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() started 2018-01-08 22:10:04.357 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack setup() finished in 0.31 msec 2018-01-08 22:10:04.380 2951 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 START 2018-01-08 22:10:05.231 2951 INFO rally.task.runner [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | ITER: 1 END: OK 2018-01-08 22:10:05.254 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:10:09.939 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context admin_cleanup@openstack cleanup() finished in 4.69 sec 2018-01-08 22:10:09.939 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() started 2018-01-08 22:10:14.037 1292 INFO rally.task.context [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Context users@openstack cleanup() finished in 4.10 sec 2018-01-08 22:10:15.634 1292 INFO rally.task.engine [-] Load duration is: 0.847387 2018-01-08 22:10:15.635 1292 INFO rally.task.engine [-] Full duration is: 12.5007 2018-01-08 22:10:15.833 1292 INFO rally.task.engine [-] Task aafe2152-80af-459f-b795-d7ffe6ee249e | Completed: Running task. Task aafe2152-80af-459f-b795-d7ffe6ee249e: finished test scenario CinderVolumes.create_and_delete_snapshot +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.027 | 3.027 | 3.027 | 3.027 | 3.027 | 3.027 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.274 | 2.274 | 2.274 | 2.274 | 2.274 | 2.274 | 100.0% | 1 | | total | 5.301 | 5.301 | 5.301 | 5.301 | 5.301 | 5.301 | 100.0% | 1 | | -> duration | 5.301 | 5.301 | 5.301 | 5.301 | 5.301 | 5.301 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.301461 Full duration: 22.624637 test scenario CinderVolumes.create_and_delete_volume +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.61 | 3.61 | 3.61 | 3.61 | 3.61 | 3.61 | 100.0% | 1 | | cinder_v2.delete_volume | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 2.292 | 100.0% | 1 | | total | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 100.0% | 1 | | -> duration | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.903241 Full duration: 15.937061 test scenario CinderVolumes.create_and_delete_volume +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.673 | 7.673 | 7.673 | 7.673 | 7.673 | 7.673 | 100.0% | 1 | | cinder_v2.delete_volume | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 2.336 | 100.0% | 1 | | total | 10.01 | 10.01 | 10.01 | 10.01 | 10.01 | 10.01 | 100.0% | 1 | | -> duration | 10.01 | 10.01 | 10.01 | 10.01 | 10.01 | 10.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.009751 Full duration: 21.157147 test scenario CinderVolumes.create_and_delete_volume +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | cinder_v2.delete_volume | 2.377 | 2.377 | 2.377 | 2.377 | 2.377 | 2.377 | 100.0% | 1 | | total | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 100.0% | 1 | | -> duration | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 5.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.588892 Full duration: 15.670135 test scenario CinderVolumes.create_and_extend_volume +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.167 | 3.167 | 3.167 | 3.167 | 3.167 | 3.167 | 100.0% | 1 | | cinder_v2.extend_volume | 2.369 | 2.369 | 2.369 | 2.369 | 2.369 | 2.369 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 7.832 | 7.832 | 7.832 | 7.832 | 7.832 | 7.832 | 100.0% | 1 | | -> duration | 7.832 | 7.832 | 7.832 | 7.832 | 7.832 | 7.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.832028 Full duration: 18.134041 test scenario CinderVolumes.create_from_volume_and_delete_volume +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.342 | 3.342 | 3.342 | 3.342 | 3.342 | 3.342 | 100.0% | 1 | | cinder_v2.delete_volume | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 100.0% | 1 | | total | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 100.0% | 1 | | -> duration | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 5.652 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.652412 Full duration: 22.942093 test scenario CinderQos.create_and_list_qos +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | cinder_v2.list_qos | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813024 Full duration: 12.111339 test scenario CinderQos.create_and_set_qos +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | cinder_v2.set_qos | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874147 Full duration: 12.506275 test scenario CinderVolumeTypes.create_and_list_volume_types +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | cinder_v2.list_types | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8144 Full duration: 12.245273 test scenario CinderVolumeTypes.create_volume_type_and_encryption_type +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> duration | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.847387 Full duration: 12.5007 2018-01-08 22:10:16,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aafe2152-80af-459f-b795-d7ffe6ee249e 2018-01-08 22:10:16,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aafe2152-80af-459f-b795-d7ffe6ee249e', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-01-08 22:10:16,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aafe2152-80af-459f-b795-d7ffe6ee249e'] 2018-01-08 22:10:17,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:10:17,887 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-01-08 22:10:17,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-01-08 22:10:17,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-01-08 22:10:17,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:10:17,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:10:17,935 - 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': 'admin_external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:11:54,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882: started 2018-01-08 22:10:21.503 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Starting: Task validation. 2018-01-08 22:10:21.547 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Starting: Task validation of syntax. 2018-01-08 22:10:21.612 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Completed: Task validation of syntax. 2018-01-08 22:10:21.613 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Starting: Task validation of required platforms. 2018-01-08 22:10:21.639 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Completed: Task validation of required platforms. 2018-01-08 22:10:21.640 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Starting: Task validation of semantic. 2018-01-08 22:10:22.418 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() started 2018-01-08 22:10:25.472 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() finished in 3.05 sec 2018-01-08 22:10:29.794 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() started 2018-01-08 22:10:34.037 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() finished in 4.24 sec 2018-01-08 22:10:34.038 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Completed: Task validation of semantic. 2018-01-08 22:10:34.038 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Completed: Task validation. 2018-01-08 22:10:34.039 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Starting: Running task. 2018-01-08 22:10:34.236 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() started 2018-01-08 22:10:37.051 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() finished in 2.82 sec 2018-01-08 22:10:37.052 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() started 2018-01-08 22:10:39.081 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() finished in 2.03 sec 2018-01-08 22:10:39.082 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack setup() started 2018-01-08 22:10:39.082 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack setup() finished in 0.22 msec 2018-01-08 22:10:39.101 3236 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 START 2018-01-08 22:10:52.014 3236 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 END: OK 2018-01-08 22:10:52.042 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack cleanup() started 2018-01-08 22:10:52.728 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack cleanup() finished in 0.69 sec 2018-01-08 22:10:52.728 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() started 2018-01-08 22:10:53.888 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() finished in 1.16 sec 2018-01-08 22:10:53.889 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() started 2018-01-08 22:10:58.262 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() finished in 4.37 sec 2018-01-08 22:10:58.368 3081 INFO rally.task.engine [-] Load duration is: 8.912116 2018-01-08 22:10:58.369 3081 INFO rally.task.engine [-] Full duration is: 24.043028 2018-01-08 22:10:58.667 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() started 2018-01-08 22:11:01.592 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() finished in 2.92 sec 2018-01-08 22:11:01.593 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() started 2018-01-08 22:11:03.640 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() finished in 2.05 sec 2018-01-08 22:11:03.640 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack setup() started 2018-01-08 22:11:03.640 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack setup() finished in 0.26 msec 2018-01-08 22:11:03.661 3402 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 START 2018-01-08 22:11:11.868 3402 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 END: OK 2018-01-08 22:11:11.898 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack cleanup() started 2018-01-08 22:11:12.596 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack cleanup() finished in 0.70 sec 2018-01-08 22:11:12.596 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() started 2018-01-08 22:11:13.631 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() finished in 1.03 sec 2018-01-08 22:11:13.632 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() started 2018-01-08 22:11:17.965 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() finished in 4.33 sec 2018-01-08 22:11:18.786 3081 INFO rally.task.engine [-] Load duration is: 6.205245 2018-01-08 22:11:18.787 3081 INFO rally.task.engine [-] Full duration is: 19.316252 2018-01-08 22:11:19.092 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() started 2018-01-08 22:11:22.032 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() finished in 2.94 sec 2018-01-08 22:11:22.032 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() started 2018-01-08 22:11:24.066 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() finished in 2.03 sec 2018-01-08 22:11:24.067 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack setup() started 2018-01-08 22:11:24.067 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-08 22:11:24.090 3568 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 START 2018-01-08 22:11:33.576 3568 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 END: OK 2018-01-08 22:11:33.601 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack cleanup() started 2018-01-08 22:11:34.697 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context cleanup@openstack cleanup() finished in 1.10 sec 2018-01-08 22:11:34.698 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() started 2018-01-08 22:11:35.758 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() finished in 1.06 sec 2018-01-08 22:11:35.759 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() started 2018-01-08 22:11:40.165 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() finished in 4.41 sec 2018-01-08 22:11:41.231 3081 INFO rally.task.engine [-] Load duration is: 7.484036 2018-01-08 22:11:41.232 3081 INFO rally.task.engine [-] Full duration is: 21.089736 2018-01-08 22:11:41.524 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() started 2018-01-08 22:11:44.469 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack setup() finished in 2.95 sec 2018-01-08 22:11:44.470 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() started 2018-01-08 22:11:46.632 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack setup() finished in 2.16 sec 2018-01-08 22:11:46.654 3734 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 START 2018-01-08 22:11:47.398 3734 INFO rally.task.runner [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | ITER: 1 END: OK 2018-01-08 22:11:47.418 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() started 2018-01-08 22:11:48.462 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context roles@openstack cleanup() finished in 1.04 sec 2018-01-08 22:11:48.462 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() started 2018-01-08 22:11:52.584 3081 INFO rally.task.context [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Context users@openstack cleanup() finished in 4.12 sec 2018-01-08 22:11:53.592 3081 INFO rally.task.engine [-] Load duration is: 0.74193 2018-01-08 22:11:53.593 3081 INFO rally.task.engine [-] Full duration is: 11.075717 2018-01-08 22:11:53.808 3081 INFO rally.task.engine [-] Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882 | Completed: Running task. Task 0dfb15de-9a10-4a87-8398-ebfd94f4c882: finished test scenario HeatStacks.create_update_delete_stack +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.044 | 6.044 | 6.044 | 6.044 | 6.044 | 6.044 | 100.0% | 1 | | heat.update_stack | 3.468 | 3.468 | 3.468 | 3.468 | 3.468 | 3.468 | 100.0% | 1 | | heat.delete_stack | 3.399 | 3.399 | 3.399 | 3.399 | 3.399 | 3.399 | 100.0% | 1 | | total | 12.912 | 12.912 | 12.912 | 12.912 | 12.912 | 12.912 | 100.0% | 1 | | -> duration | 8.912 | 8.912 | 8.912 | 8.912 | 8.912 | 8.912 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.912116 Full duration: 24.043028 test scenario HeatStacks.create_check_delete_stack +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.493 | 4.493 | 4.493 | 4.493 | 4.493 | 4.493 | 100.0% | 1 | | heat.check_stack | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 1.378 | 100.0% | 1 | | heat.delete_stack | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 2.334 | 100.0% | 1 | | total | 8.205 | 8.205 | 8.205 | 8.205 | 8.205 | 8.205 | 100.0% | 1 | | -> duration | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 6.205 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.205245 Full duration: 19.316252 test scenario HeatStacks.create_suspend_resume_delete_stack +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.441 | 4.441 | 4.441 | 4.441 | 4.441 | 4.441 | 100.0% | 1 | | heat.suspend_stack | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | heat.resume_stack | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | heat.delete_stack | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 100.0% | 1 | | total | 9.484 | 9.484 | 9.484 | 9.484 | 9.484 | 9.484 | 100.0% | 1 | | -> duration | 7.484 | 7.484 | 7.484 | 7.484 | 7.484 | 7.484 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.484036 Full duration: 21.089736 test scenario HeatStacks.list_stacks_and_resources +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74193 Full duration: 11.075717 2018-01-08 22:11:54,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0dfb15de-9a10-4a87-8398-ebfd94f4c882 2018-01-08 22:11:54,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0dfb15de-9a10-4a87-8398-ebfd94f4c882', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-01-08 22:11:54,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0dfb15de-9a10-4a87-8398-ebfd94f4c882'] 2018-01-08 22:11:55,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:11:55,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-01-08 22:11:55,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-01-08 22:11:55,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-01-08 22:11:55,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:11:55,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:11:55,551 - 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': 'admin_external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:15:13,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task ddda6c44-0649-4f56-b587-eb2589d4d014: started 2018-01-08 22:11:59.162 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Starting: Task validation. 2018-01-08 22:11:59.207 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Starting: Task validation of syntax. 2018-01-08 22:11:59.348 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Completed: Task validation of syntax. 2018-01-08 22:11:59.348 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Starting: Task validation of required platforms. 2018-01-08 22:11:59.412 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Completed: Task validation of required platforms. 2018-01-08 22:11:59.412 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Starting: Task validation of semantic. 2018-01-08 22:12:00.249 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:12:02.957 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.71 sec 2018-01-08 22:12:03.040 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:12:07.177 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.14 sec 2018-01-08 22:12:07.178 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Completed: Task validation of semantic. 2018-01-08 22:12:07.178 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Completed: Task validation. 2018-01-08 22:12:07.179 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Starting: Running task. 2018-01-08 22:12:07.356 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:12:10.149 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.79 sec 2018-01-08 22:12:10.149 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:12:10.150 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:12:10.172 3939 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:12:12.091 3939 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:12:12.112 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:12:18.389 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 6.28 sec 2018-01-08 22:12:18.389 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:12:22.533 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.14 sec 2018-01-08 22:12:23.450 3814 INFO rally.task.engine [-] Load duration is: 0.707133 2018-01-08 22:12:23.451 3814 INFO rally.task.engine [-] Full duration is: 15.194462 2018-01-08 22:12:23.728 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:12:26.530 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.80 sec 2018-01-08 22:12:26.531 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:12:26.531 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-08 22:12:26.552 4105 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:12:28.325 4105 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:12:28.351 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:12:34.495 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 6.14 sec 2018-01-08 22:12:34.496 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:12:38.775 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.28 sec 2018-01-08 22:12:39.828 3814 INFO rally.task.engine [-] Load duration is: 0.635918 2018-01-08 22:12:39.829 3814 INFO rally.task.engine [-] Full duration is: 15.064552 2018-01-08 22:12:40.097 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:12:42.830 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.73 sec 2018-01-08 22:12:42.830 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:12:42.830 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.26 msec 2018-01-08 22:12:42.849 4271 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:12:44.828 4271 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:12:44.848 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:12:51.169 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 6.32 sec 2018-01-08 22:12:51.169 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:12:55.426 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.26 sec 2018-01-08 22:12:56.219 3814 INFO rally.task.engine [-] Load duration is: 0.628146 2018-01-08 22:12:56.220 3814 INFO rally.task.engine [-] Full duration is: 15.34213 2018-01-08 22:12:56.528 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:12:59.370 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.84 sec 2018-01-08 22:12:59.371 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:12:59.371 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:12:59.392 4437 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:13:01.284 4437 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:13:01.312 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:13:05.517 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 4.20 sec 2018-01-08 22:13:05.517 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:13:09.703 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.19 sec 2018-01-08 22:13:10.608 3814 INFO rally.task.engine [-] Load duration is: 0.604722 2018-01-08 22:13:10.609 3814 INFO rally.task.engine [-] Full duration is: 13.194225 2018-01-08 22:13:10.905 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:13:13.694 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.79 sec 2018-01-08 22:13:13.694 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:13:13.694 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:13:13.716 4603 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:13:15.473 4603 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:13:15.502 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:13:19.648 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 4.15 sec 2018-01-08 22:13:19.649 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:13:23.773 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.12 sec 2018-01-08 22:13:24.995 3814 INFO rally.task.engine [-] Load duration is: 0.607323 2018-01-08 22:13:24.996 3814 INFO rally.task.engine [-] Full duration is: 12.890351 2018-01-08 22:13:25.322 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:13:28.187 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.87 sec 2018-01-08 22:13:28.187 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:13:28.188 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:13:28.210 4769 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:13:30.605 4769 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:13:30.636 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:13:41.413 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 10.78 sec 2018-01-08 22:13:41.414 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:13:45.740 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.33 sec 2018-01-08 22:13:47.452 3814 INFO rally.task.engine [-] Load duration is: 1.164907 2018-01-08 22:13:47.452 3814 INFO rally.task.engine [-] Full duration is: 20.436795 2018-01-08 22:13:47.753 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:13:50.794 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 3.04 sec 2018-01-08 22:13:50.794 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:13:50.794 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:13:50.816 4935 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:13:52.970 4935 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:13:52.998 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:13:57.157 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 4.16 sec 2018-01-08 22:13:57.157 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:14:01.463 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.31 sec 2018-01-08 22:14:01.833 3814 INFO rally.task.engine [-] Load duration is: 0.866522 2018-01-08 22:14:01.834 3814 INFO rally.task.engine [-] Full duration is: 13.727943 2018-01-08 22:14:02.090 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:14:04.867 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.78 sec 2018-01-08 22:14:04.867 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:14:04.868 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:14:04.886 5101 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:14:06.867 5101 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:14:06.889 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:14:13.355 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 6.47 sec 2018-01-08 22:14:13.356 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:14:17.416 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.06 sec 2018-01-08 22:14:18.183 3814 INFO rally.task.engine [-] Load duration is: 0.748468 2018-01-08 22:14:18.184 3814 INFO rally.task.engine [-] Full duration is: 15.343843 2018-01-08 22:14:18.456 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:14:21.314 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.86 sec 2018-01-08 22:14:21.315 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:14:21.315 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:14:21.335 5267 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:14:23.252 5267 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:14:23.275 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:14:29.544 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 6.27 sec 2018-01-08 22:14:29.544 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:14:33.713 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.17 sec 2018-01-08 22:14:34.576 3814 INFO rally.task.engine [-] Load duration is: 0.598831 2018-01-08 22:14:34.577 3814 INFO rally.task.engine [-] Full duration is: 15.276961 2018-01-08 22:14:34.842 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:14:37.695 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.85 sec 2018-01-08 22:14:37.696 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:14:37.696 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:14:37.716 5433 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:14:39.692 5433 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:14:39.713 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:14:46.061 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 6.35 sec 2018-01-08 22:14:46.062 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:14:50.057 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 3.99 sec 2018-01-08 22:14:50.932 3814 INFO rally.task.engine [-] Load duration is: 0.744862 2018-01-08 22:14:50.933 3814 INFO rally.task.engine [-] Full duration is: 15.229714 2018-01-08 22:14:51.182 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() started 2018-01-08 22:14:53.968 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack setup() finished in 2.79 sec 2018-01-08 22:14:53.968 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() started 2018-01-08 22:14:53.968 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:14:53.990 5599 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 START 2018-01-08 22:14:58.857 5599 INFO rally.task.runner [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | ITER: 1 END: OK 2018-01-08 22:14:58.879 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:15:08.142 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context admin_cleanup@openstack cleanup() finished in 9.26 sec 2018-01-08 22:15:08.142 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() started 2018-01-08 22:15:12.508 3814 INFO rally.task.context [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Context users@openstack cleanup() finished in 4.37 sec 2018-01-08 22:15:13.318 3814 INFO rally.task.engine [-] Load duration is: 3.66058 2018-01-08 22:15:13.319 3814 INFO rally.task.engine [-] Full duration is: 21.344734 2018-01-08 22:15:13.568 3814 INFO rally.task.engine [-] Task ddda6c44-0649-4f56-b587-eb2589d4d014 | Completed: Running task. Task ddda6c44-0649-4f56-b587-eb2589d4d014: finished test scenario KeystoneBasic.add_and_remove_user_role +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | keystone_v3.add_role | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | keystone_v3.revoke_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.707133 Full duration: 15.194462 test scenario KeystoneBasic.create_add_and_list_user_roles +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.add_role | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 0.07 | 100.0% | 1 | | keystone_v3.list_roles | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | -> duration | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.635918 Full duration: 15.064552 test scenario KeystoneBasic.create_and_list_tenants +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | keystone_v3.list_projects | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> duration | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.628146 Full duration: 15.34213 test scenario KeystoneBasic.create_and_delete_role +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | keystone_v3.delete_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.604722 Full duration: 13.194225 test scenario KeystoneBasic.create_and_delete_service +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.delete_service | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> duration | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.607323 Full duration: 12.890351 test scenario KeystoneBasic.get_entities +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | keystone_v3.create_user | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | -> keystone_v3.add_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.create_role | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | keystone_v3.get_project | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | keystone_v3.get_user | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | keystone_v3.get_role | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | keystone_v3.list_services | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | keystone_v3.get_services | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> duration | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.164907 Full duration: 20.436795 test scenario KeystoneBasic.create_update_and_delete_tenant +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | keystone_v3.update_project | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 0.069 | 100.0% | 1 | | keystone_v3.delete_project | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 0.171 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.866522 Full duration: 13.727943 test scenario KeystoneBasic.create_user +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748468 Full duration: 15.343843 test scenario KeystoneBasic.create_tenant +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | total | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | -> duration | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.598831 Full duration: 15.276961 test scenario KeystoneBasic.create_and_list_users +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | keystone_v3.list_users | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.744862 Full duration: 15.229714 test scenario KeystoneBasic.create_tenant_with_users +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | keystone_v3.create_users | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 2.736 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | total | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 100.0% | 1 | | -> duration | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.66058 Full duration: 21.344734 2018-01-08 22:15:13,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ddda6c44-0649-4f56-b587-eb2589d4d014 2018-01-08 22:15:13,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ddda6c44-0649-4f56-b587-eb2589d4d014', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-01-08 22:15:13,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ddda6c44-0649-4f56-b587-eb2589d4d014'] 2018-01-08 22:15:15,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:15:15,545 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-01-08 22:15:15,545 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-01-08 22:15:15,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-01-08 22:15:15,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:15:15,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:15:15,594 - 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': 'admin_external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:20:48,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414: started 2018-01-08 22:15:19.295 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Starting: Task validation. 2018-01-08 22:15:19.339 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Starting: Task validation of syntax. 2018-01-08 22:15:19.553 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Completed: Task validation of syntax. 2018-01-08 22:15:19.554 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Starting: Task validation of required platforms. 2018-01-08 22:15:19.632 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Completed: Task validation of required platforms. 2018-01-08 22:15:19.633 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Starting: Task validation of semantic. 2018-01-08 22:15:20.438 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:15:23.592 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 3.15 sec 2018-01-08 22:15:29.005 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:15:33.503 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 4.50 sec 2018-01-08 22:15:33.503 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Completed: Task validation of semantic. 2018-01-08 22:15:33.503 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Completed: Task validation. 2018-01-08 22:15:33.504 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Starting: Running task. 2018-01-08 22:15:33.682 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:15:36.749 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 3.07 sec 2018-01-08 22:15:36.750 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:15:37.452 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.70 sec 2018-01-08 22:15:37.453 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:15:37.453 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:15:37.474 5854 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:15:39.780 5854 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:15:39.805 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:15:45.560 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 5.76 sec 2018-01-08 22:15:45.561 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:15:45.620 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 59.10 msec 2018-01-08 22:15:45.620 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:15:49.603 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.98 sec 2018-01-08 22:15:49.775 5729 INFO rally.task.engine [-] Load duration is: 2.304347 2018-01-08 22:15:49.776 5729 INFO rally.task.engine [-] Full duration is: 15.938847 2018-01-08 22:15:50.064 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:15:52.916 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.85 sec 2018-01-08 22:15:52.917 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:15:53.675 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.76 sec 2018-01-08 22:15:53.675 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() started 2018-01-08 22:15:59.863 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() finished in 6.19 sec 2018-01-08 22:15:59.863 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:15:59.863 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:15:59.886 6140 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:16:02.609 6140 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:16:02.630 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:16:10.998 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 8.37 sec 2018-01-08 22:16:10.998 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() started 2018-01-08 22:16:17.903 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() finished in 6.90 sec 2018-01-08 22:16:17.904 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:16:17.947 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 43.44 msec 2018-01-08 22:16:17.947 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:16:21.633 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.68 sec 2018-01-08 22:16:22.259 5729 INFO rally.task.engine [-] Load duration is: 2.721538 2018-01-08 22:16:22.260 5729 INFO rally.task.engine [-] Full duration is: 31.586236 2018-01-08 22:16:22.540 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:16:25.342 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.80 sec 2018-01-08 22:16:25.342 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:16:26.106 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.76 sec 2018-01-08 22:16:26.106 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() started 2018-01-08 22:16:32.451 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() finished in 6.35 sec 2018-01-08 22:16:32.452 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:16:32.452 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:16:32.476 6426 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:16:40.524 6426 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:16:40.546 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:16:53.910 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 13.36 sec 2018-01-08 22:16:53.911 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() started 2018-01-08 22:17:01.300 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() finished in 7.39 sec 2018-01-08 22:17:01.301 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:17:01.362 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 61.24 msec 2018-01-08 22:17:01.363 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:17:05.055 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.69 sec 2018-01-08 22:17:06.783 5729 INFO rally.task.engine [-] Load duration is: 8.046003 2018-01-08 22:17:06.783 5729 INFO rally.task.engine [-] Full duration is: 42.535018 2018-01-08 22:17:07.069 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:17:09.941 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.87 sec 2018-01-08 22:17:09.941 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:17:10.683 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.74 sec 2018-01-08 22:17:10.683 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() started 2018-01-08 22:17:17.193 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() finished in 6.51 sec 2018-01-08 22:17:17.193 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:17:17.193 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:17:17.215 6712 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:17:19.549 6712 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:17:19.579 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:17:28.022 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 8.44 sec 2018-01-08 22:17:28.022 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() started 2018-01-08 22:17:34.517 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() finished in 6.49 sec 2018-01-08 22:17:34.518 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:17:34.608 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 90.37 msec 2018-01-08 22:17:34.608 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:17:38.412 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.80 sec 2018-01-08 22:17:39.248 5729 INFO rally.task.engine [-] Load duration is: 2.332474 2018-01-08 22:17:39.248 5729 INFO rally.task.engine [-] Full duration is: 31.359849 2018-01-08 22:17:39.500 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:17:42.362 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.86 sec 2018-01-08 22:17:42.362 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:17:43.045 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.68 sec 2018-01-08 22:17:43.045 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:17:43.045 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-08 22:17:43.066 6998 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:17:44.609 6998 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:17:44.634 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:17:52.947 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 8.31 sec 2018-01-08 22:17:52.947 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:17:52.994 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 46.75 msec 2018-01-08 22:17:52.994 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:17:56.662 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.67 sec 2018-01-08 22:17:57.610 5729 INFO rally.task.engine [-] Load duration is: 1.541389 2018-01-08 22:17:57.611 5729 INFO rally.task.engine [-] Full duration is: 17.17927 2018-01-08 22:17:57.918 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:18:00.649 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.73 sec 2018-01-08 22:18:00.649 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:18:01.388 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.74 sec 2018-01-08 22:18:01.388 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() started 2018-01-08 22:18:07.611 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() finished in 6.22 sec 2018-01-08 22:18:07.611 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:18:07.611 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:18:07.635 7284 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:18:09.504 7284 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:18:09.533 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:18:18.487 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 8.95 sec 2018-01-08 22:18:18.487 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() started 2018-01-08 22:18:24.442 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() finished in 5.96 sec 2018-01-08 22:18:24.443 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:18:24.504 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 61.29 msec 2018-01-08 22:18:24.504 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:18:28.225 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.72 sec 2018-01-08 22:18:30.107 5729 INFO rally.task.engine [-] Load duration is: 1.866778 2018-01-08 22:18:30.107 5729 INFO rally.task.engine [-] Full duration is: 30.327083 2018-01-08 22:18:30.362 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:18:33.189 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.83 sec 2018-01-08 22:18:33.189 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:18:33.914 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.72 sec 2018-01-08 22:18:33.915 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() started 2018-01-08 22:18:39.966 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() finished in 6.05 sec 2018-01-08 22:18:39.966 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:18:39.967 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:18:39.988 7570 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:18:44.793 7570 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:18:44.815 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:19:01.375 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 16.56 sec 2018-01-08 22:19:01.375 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() started 2018-01-08 22:19:08.712 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() finished in 7.34 sec 2018-01-08 22:19:08.713 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:19:08.774 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 61.52 msec 2018-01-08 22:19:08.775 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:19:12.394 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.62 sec 2018-01-08 22:19:12.599 5729 INFO rally.task.engine [-] Load duration is: 4.802326 2018-01-08 22:19:12.599 5729 INFO rally.task.engine [-] Full duration is: 42.048773 2018-01-08 22:19:12.872 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:19:15.717 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.85 sec 2018-01-08 22:19:15.718 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:19:16.407 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.69 sec 2018-01-08 22:19:16.407 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() started 2018-01-08 22:19:22.353 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack setup() finished in 5.95 sec 2018-01-08 22:19:22.353 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:19:22.354 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:19:22.377 7856 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:19:24.585 7856 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:19:24.612 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:19:38.079 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 13.47 sec 2018-01-08 22:19:38.079 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() started 2018-01-08 22:19:44.040 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context network@openstack cleanup() finished in 5.96 sec 2018-01-08 22:19:44.040 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:19:44.109 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 68.57 msec 2018-01-08 22:19:44.109 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:19:47.848 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.74 sec 2018-01-08 22:19:49.078 5729 INFO rally.task.engine [-] Load duration is: 2.206663 2018-01-08 22:19:49.079 5729 INFO rally.task.engine [-] Full duration is: 34.995211 2018-01-08 22:19:49.351 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:19:52.608 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 3.26 sec 2018-01-08 22:19:52.609 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:19:53.267 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.66 sec 2018-01-08 22:19:53.268 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:19:53.268 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-08 22:19:53.289 8142 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:19:54.729 8142 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:19:54.756 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:20:00.801 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 6.04 sec 2018-01-08 22:20:00.801 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:20:00.854 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 52.24 msec 2018-01-08 22:20:00.854 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:20:04.752 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.90 sec 2018-01-08 22:20:05.445 5729 INFO rally.task.engine [-] Load duration is: 1.437776 2018-01-08 22:20:05.445 5729 INFO rally.task.engine [-] Full duration is: 15.419989 2018-01-08 22:20:05.711 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:20:08.411 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.70 sec 2018-01-08 22:20:08.412 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:20:09.064 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.65 sec 2018-01-08 22:20:09.064 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:20:09.065 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.25 msec 2018-01-08 22:20:09.085 8428 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:20:11.011 8428 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:20:11.036 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:20:16.681 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 5.64 sec 2018-01-08 22:20:16.681 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:20:16.735 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 53.93 msec 2018-01-08 22:20:16.735 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:20:20.395 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.66 sec 2018-01-08 22:20:21.815 5729 INFO rally.task.engine [-] Load duration is: 1.924178 2018-01-08 22:20:21.816 5729 INFO rally.task.engine [-] Full duration is: 14.702065 2018-01-08 22:20:22.097 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() started 2018-01-08 22:20:24.855 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack setup() finished in 2.76 sec 2018-01-08 22:20:24.855 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() started 2018-01-08 22:20:25.556 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack setup() finished in 0.70 sec 2018-01-08 22:20:25.556 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context roles@openstack setup() started 2018-01-08 22:20:27.498 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context roles@openstack setup() finished in 1.94 sec 2018-01-08 22:20:27.498 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() started 2018-01-08 22:20:27.499 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:20:27.522 8744 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 START 2018-01-08 22:20:33.112 8744 INFO rally.task.runner [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | ITER: 1 END: OK 2018-01-08 22:20:33.135 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() started 2018-01-08 22:20:43.292 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context cleanup@openstack cleanup() finished in 10.16 sec 2018-01-08 22:20:43.292 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context roles@openstack cleanup() started 2018-01-08 22:20:44.341 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context roles@openstack cleanup() finished in 1.05 sec 2018-01-08 22:20:44.341 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() started 2018-01-08 22:20:44.402 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context quotas@openstack cleanup() finished in 61.03 msec 2018-01-08 22:20:44.403 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() started 2018-01-08 22:20:48.155 5729 INFO rally.task.context [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Context users@openstack cleanup() finished in 3.75 sec 2018-01-08 22:20:48.238 5729 INFO rally.task.engine [-] Load duration is: 5.587643 2018-01-08 22:20:48.239 5729 INFO rally.task.engine [-] Full duration is: 26.074636 2018-01-08 22:20:48.571 5729 INFO rally.task.engine [-] Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 | Completed: Running task. Task 19f88cbb-4f3c-4ec8-8e8a-782d43d54414: finished test scenario NeutronNetworks.create_and_delete_networks +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 100.0% | 1 | | neutron.delete_network | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | total | 2.304 | 2.304 | 2.304 | 2.304 | 2.304 | 2.304 | 100.0% | 1 | | -> duration | 2.304 | 2.304 | 2.304 | 2.304 | 2.304 | 2.304 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.304347 Full duration: 15.938847 test scenario NeutronNetworks.create_and_delete_ports +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 100.0% | 1 | | neutron.delete_port | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | total | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 100.0% | 1 | | -> duration | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.721538 Full duration: 31.586236 test scenario NeutronNetworks.create_and_delete_routers +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 1.131 | 100.0% | 1 | | neutron.create_subnet | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | neutron.create_router | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | neutron.add_interface_router | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | neutron.remove_interface_router | 2.845 | 2.845 | 2.845 | 2.845 | 2.845 | 2.845 | 100.0% | 1 | | neutron.delete_router | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | total | 8.046 | 8.046 | 8.046 | 8.046 | 8.046 | 8.046 | 100.0% | 1 | | -> duration | 8.046 | 8.046 | 8.046 | 8.046 | 8.046 | 8.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.046003 Full duration: 42.535018 test scenario NeutronNetworks.create_and_delete_subnets +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | neutron.delete_subnet | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | total | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 100.0% | 1 | | -> duration | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.332474 Full duration: 31.359849 test scenario NeutronNetworks.create_and_list_networks +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | neutron.list_networks | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | -> duration | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.541389 Full duration: 17.17927 test scenario NeutronNetworks.create_and_list_ports +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 1.724 | 100.0% | 1 | | neutron.list_ports | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 100.0% | 1 | | -> duration | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.866778 Full duration: 30.327083 test scenario NeutronNetworks.create_and_list_routers +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | neutron.create_subnet | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | neutron.create_router | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | neutron.add_interface_router | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 100.0% | 1 | | neutron.list_routers | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | total | 4.802 | 4.802 | 4.802 | 4.802 | 4.802 | 4.802 | 100.0% | 1 | | -> duration | 4.802 | 4.802 | 4.802 | 4.802 | 4.802 | 4.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.802326 Full duration: 42.048773 test scenario NeutronNetworks.create_and_list_subnets +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | neutron.create_subnet | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | neutron.list_subnets | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 2.207 | 2.207 | 2.207 | 2.207 | 2.207 | 2.207 | 100.0% | 1 | | -> duration | 2.207 | 2.207 | 2.207 | 2.207 | 2.207 | 2.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.206663 Full duration: 34.995211 test scenario NeutronSecurityGroup.create_and_delete_security_groups +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.232 | 1.232 | 1.232 | 1.232 | 1.232 | 1.232 | 100.0% | 1 | | neutron.delete_security_group | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 1.438 | 1.438 | 1.438 | 1.438 | 1.438 | 1.438 | 100.0% | 1 | | -> duration | 1.438 | 1.438 | 1.438 | 1.438 | 1.438 | 1.438 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.437776 Full duration: 15.419989 test scenario NeutronSecurityGroup.create_and_delete_security_group_rule +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | neutron.create_security_group_rule | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | neutron.delete_security_group | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.924 | 1.924 | 1.924 | 1.924 | 1.924 | 1.924 | 100.0% | 1 | | -> duration | 1.924 | 1.924 | 1.924 | 1.924 | 1.924 | 1.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.924178 Full duration: 14.702065 test scenario NeutronNetworks.set_and_clear_router_gateway +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | neutron.create_router | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | neutron.add_gateway_router | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | neutron.remove_gateway_router | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | total | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> duration | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.587643 Full duration: 26.074636 2018-01-08 22:20:48,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 19f88cbb-4f3c-4ec8-8e8a-782d43d54414 2018-01-08 22:20:48,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '19f88cbb-4f3c-4ec8-8e8a-782d43d54414', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-01-08 22:20:48,900 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '19f88cbb-4f3c-4ec8-8e8a-782d43d54414'] 2018-01-08 22:20:50,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:20:50,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-01-08 22:20:50,440 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-01-08 22:20:50,440 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-01-08 22:20:50,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:20:50,479 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:20:50,494 - 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': 'admin_external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:27:53,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330: started 2018-01-08 22:20:54.064 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Starting: Task validation. 2018-01-08 22:20:54.108 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Starting: Task validation of syntax. 2018-01-08 22:20:54.259 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Completed: Task validation of syntax. 2018-01-08 22:20:54.259 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Starting: Task validation of required platforms. 2018-01-08 22:20:54.320 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Completed: Task validation of required platforms. 2018-01-08 22:20:54.320 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Starting: Task validation of semantic. 2018-01-08 22:20:55.072 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:20:57.894 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.82 sec 2018-01-08 22:21:08.173 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:21:12.310 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 4.14 sec 2018-01-08 22:21:12.310 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Completed: Task validation of semantic. 2018-01-08 22:21:12.311 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Completed: Task validation. 2018-01-08 22:21:12.312 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Starting: Running task. 2018-01-08 22:21:12.477 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:21:15.332 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.85 sec 2018-01-08 22:21:15.332 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:21:15.333 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:21:16.701 9149 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:21:44.807 9149 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:21:44.830 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:21:46.823 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 1.99 sec 2018-01-08 22:21:46.823 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:21:50.382 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.56 sec 2018-01-08 22:21:50.686 9024 INFO rally.task.engine [-] Load duration is: 27.104361 2018-01-08 22:21:50.686 9024 INFO rally.task.engine [-] Full duration is: 37.919952 2018-01-08 22:21:50.992 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:21:53.971 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.98 sec 2018-01-08 22:21:53.971 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:21:53.971 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:21:54.730 9295 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:22:40.976 9295 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:22:41.000 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:22:45.221 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 4.22 sec 2018-01-08 22:22:45.221 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:22:48.967 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.75 sec 2018-01-08 22:22:49.326 9024 INFO rally.task.engine [-] Load duration is: 45.243002 2018-01-08 22:22:49.327 9024 INFO rally.task.engine [-] Full duration is: 57.992599 2018-01-08 22:22:49.619 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:22:52.420 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.80 sec 2018-01-08 22:22:52.421 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:22:52.421 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:22:53.594 9521 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:23:39.942 9521 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:23:39.962 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:23:44.242 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 4.28 sec 2018-01-08 22:23:44.243 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:23:48.058 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.82 sec 2018-01-08 22:23:49.942 9024 INFO rally.task.engine [-] Load duration is: 45.343915 2018-01-08 22:23:49.943 9024 INFO rally.task.engine [-] Full duration is: 58.456507 2018-01-08 22:23:50.246 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:23:53.151 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.90 sec 2018-01-08 22:23:53.151 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack setup() started 2018-01-08 22:23:54.439 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack setup() finished in 1.29 sec 2018-01-08 22:23:54.440 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() started 2018-01-08 22:24:00.796 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() finished in 6.36 sec 2018-01-08 22:24:00.797 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:24:00.797 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:24:01.512 9747 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:24:18.736 9747 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:24:18.760 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:24:20.573 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 1.81 sec 2018-01-08 22:24:20.573 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() started 2018-01-08 22:24:28.357 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() finished in 7.78 sec 2018-01-08 22:24:28.358 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack cleanup() started 2018-01-08 22:24:28.477 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack cleanup() finished in 0.12 sec 2018-01-08 22:24:28.478 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:24:32.288 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.81 sec 2018-01-08 22:24:32.505 9024 INFO rally.task.engine [-] Load duration is: 16.221171 2018-01-08 22:24:32.505 9024 INFO rally.task.engine [-] Full duration is: 42.062101 2018-01-08 22:24:32.792 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:24:35.747 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.95 sec 2018-01-08 22:24:35.747 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack setup() started 2018-01-08 22:24:37.287 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack setup() finished in 1.54 sec 2018-01-08 22:24:37.288 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() started 2018-01-08 22:24:43.270 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() finished in 5.98 sec 2018-01-08 22:24:43.270 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:24:43.270 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-08 22:24:43.965 9893 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:25:08.453 9893 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:25:08.481 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:25:13.231 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 4.75 sec 2018-01-08 22:25:13.231 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() started 2018-01-08 22:25:20.860 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() finished in 7.63 sec 2018-01-08 22:25:20.861 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack cleanup() started 2018-01-08 22:25:21.348 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack cleanup() finished in 0.49 sec 2018-01-08 22:25:21.348 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:25:25.020 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.67 sec 2018-01-08 22:25:25.099 9024 INFO rally.task.engine [-] Load duration is: 23.485459 2018-01-08 22:25:25.100 9024 INFO rally.task.engine [-] Full duration is: 52.248674 2018-01-08 22:25:25.396 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:25:28.419 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 3.02 sec 2018-01-08 22:25:28.419 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack setup() started 2018-01-08 22:25:29.582 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack setup() finished in 1.16 sec 2018-01-08 22:25:29.583 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() started 2018-01-08 22:25:35.833 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() finished in 6.25 sec 2018-01-08 22:25:35.834 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:25:35.834 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:25:36.525 10119 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:25:58.220 10119 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:25:58.242 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:26:00.061 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 1.82 sec 2018-01-08 22:26:00.061 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() started 2018-01-08 22:26:07.643 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() finished in 7.58 sec 2018-01-08 22:26:07.644 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack cleanup() started 2018-01-08 22:26:07.891 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context quotas@openstack cleanup() finished in 0.25 sec 2018-01-08 22:26:07.892 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:26:11.682 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.79 sec 2018-01-08 22:26:13.666 9024 INFO rally.task.engine [-] Load duration is: 16.692809 2018-01-08 22:26:13.666 9024 INFO rally.task.engine [-] Full duration is: 46.304751 2018-01-08 22:26:13.959 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:26:16.826 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.87 sec 2018-01-08 22:26:16.827 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:26:16.827 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-08 22:26:17.634 10265 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:26:51.866 10265 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:26:51.890 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:26:53.858 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 1.97 sec 2018-01-08 22:26:53.858 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:26:57.597 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.74 sec 2018-01-08 22:26:58.207 9024 INFO rally.task.engine [-] Load duration is: 33.225537 2018-01-08 22:26:58.208 9024 INFO rally.task.engine [-] Full duration is: 43.656543 2018-01-08 22:26:58.475 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:27:01.292 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.82 sec 2018-01-08 22:27:01.293 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() started 2018-01-08 22:27:07.331 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack setup() finished in 6.04 sec 2018-01-08 22:27:07.332 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:27:07.332 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:27:08.037 10411 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:27:22.823 10411 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:27:22.854 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:27:29.702 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 6.85 sec 2018-01-08 22:27:29.703 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() started 2018-01-08 22:27:37.441 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context network@openstack cleanup() finished in 7.74 sec 2018-01-08 22:27:37.443 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:27:41.202 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 3.76 sec 2018-01-08 22:27:42.739 9024 INFO rally.task.engine [-] Load duration is: 13.784132 2018-01-08 22:27:42.739 9024 INFO rally.task.engine [-] Full duration is: 42.744789 2018-01-08 22:27:43.042 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() started 2018-01-08 22:27:45.779 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack setup() finished in 2.74 sec 2018-01-08 22:27:45.779 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() started 2018-01-08 22:27:45.780 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack setup() finished in 0.24 msec 2018-01-08 22:27:45.799 10557 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 START 2018-01-08 22:27:46.809 10557 INFO rally.task.runner [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | ITER: 1 END: OK 2018-01-08 22:27:46.835 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() started 2018-01-08 22:27:48.656 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context cleanup@openstack cleanup() finished in 1.82 sec 2018-01-08 22:27:48.657 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() started 2018-01-08 22:27:52.774 9024 INFO rally.task.context [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Context users@openstack cleanup() finished in 4.12 sec 2018-01-08 22:27:53.098 9024 INFO rally.task.engine [-] Load duration is: 1.007812 2018-01-08 22:27:53.098 9024 INFO rally.task.engine [-] Full duration is: 9.752133 2018-01-08 22:27:53.314 9024 INFO rally.task.engine [-] Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 | Completed: Running task. Task b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330: finished test scenario NovaServers.boot_and_live_migrate_server +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 15.071 | 15.071 | 15.071 | 15.071 | 15.071 | 15.071 | 100.0% | 1 | | nova.find_host_to_migrate | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | nova.live_migrate | 9.473 | 9.473 | 9.473 | 9.473 | 9.473 | 9.473 | 100.0% | 1 | | nova.delete_server | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 2.626 | 100.0% | 1 | | total | 28.104 | 28.104 | 28.104 | 28.104 | 28.104 | 28.104 | 100.0% | 1 | | -> duration | 27.104 | 27.104 | 27.104 | 27.104 | 27.104 | 27.104 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.104361 Full duration: 37.919952 test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 14.59 | 14.59 | 14.59 | 14.59 | 14.59 | 14.59 | 100.0% | 1 | | cinder_v2.create_volume | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 2.516 | 100.0% | 1 | | nova.attach_volume | 5.113 | 5.113 | 5.113 | 5.113 | 5.113 | 5.113 | 100.0% | 1 | | nova.find_host_to_migrate | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | nova.live_migrate | 14.215 | 14.215 | 14.215 | 14.215 | 14.215 | 14.215 | 100.0% | 1 | | nova.detach_volume | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 3.714 | 100.0% | 1 | | cinder_v2.delete_volume | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 100.0% | 1 | | nova.delete_server | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 2.763 | 100.0% | 1 | | total | 46.243 | 46.243 | 46.243 | 46.243 | 46.243 | 46.243 | 100.0% | 1 | | -> duration | 45.243 | 45.243 | 45.243 | 45.243 | 45.243 | 45.243 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.243002 Full duration: 57.992599 test scenario NovaServers.boot_server_from_volume_and_live_migrate +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.622 | 7.622 | 7.622 | 7.622 | 7.622 | 7.622 | 100.0% | 1 | | nova.boot_server | 14.593 | 14.593 | 14.593 | 14.593 | 14.593 | 14.593 | 100.0% | 1 | | nova.find_host_to_migrate | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | nova.live_migrate | 13.818 | 13.818 | 13.818 | 13.818 | 13.818 | 13.818 | 100.0% | 1 | | nova.delete_server | 9.336 | 9.336 | 9.336 | 9.336 | 9.336 | 9.336 | 100.0% | 1 | | total | 46.344 | 46.344 | 46.344 | 46.344 | 46.344 | 46.344 | 100.0% | 1 | | -> duration | 45.344 | 45.344 | 45.344 | 45.344 | 45.344 | 45.344 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.343915 Full duration: 58.456507 test scenario NovaKeypair.boot_and_delete_server_with_keypair +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | nova.boot_server | 13.571 | 13.571 | 13.571 | 13.571 | 13.571 | 13.571 | 100.0% | 1 | | nova.delete_server | 2.719 | 2.719 | 2.719 | 2.719 | 2.719 | 2.719 | 100.0% | 1 | | nova.delete_keypair | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 17.221 | 17.221 | 17.221 | 17.221 | 17.221 | 17.221 | 100.0% | 1 | | -> duration | 16.221 | 16.221 | 16.221 | 16.221 | 16.221 | 16.221 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.221171 Full duration: 42.062101 test scenario NovaServers.boot_server_from_volume_and_delete +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.749 | 5.749 | 5.749 | 5.749 | 5.749 | 5.749 | 100.0% | 1 | | nova.boot_server | 13.704 | 13.704 | 13.704 | 13.704 | 13.704 | 13.704 | 100.0% | 1 | | nova.delete_server | 5.032 | 5.032 | 5.032 | 5.032 | 5.032 | 5.032 | 100.0% | 1 | | total | 24.485 | 24.485 | 24.485 | 24.485 | 24.485 | 24.485 | 100.0% | 1 | | -> duration | 23.485 | 23.485 | 23.485 | 23.485 | 23.485 | 23.485 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.485459 Full duration: 52.248674 test scenario NovaServers.pause_and_unpause_server +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.978 | 13.978 | 13.978 | 13.978 | 13.978 | 13.978 | 100.0% | 1 | | nova.pause_server | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | nova.unpause_server | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 100.0% | 1 | | nova.delete_server | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 100.0% | 1 | | total | 21.693 | 21.693 | 21.693 | 21.693 | 21.693 | 21.693 | 100.0% | 1 | | -> duration | 16.693 | 16.693 | 16.693 | 16.693 | 16.693 | 16.693 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.692809 Full duration: 46.304751 test scenario NovaServers.boot_and_migrate_server +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 14.589 | 14.589 | 14.589 | 14.589 | 14.589 | 14.589 | 100.0% | 1 | | nova.migrate | 11.54 | 11.54 | 11.54 | 11.54 | 11.54 | 11.54 | 100.0% | 1 | | nova.resize_confirm | 5.483 | 5.483 | 5.483 | 5.483 | 5.483 | 5.483 | 100.0% | 1 | | nova.delete_server | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 100.0% | 1 | | total | 34.226 | 34.226 | 34.226 | 34.226 | 34.226 | 34.226 | 100.0% | 1 | | -> duration | 33.226 | 33.226 | 33.226 | 33.226 | 33.226 | 33.226 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.225537 Full duration: 43.656543 test scenario NovaServers.boot_server_and_list_interfaces +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 14.568 | 14.568 | 14.568 | 14.568 | 14.568 | 14.568 | 100.0% | 1 | | nova.list_interfaces | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 14.784 | 14.784 | 14.784 | 14.784 | 14.784 | 14.784 | 100.0% | 1 | | -> duration | 13.784 | 13.784 | 13.784 | 13.784 | 13.784 | 13.784 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.784132 Full duration: 42.744789 test scenario NovaServerGroups.create_and_delete_server_group +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | nova.delete_server_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | -> duration | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.007812 Full duration: 9.752133 2018-01-08 22:27:53,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330 2018-01-08 22:27:53,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-01-08 22:27:53,643 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b2b8824b-6fcc-4b4d-8e12-5f7bb2b29330'] 2018-01-08 22:27:55,263 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:27:55,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-01-08 22:27:55,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-01-08 22:27:55,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-01-08 22:27:55,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-08 22:27:55,298 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', 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-01-08 22:27:55,308 - 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': 'admin_external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '97d6fb9c-2602-4e33-9a65-ded6b0545da9', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'flavor_name': 'rally-tiny-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-76c3a3c2-8e6b-41b8-94a9-b05f5a481f01', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-01-08 22:29:01,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0: started 2018-01-08 22:27:58.921 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Starting: Task validation. 2018-01-08 22:27:58.966 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Starting: Task validation of syntax. 2018-01-08 22:27:59.043 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Completed: Task validation of syntax. 2018-01-08 22:27:59.043 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Starting: Task validation of required platforms. 2018-01-08 22:27:59.074 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Completed: Task validation of required platforms. 2018-01-08 22:27:59.074 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Starting: Task validation of semantic. 2018-01-08 22:27:59.829 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() started 2018-01-08 22:28:02.742 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() finished in 2.91 sec 2018-01-08 22:28:05.089 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() started 2018-01-08 22:28:09.125 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() finished in 4.04 sec 2018-01-08 22:28:09.125 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Completed: Task validation of semantic. 2018-01-08 22:28:09.126 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Completed: Task validation. 2018-01-08 22:28:09.126 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Starting: Running task. 2018-01-08 22:28:09.302 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() started 2018-01-08 22:28:12.069 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() finished in 2.77 sec 2018-01-08 22:28:12.069 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() started 2018-01-08 22:28:12.069 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:28:12.098 10792 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 START 2018-01-08 22:28:13.131 10792 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 END: OK 2018-01-08 22:28:13.154 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:28:14.146 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() finished in 0.99 sec 2018-01-08 22:28:14.147 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() started 2018-01-08 22:28:18.153 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() finished in 4.01 sec 2018-01-08 22:28:19.361 10667 INFO rally.task.engine [-] Load duration is: 1.031047 2018-01-08 22:28:19.362 10667 INFO rally.task.engine [-] Full duration is: 8.869331 2018-01-08 22:28:19.641 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() started 2018-01-08 22:28:22.360 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() finished in 2.72 sec 2018-01-08 22:28:22.360 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() started 2018-01-08 22:28:22.361 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-08 22:28:22.383 10898 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 START 2018-01-08 22:28:23.267 10898 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 END: OK 2018-01-08 22:28:23.297 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:28:24.301 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() finished in 1.00 sec 2018-01-08 22:28:24.302 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() started 2018-01-08 22:28:28.249 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() finished in 3.95 sec 2018-01-08 22:28:29.698 10667 INFO rally.task.engine [-] Load duration is: 0.881875 2018-01-08 22:28:29.699 10667 INFO rally.task.engine [-] Full duration is: 8.626574 2018-01-08 22:28:29.981 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() started 2018-01-08 22:28:32.749 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() finished in 2.77 sec 2018-01-08 22:28:32.750 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() started 2018-01-08 22:28:32.750 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-08 22:28:32.772 11004 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 START 2018-01-08 22:28:33.694 11004 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 END: OK 2018-01-08 22:28:33.718 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:28:34.736 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() finished in 1.02 sec 2018-01-08 22:28:34.737 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() started 2018-01-08 22:28:38.935 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() finished in 4.20 sec 2018-01-08 22:28:40.043 10667 INFO rally.task.engine [-] Load duration is: 0.919857 2018-01-08 22:28:40.044 10667 INFO rally.task.engine [-] Full duration is: 8.968246 2018-01-08 22:28:40.313 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() started 2018-01-08 22:28:43.036 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() finished in 2.72 sec 2018-01-08 22:28:43.036 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() started 2018-01-08 22:28:43.037 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-08 22:28:43.057 11110 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 START 2018-01-08 22:28:44.302 11110 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 END: OK 2018-01-08 22:28:44.326 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:28:45.314 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() finished in 0.99 sec 2018-01-08 22:28:45.315 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() started 2018-01-08 22:28:49.374 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() finished in 4.06 sec 2018-01-08 22:28:50.376 10667 INFO rally.task.engine [-] Load duration is: 1.242851 2018-01-08 22:28:50.376 10667 INFO rally.task.engine [-] Full duration is: 9.076066 2018-01-08 22:28:50.663 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() started 2018-01-08 22:28:53.420 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack setup() finished in 2.76 sec 2018-01-08 22:28:53.420 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() started 2018-01-08 22:28:53.421 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-08 22:28:53.442 11216 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 START 2018-01-08 22:28:54.488 11216 INFO rally.task.runner [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | ITER: 1 END: OK 2018-01-08 22:28:54.519 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() started 2018-01-08 22:28:55.498 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context admin_cleanup@openstack cleanup() finished in 0.98 sec 2018-01-08 22:28:55.498 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() started 2018-01-08 22:28:59.423 10667 INFO rally.task.context [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Context users@openstack cleanup() finished in 3.92 sec 2018-01-08 22:29:00.717 10667 INFO rally.task.engine [-] Load duration is: 1.043611 2018-01-08 22:29:00.717 10667 INFO rally.task.engine [-] Full duration is: 8.778376 2018-01-08 22:29:01.004 10667 INFO rally.task.engine [-] Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0 | Completed: Running task. Task e3321b7d-1fc6-4628-8519-4aae27b1b8e0: finished test scenario Quotas.cinder_update_and_delete +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | quotas.delete_quotas | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | -> duration | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.031047 Full duration: 8.869331 test scenario Quotas.cinder_update +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | total | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> duration | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.881875 Full duration: 8.626574 test scenario Quotas.neutron_update +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.919857 Full duration: 8.968246 test scenario Quotas.nova_update_and_delete +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | quotas.delete_quotas | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | -> duration | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.242851 Full duration: 9.076066 test scenario Quotas.nova_update +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | total | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | -> duration | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 1.044 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.043611 Full duration: 8.778376 2018-01-08 22:29:01,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e3321b7d-1fc6-4628-8519-4aae27b1b8e0 2018-01-08 22:29:01,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e3321b7d-1fc6-4628-8519-4aae27b1b8e0', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-01-08 22:29:01,283 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e3321b7d-1fc6-4628-8519-4aae27b1b8e0'] 2018-01-08 22:29:02,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-08 22:29:02,746 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-01-08 22:29:02,746 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report +===================+============+===============+===========+ | Module | Duration | nb. Test Run | Success | +===================+============+===============+===========+ | authenticate | 01:36 | 52 | 100.00% | +-------------------+------------+---------------+-----------+ | glance | 02:33 | 61 | 100.00% | +-------------------+------------+---------------+-----------+ | cinder | 05:31 | 167 | 100.00% | +-------------------+------------+---------------+-----------+ | heat | 02:31 | 71 | 100.00% | +-------------------+------------+---------------+-----------+ | keystone | 05:46 | 159 | 100.00% | +-------------------+------------+---------------+-----------+ | neutron | 10:04 | 231 | 100.00% | +-------------------+------------+---------------+-----------+ | nova | 13:02 | 167 | 100.00% | +-------------------+------------+---------------+-----------+ | quotas | 01:28 | 66 | 100.00% | +-------------------+------------+---------------+-----------+ +===================+============+===============+===========+ | TOTAL: | 00:42:33 | 974 | 100.00% | +===================+============+===============+===========+ 2018-01-08 22:29:02,746 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-01-08 22:29:11,738 - functest.utils.functest_utils - DEBUG - 2018-01-08 22:29:11,739 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 22:29:11,739 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:27 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-08 22:29:11,743 - functest.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-01-08 22:29:11,843 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-08 22:29:15,468 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-08 22:29:19,260 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-08 22:29:23,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-08 22:29:27,498 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-08 22:29:37,191 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project (tenant) for Tempest suite 2018-01-08 22:29:37,799 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating user for Tempest suite 2018-01-08 22:29:38,792 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-08 22:29:42,220 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-08 22:29:42,220 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-08 22:29:43,830 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-08 22:29:43,831 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-08 22:29:45,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-01-08 22:29:46,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-01-08 22:29:47,294 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-08 22:29:47,294 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-08 22:29:51,507 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-08 22:29:51,507 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-08 22:29:51,510 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-08 22:29:51,513 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-01-08 22:29:51,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-01-08 22:29:51,518 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/refstack_client/refstack_tempest.conf', '-v', '--test-list', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/refstack_client/defcore.txt']'. 2018-01-08 22:45:05,370 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.238631s] ... ok 2018-01-08 22:45:05,370 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.119329s] ... ok 2018-01-08 22:45:05,371 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [8.129556s] ... ok 2018-01-08 22:45:05,371 - 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.602799s] ... ok 2018-01-08 22:45:05,371 - 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.222804s] ... ok 2018-01-08 22:45:05,371 - 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 [15.147798s] ... ok 2018-01-08 22:45:05,371 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.122497s] ... ok 2018-01-08 22:45:05,371 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.413216s] ... ok 2018-01-08 22:45:05,371 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.188372s] ... ok 2018-01-08 22:45:05,371 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001099s] ... ok 2018-01-08 22:45:05,371 - 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 [15.138390s] ... ok 2018-01-08 22:45:05,371 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.143506s] ... ok 2018-01-08 22:45:05,372 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [0.398306s] ... ok 2018-01-08 22:45:05,372 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.145611s] ... ok 2018-01-08 22:45:05,372 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001232s] ... ok 2018-01-08 22:45:05,372 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [6.857581s] ... ok 2018-01-08 22:45:05,372 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.095206s] ... ok 2018-01-08 22:45:05,372 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [2.830874s] ... ok 2018-01-08 22:45:05,372 - 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.402795s] ... ok 2018-01-08 22:45:05,372 - 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.400743s] ... ok 2018-01-08 22:45:05,372 - 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.390766s] ... ok 2018-01-08 22:45:05,372 - 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.422499s] ... ok 2018-01-08 22:45:05,372 - 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.488313s] ... ok 2018-01-08 22:45:05,372 - 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.130945s] ... ok 2018-01-08 22:45:05,373 - 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.129053s] ... ok 2018-01-08 22:45:05,373 - 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.128948s] ... ok 2018-01-08 22:45:05,373 - 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.121808s] ... ok 2018-01-08 22:45:05,373 - 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.113681s] ... ok 2018-01-08 22:45:05,373 - 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.242255s] ... ok 2018-01-08 22:45:05,373 - 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.266134s] ... ok 2018-01-08 22:45:05,373 - 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.023818s] ... ok 2018-01-08 22:45:05,373 - 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.376302s] ... ok 2018-01-08 22:45:05,373 - 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.018892s] ... ok 2018-01-08 22:45:05,373 - 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.018292s] ... ok 2018-01-08 22:45:05,373 - 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.054884s] ... ok 2018-01-08 22:45:05,373 - 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.108101s] ... ok 2018-01-08 22:45:05,374 - 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.110557s] ... ok 2018-01-08 22:45:05,374 - 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.274029s] ... ok 2018-01-08 22:45:05,374 - 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.024691s] ... ok 2018-01-08 22:45:05,374 - 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.134509s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [17.231324s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [11.579680s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [79.986444s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [65.795557s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [0.551927s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.273897s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.319624s] ... ok 2018-01-08 22:45:05,374 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.500404s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.503246s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.527096s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [1.469437s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [8.311494s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [13.639922s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [8.572788s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [55.725906s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.067135s] ... ok 2018-01-08 22:45:05,375 - 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.068298s] ... ok 2018-01-08 22:45:05,375 - 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 [1.089729s] ... ok 2018-01-08 22:45:05,375 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [1.291613s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.062253s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid [2.136755s] ... ok 2018-01-08 22:45:05,376 - 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.390028s] ... ok 2018-01-08 22:45:05,376 - 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.392811s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.573424s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [1.086349s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.524081s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.413166s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.389924s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [1.067994s] ... ok 2018-01-08 22:45:05,376 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.389906s] ... ok 2018-01-08 22:45:05,376 - 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.395936s] ... ok 2018-01-08 22:45:05,377 - 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.378015s] ... ok 2018-01-08 22:45:05,377 - 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.463383s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.183642s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.250525s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.012435s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [26.842955s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.073472s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.077638s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.021908s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.458803s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [1.056587s] ... ok 2018-01-08 22:45:05,377 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [0.804589s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.014670s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.015984s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.070781s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.059825s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.052792s] ... ok 2018-01-08 22:45:05,378 - 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.106773s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.080939s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.080244s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.073271s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.081674s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.161182s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.034031s] ... ok 2018-01-08 22:45:05,378 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [0.253941s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.012498s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.027383s] ... ok 2018-01-08 22:45:05,379 - 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.684485s] ... ok 2018-01-08 22:45:05,379 - 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.865135s] ... ok 2018-01-08 22:45:05,379 - 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.037573s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [5.072836s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [4.873272s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.724323s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [6.003585s] ... ok 2018-01-08 22:45:05,379 - 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 [3.935620s] ... ok 2018-01-08 22:45:05,379 - 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 [5.543269s] ... ok 2018-01-08 22:45:05,379 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [3.667963s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [6.076079s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [4.726464s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.191468s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.181146s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.115941s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.092374s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.206482s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.185112s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.090723s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.113907s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [4.469404s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [3.726730s] ... ok 2018-01-08 22:45:05,380 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [5.172494s] ... ok 2018-01-08 22:45:05,381 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [2.445108s] ... ok 2018-01-08 22:45:05,381 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.137936s] ... ok 2018-01-08 22:45:05,381 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.099031s] ... ok 2018-01-08 22:45:05,381 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.086612s] ... ok 2018-01-08 22:45:05,381 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.067653s] ... ok 2018-01-08 22:45:05,381 - 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.345637s] ... ok 2018-01-08 22:45:05,381 - 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 [1.054407s] ... ok 2018-01-08 22:45:05,381 - 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 [3.161342s] ... ok 2018-01-08 22:45:05,381 - 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.983587s] ... ok 2018-01-08 22:45:05,381 - 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.858979s] ... ok 2018-01-08 22:45:05,381 - 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 [1.181947s] ... ok 2018-01-08 22:45:05,381 - 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.759535s] ... ok 2018-01-08 22:45:05,382 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.117723s] ... ok 2018-01-08 22:45:05,382 - 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.098811s] ... ok 2018-01-08 22:45:05,382 - 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.309736s] ... ok 2018-01-08 22:45:05,382 - 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.646994s] ... ok 2018-01-08 22:45:05,382 - 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.701623s] ... ok 2018-01-08 22:45:05,382 - 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.706258s] ... ok 2018-01-08 22:45:05,382 - 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.364743s] ... ok 2018-01-08 22:45:05,382 - 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.882086s] ... ok 2018-01-08 22:45:05,382 - 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.128082s] ... ok 2018-01-08 22:45:05,382 - 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.036694s] ... ok 2018-01-08 22:45:05,382 - 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.028305s] ... ok 2018-01-08 22:45:05,382 - 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.027449s] ... ok 2018-01-08 22:45:05,382 - 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.959825s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.713645s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.554132s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.958596s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.639988s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.769654s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.533454s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.447509s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.408711s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.490611s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [2.959311s] ... ok 2018-01-08 22:45:05,383 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [6.851285s] ... ok 2018-01-08 22:45:05,383 - 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 [9.008644s] ... ok 2018-01-08 22:45:05,384 - 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 [10.863153s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.073295s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.077731s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.094479s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.494386s] ... ok 2018-01-08 22:45:05,384 - 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.200311s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.415259s] ... ok 2018-01-08 22:45:05,384 - 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.084844s] ... ok 2018-01-08 22:45:05,384 - 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.096824s] ... ok 2018-01-08 22:45:05,384 - 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.091631s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.118456s] ... ok 2018-01-08 22:45:05,384 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.083009s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.153244s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.150024s] ... ok 2018-01-08 22:45:05,385 - 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.107408s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.088558s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.029089s] ... ok 2018-01-08 22:45:05,385 - 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.042912s] ... ok 2018-01-08 22:45:05,385 - 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.062757s] ... ok 2018-01-08 22:45:05,385 - 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.033488s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.020355s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.020379s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.069096s] ... ok 2018-01-08 22:45:05,385 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.058958s] ... ok 2018-01-08 22:45:05,385 - 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.017869s] ... ok 2018-01-08 22:45:05,386 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.058154s] ... ok 2018-01-08 22:45:05,386 - 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.013221s] ... ok 2018-01-08 22:45:05,386 - 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.083908s] ... ok 2018-01-08 22:45:05,386 - 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.079951s] ... ok 2018-01-08 22:45:05,386 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.065263s] ... ok 2018-01-08 22:45:05,386 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.064933s] ... ok 2018-01-08 22:45:05,386 - 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.291005s] ... ok 2018-01-08 22:45:05,386 - 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.057021s] ... ok 2018-01-08 22:45:05,386 - 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.057965s] ... ok 2018-01-08 22:45:05,386 - 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.014037s] ... ok 2018-01-08 22:45:05,386 - 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.061350s] ... ok 2018-01-08 22:45:05,386 - 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.075381s] ... ok 2018-01-08 22:45:05,386 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.056504s] ... ok 2018-01-08 22:45:05,387 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.083202s] ... ok 2018-01-08 22:45:05,387 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [2.850680s] ... ok 2018-01-08 22:45:05,387 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [6.841822s] ... ok 2018-01-08 22:45:05,387 - 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.133101s] ... ok 2018-01-08 22:45:05,387 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.123382s] ... ok 2018-01-08 22:45:05,387 - 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.727325s] ... ok 2018-01-08 22:45:05,387 - 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.082444s] ... ok 2018-01-08 22:45:05,388 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 203 tests in 907.0000 sec. 2018-01-08 22:45:05,389 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 203 2018-01-08 22:45:05,391 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-01-08 22:45:05,392 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 0 2018-01-08 22:45:05,395 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 100.0% 2018-01-08 22:45:12,985 - functest.utils.functest_utils - DEBUG - 2018-01-08 22:45:12,986 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 22:45:12,987 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 16:01 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-01-08 22:45:12,992 - functest.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-01-08 22:45:13,911 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-08 23:29:30,844 - functest.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_to_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_zone (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 114 tests in 2656.919s OK 2018-01-08 23:29:31,281 - functest.utils.functest_utils - DEBUG - 2018-01-08 23:29:31,281 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 23:29:31,281 - functest.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 44:17 | PASS | +---------------------+------------------+------------------+----------------+ 2018-01-08 23:29:31,286 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-----------------------------------------------------------+ | INSTALLER_TYPE | daisy | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | jenkins-functest-daisy-baremetal-daily-master-249 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-08 23:29:31,289 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:51 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 15:03 | PASS | | rally_sanity | functest | smoke | 25:27 | PASS | | refstack_defcore | functest | smoke | 16:01 | PASS | | snaps_smoke | functest | smoke | 44:17 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-01-08 23:29:31,295 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-08 23:29:36,639 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-08 23:29:36,640 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-08 23:29:36,640 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-01-08 23:29:36,641 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-----------------------------------------------------------+ | INSTALLER_TYPE | daisy | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | jenkins-functest-daisy-baremetal-daily-master-249 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-08 23:29:36,642 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-01-08 23:29:36,645 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-08 23:29:39,671 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-08 23:29:39,671 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-08 23:29:39,673 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter | | | | | | orchestra_openims | | | | | | orchestra_clearwaterims juju_epc | +---------------+---------------+--------------------------+---------------------------------------+------------------------------------------+ 2018-01-08 23:29:39,674 - functest.ci.run_tests - INFO - Running tier 'vnf' 2018-01-08 23:29:39,674 - functest.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-01-08 23:29:39,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-01-08 23:29:40,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/master.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-01-08 23:29:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/trusty-server-cloudimg-amd64-disk1.img'} 2018-01-08 23:29:44,254 - functest.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-01-08 23:29:44,254 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: vIMS 2018-01-08 23:29:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-01-08 23:29:49,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-01-08 23:29:49,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-01-08 23:31:28,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/trusty-server-cloudimg-amd64-disk1.img 2018-01-08 23:31:35,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-01-08 23:31:36,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-01-08 23:31:45,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-01-08 23:31:48,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-01-08 23:31:49,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-01-08 23:34:33,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager 2018-01-08 23:34:33,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-01-08 23:34:39,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The current manager status is running 2018-01-08 23:35:09,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-01-08 23:35:09,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-01-08 23:35:10,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-01-08 23:35:52,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-01-08 23:36:01,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-01-08 23:36:02,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-01-08 23:36:10,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-01-08 23:36:10,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:36:10,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:36:10,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-01-08 23:37:08,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:37:08,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-01-08 23:37:08,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-01-08 23:37:08,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-01-08 23:37:08,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-01-08 23:37:14,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-01-08 23:37:14,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:19,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:24,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:24,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:24,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:24,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:29,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-08 23:37:29,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:29,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-08 23:37:29,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:29,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-08 23:37:29,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:29,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-08 23:37:29,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:35,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:35,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:35,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:35,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:35,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:35,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:35,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:35,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:35,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:35,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:35,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:40,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:40,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:40,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:40,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:40,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:40,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:40,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:40,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:40,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:40,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:45,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:45,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:37:45,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:45,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30] 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:37:45,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-08 23:37:45,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:37:45,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-08 23:37:51,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:37:51,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-08 23:38:14,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:14,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:14,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:14,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:14,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:14,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:26,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-08 23:38:26,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:35,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:35,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:35,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:35,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:35,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-08 23:38:50,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:38:50,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:38:50,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:38:50,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:38:50,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:38:57,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:38:57,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:38:57,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:38:57,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:39:06,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-08 23:39:14,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:39:14,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:39:14,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:39:14,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:39:14,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-01-08 23:39:22,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:27,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:27,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:33,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.5 on port 22: Unable to connect to port 22 on 10.67.79.5 (tried 1 time) 2018-01-08 23:39:33,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:33,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:33,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:33,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:33,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.3 on port 22: Unable to connect to port 22 on 10.67.79.3 (tried 1 time) 2018-01-08 23:39:38,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:38,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:44,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:44,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:44,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-08 23:39:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-08 23:39:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:39:50,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:50,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-08 23:39:55,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:55,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:39:55,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:39:55,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:39:55,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-01-08 23:40:01,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:01,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:01,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:01,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:01,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-01-08 23:40:01,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:01,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-08 23:40:01,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-01-08 23:40:06,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-08 23:40:06,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:06,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:06,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:06,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:06,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:06,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:12,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-08 23:40:12,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:12,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:12,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:12,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:12,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:12,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:12,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:18,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:18,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:23,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:23,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:23,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:23,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-08 23:40:23,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-08 23:40:23,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:23,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-08 23:40:23,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:28,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:28,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:28,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:28,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:28,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:33,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:33,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:33,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:34,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:34,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:34,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:34,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:34,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:34,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:39,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:39,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:39,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:39,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:39,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:39,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:45,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:40:45,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:40:50,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-08 23:40:50,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:50,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:40:55,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:40:55,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:40:55,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:40:55,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-08 23:41:00,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-08 23:41:00,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-08 23:41:00,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-08 23:41:05,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-08 23:41:32,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:41:32,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:41:32,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:41:32,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:41:47,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:41:53,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:41:53,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:22,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:27,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:43:27,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:43:27,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:27,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:27,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:32,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:32,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:43:32,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-08 23:43:32,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:43:32,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:43:32,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:46:24,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:24,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:46:24,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:46:24,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:46:24,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:24,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:46:24,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:46:29,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:39,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:39,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:46:39,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:46:39,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:46:44,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:44,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:46:44,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:46:50,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:50,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:46:50,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:46:50,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:46:55,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:46:55,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:47:07,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:47:07,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:47:07,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:47:07,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:47:07,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:47:07,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:47:07,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:47:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:47:23,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:47:23,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:47:23,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:47:28,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:47:39,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:47:39,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-08 23:47:39,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:47:39,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:48:01,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:49:03,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:49:03,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:49:03,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:49:09,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:49:09,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-01-08 23:49:09,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-01-08T23:37:08.231Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'6dc8b887-56e3-4a40-bfde-1cbd33110a80'} 2018-01-08 23:49:09,363 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.10.0.15 2018-01-08 23:49:09,484 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Account is created on Ellis: {'signup_code': 'secret', 'password': 'functest', 'email': 'functest@opnfv.org', 'full_name': 'opnfv functest user'} 2018-01-08 23:49:09,586 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-01-08 23:49:09,586 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-01-08 23:49:09,629 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:49:34,701 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:49:59,721 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:50:24,822 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:50:49,864 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:51:14,930 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:51:39,982 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:52:05,042 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:52:30,098 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-08 23:52:55,604 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550160@clearwater.opnfv', u'sip_username': u'6505550160', u'formatted_number': u'(650) 555-0160', u'number': u'6505550160', u'sip_uri': u'sip:6505550160@clearwater.opnfv', u'number_id': u'11fa41902a534b189477782819a7d03e', u'sip_password': u'mGDvfq4yv', u'pstn': False} 2018-01-08 23:52:55,604 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-01-08 23:52:55,605 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-01-08 23:52:55,629 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-01-08 23:52:55,630 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-01-08 23:55:09,449 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - ** Invoke test (first_time) ** Execute test /src/vims-test/lib/tests/call-diversion.rb:307:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:435:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:436:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:470:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:471:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:86:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:194:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:195:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:198:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:200:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:265:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:149:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:185:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:221:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:257:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:382:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:418:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:454:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated Basic Call - Mainline (TCP) - (6505550334, 6505550425) Passed Basic Call - Tel URIs (TCP) - (6505550897, 6505550105) Passed Basic Call - Unknown number (TCP) - (6505550991, 6505550787) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550158, 6505550127) Passed Basic Call - Messages - Pager model (TCP) - (6505550618, 6505550665) Passed Basic Call - Pracks (TCP) - (6505550586, 6505550387) Passed Basic Registration (TCP) - (6505550002) Passed Multiple Identities (TCP) - (6505550399, 6505550754) Passed Call Barring - Outbound Rejection (TCP) - (6505550815, 6505550883) Passed Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - (6505550897, 6505550395) Passed Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - (6505550449, 6505550353, 6505550369) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550420, 6505550534, 6505550850) Passed Call Diversion - Not reachable (408) (TCP) - (6505550624, 6505550805, 6505550625) Passed Call Diversion - Not reachable (503) (TCP) - (6505550941, 6505550688, 6505550608) Passed Call Diversion - Not reachable (500) (TCP) - (6505550808, 6505550189, 6505550421) Passed Call Diversion - Busy (TCP) - (6505550242, 6505550988, 6505550839) Passed Call Diversion - Unconditional (TCP) - (6505550409, 6505550425, 6505550155) Passed Call Diversion - No answer (TCP) - (6505550299, 6505550860, 6505550750) Passed Call Diversion - Bad target URI (TCP) - (6505550821, 6505550889) Passed Call Diversion - Audio-only call (TCP) - (6505550837, 6505550622, 6505550562, 6505550199) Passed Call Diversion - Audio-video call (TCP) - (6505550156, 6505550688, 6505550503, 6505550453) Passed Call Waiting - Accepted (TCP) - (6505550164, 6505550727, 6505550950) Passed Call Waiting - Cancelled (TCP) - (6505550965, 6505550369, 6505550465) Passed CANCEL - Mainline (TCP) - (6505550094, 6505550821) Passed Filtering - Accept-Contact (TCP) - (6505550134, 6505550904) Passed Filtering - Accept-Contact no match (TCP) - (6505550932, 6505550594) Passed Filtering - Accept-Contact negated match (TCP) - (6505550151, 6505550585) Passed Filtering - RFC3841 example (TCP) - (6505550147, 6505550025) Passed Filtering - Reject-Contact no match (TCP) - (6505550288, 6505550890) Passed Filtering - Reject-Contact match (TCP) - (6505550316, 6505550315) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550728) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550900) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550680) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550917) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550903, 6505550763) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550826, 6505550711) Passed GRUU - Call - only GRUU as target (TCP) - (6505550403, 6505550456) Passed GRUU - Call - AoR as target (TCP) - (6505550232, 6505550681) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550650, 6505550860) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550987, 6505550205) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550760, 6505550489) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550608, 6505550071) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550468, 6505550179) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550142, 6505550585) Passed Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550181) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550654) Passed 2018-01-08 23:55:09,449 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-01-08 23:55:09,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-01-08 23:55:09,903 - functest.utils.functest_utils - DEBUG - 2018-01-08 23:55:09,903 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-08 23:55:09,903 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 25:25 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-08 23:55:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-01-08 23:55:15,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-01-08 23:55:15,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:15,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:15,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:15,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:15,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:15,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:15,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:15,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:15,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-08 23:55:21,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-08 23:55:21,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-01-08 23:55:21,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:21,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:26,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-08 23:55:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:31,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:31,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:55:31,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:31,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:36,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:55:36,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:36,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:36,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:36,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:55:42,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=6140) 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:42,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:42,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:42,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:55:42,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:55:47,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:47,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:55:47,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:47,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:47,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:55:53,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:53,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:55:53,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:53,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:53,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:55:58,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:55:58,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:55:58,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:55:58,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:55:58,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:55:58,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:56:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:09,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:56:09,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:56:09,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:09,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:09,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:56:09,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:09,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:56:09,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:56:14,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:56:14,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:56:20,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:56:20,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-08 23:56:20,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:56:20,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-08 23:56:20,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:56:20,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:56:20,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:56:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:56:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-08 23:58:25,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-01-08 23:58:25,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:58:25,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:58:25,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:58:25,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:58:25,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:58:30,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:58:30,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-08 23:58:30,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:58:30,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-08 23:58:35,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-08 23:58:35,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-08 23:58:35,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-08 23:58:35,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-08 23:58:35,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-08 23:58:35,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-08 23:58:40,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:58:40,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:58:40,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:58:40,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:58:40,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-08 23:58:40,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-08 23:58:40,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-08 23:58:40,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-08 23:58:40,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:58:40,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:58:45,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:58:45,914 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-08 23:58:45,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:58:45,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:58:51,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:51,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:51,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:51,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:51,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-08 23:58:51,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:56,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:58:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:58:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:58:56,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:56,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:58:56,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:59:01,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-08 23:59:01,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:59:01,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-08 23:59:01,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-08 23:59:01,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:59:06,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:59:06,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:59:06,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:59:06,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:59:06,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:59:06,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-08 23:59:06,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:59:06,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:59:06,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:59:06,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-08 23:59:12,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:59:12,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:59:12,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-08 23:59:12,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-01-08 23:59:12,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:59:12,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-08 23:59:12,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-08 23:59:13,896 - functest.core.vnf - INFO - test cleaning 2018-01-08 23:59:13,897 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-08 23:59:32,449 - functest.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-01-08 23:59:32,621 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-08 23:59:34,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-01-08 23:59:34,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-01-08 23:59:34,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'master', u'name': u'vrouter-opnfv'}} 2018-01-08 23:59:34,381 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-08 23:59:34,418 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-01-08 23:59:34,418 - functest.core.vnf - INFO - Prepare VNF: vrouter, description: vRouter 2018-01-08 23:59:36,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-01-08 23:59:36,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-01-08 23:59:36,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-01-08 23:59:37,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-01-08 23:59:50,695 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-01-08 23:59:51,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-01-09 00:00:00,781 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-01-09 00:00:03,696 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-01-09 00:00:04,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-01-09 00:02:55,021 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Set creds for cloudify manager 2018-01-09 00:02:55,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-01-09 00:03:04,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - The current manager status is running 2018-01-09 00:03:34,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-01-09 00:03:34,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put OpenStack creds in manager 2018-01-09 00:03:35,495 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-01-09 00:04:25,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-01-09 00:04:32,004 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-01-09 00:04:34,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-01-09 00:04:40,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-01-09 00:04:40,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-01-09 00:04:40,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-09 00:04:40,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-09 00:05:34,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-09 00:05:34,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-01-09 00:05:34,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-01-09 00:05:34,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-01-09 00:05:34,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-01-09 00:05:39,806 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-01-09 00:05:39,806 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:39,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:39,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-09 00:05:39,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-09 00:05:39,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-01-09 00:05:39,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-09 00:05:45,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:45,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-09 00:05:45,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-09 00:05:45,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:45,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:45,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:45,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-01-09 00:05:45,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:45,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:50,269 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-01-09 00:05:50,269 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:50,279 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-01-09 00:05:50,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:50,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-01-09 00:05:50,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:50,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-01-09 00:05:55,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:55,479 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:05:55,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:05:55,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-09 00:05:55,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-09 00:05:55,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-09 00:05:55,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:55,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:55,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-09 00:05:55,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:05:55,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-01-09 00:05:55,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-01-09 00:05:55,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-09 00:06:00,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-01-09 00:06:00,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-01-09 00:06:00,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-01-09 00:06:00,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:00,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:00,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:00,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:00,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:00,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:06,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:06:06,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-09 00:06:11,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-09 00:06:11,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:11,627 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:16,819 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:16,820 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-01-09 00:06:16,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-01-09 00:06:16,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-01-09 00:06:16,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-01-09 00:06:16,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-09 00:06:16,828 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-01-09 00:06:16,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-09 00:06:21,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-09 00:06:21,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-09 00:06:21,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:21,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-09 00:06:21,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-01-09 00:06:21,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:21,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-09 00:06:21,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-01-09 00:06:21,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-09 00:06:21,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-09 00:06:27,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-09 00:06:27,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-01-09 00:06:54,475 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-09 00:06:59,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-09 00:06:59,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-09 00:06:59,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-09 00:06:59,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-09 00:06:59,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-01-09 00:07:31,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-09 00:07:31,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-09 00:07:31,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-09 00:07:31,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-09 00:07:31,352 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-01-09 00:07:31,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-01-09 00:07:31,353 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-01-09 00:07:31,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-01-09T00:05:34.333Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'ecf79f33-4be9-4dfe-af75-2aed19e2ba7f'} 2018-01-09 00:07:31,463 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-01-09 00:07:31,559 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.10.0.14'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.10.0.10'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-01-09 00:07:31,656 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.10.0.14'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.10.0.10'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-01-09 00:07:31,656 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-01-09 00:07:31,657 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.10.0.14 2018-01-09 00:07:33,431 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.7 2018-01-09 00:07:33,432 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:15:4c:bc 2018-01-09 00:07:35,316 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.8 2018-01-09 00:07:35,317 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:e6:4e:db 2018-01-09 00:07:35,317 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-01-09 00:07:35,317 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.10.0.10 2018-01-09 00:07:37,293 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.8 2018-01-09 00:07:37,294 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:b0:5b:e1 2018-01-09 00:07:39,142 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.4 2018-01-09 00:07:39,142 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:78:aa:11 2018-01-09 00:07:39,142 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-01-09 00:07:39,142 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-01-09 00:07:40,217 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-01-09 00:08:11,264 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-01-09 00:08:11,277 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-09 00:08:11,295 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-01-09 00:08:11,305 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-09 00:08:11,320 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-01-09 00:08:11,320 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-01-09 00:08:11,329 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-09 00:08:11,396 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-01-09 00:08:11' 2018-01-09 00:08:11,396 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-01-09 00:08:11,396 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-01-09 00:08:11,408 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-09 00:08:11,435 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.10.0.10. 2018-01-09 00:08:14,699 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.10.0.10. 2018-01-09 00:08:15,730 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-01-09 00:08:16,732 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-01-09 00:08:21,737 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-01-09 00:08:22,739 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-01-09 00:08:27,745 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-01-09 00:08:28,746 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-01-09 00:08:33,752 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-01-09 00:08:34,754 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:08:39,755 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-01-09 00:08:40,756 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:08:45,757 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-01-09 00:08:46,759 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:08:51,764 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-01-09 00:08:52,766 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:08:57,771 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-01-09 00:08:58,773 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:09:03,779 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-01-09 00:09:04,781 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:09:09,786 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-01-09 00:09:10,788 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:09:15,793 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-01-09 00:09:16,795 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:09:21,801 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-01-09 00:09:22,803 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:09:27,808 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-01-09 00:09:28,810 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:09:33,815 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-09 00:09:35,818 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-09 00:09:40,819 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' 2018-01-09 00:09:41,821 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-01-09 00:09:46,823 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 2018-01-09 00:09:47,825 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 [edit] vyos@vyos# 2018-01-09 00:09:52,830 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.4 2018-01-09 00:09:53,832 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.4 [edit] vyos@vyos# 2018-01-09 00:09:58,838 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-01-09 00:09:59,839 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-01-09 00:10:04,844 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 2018-01-09 00:10:05,846 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-01-09 00:10:10,851 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-01-09 00:10:11,853 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-01-09 00:10:16,856 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-01-09 00:10:17,857 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-01-09 00:10:22,862 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-01-09 00:10:23,864 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-01-09 00:10:28,868 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-01-09 00:10:29,869 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-01-09 00:10:34,875 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-01-09 00:10:35,877 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-01-09 00:10:40,882 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-01-09 00:10:41,883 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-01-09 00:10:46,888 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-01-09 00:10:47,890 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-01-09 00:10:52,891 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-01-09 00:10:53,893 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-01-09 00:10:58,897 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-01-09 00:10:59,899 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-01-09 00:11:04,902 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-01-09 00:11:05,905 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-01-09 00:11:10,906 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.4 2018-01-09 00:11:11,907 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-01-09 00:11:16,908 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-09 00:11:18,911 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-09 00:11:23,944 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-01-09 00:11:23,962 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-09 00:11:23,995 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.10.0.14. 2018-01-09 00:11:24,245 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.10.0.14. 2018-01-09 00:11:25,275 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-01-09 00:11:26,277 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-01-09 00:11:31,282 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-01-09 00:11:32,284 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-01-09 00:11:37,289 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-01-09 00:11:38,291 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-01-09 00:11:43,292 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-01-09 00:11:44,294 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:11:49,299 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-01-09 00:11:50,301 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:11:55,307 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-01-09 00:11:56,309 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:01,314 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-01-09 00:12:02,316 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:07,321 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-01-09 00:12:08,323 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:13,329 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-01-09 00:12:14,331 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:19,331 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-01-09 00:12:20,333 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:25,338 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-01-09 00:12:26,340 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:31,346 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-01-09 00:12:32,348 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:37,349 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-01-09 00:12:38,350 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-01-09 00:12:43,351 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-09 00:12:45,353 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-09 00:12:50,358 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 ebgp-multihop '2' 2018-01-09 00:12:51,360 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-01-09 00:12:56,365 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 remote-as 65001 2018-01-09 00:12:57,367 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 remote-as 65001 [edit] vyos@vyos# 2018-01-09 00:13:02,373 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 update-source 12.0.0.8 2018-01-09 00:13:03,375 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 update-source 12.0.0.8 [edit] vyos@vyos# 2018-01-09 00:13:08,376 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-01-09 00:13:09,378 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-01-09 00:13:14,383 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.4 password lab0033 2018-01-09 00:13:15,385 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-01-09 00:13:20,391 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-01-09 00:13:21,393 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-01-09 00:13:26,398 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-01-09 00:13:27,400 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-01-09 00:13:32,404 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-01-09 00:13:33,406 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-01-09 00:13:38,411 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-01-09 00:13:39,413 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-01-09 00:13:44,414 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-01-09 00:13:45,415 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-01-09 00:13:50,417 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-01-09 00:13:51,419 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-01-09 00:13:56,424 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-01-09 00:13:57,426 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-01-09 00:14:02,432 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-01-09 00:14:03,434 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-01-09 00:14:08,439 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-01-09 00:14:09,441 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-01-09 00:14:14,446 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-01-09 00:14:15,448 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-01-09 00:14:20,454 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.8 2018-01-09 00:14:21,455 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-01-09 00:14:26,459 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-09 00:14:28,461 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-09 00:14:33,576 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-01-09 00:14:33,576 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-01-09 00:15:33,593 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-01-09 00:15:33,611 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-09 00:15:33,645 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.10.0.10. 2018-01-09 00:15:33,881 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.10.0.10. 2018-01-09 00:15:34,890 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-01-09 00:16:04,986 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-01-09 00:16:04,987 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.4, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.8 4 65002 3 6 0 0 0 00:01:01 10 Total number of neighbors 1 vyos@vyos:~$ 2018-01-09 00:16:04,987 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 | no-more BGP neighbor is 12.0.0.8, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.8 BGP state = Established, up for 00:01:07 Last read 23:52:08, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.4 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.4, Local port: 179 Foreign host: 12.0.0.8, Foreign port: 46613 Nexthop: 12.0.0.4 Nexthop global: fe80::f816:3eff:fe78:aa11 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-01-09 00:16:04,987 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.4 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.4 0 32768 i *> 10.0.2.0/24 12.0.0.4 0 32768 i *> 10.0.3.0/24 12.0.0.4 0 32768 i *> 10.0.4.0/24 12.0.0.4 0 32768 i *> 10.0.5.0/24 12.0.0.4 0 32768 i *> 10.0.6.0/24 12.0.0.4 0 32768 i *> 10.0.7.0/24 12.0.0.4 0 32768 i *> 10.0.8.0/24 12.0.0.4 0 32768 i *> 10.0.9.0/24 12.0.0.4 0 32768 i *> 10.0.10.0/24 12.0.0.4 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-01-09 00:16:04,987 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.4 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-01-09 00:16:04,987 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 routes | no-more BGP table version is 0, local router ID is 12.0.0.4 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-01-09 00:16:04,988 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-01-09 00:16:04,988 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'473.6' 2018-01-09 00:16:04,988 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-01-09 00:16:06,349 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-01-09 00:16:07,925 - functest.utils.functest_utils - DEBUG - 2018-01-09 00:16:07,925 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-09 00:16:07,927 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:33 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-09 00:16:07,930 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-01-09 00:16:08,170 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-01-09 00:16:08,170 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-01-09 00:16:08,170 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Remove the cloudify manager OS object .. 2018-01-09 00:16:31,325 - functest.core.vnf - INFO - test cleaning 2018-01-09 00:16:31,326 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-09 00:16:31,364 - functest.ci.run_tests - INFO - Running test case 'orchestra_openims'... 2018-01-09 00:16:31,429 - functest.ci.run_tests.orchestra - INFO - kwargs {u'project_name': u'orchestra', u'run': {u'class': u'OpenImsVnf', u'module': u'functest.opnfv_tests.vnf.ims.orchestra_openims'}, u'description': u'OpenIMS VNF deployment with Open Baton (Orchestra)', u'case_name': u'orchestra_openims', u'dependencies': {u'installer': u'daisy', u'scenario': u'os-nosdn-nofeature-ha'}, u'criteria': 100, u'blocking': False} 2018-01-09 00:16:31,429 - functest.ci.run_tests.orchestra - INFO - orchestra_openims VNF onboarding test starting 2018-01-09 00:16:31,447 - functest.ci.run_tests.orchestra - DEBUG - Orchestrator configuration {u'gvnfm': {u'userdata': {u'url': u'https://raw.githubusercontent.com/openbaton/generic-vnfm/3.2.0/src/main/resources/user-data.sh'}}, u'version': u'3.2.0', u'requirements': {u'flavor': {u'ram_min': 4096, u'disk': 5, u'vcpus': 2, u'name': u'openbaton'}, u'image': u'ubuntu-14.04-server-cloudimg-amd64-disk1'}, u'name': u'OpenBaton', u'credentials': {u'username': u'admin', u'password': u'openbaton'}, u'bootstrap': {u'url': u'http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap', u'config': {u'url': u'http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap-config-file'}}, 'details': {}} 2018-01-09 00:16:31,464 - functest.ci.run_tests.orchestra - DEBUG - VNF configuration: {u'test': {u'bind9': {u'ports': []}, u'pcscf': {u'ports': [4060]}, u'icscf': {u'ports': [3869, 5060]}, u'fhoss': {u'ports': [3868]}, u'scscf': {u'ports': [3870, 6060]}}, u'descriptor': {u'url': u'http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/OpenImsCore/3.2.0/json'}, u'requirements': {u'flavor': {u'ram_min': 2048, u'disk': 5, u'vcpus': 2, u'name': u'm1.small'}}, u'name': u'OpenIMS'} 2018-01-09 00:16:31,496 - functest.core.vnf - INFO - Prepare VNF: orchestra_openims, description: OpenIMS deployed with Open Baton 2018-01-09 00:16:34,256 - functest.ci.run_tests.orchestra - INFO - Additional pre-configuration steps 2018-01-09 00:16:34,256 - functest.ci.run_tests.orchestra - INFO - Upload images if they doen't exist yet 2018-01-09 00:16:34,256 - functest.ci.run_tests.orchestra - INFO - image: ubuntu-14.04-server-cloudimg-amd64-disk1, file: /home/opnfv/functest/images/trusty-server-cloudimg-amd64-disk1.img 2018-01-09 00:16:42,492 - functest.ci.run_tests.orchestra - INFO - image: openims, file: /home/opnfv/functest/images/img 2018-01-09 00:17:27,357 - functest.ci.run_tests.orchestra - INFO - Create Flavor for Open Baton NFVO if not yet existing 2018-01-09 00:17:27,983 - functest.ci.run_tests.orchestra - INFO - Creating security group for Open Baton if not yet existing... 2018-01-09 00:17:31,606 - functest.ci.run_tests.orchestra - INFO - Security group orchestra-sec-group-allowall prepared 2018-01-09 00:17:31,606 - functest.ci.run_tests.orchestra - INFO - Creating network/subnet/router if they doen't exist yet... 2018-01-09 00:17:40,308 - functest.ci.run_tests.orchestra - INFO - Created network and router for Open Baton NFVO... 2018-01-09 00:17:40,308 - functest.ci.run_tests.orchestra - INFO - Retrieving floating IP for Open Baton NFVO 2018-01-09 00:17:40,315 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-09 00:17:41,322 - functest.ci.run_tests.orchestra - INFO - Creating floating IP for Open Baton NFVO 2018-01-09 00:17:43,447 - functest.ci.run_tests.orchestra - INFO - Created floating IP for Open Baton NFVO 172.10.0.16 2018-01-09 00:17:43,448 - functest.ci.run_tests.orchestra - INFO - Deploying Open Baton... 2018-01-09 00:17:43,448 - functest.ci.run_tests.orchestra - INFO - Details: {'flavor': {'name': u'openbaton', 'id': u'148ef9a9-154c-43d7-b217-9686bb1c58db'}, 'fip': , 'external_net_name': u'admin_external', 'sec_group': u'orchestra-sec-group-allowall', 'network': {'id': u'f43a3a33-a47c-4b95-bd21-5335838ccba1', 'name': u'orchestra_openims_net'}} 2018-01-09 00:17:43,448 - functest.ci.run_tests.orchestra - INFO - Creating orchestra instance... 2018-01-09 00:17:43,449 - functest.ci.run_tests.orchestra - INFO - flavor: openbaton image: ubuntu-14.04-server-cloudimg-amd64-disk1 network_id: f43a3a33-a47c-4b95-bd21-5335838ccba1 2018-01-09 00:17:43,449 - functest.ci.run_tests.orchestra - DEBUG - userdata: #!/bin/bash echo "Executing userdata..." set -x set -e echo "Set nameserver to '8.8.8.8'..." echo "nameserver 8.8.8.8" >> /etc/resolv.conf echo "Install curl..." apt-get install curl echo "Inject public key..." echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuPXrV3geeHc6QUdyUr/1Z+yQiqLcOskiEGBiXr4z76MK4abiFmDZ18OMQlcfl0p3kS0WynVgyaOHwZkgy/DIoIplONVr2CKBKHtPK+Qcme2PVnCtvEqItl/FcD+1h5XSQGoa+A1TSGgCod/DPo+pes0piLVXP8Ph6QS1k7Sic7JDeRQ4oT1bXYpJ2eWBDMfxIWKZqcZRiGPgMIbJ1iEkxbpeaAd9O4MiM9nGCPESmed+p54uYFjwEDlAJZShcAZziiZYAvMZhvAhe6USljc7YAdalAnyD/jwCHuwIrUw/lxo7UdNCmaUxeobEYyyFA1YVXzpNFZyaXPGAAYIJwEq/ openbaton@opnfv" >> /home/ubuntu/.ssh/authorized_keys echo "Download bootstrap..." curl -s http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap > ./bootstrap curl -s http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap-config-file> ./config_file echo "Disable usage of mysql..." sed -i s/mysql=.*/mysql=no/g /config_file echo "Setting 'rabbitmq_broker_ip' to '172.10.0.16'" sed -i s/rabbitmq_broker_ip=localhost/rabbitmq_broker_ip=172.10.0.16/g /config_file echo "Set autostart of components to 'false'" export OPENBATON_COMPONENT_AUTOSTART=false echo "Execute bootstrap..." sh ./bootstrap release -configFile=./config_file echo "Setting 'nfvo.plugin.timeout' to '300000'" echo "nfvo.plugin.timeout=600000" >> /etc/openbaton/openbaton-nfvo.properties wget https://raw.githubusercontent.com/openbaton/generic-vnfm/3.2.0/src/main/resources/user-data.sh -O /etc/openbaton/openbaton-vnfm-generic-user-data.sh sed -i '113i\ \ \ \ sleep 60' /etc/openbaton/openbaton-vnfm-generic-user-data.sh sed -i s/nfvo.marketplace.port=8082/nfvo.marketplace.port=8080/g /etc/openbaton/openbaton-nfvo.properties echo "Starting NFVO" service openbaton-nfvo restart echo "Starting Generic VNFM" service openbaton-vnfm-generic restart echo "...end of userdata..." 2018-01-09 00:18:25,121 - functest.ci.run_tests.orchestra - INFO - Created orchestra instance: bde0671c-3270-487e-a34a-b7755b6d4d43 2018-01-09 00:18:25,121 - functest.ci.run_tests.orchestra - INFO - Associating floating ip: '172.10.0.16' to VM 'orchestra_openims' 2018-01-09 00:18:27,626 - functest.ci.run_tests.orchestra - INFO - Waiting for Open Baton NFVO to be up and running... 2018-01-09 00:18:30,633 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (0s) 2018-01-09 00:19:30,640 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (60s) 2018-01-09 00:20:30,658 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (120s) 2018-01-09 00:21:30,664 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (180s) 2018-01-09 00:22:30,704 - functest.ci.run_tests.orchestra - INFO - Waiting for all components to be up and running... 2018-01-09 00:23:30,726 - functest.ci.run_tests.orchestra - INFO - Deploy Open Baton NFVO: OK 2018-01-09 00:23:30,726 - functest.ci.run_tests.orchestra - INFO - Deploying OpenIMS... 2018-01-09 00:23:30,726 - functest.ci.run_tests.orchestra - INFO - Create OpenIMS Flavor if not existing 2018-01-09 00:23:31,463 - functest.ci.run_tests.orchestra - DEBUG - Flavor id: aab947f2-217a-4730-847e-e9e6dc2d6c3a 2018-01-09 00:23:31,464 - functest.ci.run_tests.orchestra - INFO - Getting project 'default'... 2018-01-09 00:23:32,310 - functest.ci.run_tests.orchestra - INFO - Found project 'default': {u'description': u'default project', u'id': u'e218f07a-4e5c-4751-80f6-4a69589e9002', u'name': u'default'} 2018-01-09 00:23:32,310 - functest.ci.run_tests.orchestra - INFO - Building VIM descriptor with PoP creds: {'username': 'orchestra_openims', 'project_name': 'orchestra_openims', 'password': 'orchestra_openims', 'auth_url': u'http://192.168.11.20:5000'} 2018-01-09 00:23:32,311 - functest.ci.run_tests.orchestra - INFO - Using v3 API of OpenStack... -> Using OS_PROJECT_ID 2018-01-09 00:23:32,313 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-09 00:23:32,908 - functest.ci.run_tests.orchestra - DEBUG - VIM project/tenant id: 390767be44a8495c9eb90257ce8c52a9 2018-01-09 00:23:32,908 - functest.ci.run_tests.orchestra - INFO - Built VIM descriptor: {'username': 'orchestra_openims', 'authUrl': u'http://192.168.11.20:5000', 'securityGroups': [u'orchestra-sec-group-allowall'], 'name': 'vim-instance', 'password': 'orchestra_openims', 'type': 'openstack', 'tenant': u'390767be44a8495c9eb90257ce8c52a9', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-09 00:23:32,908 - functest.ci.run_tests.orchestra - INFO - Registering VIM: {'username': 'orchestra_openims', 'authUrl': u'http://192.168.11.20:5000', 'securityGroups': [u'orchestra-sec-group-allowall'], 'name': 'vim-instance', 'password': 'orchestra_openims', 'type': 'openstack', 'tenant': u'390767be44a8495c9eb90257ce8c52a9', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-09 00:23:34,575 - functest.ci.run_tests.orchestra - INFO - sending: http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/OpenImsCore/3.2.0/json 2018-01-09 00:23:37,510 - functest.ci.run_tests.orchestra - ERROR - Not Found 2018-01-09 00:23:37,920 - functest.utils.functest_utils - DEBUG - 2018-01-09 00:23:37,920 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-09 00:23:37,921 - functest.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | orchestra_openims | orchestra | 07:06 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-01-09 00:23:37,924 - functest.ci.run_tests.orchestra - INFO - Cleaning orchestra_openims... 2018-01-09 00:23:37,924 - functest.ci.run_tests.orchestra - INFO - Terminating OpenIMS... 2018-01-09 00:23:37,924 - functest.ci.run_tests.orchestra - INFO - No need to terminate the VNF... 2018-01-09 00:23:37,926 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Port... 2018-01-09 00:23:49,718 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Floating IP... 2018-01-09 00:23:50,615 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:23:50,723 - functest.ci.run_tests.orchestra - ERROR - Unexpected error cleaning - Port 4c9b9e8e-9fc4-42f0-8017-739c10215c8e could not be found. Neutron server returns request_ids: ['req-bfc6ddec-7ea3-4b92-943a-d56a2ea43b65'] 2018-01-09 00:23:50,724 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:23:55,319 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:23:58,239 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:23:59,397 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:23:59,492 - functest.core.vnf - INFO - test cleaning 2018-01-09 00:23:59,492 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-09 00:24:00,833 - functest.ci.run_tests - ERROR - The test case 'orchestra_openims' failed. 2018-01-09 00:24:00,834 - functest.ci.run_tests - INFO - Running test case 'orchestra_clearwaterims'... 2018-01-09 00:24:00,881 - functest.ci.run_tests.orchestra - INFO - kwargs {u'project_name': u'orchestra', u'run': {u'class': u'ClearwaterImsVnf', u'module': u'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims'}, u'description': u'ClearwaterIMS VNF deployment with Open Baton (Orchestra)', u'case_name': u'orchestra_clearwaterims', u'dependencies': {u'installer': u'daisy', u'scenario': u'os-nosdn-nofeature-ha'}, u'criteria': 100, u'blocking': False} 2018-01-09 00:24:00,882 - functest.ci.run_tests.orchestra - INFO - orchestra_clearwaterims VNF onboarding test starting 2018-01-09 00:24:00,898 - functest.ci.run_tests.orchestra - DEBUG - Orchestrator configuration {u'gvnfm': {u'userdata': {u'url': u'https://raw.githubusercontent.com/openbaton/generic-vnfm/3.2.0/src/main/resources/user-data.sh'}}, u'version': u'3.2.0', u'requirements': {u'flavor': {u'ram_min': 4096, u'disk': 5, u'vcpus': 2, u'name': u'openbaton'}, u'image': u'ubuntu-14.04-server-cloudimg-amd64-disk1'}, u'name': u'OpenBaton', u'credentials': {u'username': u'admin', u'password': u'openbaton'}, u'bootstrap': {u'url': u'http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap', u'config': {u'url': u'http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap-config-file'}}, 'details': {}} 2018-01-09 00:24:00,914 - functest.ci.run_tests.orchestra - DEBUG - VNF configuration: {u'test': None, u'descriptor': {u'url': u'http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/ClearwaterIMS/3.2.0/json'}, u'requirements': {u'flavor': {u'ram_min': 2048, u'disk': 5, u'vcpus': 2, u'name': u'm1.small'}}, u'name': u'Clearwater IMS'} 2018-01-09 00:24:00,946 - functest.core.vnf - INFO - Prepare VNF: orchestra_clearwaterims, description: Clearwater IMS deployed with Open Baton 2018-01-09 00:24:02,987 - functest.ci.run_tests.orchestra - INFO - Additional pre-configuration steps 2018-01-09 00:24:03,536 - functest.ci.run_tests.orchestra - INFO - Upload images if they doen't exist yet 2018-01-09 00:24:03,537 - functest.ci.run_tests.orchestra - INFO - image: ubuntu-14.04-server-cloudimg-amd64-disk1, file: /home/opnfv/functest/images/trusty-server-cloudimg-amd64-disk1.img 2018-01-09 00:24:04,141 - functest.ci.run_tests.orchestra - INFO - Create Flavor for Open Baton NFVO if not yet existing 2018-01-09 00:24:04,822 - functest.ci.run_tests.orchestra - INFO - Creating security group for Open Baton if not yet existing... 2018-01-09 00:24:09,460 - functest.ci.run_tests.orchestra - INFO - Security group orchestra-sec-group-allowall prepared 2018-01-09 00:24:09,461 - functest.ci.run_tests.orchestra - INFO - Creating network/subnet/router if they doen't exist yet... 2018-01-09 00:24:18,119 - functest.ci.run_tests.orchestra - INFO - Created network and router for Open Baton NFVO... 2018-01-09 00:24:18,119 - functest.ci.run_tests.orchestra - INFO - Retrieving floating IP for Open Baton NFVO 2018-01-09 00:24:18,122 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-09 00:24:19,116 - functest.ci.run_tests.orchestra - INFO - Creating floating IP for Open Baton NFVO 2018-01-09 00:24:21,062 - functest.ci.run_tests.orchestra - INFO - Created floating IP for Open Baton NFVO 172.10.0.19 2018-01-09 00:24:21,063 - functest.ci.run_tests.orchestra - INFO - Deploying Open Baton... 2018-01-09 00:24:21,063 - functest.ci.run_tests.orchestra - INFO - Details: {'flavor': {'name': u'openbaton', 'id': u'd7c42a09-cab1-4822-8102-407104c6dd6f'}, 'fip': , 'external_net_name': u'admin_external', 'sec_group': u'orchestra-sec-group-allowall', 'network': {'id': u'315ca501-2146-4605-852d-f31314bf1129', 'name': u'orchestra_clearwaterims_net'}} 2018-01-09 00:24:21,063 - functest.ci.run_tests.orchestra - INFO - Creating orchestra instance... 2018-01-09 00:24:21,063 - functest.ci.run_tests.orchestra - INFO - flavor: openbaton image: ubuntu-14.04-server-cloudimg-amd64-disk1 network_id: 315ca501-2146-4605-852d-f31314bf1129 2018-01-09 00:24:21,063 - functest.ci.run_tests.orchestra - DEBUG - userdata: #!/bin/bash echo "Executing userdata..." set -x set -e echo "Set nameserver to '8.8.8.8'..." echo "nameserver 8.8.8.8" >> /etc/resolv.conf echo "Install curl..." apt-get install curl echo "Inject public key..." echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuPXrV3geeHc6QUdyUr/1Z+yQiqLcOskiEGBiXr4z76MK4abiFmDZ18OMQlcfl0p3kS0WynVgyaOHwZkgy/DIoIplONVr2CKBKHtPK+Qcme2PVnCtvEqItl/FcD+1h5XSQGoa+A1TSGgCod/DPo+pes0piLVXP8Ph6QS1k7Sic7JDeRQ4oT1bXYpJ2eWBDMfxIWKZqcZRiGPgMIbJ1iEkxbpeaAd9O4MiM9nGCPESmed+p54uYFjwEDlAJZShcAZziiZYAvMZhvAhe6USljc7YAdalAnyD/jwCHuwIrUw/lxo7UdNCmaUxeobEYyyFA1YVXzpNFZyaXPGAAYIJwEq/ openbaton@opnfv" >> /home/ubuntu/.ssh/authorized_keys echo "Download bootstrap..." curl -s http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap > ./bootstrap curl -s http://get.openbaton.org/bootstraps/bootstrap_3.2.0_opnfv/bootstrap-config-file> ./config_file echo "Disable usage of mysql..." sed -i s/mysql=.*/mysql=no/g /config_file echo "Setting 'rabbitmq_broker_ip' to '172.10.0.19'" sed -i s/rabbitmq_broker_ip=localhost/rabbitmq_broker_ip=172.10.0.19/g /config_file echo "Set autostart of components to 'false'" export OPENBATON_COMPONENT_AUTOSTART=false echo "Execute bootstrap..." sh ./bootstrap release -configFile=./config_file echo "Setting 'nfvo.plugin.timeout' to '300000'" echo "nfvo.plugin.timeout=600000" >> /etc/openbaton/openbaton-nfvo.properties wget https://raw.githubusercontent.com/openbaton/generic-vnfm/3.2.0/src/main/resources/user-data.sh -O /etc/openbaton/openbaton-vnfm-generic-user-data.sh sed -i '113i\ \ \ \ sleep 60' /etc/openbaton/openbaton-vnfm-generic-user-data.sh sed -i s/nfvo.marketplace.port=8082/nfvo.marketplace.port=8080/g /etc/openbaton/openbaton-nfvo.properties echo "Starting NFVO" service openbaton-nfvo restart echo "Starting Generic VNFM" service openbaton-vnfm-generic restart echo "...end of userdata..." 2018-01-09 00:25:02,188 - functest.ci.run_tests.orchestra - INFO - Created orchestra instance: d5922411-060b-4957-8d69-f4bafda7532f 2018-01-09 00:25:02,189 - functest.ci.run_tests.orchestra - INFO - Associating floating ip: '172.10.0.19' to VM 'orchestra_clearwaterims' 2018-01-09 00:25:04,531 - functest.ci.run_tests.orchestra - INFO - Waiting for Open Baton NFVO to be up and running... 2018-01-09 00:25:07,537 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (0s) 2018-01-09 00:26:07,550 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (60s) 2018-01-09 00:27:07,609 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (120s) 2018-01-09 00:28:07,665 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (180s) 2018-01-09 00:29:07,674 - functest.ci.run_tests.orchestra - INFO - Waiting for all components to be up and running... 2018-01-09 00:30:07,687 - functest.ci.run_tests.orchestra - INFO - Deploy Open Baton NFVO: OK 2018-01-09 00:30:07,689 - functest.ci.run_tests.orchestra - INFO - Deploying Clearwater IMS... 2018-01-09 00:30:07,689 - functest.ci.run_tests.orchestra - INFO - Create Clearwater IMS Flavor if not existing 2018-01-09 00:30:08,287 - functest.ci.run_tests.orchestra - DEBUG - Flavor id: aab947f2-217a-4730-847e-e9e6dc2d6c3a 2018-01-09 00:30:08,288 - functest.ci.run_tests.orchestra - INFO - Getting project 'default'... 2018-01-09 00:30:09,157 - functest.ci.run_tests.orchestra - INFO - Found project 'default': {u'description': u'default project', u'id': u'1992f2e8-f6e9-4c00-bd64-8a4422e9a93b', u'name': u'default'} 2018-01-09 00:30:09,157 - functest.ci.run_tests.orchestra - INFO - Building VIM descriptor with PoP creds: {'username': 'orchestra_clearwaterims', 'project_name': 'orchestra_clearwaterims', 'password': 'orchestra_clearwaterims', 'auth_url': u'http://192.168.11.20:5000'} 2018-01-09 00:30:09,157 - functest.ci.run_tests.orchestra - INFO - Using v3 API of OpenStack... -> Using OS_PROJECT_ID 2018-01-09 00:30:09,160 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-09 00:30:09,816 - functest.ci.run_tests.orchestra - DEBUG - VIM project/tenant id: 2bb3ac99cd9d488381517a6552fd67a6 2018-01-09 00:30:09,816 - functest.ci.run_tests.orchestra - INFO - Built VIM descriptor: {'username': 'orchestra_clearwaterims', 'authUrl': u'http://192.168.11.20:5000', 'securityGroups': [u'orchestra-sec-group-allowall'], 'name': 'vim-instance', 'password': 'orchestra_clearwaterims', 'type': 'openstack', 'tenant': u'2bb3ac99cd9d488381517a6552fd67a6', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-09 00:30:09,816 - functest.ci.run_tests.orchestra - INFO - Registering VIM: {'username': 'orchestra_clearwaterims', 'authUrl': u'http://192.168.11.20:5000', 'securityGroups': [u'orchestra-sec-group-allowall'], 'name': 'vim-instance', 'password': 'orchestra_clearwaterims', 'type': 'openstack', 'tenant': u'2bb3ac99cd9d488381517a6552fd67a6', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-09 00:30:11,676 - functest.ci.run_tests.orchestra - INFO - sending: http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/ClearwaterIMS/3.2.0/json 2018-01-09 00:30:14,010 - functest.ci.run_tests.orchestra - ERROR - Not Found 2018-01-09 00:30:14,461 - functest.utils.functest_utils - DEBUG - 2018-01-09 00:30:14,462 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-09 00:30:14,462 - functest.ci.run_tests - INFO - Test result: +---------------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------------+-------------------+------------------+----------------+ | orchestra_clearwaterims | orchestra | 06:13 | FAIL | +---------------------------------+-------------------+------------------+----------------+ 2018-01-09 00:30:14,465 - functest.ci.run_tests.orchestra - INFO - Cleaning orchestra_clearwaterims... 2018-01-09 00:30:14,465 - functest.ci.run_tests.orchestra - INFO - Terminating Clearwater IMS... 2018-01-09 00:30:14,466 - functest.ci.run_tests.orchestra - INFO - No need to terminate the VNF... 2018-01-09 00:30:14,468 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Port... 2018-01-09 00:30:26,293 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Floating IP... 2018-01-09 00:30:26,999 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:30:27,114 - functest.ci.run_tests.orchestra - ERROR - Unexpected error cleaning - Port 4073b0f5-1703-44ae-9791-0719c9cc2bed could not be found. Neutron server returns request_ids: ['req-c4a45ca1-684f-4a96-bf99-8cfe0bf4bdc9'] 2018-01-09 00:30:27,114 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:30:31,580 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:30:34,394 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:30:36,633 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-09 00:30:36,734 - functest.core.vnf - INFO - test cleaning 2018-01-09 00:30:36,734 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-09 00:30:38,051 - functest.ci.run_tests - ERROR - The test case 'orchestra_clearwaterims' failed. 2018-01-09 00:30:38,051 - functest.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-01-09 00:30:38,156 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-01-09 00:30:38,184 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-01-09 00:30:38,185 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-09 00:30:38,659 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - OS Credentials: {'username': 'admin', 'project_name': 'admin', 'auth_url': 'http://192.168.11.20:35357/v3', 'user_domain_name': 'Default', 'password': 'keystone', 'project_domain_name': 'Default'} 2018-01-09 00:30:38,659 - functest.core.vnf - INFO - Prepare VNF: abotepc, description: OAI EPC deployed with Juju 2018-01-09 00:30:40,602 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-01-09 00:30:41,170 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-09 00:30:41,170 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Cloud DATA: {'url': u'http://192.168.11.20:5000/v3', 'region': 'RegionOne', 'tenant_n': 'abotepc', 'user_n': 'abotepc', 'pass': 'abotepc'} 2018-01-09 00:30:41,170 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Create /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/abot-epc.yaml to add cloud info 2018-01-09 00:30:41,183 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-01-09 00:30:41,183 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-01-09 00:30:49,831 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-01-09 00:30:59,740 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-01-09 00:30:59,741 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-01-09 00:31:03,145 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-01-09 00:31:08,911 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-01-09 00:31:08,911 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Juju Bootstrap: Skip creation of flavors 2018-01-09 00:31:09,526 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Installing Dependency Packages ....... 2018-01-09 00:51:49,042 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-01-09 00:51:51,240 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Generating Metadata for trusty 2018-01-09 00:51:52,272 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Generating Metadata for xenial 2018-01-09 00:51:53,109 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Credential information : 2732f635-c6b0-4a7c-bf7f-faf94e32d84e 2018-01-09 00:55:24,884 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-01-09 00:55:24,884 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-01-09 00:55:25,482 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-01-09 00:55:44,146 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-01-09 01:22:10,036 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju wait completed: 0 2018-01-09 01:22:10,036 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-01-09 01:22:11,843 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Adding Security group rule.... 2018-01-09 01:22:11,843 - functest.utils.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-01-09 01:22:12,146 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files to Abot_node 2018-01-09 01:22:12,969 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files in Abot_node 2018-01-09 01:27:32,478 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-01-09 01:46:52,775 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-01-09 01:46:53,245 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-01-09 01:46:53,323 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 24, 'skipped': 0, 'passed': 498} 2018-01-09 01:46:53,323 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 498, Failed:24, Skipped: 0 2018-01-09 01:46:54,407 - functest.utils.functest_utils - DEBUG - 2018-01-09 01:46:54,408 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-09 01:46:54,408 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 76:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-09 01:46:54,412 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing deployment files... 2018-01-09 01:46:54,412 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/abot-epc.yaml file 2018-01-09 01:46:54,412 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-01-09 01:47:41,508 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-01-09 01:47:56,495 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Releasing all the floating IPs 2018-01-09 01:47:57,165 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - TENANT ID : 2018-01-09 01:47:57,166 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Cleaning Projects and Users 2018-01-09 01:47:57,212 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-----------------------------------------------------------+ | INSTALLER_TYPE | daisy | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | jenkins-functest-daisy-baremetal-daily-master-249 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-09 01:47:57,214 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +---------------------------------+-------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------------+-------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 25:25 | PASS | | vyos_vrouter | functest | vnf | 16:33 | PASS | | orchestra_openims | orchestra | vnf | 07:06 | FAIL | | orchestra_clearwaterims | orchestra | vnf | 06:13 | FAIL | | juju_epc | functest | vnf | 76:15 | PASS | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-01-09 01:47:57,218 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-09 01:48:03,362 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-09 01:48:03,363 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-09 01:48:03,364 - functest.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-01-09 01:48:03,366 - functest.ci.run_tests - INFO - Running tier 'features' 2018-01-09 01:48:03,367 - functest.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-01-09 01:51:43,318 - functest.core.feature - INFO - Test result is stored in '/home/opnfv/functest/results/parser-basics.log' 2018-01-09 01:51:43,746 - functest.utils.functest_utils - DEBUG - 2018-01-09 01:51:43,746 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-09 01:51:43,746 - functest.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:40 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-01-09 01:51:43,750 - functest.ci.run_tests - INFO - Deployment description: +-------------------------+-----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+-----------------------------------------------------------+ | INSTALLER_TYPE | daisy | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | jenkins-functest-daisy-baremetal-daily-master-249 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-09 01:51:43,752 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:40 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-01-09 01:51:43,753 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK