2018-01-10 14:00:20,134 - functest.ci.check_deployment - DEBUG - 192.168.11.20:35357 is reachable! 2018-01-10 14:00:20,135 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://192.168.11.20:35357/v3 ...OK 2018-01-10 14:00:20,579 - functest.ci.check_deployment - INFO - Got token ...OK 2018-01-10 14:00:21,022 - functest.ci.check_deployment - DEBUG - 192.168.11.20:5000 is reachable! 2018-01-10 14:00:21,022 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://192.168.11.20:5000 ...OK 2018-01-10 14:00:21,442 - functest.ci.check_deployment - DEBUG - 192.168.11.20:8774 is reachable! 2018-01-10 14:00:21,443 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://192.168.11.20:8774/v2.1/969e032da17a4b51bacb41ad6319bc9e ...OK 2018-01-10 14:00:21,899 - functest.ci.check_deployment - DEBUG - 192.168.11.20:9696 is reachable! 2018-01-10 14:00:21,899 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://192.168.11.20:9696 ...OK 2018-01-10 14:00:22,337 - functest.ci.check_deployment - DEBUG - 192.168.11.20:9292 is reachable! 2018-01-10 14:00:22,337 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://192.168.11.20:9292 ...OK 2018-01-10 14:00:23,156 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-01-10 14:00:24,630 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-01-10 14:00:24,653 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-01-10 14:00:25,854 - functest.ci.check_deployment - INFO - External network found: admin_external 2018-01-10 14:01:07,980 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-10 14:01:07,981 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-10 14:01:07,982 - 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-10 14:01:07,984 - functest.ci.run_tests - INFO - Running tier 'healthcheck' 2018-01-10 14:01:07,984 - functest.ci.run_tests - INFO - Running test case 'connection_check'... 2018-01-10 14:01:09,304 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-10 14:01:16,150 - 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 6.842s OK 2018-01-10 14:01:16,634 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:01:16,635 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:01:16,635 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-01-10 14:01:16,638 - functest.ci.run_tests - INFO - Running test case 'api_check'... 2018-01-10 14:01:17,484 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-10 14:09:29,841 - 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 492.348s OK 2018-01-10 14:09:30,267 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:09:30,267 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:09:30,269 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-10 14:09:30,272 - functest.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-01-10 14:09:31,157 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-10 14:10:06,492 - functest.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 35.334s OK 2018-01-10 14:10:06,933 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:10:06,934 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:10:06,935 - functest.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-01-10 14:10:06,939 - 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-251 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-10 14:10:06,942 - 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:12 | PASS | | snaps_health_check | functest | healthcheck | 00:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-01-10 14:10:06,945 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-10 14:10:39,524 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-10 14:10:39,524 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-10 14:10:39,526 - 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-10 14:10:39,528 - functest.ci.run_tests - INFO - Running tier 'smoke' 2018-01-10 14:10:39,528 - functest.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-01-10 14:10:44,232 - 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-10 14:10:44,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-10 14:10:44,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-10 14:10:44' 2018-01-10 14:10:44,233 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:10:45,925 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:10:49,185 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:10:56,063 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:10:56,756 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:10:57,438 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:11:03,482 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:11:06,706 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f5ab90af-e4f8-4450-b57b-de49e38e6376' 2018-01-10 14:11:31,360 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-10 14:11:34,611 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-01-10 14:11:34,693 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-10 14:11:35,703 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-10 14:11:55,219 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:11:55,220 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:11:55,220 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-10 14:11:55,223 - functest.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-01-10 14:11:55,303 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-10 14:11:55,303 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-10 14:11:55' 2018-01-10 14:11:55,303 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--51b87aa6-cc4c-4a85-85ee-ecc74927e427' 2018-01-10 14:11:56,951 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-51b87aa6-cc4c-4a85-85ee-ecc74927e427' 2018-01-10 14:11:59,029 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-51b87aa6-cc4c-4a85-85ee-ecc74927e427' 2018-01-10 14:12:05,204 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-51b87aa6-cc4c-4a85-85ee-ecc74927e427' 2018-01-10 14:12:05,810 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-51b87aa6-cc4c-4a85-85ee-ecc74927e427' 2018-01-10 14:12:10,951 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-51b87aa6-cc4c-4a85-85ee-ecc74927e427' 2018-01-10 14:12:15,950 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-10 14:12:27,464 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-10 14:12:29,947 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.6. Waiting for response... 2018-01-10 14:12:32,486 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-10 14:12:48,912 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:12:48,913 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:12:48,913 - functest.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:37 | PASS | +------------------------+------------------+------------------+----------------+ 2018-01-10 14:12:48,917 - functest.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-01-10 14:12:49,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-10 14:12:52,630 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-10 14:12:56,354 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-10 14:13:01,083 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-10 14:13:04,604 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-10 14:13:14,593 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-10 14:13:16,893 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-10 14:13:16,894 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-10 14:13:19,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-10 14:13:19,387 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-10 14:13:23,673 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-10 14:13:23,674 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-10 14:13:23,676 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-10 14:13:23,679 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-01-10 14:13:23,679 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-9de32271-52a8-4205-9e69-eacc14251f65/repo;testr list-tests smoke > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-01-10 14:13:27,413 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-01-10 14:13:27,415 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-01-10 14:13:27,415 - 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-10 14:13:30,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-10 14:13:30.844 62 INFO rally.api [-] Starting verification (UUID=674c86d7-57b1-4170-a365-340430d1f54c) for deployment 'opnfv-rally' (UUID=d87384ff-c5df-4712-a4bd-3d3a3234080f) by verifier 'opnfv-tempest' (UUID=9de32271-52a8-4205-9e69-eacc14251f65). 2018-01-10 14:13:30,846 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 674c86d7-57b1-4170-a365-340430d1f54c 2018-01-10 14:13:36,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: 'rally verify show --uuid 674c86d7-57b1-4170-a365-340430d1f54c'. 2018-01-10 14:13:38,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-01-10 14:13:38,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-01-10 14:13:38,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-10 14:13:38,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 674c86d7-57b1-4170-a365-340430d1f54c | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-01-10 14:13:30 | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-01-10 14:13:36 | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:00:06 | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9de32271-52a8-4205-9e69-eacc14251f65) | 2018-01-10 14:13:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d87384ff-c5df-4712-a4bd-3d3a3234080f) | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 0.0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------+ 2018-01-10 14:13:38,207 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - No test has been executed 2018-01-10 14:13:42,195 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:13:42,195 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:13:42,195 - functest.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 00:27 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-01-10 14:13:42,199 - functest.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-01-10 14:13:42,200 - functest.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-01-10 14:13:42,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-10 14:13:46,057 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-10 14:13:49,891 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-10 14:13:54,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-01-10 14:13:56,036 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53'... 2018-01-10 14:13:57,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-f8c603e6-22f7-44c4-9c30-a98a8131cf53'... 2018-01-10 14:13:59,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-f8c603e6-22f7-44c4-9c30-a98a8131cf53'... 2018-01-10 14:14:04,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53'... 2018-01-10 14:14:05,584 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53'... 2018-01-10 14:14:06,183 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-01-10 14:14:06,184 - 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-10 14:14:06,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:14:06,222 - 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-10 14:14:06,227 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:15:12,246 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 53ec441e-acdf-44b1-a16b-7ef504f826ef: started 2018-01-10 14:14:09.845 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Starting: Task validation. 2018-01-10 14:14:09.890 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Starting: Task validation of syntax. 2018-01-10 14:14:09.966 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Completed: Task validation of syntax. 2018-01-10 14:14:09.967 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Starting: Task validation of required platforms. 2018-01-10 14:14:10.002 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Completed: Task validation of required platforms. 2018-01-10 14:14:10.002 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Starting: Task validation of semantic. 2018-01-10 14:14:10.731 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:14:13.554 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.82 sec 2018-01-10 14:14:13.599 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:14:18.063 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 4.46 sec 2018-01-10 14:14:18.064 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Completed: Task validation of semantic. 2018-01-10 14:14:18.064 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Completed: Task validation. 2018-01-10 14:14:18.065 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Starting: Running task. 2018-01-10 14:14:18.222 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:14:20.896 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.67 sec 2018-01-10 14:14:20.919 212 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 START 2018-01-10 14:14:21.669 212 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 END: OK 2018-01-10 14:14:21.693 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:14:25.722 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 4.03 sec 2018-01-10 14:14:26.264 87 INFO rally.task.engine [-] Load duration is: 0.747827 2018-01-10 14:14:26.265 87 INFO rally.task.engine [-] Full duration is: 7.518392 2018-01-10 14:14:26.523 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:14:29.270 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.75 sec 2018-01-10 14:14:29.291 298 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 START 2018-01-10 14:14:30.588 298 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 END: OK 2018-01-10 14:14:30.613 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:14:34.746 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 4.13 sec 2018-01-10 14:14:36.581 87 INFO rally.task.engine [-] Load duration is: 1.294627 2018-01-10 14:14:36.582 87 INFO rally.task.engine [-] Full duration is: 8.240894 2018-01-10 14:14:36.822 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:14:39.523 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.70 sec 2018-01-10 14:14:39.541 384 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 START 2018-01-10 14:14:40.572 384 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 END: OK 2018-01-10 14:14:40.596 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:14:44.492 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 3.90 sec 2018-01-10 14:14:44.867 87 INFO rally.task.engine [-] Load duration is: 1.028268 2018-01-10 14:14:44.868 87 INFO rally.task.engine [-] Full duration is: 7.683826 2018-01-10 14:14:45.102 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:14:47.943 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.84 sec 2018-01-10 14:14:47.965 470 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 START 2018-01-10 14:14:48.796 470 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 END: OK 2018-01-10 14:14:48.819 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:14:52.788 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 3.97 sec 2018-01-10 14:14:53.142 87 INFO rally.task.engine [-] Load duration is: 0.829041 2018-01-10 14:14:53.143 87 INFO rally.task.engine [-] Full duration is: 7.701872 2018-01-10 14:14:53.379 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:14:56.115 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.74 sec 2018-01-10 14:14:56.137 556 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 START 2018-01-10 14:14:57.199 556 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 END: OK 2018-01-10 14:14:57.225 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:15:01.457 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 4.23 sec 2018-01-10 14:15:03.432 87 INFO rally.task.engine [-] Load duration is: 1.059774 2018-01-10 14:15:03.432 87 INFO rally.task.engine [-] Full duration is: 8.094382 2018-01-10 14:15:03.702 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() started 2018-01-10 14:15:06.526 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack setup() finished in 2.82 sec 2018-01-10 14:15:06.549 642 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 START 2018-01-10 14:15:07.470 642 INFO rally.task.runner [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | ITER: 1 END: OK 2018-01-10 14:15:07.493 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() started 2018-01-10 14:15:11.511 87 INFO rally.task.context [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Context users@openstack cleanup() finished in 4.02 sec 2018-01-10 14:15:11.749 87 INFO rally.task.engine [-] Load duration is: 0.91955 2018-01-10 14:15:11.750 87 INFO rally.task.engine [-] Full duration is: 7.827612 2018-01-10 14:15:11.946 87 INFO rally.task.engine [-] Task 53ec441e-acdf-44b1-a16b-7ef504f826ef | Completed: Running task. Task 53ec441e-acdf-44b1-a16b-7ef504f826ef: 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.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 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.747827 Full duration: 7.518392 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.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | total | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | -> duration | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.294627 Full duration: 8.240894 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.408 | 0.408 | 0.408 | 0.408 | 0.408 | 0.408 | 100.0% | 1 | | total | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> duration | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.028268 Full duration: 7.683826 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.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829041 Full duration: 7.701872 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.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | total | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> duration | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.059774 Full duration: 8.094382 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.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 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.91955 Full duration: 7.827612 2018-01-10 14:15:12,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 53ec441e-acdf-44b1-a16b-7ef504f826ef 2018-01-10 14:15:12,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-01-10 14:15:12,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '53ec441e-acdf-44b1-a16b-7ef504f826ef', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-01-10 14:15:12,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '53ec441e-acdf-44b1-a16b-7ef504f826ef'] 2018-01-10 14:15:13,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:15:13,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-01-10 14:15:13,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-01-10 14:15:13,757 - 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-10 14:15:13,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:15:13,796 - 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-10 14:15:13,798 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:16:47,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf: started 2018-01-10 14:15:17.395 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Starting: Task validation. 2018-01-10 14:15:17.437 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Starting: Task validation of syntax. 2018-01-10 14:15:17.503 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Completed: Task validation of syntax. 2018-01-10 14:15:17.503 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Starting: Task validation of required platforms. 2018-01-10 14:15:17.529 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Completed: Task validation of required platforms. 2018-01-10 14:15:17.529 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Starting: Task validation of semantic. 2018-01-10 14:15:18.282 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() started 2018-01-10 14:15:21.030 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() finished in 2.75 sec 2018-01-10 14:15:23.725 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() started 2018-01-10 14:15:27.703 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() finished in 3.98 sec 2018-01-10 14:15:27.703 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Completed: Task validation of semantic. 2018-01-10 14:15:27.703 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Completed: Task validation. 2018-01-10 14:15:27.704 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Starting: Running task. 2018-01-10 14:15:27.875 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() started 2018-01-10 14:15:30.648 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() finished in 2.77 sec 2018-01-10 14:15:30.649 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack setup() started 2018-01-10 14:15:30.649 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:15:30.673 817 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 START 2018-01-10 14:15:36.052 817 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 END: OK 2018-01-10 14:15:36.080 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack cleanup() started 2018-01-10 14:15:36.750 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack cleanup() finished in 0.67 sec 2018-01-10 14:15:36.751 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() started 2018-01-10 14:15:40.682 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() finished in 3.93 sec 2018-01-10 14:15:41.955 692 INFO rally.task.engine [-] Load duration is: 4.242445 2018-01-10 14:15:41.956 692 INFO rally.task.engine [-] Full duration is: 12.824819 2018-01-10 14:15:42.194 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() started 2018-01-10 14:15:44.987 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() finished in 2.79 sec 2018-01-10 14:15:44.988 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack setup() started 2018-01-10 14:15:44.988 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack setup() finished in 0.34 msec 2018-01-10 14:15:45.009 923 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 START 2018-01-10 14:15:50.006 923 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 END: OK 2018-01-10 14:15:50.032 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack cleanup() started 2018-01-10 14:15:53.082 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack cleanup() finished in 3.05 sec 2018-01-10 14:15:53.082 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() started 2018-01-10 14:15:56.894 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() finished in 3.81 sec 2018-01-10 14:15:58.292 692 INFO rally.task.engine [-] Load duration is: 3.836326 2018-01-10 14:15:58.293 692 INFO rally.task.engine [-] Full duration is: 14.714833 2018-01-10 14:15:58.575 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() started 2018-01-10 14:16:01.338 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() finished in 2.76 sec 2018-01-10 14:16:01.359 1029 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 START 2018-01-10 14:16:02.626 1029 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 END: OK 2018-01-10 14:16:02.649 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() started 2018-01-10 14:16:06.508 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() finished in 3.86 sec 2018-01-10 14:16:06.624 692 INFO rally.task.engine [-] Load duration is: 0.19304 2018-01-10 14:16:06.625 692 INFO rally.task.engine [-] Full duration is: 7.952865 2018-01-10 14:16:06.891 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() started 2018-01-10 14:16:09.699 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack setup() finished in 2.81 sec 2018-01-10 14:16:09.699 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context quotas@openstack setup() started 2018-01-10 14:16:10.750 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context quotas@openstack setup() finished in 1.05 sec 2018-01-10 14:16:10.750 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack setup() started 2018-01-10 14:16:10.750 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:16:11.345 1115 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 START 2018-01-10 14:16:32.993 1115 INFO rally.task.runner [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | ITER: 1 END: OK 2018-01-10 14:16:33.019 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack cleanup() started 2018-01-10 14:16:43.047 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context cleanup@openstack cleanup() finished in 10.03 sec 2018-01-10 14:16:43.048 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context quotas@openstack cleanup() started 2018-01-10 14:16:43.111 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context quotas@openstack cleanup() finished in 63.28 msec 2018-01-10 14:16:43.112 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() started 2018-01-10 14:16:46.843 692 INFO rally.task.context [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Context users@openstack cleanup() finished in 3.73 sec 2018-01-10 14:16:47.106 692 INFO rally.task.engine [-] Load duration is: 19.585021 2018-01-10 14:16:47.107 692 INFO rally.task.engine [-] Full duration is: 39.970276 2018-01-10 14:16:47.275 692 INFO rally.task.engine [-] Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf | Completed: Running task. Task c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf: 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 | 3.096 | 3.096 | 3.096 | 3.096 | 3.096 | 3.096 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | -> glance_v2.upload_data | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | glance_v2.delete_image | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 1.146 | 100.0% | 1 | | total | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | -> duration | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 4.242 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.242445 Full duration: 12.824819 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.773 | 3.773 | 3.773 | 3.773 | 3.773 | 3.773 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | -> glance_v2.upload_data | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | glance_v2.list_images | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 3.836 | 3.836 | 3.836 | 3.836 | 3.836 | 3.836 | 100.0% | 1 | | -> duration | 3.836 | 3.836 | 3.836 | 3.836 | 3.836 | 3.836 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.836326 Full duration: 14.714833 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.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | -> duration | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.19304 Full duration: 7.952865 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.258 | 3.258 | 3.258 | 3.258 | 3.258 | 3.258 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | -> glance_v2.upload_data | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | nova.boot_servers | 17.326 | 17.326 | 17.326 | 17.326 | 17.326 | 17.326 | 100.0% | 1 | | total | 20.585 | 20.585 | 20.585 | 20.585 | 20.585 | 20.585 | 100.0% | 1 | | -> duration | 19.585 | 19.585 | 19.585 | 19.585 | 19.585 | 19.585 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.585021 Full duration: 39.970276 2018-01-10 14:16:47,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf 2018-01-10 14:16:47,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-01-10 14:16:47,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c0fd9205-d6aa-4f11-ba4d-4db2a2da19cf'] 2018-01-10 14:16:49,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:16:49,066 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-01-10 14:16:49,066 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-01-10 14:16:49,066 - 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-10 14:16:49,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:16:49,105 - 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-10 14:16:49,106 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-01-10 14:16:49,106 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-01-10 14:16:49,106 - 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-10 14:16:49,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:16:49,138 - 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-10 14:16:49,143 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:20:06,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 985280af-faf9-44b5-a71b-10584b5097a5: started 2018-01-10 14:16:52.709 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Starting: Task validation. 2018-01-10 14:16:52.755 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Starting: Task validation of syntax. 2018-01-10 14:16:52.928 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Completed: Task validation of syntax. 2018-01-10 14:16:52.928 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Starting: Task validation of required platforms. 2018-01-10 14:16:52.995 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Completed: Task validation of required platforms. 2018-01-10 14:16:52.995 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Starting: Task validation of semantic. 2018-01-10 14:16:53.753 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:16:56.672 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.92 sec 2018-01-10 14:17:02.665 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:17:06.607 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 3.94 sec 2018-01-10 14:17:06.608 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Completed: Task validation of semantic. 2018-01-10 14:17:06.608 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Completed: Task validation. 2018-01-10 14:17:06.609 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Starting: Running task. 2018-01-10 14:17:06.771 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:17:09.539 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.77 sec 2018-01-10 14:17:09.540 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() started 2018-01-10 14:17:11.188 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() finished in 1.65 sec 2018-01-10 14:17:11.189 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack setup() started 2018-01-10 14:17:14.492 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack setup() finished in 3.30 sec 2018-01-10 14:17:14.493 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() started 2018-01-10 14:17:14.493 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-10 14:17:14.517 1370 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:17:20.214 1370 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:17:20.238 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() started 2018-01-10 14:17:22.630 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() finished in 2.39 sec 2018-01-10 14:17:22.631 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack cleanup() started 2018-01-10 14:17:26.198 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack cleanup() finished in 3.57 sec 2018-01-10 14:17:26.199 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() started 2018-01-10 14:17:26.260 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() finished in 61.01 msec 2018-01-10 14:17:26.260 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:17:30.078 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 3.82 sec 2018-01-10 14:17:30.912 1245 INFO rally.task.engine [-] Load duration is: 5.690479 2018-01-10 14:17:30.913 1245 INFO rally.task.engine [-] Full duration is: 23.326839 2018-01-10 14:17:31.177 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:17:33.820 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.64 sec 2018-01-10 14:17:33.821 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() started 2018-01-10 14:17:34.699 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() finished in 0.88 sec 2018-01-10 14:17:34.700 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() started 2018-01-10 14:17:34.700 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:17:34.722 1556 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:17:40.519 1556 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:17:40.548 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() started 2018-01-10 14:17:43.281 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() finished in 2.73 sec 2018-01-10 14:17:43.283 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() started 2018-01-10 14:17:43.420 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() finished in 0.14 sec 2018-01-10 14:17:43.420 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:17:47.229 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 3.81 sec 2018-01-10 14:17:47.293 1245 INFO rally.task.engine [-] Load duration is: 5.793209 2018-01-10 14:17:47.293 1245 INFO rally.task.engine [-] Full duration is: 16.06977 2018-01-10 14:17:47.558 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:17:50.265 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.71 sec 2018-01-10 14:17:50.266 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() started 2018-01-10 14:17:51.050 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() finished in 0.78 sec 2018-01-10 14:17:51.050 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() started 2018-01-10 14:17:51.050 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:17:51.678 1722 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:18:01.471 1722 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:18:01.492 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() started 2018-01-10 14:18:03.788 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() finished in 2.30 sec 2018-01-10 14:18:03.788 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() started 2018-01-10 14:18:03.837 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() finished in 49.23 msec 2018-01-10 14:18:03.838 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:18:07.849 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 4.01 sec 2018-01-10 14:18:09.684 1245 INFO rally.task.engine [-] Load duration is: 9.787119 2018-01-10 14:18:09.684 1245 INFO rally.task.engine [-] Full duration is: 20.311312 2018-01-10 14:18:09.930 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:18:12.752 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.82 sec 2018-01-10 14:18:12.752 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() started 2018-01-10 14:18:13.567 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() finished in 0.81 sec 2018-01-10 14:18:13.567 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() started 2018-01-10 14:18:13.567 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:18:13.589 1888 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:18:19.080 1888 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:18:19.108 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() started 2018-01-10 14:18:21.626 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() finished in 2.52 sec 2018-01-10 14:18:21.627 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() started 2018-01-10 14:18:21.673 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() finished in 46.26 msec 2018-01-10 14:18:21.673 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:18:25.582 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 3.91 sec 2018-01-10 14:18:26.022 1245 INFO rally.task.engine [-] Load duration is: 5.487728 2018-01-10 14:18:26.023 1245 INFO rally.task.engine [-] Full duration is: 15.669882 2018-01-10 14:18:26.289 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:18:29.042 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.75 sec 2018-01-10 14:18:29.043 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() started 2018-01-10 14:18:29.875 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() finished in 0.83 sec 2018-01-10 14:18:29.876 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() started 2018-01-10 14:18:29.876 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:18:29.899 2054 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:18:37.896 2054 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:18:37.924 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() started 2018-01-10 14:18:40.248 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() finished in 2.32 sec 2018-01-10 14:18:40.249 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() started 2018-01-10 14:18:40.300 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() finished in 50.79 msec 2018-01-10 14:18:40.300 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:18:44.161 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 3.86 sec 2018-01-10 14:18:44.407 1245 INFO rally.task.engine [-] Load duration is: 7.993501 2018-01-10 14:18:44.408 1245 INFO rally.task.engine [-] Full duration is: 17.890715 2018-01-10 14:18:44.653 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:18:47.400 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.75 sec 2018-01-10 14:18:47.400 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() started 2018-01-10 14:18:48.216 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack setup() finished in 0.82 sec 2018-01-10 14:18:48.216 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack setup() started 2018-01-10 14:18:51.564 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack setup() finished in 3.35 sec 2018-01-10 14:18:51.564 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() started 2018-01-10 14:18:51.565 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:18:51.586 2220 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:18:57.117 2220 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:18:57.146 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() started 2018-01-10 14:18:59.518 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context cleanup@openstack cleanup() finished in 2.37 sec 2018-01-10 14:18:59.518 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack cleanup() started 2018-01-10 14:19:02.961 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context volumes@openstack cleanup() finished in 3.44 sec 2018-01-10 14:19:02.962 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() started 2018-01-10 14:19:03.026 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context quotas@openstack cleanup() finished in 64.19 msec 2018-01-10 14:19:03.027 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:19:07.147 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 4.12 sec 2018-01-10 14:19:08.787 1245 INFO rally.task.engine [-] Load duration is: 5.52644 2018-01-10 14:19:08.788 1245 INFO rally.task.engine [-] Full duration is: 22.512217 2018-01-10 14:19:09.050 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:19:11.971 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.92 sec 2018-01-10 14:19:11.971 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() started 2018-01-10 14:19:11.972 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:19:11.993 2406 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:19:12.776 2406 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:19:12.796 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:19:17.446 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() finished in 4.65 sec 2018-01-10 14:19:17.447 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:19:21.898 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 4.45 sec 2018-01-10 14:19:23.133 1245 INFO rally.task.engine [-] Load duration is: 0.778781 2018-01-10 14:19:23.134 1245 INFO rally.task.engine [-] Full duration is: 12.863528 2018-01-10 14:19:23.407 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:19:26.238 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.83 sec 2018-01-10 14:19:26.239 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() started 2018-01-10 14:19:26.239 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() finished in 0.33 msec 2018-01-10 14:19:26.261 2572 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:19:27.115 2572 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:19:27.145 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:19:31.810 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() finished in 4.66 sec 2018-01-10 14:19:31.811 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:19:36.021 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 4.21 sec 2018-01-10 14:19:37.483 1245 INFO rally.task.engine [-] Load duration is: 0.849837 2018-01-10 14:19:37.483 1245 INFO rally.task.engine [-] Full duration is: 12.632132 2018-01-10 14:19:37.726 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:19:40.578 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.85 sec 2018-01-10 14:19:40.579 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() started 2018-01-10 14:19:40.579 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-10 14:19:40.599 2738 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:19:41.425 2738 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:19:41.443 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:19:46.408 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() finished in 4.96 sec 2018-01-10 14:19:46.409 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:19:50.599 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 4.19 sec 2018-01-10 14:19:51.804 1245 INFO rally.task.engine [-] Load duration is: 0.822631 2018-01-10 14:19:51.804 1245 INFO rally.task.engine [-] Full duration is: 12.892021 2018-01-10 14:19:52.070 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() started 2018-01-10 14:19:54.963 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack setup() finished in 2.89 sec 2018-01-10 14:19:54.964 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() started 2018-01-10 14:19:54.964 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack setup() finished in 0.32 msec 2018-01-10 14:19:54.986 2904 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 START 2018-01-10 14:19:55.894 2904 INFO rally.task.runner [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | ITER: 1 END: OK 2018-01-10 14:19:55.921 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:20:00.520 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context admin_cleanup@openstack cleanup() finished in 4.60 sec 2018-01-10 14:20:00.521 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() started 2018-01-10 14:20:04.597 1245 INFO rally.task.context [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Context users@openstack cleanup() finished in 4.08 sec 2018-01-10 14:20:06.165 1245 INFO rally.task.engine [-] Load duration is: 0.90376 2018-01-10 14:20:06.166 1245 INFO rally.task.engine [-] Full duration is: 12.543139 2018-01-10 14:20:06.355 1245 INFO rally.task.engine [-] Task 985280af-faf9-44b5-a71b-10584b5097a5 | Completed: Running task. Task 985280af-faf9-44b5-a71b-10584b5097a5: 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.386 | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.304 | 2.304 | 2.304 | 2.304 | 2.304 | 2.304 | 100.0% | 1 | | total | 5.69 | 5.69 | 5.69 | 5.69 | 5.69 | 5.69 | 100.0% | 1 | | -> duration | 5.69 | 5.69 | 5.69 | 5.69 | 5.69 | 5.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.690479 Full duration: 23.326839 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.322 | 3.322 | 3.322 | 3.322 | 3.322 | 3.322 | 100.0% | 1 | | cinder_v2.delete_volume | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 2.471 | 100.0% | 1 | | total | 5.793 | 5.793 | 5.793 | 5.793 | 5.793 | 5.793 | 100.0% | 1 | | -> duration | 5.793 | 5.793 | 5.793 | 5.793 | 5.793 | 5.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.793209 Full duration: 16.06977 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.508 | 7.508 | 7.508 | 7.508 | 7.508 | 7.508 | 100.0% | 1 | | cinder_v2.delete_volume | 2.279 | 2.279 | 2.279 | 2.279 | 2.279 | 2.279 | 100.0% | 1 | | total | 9.787 | 9.787 | 9.787 | 9.787 | 9.787 | 9.787 | 100.0% | 1 | | -> duration | 9.787 | 9.787 | 9.787 | 9.787 | 9.787 | 9.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.787119 Full duration: 20.311312 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.173 | 3.173 | 3.173 | 3.173 | 3.173 | 3.173 | 100.0% | 1 | | cinder_v2.delete_volume | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | total | 5.488 | 5.488 | 5.488 | 5.488 | 5.488 | 5.488 | 100.0% | 1 | | -> duration | 5.488 | 5.488 | 5.488 | 5.488 | 5.488 | 5.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.487728 Full duration: 15.669882 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.131 | 3.131 | 3.131 | 3.131 | 3.131 | 3.131 | 100.0% | 1 | | cinder_v2.extend_volume | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 100.0% | 1 | | cinder_v2.delete_volume | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 100.0% | 1 | | total | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 100.0% | 1 | | -> duration | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.993501 Full duration: 17.890715 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.215 | 3.215 | 3.215 | 3.215 | 3.215 | 3.215 | 100.0% | 1 | | cinder_v2.delete_volume | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 100.0% | 1 | | total | 5.526 | 5.526 | 5.526 | 5.526 | 5.526 | 5.526 | 100.0% | 1 | | -> duration | 5.526 | 5.526 | 5.526 | 5.526 | 5.526 | 5.526 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.52644 Full duration: 22.512217 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | cinder_v2.list_qos | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778781 Full duration: 12.863528 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.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | cinder_v2.set_qos | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.849837 Full duration: 12.632132 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.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | cinder_v2.list_types | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 100.0% | 1 | | total | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> duration | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822631 Full duration: 12.892021 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.90376 Full duration: 12.543139 2018-01-10 14:20:06,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 985280af-faf9-44b5-a71b-10584b5097a5 2018-01-10 14:20:06,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '985280af-faf9-44b5-a71b-10584b5097a5', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-01-10 14:20:06,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '985280af-faf9-44b5-a71b-10584b5097a5'] 2018-01-10 14:20:08,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:20:08,398 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-01-10 14:20:08,398 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-01-10 14:20:08,399 - 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-10 14:20:08,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:20:08,427 - 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-10 14:20:08,428 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:21:45,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 59c5fce6-6138-435f-9525-078647aaf311: started 2018-01-10 14:20:12.027 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Starting: Task validation. 2018-01-10 14:20:12.075 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Starting: Task validation of syntax. 2018-01-10 14:20:12.141 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Completed: Task validation of syntax. 2018-01-10 14:20:12.141 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Starting: Task validation of required platforms. 2018-01-10 14:20:12.168 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Completed: Task validation of required platforms. 2018-01-10 14:20:12.168 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Starting: Task validation of semantic. 2018-01-10 14:20:12.940 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() started 2018-01-10 14:20:15.682 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() finished in 2.74 sec 2018-01-10 14:20:20.974 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() started 2018-01-10 14:20:25.159 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() finished in 4.18 sec 2018-01-10 14:20:25.160 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Completed: Task validation of semantic. 2018-01-10 14:20:25.160 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Completed: Task validation. 2018-01-10 14:20:25.161 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Starting: Running task. 2018-01-10 14:20:25.350 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() started 2018-01-10 14:20:28.136 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() finished in 2.79 sec 2018-01-10 14:20:28.137 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() started 2018-01-10 14:20:30.227 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() finished in 2.09 sec 2018-01-10 14:20:30.228 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack setup() started 2018-01-10 14:20:30.228 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-10 14:20:30.256 3189 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 START 2018-01-10 14:20:43.119 3189 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 END: OK 2018-01-10 14:20:43.140 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack cleanup() started 2018-01-10 14:20:43.829 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack cleanup() finished in 0.69 sec 2018-01-10 14:20:43.830 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() started 2018-01-10 14:20:44.943 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() finished in 1.11 sec 2018-01-10 14:20:44.944 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() started 2018-01-10 14:20:49.345 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() finished in 4.40 sec 2018-01-10 14:20:49.494 3034 INFO rally.task.engine [-] Load duration is: 8.861354 2018-01-10 14:20:49.495 3034 INFO rally.task.engine [-] Full duration is: 24.017901 2018-01-10 14:20:49.757 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() started 2018-01-10 14:20:52.658 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() finished in 2.90 sec 2018-01-10 14:20:52.658 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() started 2018-01-10 14:20:54.776 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() finished in 2.12 sec 2018-01-10 14:20:54.777 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack setup() started 2018-01-10 14:20:54.777 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:20:54.800 3355 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 START 2018-01-10 14:21:03.095 3355 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 END: OK 2018-01-10 14:21:03.125 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack cleanup() started 2018-01-10 14:21:03.812 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack cleanup() finished in 0.69 sec 2018-01-10 14:21:03.812 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() started 2018-01-10 14:21:05.027 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() finished in 1.21 sec 2018-01-10 14:21:05.027 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() started 2018-01-10 14:21:09.540 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() finished in 4.51 sec 2018-01-10 14:21:09.884 3034 INFO rally.task.engine [-] Load duration is: 6.293107 2018-01-10 14:21:09.884 3034 INFO rally.task.engine [-] Full duration is: 19.798395 2018-01-10 14:21:10.137 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() started 2018-01-10 14:21:13.195 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() finished in 3.06 sec 2018-01-10 14:21:13.195 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() started 2018-01-10 14:21:15.423 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() finished in 2.23 sec 2018-01-10 14:21:15.423 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack setup() started 2018-01-10 14:21:15.423 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:21:15.446 3521 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 START 2018-01-10 14:21:24.872 3521 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 END: OK 2018-01-10 14:21:24.897 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack cleanup() started 2018-01-10 14:21:26.072 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context cleanup@openstack cleanup() finished in 1.18 sec 2018-01-10 14:21:26.073 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() started 2018-01-10 14:21:27.158 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() finished in 1.09 sec 2018-01-10 14:21:27.158 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() started 2018-01-10 14:21:31.316 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() finished in 4.16 sec 2018-01-10 14:21:32.264 3034 INFO rally.task.engine [-] Load duration is: 7.424458 2018-01-10 14:21:32.265 3034 INFO rally.task.engine [-] Full duration is: 21.19811 2018-01-10 14:21:32.546 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() started 2018-01-10 14:21:35.692 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack setup() finished in 3.15 sec 2018-01-10 14:21:35.693 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() started 2018-01-10 14:21:37.801 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack setup() finished in 2.11 sec 2018-01-10 14:21:37.821 3687 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 START 2018-01-10 14:21:39.054 3687 INFO rally.task.runner [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | ITER: 1 END: OK 2018-01-10 14:21:39.079 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() started 2018-01-10 14:21:40.162 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context roles@openstack cleanup() finished in 1.08 sec 2018-01-10 14:21:40.162 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() started 2018-01-10 14:21:44.269 3034 INFO rally.task.context [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Context users@openstack cleanup() finished in 4.11 sec 2018-01-10 14:21:44.612 3034 INFO rally.task.engine [-] Load duration is: 1.230423 2018-01-10 14:21:44.612 3034 INFO rally.task.engine [-] Full duration is: 11.740517 2018-01-10 14:21:44.787 3034 INFO rally.task.engine [-] Task 59c5fce6-6138-435f-9525-078647aaf311 | Completed: Running task. Task 59c5fce6-6138-435f-9525-078647aaf311: 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 | 5.994 | 5.994 | 5.994 | 5.994 | 5.994 | 5.994 | 100.0% | 1 | | heat.update_stack | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 3.47 | 100.0% | 1 | | heat.delete_stack | 3.397 | 3.397 | 3.397 | 3.397 | 3.397 | 3.397 | 100.0% | 1 | | total | 12.861 | 12.861 | 12.861 | 12.861 | 12.861 | 12.861 | 100.0% | 1 | | -> duration | 8.861 | 8.861 | 8.861 | 8.861 | 8.861 | 8.861 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.861354 Full duration: 24.017901 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.592 | 4.592 | 4.592 | 4.592 | 4.592 | 4.592 | 100.0% | 1 | | heat.check_stack | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 1.364 | 100.0% | 1 | | heat.delete_stack | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 100.0% | 1 | | total | 8.293 | 8.293 | 8.293 | 8.293 | 8.293 | 8.293 | 100.0% | 1 | | -> duration | 6.293 | 6.293 | 6.293 | 6.293 | 6.293 | 6.293 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.293107 Full duration: 19.798395 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.354 | 4.354 | 4.354 | 4.354 | 4.354 | 4.354 | 100.0% | 1 | | heat.suspend_stack | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | heat.resume_stack | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 1.326 | 100.0% | 1 | | heat.delete_stack | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 2.354 | 100.0% | 1 | | total | 9.424 | 9.424 | 9.424 | 9.424 | 9.424 | 9.424 | 100.0% | 1 | | -> duration | 7.424 | 7.424 | 7.424 | 7.424 | 7.424 | 7.424 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.424458 Full duration: 21.19811 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 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 100.0% | 1 | | total | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 100.0% | 1 | | -> duration | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.230423 Full duration: 11.740517 2018-01-10 14:21:45,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 59c5fce6-6138-435f-9525-078647aaf311 2018-01-10 14:21:45,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '59c5fce6-6138-435f-9525-078647aaf311', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-01-10 14:21:45,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '59c5fce6-6138-435f-9525-078647aaf311'] 2018-01-10 14:21:46,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:21:46,553 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-01-10 14:21:46,553 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-01-10 14:21:46,553 - 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-10 14:21:46,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:21:46,588 - 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-10 14:21:46,591 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:25:02,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task ee637642-0701-4654-ad02-d128d1af6006: started 2018-01-10 14:21:50.178 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Starting: Task validation. 2018-01-10 14:21:50.227 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Starting: Task validation of syntax. 2018-01-10 14:21:50.367 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Completed: Task validation of syntax. 2018-01-10 14:21:50.368 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Starting: Task validation of required platforms. 2018-01-10 14:21:50.429 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Completed: Task validation of required platforms. 2018-01-10 14:21:50.430 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Starting: Task validation of semantic. 2018-01-10 14:21:51.195 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:21:53.974 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.78 sec 2018-01-10 14:21:54.053 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:21:58.091 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.04 sec 2018-01-10 14:21:58.092 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Completed: Task validation of semantic. 2018-01-10 14:21:58.092 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Completed: Task validation. 2018-01-10 14:21:58.093 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Starting: Running task. 2018-01-10 14:21:58.283 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:22:01.047 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.76 sec 2018-01-10 14:22:01.047 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:22:01.048 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:22:01.071 3892 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:22:02.930 3892 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:22:02.951 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:22:09.180 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 6.23 sec 2018-01-10 14:22:09.180 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:22:13.514 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.33 sec 2018-01-10 14:22:14.374 3767 INFO rally.task.engine [-] Load duration is: 0.715543 2018-01-10 14:22:14.375 3767 INFO rally.task.engine [-] Full duration is: 15.251563 2018-01-10 14:22:14.640 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:22:17.677 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 3.04 sec 2018-01-10 14:22:17.677 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:22:17.677 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.23 msec 2018-01-10 14:22:17.696 4058 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:22:19.469 4058 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:22:19.492 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:22:25.854 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 6.36 sec 2018-01-10 14:22:25.854 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:22:30.159 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.30 sec 2018-01-10 14:22:30.732 3767 INFO rally.task.engine [-] Load duration is: 0.636134 2018-01-10 14:22:30.733 3767 INFO rally.task.engine [-] Full duration is: 15.538956 2018-01-10 14:22:30.991 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:22:33.721 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.73 sec 2018-01-10 14:22:33.721 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:22:33.722 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:22:33.743 4224 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:22:35.606 4224 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:22:35.636 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:22:41.753 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 6.12 sec 2018-01-10 14:22:41.753 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:22:45.873 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.12 sec 2018-01-10 14:22:47.077 3767 INFO rally.task.engine [-] Load duration is: 0.63267 2018-01-10 14:22:47.078 3767 INFO rally.task.engine [-] Full duration is: 14.899012 2018-01-10 14:22:47.353 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:22:50.239 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.89 sec 2018-01-10 14:22:50.239 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:22:50.240 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:22:50.259 4390 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:22:52.101 4390 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:22:52.130 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:22:56.179 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 4.05 sec 2018-01-10 14:22:56.180 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:23:00.468 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.29 sec 2018-01-10 14:23:01.429 3767 INFO rally.task.engine [-] Load duration is: 0.640653 2018-01-10 14:23:01.430 3767 INFO rally.task.engine [-] Full duration is: 13.133429 2018-01-10 14:23:01.695 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:23:04.519 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.82 sec 2018-01-10 14:23:04.519 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:23:04.520 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:23:04.540 4556 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:23:06.263 4556 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:23:06.286 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:23:10.384 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 4.10 sec 2018-01-10 14:23:10.385 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:23:14.393 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.01 sec 2018-01-10 14:23:15.778 3767 INFO rally.task.engine [-] Load duration is: 0.602887 2018-01-10 14:23:15.779 3767 INFO rally.task.engine [-] Full duration is: 12.711593 2018-01-10 14:23:16.005 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:23:18.748 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.74 sec 2018-01-10 14:23:18.749 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:23:18.749 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:23:18.769 4722 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:23:21.121 4722 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:23:21.144 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:23:31.723 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 10.58 sec 2018-01-10 14:23:31.724 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:23:35.936 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.21 sec 2018-01-10 14:23:36.121 3767 INFO rally.task.engine [-] Load duration is: 1.143551 2018-01-10 14:23:36.121 3767 INFO rally.task.engine [-] Full duration is: 19.947732 2018-01-10 14:23:36.404 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:23:39.348 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.94 sec 2018-01-10 14:23:39.348 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:23:39.348 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.20 msec 2018-01-10 14:23:39.366 4888 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:23:41.335 4888 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:23:41.360 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:23:45.447 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 4.09 sec 2018-01-10 14:23:45.447 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:23:49.545 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.10 sec 2018-01-10 14:23:50.493 3767 INFO rally.task.engine [-] Load duration is: 0.812408 2018-01-10 14:23:50.493 3767 INFO rally.task.engine [-] Full duration is: 13.161559 2018-01-10 14:23:50.749 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:23:53.696 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.95 sec 2018-01-10 14:23:53.696 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:23:53.696 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:23:53.718 5054 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:23:55.695 5054 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:23:55.718 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:24:02.091 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 6.37 sec 2018-01-10 14:24:02.092 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:24:06.170 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.08 sec 2018-01-10 14:24:06.859 3767 INFO rally.task.engine [-] Load duration is: 0.786885 2018-01-10 14:24:06.859 3767 INFO rally.task.engine [-] Full duration is: 15.440788 2018-01-10 14:24:07.114 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:24:09.809 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.70 sec 2018-01-10 14:24:09.810 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:24:09.810 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-10 14:24:09.830 5220 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:24:11.648 5220 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:24:11.670 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:24:17.924 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 6.25 sec 2018-01-10 14:24:17.925 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:24:21.928 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.00 sec 2018-01-10 14:24:23.210 3767 INFO rally.task.engine [-] Load duration is: 0.616438 2018-01-10 14:24:23.211 3767 INFO rally.task.engine [-] Full duration is: 14.831574 2018-01-10 14:24:23.455 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:24:26.441 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.99 sec 2018-01-10 14:24:26.441 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:24:26.441 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:24:26.465 5386 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:24:28.494 5386 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:24:28.516 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:24:34.740 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 6.22 sec 2018-01-10 14:24:34.741 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:24:38.882 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.14 sec 2018-01-10 14:24:39.554 3767 INFO rally.task.engine [-] Load duration is: 0.850243 2018-01-10 14:24:39.554 3767 INFO rally.task.engine [-] Full duration is: 15.445154 2018-01-10 14:24:39.801 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() started 2018-01-10 14:24:42.689 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack setup() finished in 2.89 sec 2018-01-10 14:24:42.689 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() started 2018-01-10 14:24:42.690 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack setup() finished in 0.22 msec 2018-01-10 14:24:42.710 5552 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 START 2018-01-10 14:24:47.527 5552 INFO rally.task.runner [-] Task ee637642-0701-4654-ad02-d128d1af6006 | ITER: 1 END: OK 2018-01-10 14:24:47.554 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:24:57.128 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context admin_cleanup@openstack cleanup() finished in 9.57 sec 2018-01-10 14:24:57.128 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() started 2018-01-10 14:25:01.254 3767 INFO rally.task.context [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Context users@openstack cleanup() finished in 4.13 sec 2018-01-10 14:25:02.105 3767 INFO rally.task.engine [-] Load duration is: 3.565559 2018-01-10 14:25:02.106 3767 INFO rally.task.engine [-] Full duration is: 21.469946 2018-01-10 14:25:02.325 3767 INFO rally.task.engine [-] Task ee637642-0701-4654-ad02-d128d1af6006 | Completed: Running task. Task ee637642-0701-4654-ad02-d128d1af6006: 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.add_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.715543 Full duration: 15.251563 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.add_role | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.list_roles | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 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.636134 Full duration: 15.538956 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | keystone_v3.list_projects | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.63267 Full duration: 14.899012 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.548 | 0.548 | 0.548 | 0.548 | 0.548 | 0.548 | 100.0% | 1 | | keystone_v3.delete_role | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> duration | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.640653 Full duration: 13.133429 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_service | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602887 Full duration: 12.711593 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | keystone_v3.create_user | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> keystone_v3.add_role | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.create_role | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | keystone_v3.get_project | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 | | keystone_v3.get_user | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 | | keystone_v3.get_role | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 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.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> duration | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.143551 Full duration: 19.947732 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | keystone_v3.update_project | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812408 Full duration: 13.161559 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786885 Full duration: 15.440788 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.616438 Full duration: 14.831574 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | keystone_v3.list_users | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850243 Full duration: 15.445154 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | keystone_v3.create_users | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | total | 3.566 | 3.566 | 3.566 | 3.566 | 3.566 | 3.566 | 100.0% | 1 | | -> duration | 3.566 | 3.566 | 3.566 | 3.566 | 3.566 | 3.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.565559 Full duration: 21.469946 2018-01-10 14:25:02,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ee637642-0701-4654-ad02-d128d1af6006 2018-01-10 14:25:02,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ee637642-0701-4654-ad02-d128d1af6006', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-01-10 14:25:02,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ee637642-0701-4654-ad02-d128d1af6006'] 2018-01-10 14:25:04,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:25:04,236 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-01-10 14:25:04,236 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-01-10 14:25:04,236 - 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-10 14:25:04,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:25:04,275 - 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-10 14:25:04,283 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:30:32,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de: started 2018-01-10 14:25:07.930 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Starting: Task validation. 2018-01-10 14:25:07.977 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Starting: Task validation of syntax. 2018-01-10 14:25:08.194 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Completed: Task validation of syntax. 2018-01-10 14:25:08.194 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Starting: Task validation of required platforms. 2018-01-10 14:25:08.270 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Completed: Task validation of required platforms. 2018-01-10 14:25:08.271 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Starting: Task validation of semantic. 2018-01-10 14:25:09.046 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:25:12.150 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 3.10 sec 2018-01-10 14:25:17.415 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:25:21.587 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 4.17 sec 2018-01-10 14:25:21.587 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Completed: Task validation of semantic. 2018-01-10 14:25:21.588 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Completed: Task validation. 2018-01-10 14:25:21.589 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Starting: Running task. 2018-01-10 14:25:21.764 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:25:24.727 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.96 sec 2018-01-10 14:25:24.728 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:25:25.394 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.67 sec 2018-01-10 14:25:25.395 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:25:25.395 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:25:25.418 5807 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:25:27.820 5807 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:25:27.849 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:25:33.476 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 5.63 sec 2018-01-10 14:25:33.476 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:25:33.534 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 57.78 msec 2018-01-10 14:25:33.534 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:25:37.247 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.71 sec 2018-01-10 14:25:37.857 5682 INFO rally.task.engine [-] Load duration is: 2.399076 2018-01-10 14:25:37.858 5682 INFO rally.task.engine [-] Full duration is: 15.500312 2018-01-10 14:25:38.132 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:25:41.057 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.92 sec 2018-01-10 14:25:41.057 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:25:41.799 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.74 sec 2018-01-10 14:25:41.800 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() started 2018-01-10 14:25:47.817 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() finished in 6.02 sec 2018-01-10 14:25:47.818 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:25:47.818 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:25:47.841 6093 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:25:50.644 6093 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:25:50.666 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:25:59.043 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 8.38 sec 2018-01-10 14:25:59.043 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() started 2018-01-10 14:26:05.943 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() finished in 6.90 sec 2018-01-10 14:26:05.943 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:26:06.015 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 71.62 msec 2018-01-10 14:26:06.016 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:26:09.697 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.68 sec 2018-01-10 14:26:10.337 5682 INFO rally.task.engine [-] Load duration is: 2.800294 2018-01-10 14:26:10.338 5682 INFO rally.task.engine [-] Full duration is: 31.588595 2018-01-10 14:26:10.606 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:26:13.425 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.82 sec 2018-01-10 14:26:13.425 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:26:14.198 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.77 sec 2018-01-10 14:26:14.199 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() started 2018-01-10 14:26:20.169 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() finished in 5.97 sec 2018-01-10 14:26:20.170 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:26:20.170 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-10 14:26:20.193 6379 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:26:27.733 6379 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:26:27.754 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:26:40.778 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 13.02 sec 2018-01-10 14:26:40.778 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() started 2018-01-10 14:26:48.194 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() finished in 7.42 sec 2018-01-10 14:26:48.195 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:26:48.256 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 60.86 msec 2018-01-10 14:26:48.256 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:26:51.949 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.69 sec 2018-01-10 14:26:52.844 5682 INFO rally.task.engine [-] Load duration is: 7.537724 2018-01-10 14:26:52.844 5682 INFO rally.task.engine [-] Full duration is: 41.362325 2018-01-10 14:26:53.115 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:26:55.962 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.85 sec 2018-01-10 14:26:55.962 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:26:56.668 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.71 sec 2018-01-10 14:26:56.669 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() started 2018-01-10 14:27:02.486 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() finished in 5.82 sec 2018-01-10 14:27:02.486 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:27:02.486 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.32 msec 2018-01-10 14:27:02.510 6665 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:27:04.895 6665 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:27:04.925 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:27:13.678 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 8.75 sec 2018-01-10 14:27:13.678 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() started 2018-01-10 14:27:19.825 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() finished in 6.15 sec 2018-01-10 14:27:19.826 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:27:19.888 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 61.98 msec 2018-01-10 14:27:19.888 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:27:23.578 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.69 sec 2018-01-10 14:27:25.311 5682 INFO rally.task.engine [-] Load duration is: 2.382134 2018-01-10 14:27:25.312 5682 INFO rally.task.engine [-] Full duration is: 30.48245 2018-01-10 14:27:25.571 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:27:28.340 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.77 sec 2018-01-10 14:27:28.340 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:27:29.031 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.69 sec 2018-01-10 14:27:29.031 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:27:29.031 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:27:29.053 6951 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:27:30.634 6951 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:27:30.660 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:27:39.225 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 8.57 sec 2018-01-10 14:27:39.226 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:27:39.270 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 44.19 msec 2018-01-10 14:27:39.271 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:27:42.886 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.62 sec 2018-01-10 14:27:43.677 5682 INFO rally.task.engine [-] Load duration is: 1.578683 2018-01-10 14:27:43.677 5682 INFO rally.task.engine [-] Full duration is: 17.333218 2018-01-10 14:27:43.934 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:27:46.651 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.72 sec 2018-01-10 14:27:46.652 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:27:47.322 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.67 sec 2018-01-10 14:27:47.323 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() started 2018-01-10 14:27:52.829 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() finished in 5.51 sec 2018-01-10 14:27:52.830 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:27:52.830 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:27:52.852 7237 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:27:54.659 7237 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:27:54.679 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:28:03.467 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 8.79 sec 2018-01-10 14:28:03.467 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() started 2018-01-10 14:28:09.520 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() finished in 6.05 sec 2018-01-10 14:28:09.520 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:28:09.582 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 61.80 msec 2018-01-10 14:28:09.582 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:28:13.189 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.61 sec 2018-01-10 14:28:14.100 5682 INFO rally.task.engine [-] Load duration is: 1.805157 2018-01-10 14:28:14.101 5682 INFO rally.task.engine [-] Full duration is: 29.271555 2018-01-10 14:28:14.356 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:28:17.140 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.78 sec 2018-01-10 14:28:17.140 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:28:17.977 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.84 sec 2018-01-10 14:28:17.977 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() started 2018-01-10 14:28:23.647 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() finished in 5.67 sec 2018-01-10 14:28:23.647 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:28:23.647 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:28:23.670 7523 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:28:27.974 7523 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:28:27.995 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:28:43.695 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 15.70 sec 2018-01-10 14:28:43.695 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() started 2018-01-10 14:28:49.299 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() finished in 5.60 sec 2018-01-10 14:28:49.300 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:28:49.359 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 59.18 msec 2018-01-10 14:28:49.359 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:28:53.035 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.67 sec 2018-01-10 14:28:54.589 5682 INFO rally.task.engine [-] Load duration is: 4.302607 2018-01-10 14:28:54.590 5682 INFO rally.task.engine [-] Full duration is: 38.6987 2018-01-10 14:28:54.846 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:28:57.672 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.83 sec 2018-01-10 14:28:57.673 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:28:58.367 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.69 sec 2018-01-10 14:28:58.367 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() started 2018-01-10 14:29:04.204 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack setup() finished in 5.84 sec 2018-01-10 14:29:04.205 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:29:04.205 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:29:04.228 7809 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:29:06.274 7809 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:29:06.297 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:29:19.557 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 13.26 sec 2018-01-10 14:29:19.557 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() started 2018-01-10 14:29:25.617 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context network@openstack cleanup() finished in 6.06 sec 2018-01-10 14:29:25.617 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:29:25.678 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 60.15 msec 2018-01-10 14:29:25.678 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:29:29.310 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.63 sec 2018-01-10 14:29:31.058 5682 INFO rally.task.engine [-] Load duration is: 2.043438 2018-01-10 14:29:31.059 5682 INFO rally.task.engine [-] Full duration is: 34.481672 2018-01-10 14:29:31.331 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:29:34.262 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.93 sec 2018-01-10 14:29:34.263 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:29:34.928 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.67 sec 2018-01-10 14:29:34.929 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:29:34.929 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:29:34.951 8095 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:29:36.718 8095 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:29:36.738 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:29:42.540 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 5.80 sec 2018-01-10 14:29:42.540 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:29:42.588 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 48.32 msec 2018-01-10 14:29:42.589 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:29:46.283 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.69 sec 2018-01-10 14:29:47.426 5682 INFO rally.task.engine [-] Load duration is: 1.764641 2018-01-10 14:29:47.427 5682 INFO rally.task.engine [-] Full duration is: 14.970382 2018-01-10 14:29:47.705 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:29:50.369 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.66 sec 2018-01-10 14:29:50.370 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:29:51.153 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.78 sec 2018-01-10 14:29:51.153 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:29:51.154 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:29:51.175 8381 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:29:53.015 8381 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:29:53.043 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:29:58.999 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 5.96 sec 2018-01-10 14:29:58.999 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:29:59.043 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 43.27 msec 2018-01-10 14:29:59.043 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:30:02.657 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 3.61 sec 2018-01-10 14:30:03.801 5682 INFO rally.task.engine [-] Load duration is: 1.838162 2018-01-10 14:30:03.802 5682 INFO rally.task.engine [-] Full duration is: 14.971358 2018-01-10 14:30:04.054 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() started 2018-01-10 14:30:06.809 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack setup() finished in 2.75 sec 2018-01-10 14:30:06.810 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() started 2018-01-10 14:30:07.594 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack setup() finished in 0.78 sec 2018-01-10 14:30:07.595 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context roles@openstack setup() started 2018-01-10 14:30:09.631 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context roles@openstack setup() finished in 2.04 sec 2018-01-10 14:30:09.631 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() started 2018-01-10 14:30:09.631 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:30:09.654 8697 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 START 2018-01-10 14:30:15.183 8697 INFO rally.task.runner [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | ITER: 1 END: OK 2018-01-10 14:30:15.212 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() started 2018-01-10 14:30:25.869 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context cleanup@openstack cleanup() finished in 10.66 sec 2018-01-10 14:30:25.870 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context roles@openstack cleanup() started 2018-01-10 14:30:26.931 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context roles@openstack cleanup() finished in 1.06 sec 2018-01-10 14:30:26.931 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() started 2018-01-10 14:30:26.988 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context quotas@openstack cleanup() finished in 56.51 msec 2018-01-10 14:30:26.988 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() started 2018-01-10 14:30:31.009 5682 INFO rally.task.context [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Context users@openstack cleanup() finished in 4.02 sec 2018-01-10 14:30:32.211 5682 INFO rally.task.engine [-] Load duration is: 5.527226 2018-01-10 14:30:32.212 5682 INFO rally.task.engine [-] Full duration is: 26.972026 2018-01-10 14:30:32.408 5682 INFO rally.task.engine [-] Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de | Completed: Running task. Task 8ea87dc0-f069-4c6a-a934-a9f399d8a2de: 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.428 | 1.428 | 1.428 | 1.428 | 1.428 | 1.428 | 100.0% | 1 | | neutron.delete_network | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | total | 2.399 | 2.399 | 2.399 | 2.399 | 2.399 | 2.399 | 100.0% | 1 | | -> duration | 2.399 | 2.399 | 2.399 | 2.399 | 2.399 | 2.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.399076 Full duration: 15.500312 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.881 | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 100.0% | 1 | | neutron.delete_port | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | total | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | -> duration | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.800294 Full duration: 31.588595 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.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | neutron.create_subnet | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | neutron.create_router | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 100.0% | 1 | | neutron.add_interface_router | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 100.0% | 1 | | neutron.remove_interface_router | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | neutron.delete_router | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 7.538 | 7.538 | 7.538 | 7.538 | 7.538 | 7.538 | 100.0% | 1 | | -> duration | 7.538 | 7.538 | 7.538 | 7.538 | 7.538 | 7.538 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.537724 Full duration: 41.362325 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.532 | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 100.0% | 1 | | neutron.delete_subnet | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | total | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 100.0% | 1 | | -> duration | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.382134 Full duration: 30.48245 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.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | neutron.list_networks | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 100.0% | 1 | | -> duration | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.578683 Full duration: 17.333218 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.674 | 1.674 | 1.674 | 1.674 | 1.674 | 1.674 | 100.0% | 1 | | neutron.list_ports | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 100.0% | 1 | | -> duration | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 1.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.805157 Full duration: 29.271555 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.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.create_subnet | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.create_router | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | neutron.add_interface_router | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 100.0% | 1 | | neutron.list_routers | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 100.0% | 1 | | -> duration | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.302607 Full duration: 38.6987 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.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | neutron.create_subnet | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.list_subnets | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 100.0% | 1 | | -> duration | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.043438 Full duration: 34.481672 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.551 | 1.551 | 1.551 | 1.551 | 1.551 | 1.551 | 100.0% | 1 | | neutron.delete_security_group | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | -> duration | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 1.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.764641 Full duration: 14.970382 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.191 | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 100.0% | 1 | | neutron.create_security_group_rule | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | neutron.delete_security_group | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 1.838 | 1.838 | 1.838 | 1.838 | 1.838 | 1.838 | 100.0% | 1 | | -> duration | 1.838 | 1.838 | 1.838 | 1.838 | 1.838 | 1.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.838162 Full duration: 14.971358 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.323 | 1.323 | 1.323 | 1.323 | 1.323 | 1.323 | 100.0% | 1 | | neutron.create_router | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | neutron.add_gateway_router | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 2.233 | 100.0% | 1 | | neutron.remove_gateway_router | 1.828 | 1.828 | 1.828 | 1.828 | 1.828 | 1.828 | 100.0% | 1 | | total | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 100.0% | 1 | | -> duration | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 5.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.527226 Full duration: 26.972026 2018-01-10 14:30:32,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8ea87dc0-f069-4c6a-a934-a9f399d8a2de 2018-01-10 14:30:32,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8ea87dc0-f069-4c6a-a934-a9f399d8a2de', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-01-10 14:30:32,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8ea87dc0-f069-4c6a-a934-a9f399d8a2de'] 2018-01-10 14:30:34,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:30:34,328 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-01-10 14:30:34,328 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-01-10 14:30:34,329 - 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-10 14:30:34,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:30:34,368 - 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-10 14:30:34,373 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:37:51,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9: started 2018-01-10 14:30:38.008 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Starting: Task validation. 2018-01-10 14:30:38.088 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Starting: Task validation of syntax. 2018-01-10 14:30:38.239 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Completed: Task validation of syntax. 2018-01-10 14:30:38.239 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Starting: Task validation of required platforms. 2018-01-10 14:30:38.303 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Completed: Task validation of required platforms. 2018-01-10 14:30:38.303 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Starting: Task validation of semantic. 2018-01-10 14:30:39.089 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:30:41.824 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.74 sec 2018-01-10 14:30:52.460 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:30:56.480 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 4.02 sec 2018-01-10 14:30:56.480 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Completed: Task validation of semantic. 2018-01-10 14:30:56.481 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Completed: Task validation. 2018-01-10 14:30:56.482 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Starting: Running task. 2018-01-10 14:30:56.649 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:30:59.367 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.72 sec 2018-01-10 14:30:59.368 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:30:59.368 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.26 msec 2018-01-10 14:31:00.188 9102 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:31:28.245 9102 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:31:28.268 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:31:30.078 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 1.81 sec 2018-01-10 14:31:30.078 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:31:33.743 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.66 sec 2018-01-10 14:31:34.854 8977 INFO rally.task.engine [-] Load duration is: 27.054603 2018-01-10 14:31:34.855 8977 INFO rally.task.engine [-] Full duration is: 37.112768 2018-01-10 14:31:35.140 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:31:37.935 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.80 sec 2018-01-10 14:31:37.936 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:31:37.936 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:31:38.731 9248 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:32:21.678 9248 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:32:21.710 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:32:25.863 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 4.15 sec 2018-01-10 14:32:25.864 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:32:29.681 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.82 sec 2018-01-10 14:32:31.457 8977 INFO rally.task.engine [-] Load duration is: 41.94421 2018-01-10 14:32:31.458 8977 INFO rally.task.engine [-] Full duration is: 54.55908 2018-01-10 14:32:31.741 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:32:34.592 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.85 sec 2018-01-10 14:32:34.592 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:32:34.593 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:32:35.345 9474 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:33:14.023 9474 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:33:14.052 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:33:18.070 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 4.02 sec 2018-01-10 14:33:18.071 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:33:21.740 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.67 sec 2018-01-10 14:33:22.015 8977 INFO rally.task.engine [-] Load duration is: 37.674487 2018-01-10 14:33:22.016 8977 INFO rally.task.engine [-] Full duration is: 50.018268 2018-01-10 14:33:22.269 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:33:25.198 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.93 sec 2018-01-10 14:33:25.198 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack setup() started 2018-01-10 14:33:26.348 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack setup() finished in 1.15 sec 2018-01-10 14:33:26.348 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() started 2018-01-10 14:33:32.279 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() finished in 5.93 sec 2018-01-10 14:33:32.279 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:33:32.280 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-10 14:33:33.003 9700 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:33:50.014 9700 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:33:50.041 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:33:51.875 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 1.83 sec 2018-01-10 14:33:51.876 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() started 2018-01-10 14:33:59.557 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() finished in 7.68 sec 2018-01-10 14:33:59.557 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack cleanup() started 2018-01-10 14:33:59.683 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack cleanup() finished in 0.13 sec 2018-01-10 14:33:59.683 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:34:03.469 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.79 sec 2018-01-10 14:34:04.501 8977 INFO rally.task.engine [-] Load duration is: 16.008391 2018-01-10 14:34:04.502 8977 INFO rally.task.engine [-] Full duration is: 41.217606 2018-01-10 14:34:04.763 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:34:07.665 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.90 sec 2018-01-10 14:34:07.665 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack setup() started 2018-01-10 14:34:09.065 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack setup() finished in 1.40 sec 2018-01-10 14:34:09.066 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() started 2018-01-10 14:34:14.875 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() finished in 5.81 sec 2018-01-10 14:34:14.875 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:34:14.876 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:34:15.576 9846 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:34:42.027 9846 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:34:42.048 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:34:46.186 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 4.14 sec 2018-01-10 14:34:46.186 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() started 2018-01-10 14:34:54.157 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() finished in 7.97 sec 2018-01-10 14:34:54.158 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack cleanup() started 2018-01-10 14:34:54.331 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack cleanup() finished in 0.17 sec 2018-01-10 14:34:54.331 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:34:58.055 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.72 sec 2018-01-10 14:34:59.051 8977 INFO rally.task.engine [-] Load duration is: 25.447303 2018-01-10 14:34:59.052 8977 INFO rally.task.engine [-] Full duration is: 53.30931 2018-01-10 14:34:59.318 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:35:02.280 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.96 sec 2018-01-10 14:35:02.280 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack setup() started 2018-01-10 14:35:03.493 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack setup() finished in 1.21 sec 2018-01-10 14:35:03.493 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() started 2018-01-10 14:35:09.247 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() finished in 5.75 sec 2018-01-10 14:35:09.248 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:35:09.248 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:35:09.891 10072 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:35:31.765 10072 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:35:31.786 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:35:33.460 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 1.67 sec 2018-01-10 14:35:33.461 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() started 2018-01-10 14:35:39.848 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() finished in 6.39 sec 2018-01-10 14:35:39.849 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack cleanup() started 2018-01-10 14:35:39.963 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context quotas@openstack cleanup() finished in 0.11 sec 2018-01-10 14:35:39.964 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:35:43.550 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.59 sec 2018-01-10 14:35:43.585 8977 INFO rally.task.engine [-] Load duration is: 16.872286 2018-01-10 14:35:43.586 8977 INFO rally.task.engine [-] Full duration is: 44.251281 2018-01-10 14:35:43.830 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:35:46.452 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.62 sec 2018-01-10 14:35:46.452 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:35:46.453 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:35:47.205 10218 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:36:51.581 10218 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:36:51.605 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:36:53.368 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 1.76 sec 2018-01-10 14:36:53.368 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:36:57.152 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.78 sec 2018-01-10 14:36:58.246 8977 INFO rally.task.engine [-] Load duration is: 63.368414 2018-01-10 14:36:58.246 8977 INFO rally.task.engine [-] Full duration is: 73.338742 2018-01-10 14:36:58.497 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:37:01.209 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.71 sec 2018-01-10 14:37:01.210 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() started 2018-01-10 14:37:07.185 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack setup() finished in 5.98 sec 2018-01-10 14:37:07.186 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:37:07.186 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.35 msec 2018-01-10 14:37:07.894 10364 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:37:20.695 10364 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:37:20.718 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:37:27.481 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 6.76 sec 2018-01-10 14:37:27.481 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() started 2018-01-10 14:37:34.761 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context network@openstack cleanup() finished in 7.28 sec 2018-01-10 14:37:34.761 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:37:38.403 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 3.64 sec 2018-01-10 14:37:38.728 8977 INFO rally.task.engine [-] Load duration is: 11.794603 2018-01-10 14:37:38.729 8977 INFO rally.task.engine [-] Full duration is: 39.924739 2018-01-10 14:37:38.969 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() started 2018-01-10 14:37:41.832 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack setup() finished in 2.86 sec 2018-01-10 14:37:41.833 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() started 2018-01-10 14:37:41.833 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:37:41.852 10510 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 START 2018-01-10 14:37:42.852 10510 INFO rally.task.runner [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | ITER: 1 END: OK 2018-01-10 14:37:42.879 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() started 2018-01-10 14:37:45.127 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context cleanup@openstack cleanup() finished in 2.25 sec 2018-01-10 14:37:45.128 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() started 2018-01-10 14:37:49.154 8977 INFO rally.task.context [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Context users@openstack cleanup() finished in 4.03 sec 2018-01-10 14:37:51.041 8977 INFO rally.task.engine [-] Load duration is: 0.998596 2018-01-10 14:37:51.042 8977 INFO rally.task.engine [-] Full duration is: 10.200963 2018-01-10 14:37:51.249 8977 INFO rally.task.engine [-] Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 | Completed: Running task. Task 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9: 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 | 14.894 | 14.894 | 14.894 | 14.894 | 14.894 | 14.894 | 100.0% | 1 | | nova.find_host_to_migrate | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | nova.live_migrate | 9.601 | 9.601 | 9.601 | 9.601 | 9.601 | 9.601 | 100.0% | 1 | | nova.delete_server | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 100.0% | 1 | | total | 28.055 | 28.055 | 28.055 | 28.055 | 28.055 | 28.055 | 100.0% | 1 | | -> duration | 27.055 | 27.055 | 27.055 | 27.055 | 27.055 | 27.055 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.054603 Full duration: 37.112768 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.676 | 14.676 | 14.676 | 14.676 | 14.676 | 14.676 | 100.0% | 1 | | cinder_v2.create_volume | 2.674 | 2.674 | 2.674 | 2.674 | 2.674 | 2.674 | 100.0% | 1 | | nova.attach_volume | 4.444 | 4.444 | 4.444 | 4.444 | 4.444 | 4.444 | 100.0% | 1 | | nova.find_host_to_migrate | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 0.942 | 100.0% | 1 | | nova.live_migrate | 11.82 | 11.82 | 11.82 | 11.82 | 11.82 | 11.82 | 100.0% | 1 | | nova.detach_volume | 3.517 | 3.517 | 3.517 | 3.517 | 3.517 | 3.517 | 100.0% | 1 | | cinder_v2.delete_volume | 2.282 | 2.282 | 2.282 | 2.282 | 2.282 | 2.282 | 100.0% | 1 | | nova.delete_server | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 100.0% | 1 | | total | 42.944 | 42.944 | 42.944 | 42.944 | 42.944 | 42.944 | 100.0% | 1 | | -> duration | 41.944 | 41.944 | 41.944 | 41.944 | 41.944 | 41.944 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.94421 Full duration: 54.55908 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.667 | 7.667 | 7.667 | 7.667 | 7.667 | 7.667 | 100.0% | 1 | | nova.boot_server | 13.841 | 13.841 | 13.841 | 13.841 | 13.841 | 13.841 | 100.0% | 1 | | nova.find_host_to_migrate | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | nova.live_migrate | 11.492 | 11.492 | 11.492 | 11.492 | 11.492 | 11.492 | 100.0% | 1 | | nova.delete_server | 4.734 | 4.734 | 4.734 | 4.734 | 4.734 | 4.734 | 100.0% | 1 | | total | 38.674 | 38.674 | 38.674 | 38.674 | 38.674 | 38.674 | 100.0% | 1 | | -> duration | 37.674 | 37.674 | 37.674 | 37.674 | 37.674 | 37.674 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.674487 Full duration: 50.018268 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 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | nova.boot_server | 13.356 | 13.356 | 13.356 | 13.356 | 13.356 | 13.356 | 100.0% | 1 | | nova.delete_server | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 2.585 | 100.0% | 1 | | nova.delete_keypair | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | total | 17.008 | 17.008 | 17.008 | 17.008 | 17.008 | 17.008 | 100.0% | 1 | | -> duration | 16.008 | 16.008 | 16.008 | 16.008 | 16.008 | 16.008 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.008391 Full duration: 41.217606 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 | 7.749 | 7.749 | 7.749 | 7.749 | 7.749 | 7.749 | 100.0% | 1 | | nova.boot_server | 13.934 | 13.934 | 13.934 | 13.934 | 13.934 | 13.934 | 100.0% | 1 | | nova.delete_server | 4.764 | 4.764 | 4.764 | 4.764 | 4.764 | 4.764 | 100.0% | 1 | | total | 26.447 | 26.447 | 26.447 | 26.447 | 26.447 | 26.447 | 100.0% | 1 | | -> duration | 25.447 | 25.447 | 25.447 | 25.447 | 25.447 | 25.447 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.447303 Full duration: 53.30931 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 | 14.305 | 14.305 | 14.305 | 14.305 | 14.305 | 14.305 | 100.0% | 1 | | nova.pause_server | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 2.49 | 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.562 | 2.562 | 2.562 | 2.562 | 2.562 | 2.562 | 100.0% | 1 | | total | 21.872 | 21.872 | 21.872 | 21.872 | 21.872 | 21.872 | 100.0% | 1 | | -> duration | 16.872 | 16.872 | 16.872 | 16.872 | 16.872 | 16.872 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.872286 Full duration: 44.251281 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.501 | 14.501 | 14.501 | 14.501 | 14.501 | 14.501 | 100.0% | 1 | | nova.migrate | 44.278 | 44.278 | 44.278 | 44.278 | 44.278 | 44.278 | 100.0% | 1 | | nova.resize_confirm | 2.942 | 2.942 | 2.942 | 2.942 | 2.942 | 2.942 | 100.0% | 1 | | nova.delete_server | 2.647 | 2.647 | 2.647 | 2.647 | 2.647 | 2.647 | 100.0% | 1 | | total | 64.368 | 64.368 | 64.368 | 64.368 | 64.368 | 64.368 | 100.0% | 1 | | -> duration | 63.368 | 63.368 | 63.368 | 63.368 | 63.368 | 63.368 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 63.368414 Full duration: 73.338742 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 | 12.557 | 12.557 | 12.557 | 12.557 | 12.557 | 12.557 | 100.0% | 1 | | nova.list_interfaces | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 12.795 | 12.795 | 12.795 | 12.795 | 12.795 | 12.795 | 100.0% | 1 | | -> duration | 11.795 | 11.795 | 11.795 | 11.795 | 11.795 | 11.795 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.794603 Full duration: 39.924739 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.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | nova.delete_server_group | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> duration | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.998596 Full duration: 10.200963 2018-01-10 14:37:51,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8b79cae6-0833-44cd-8dbf-fc4d3d3857c9 2018-01-10 14:37:51,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8b79cae6-0833-44cd-8dbf-fc4d3d3857c9', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-01-10 14:37:51,610 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8b79cae6-0833-44cd-8dbf-fc4d3d3857c9'] 2018-01-10 14:37:53,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:37:53,167 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-01-10 14:37:53,167 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-01-10 14:37:53,167 - 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-10 14:37:53,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-10 14:37:53,204 - 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-10 14:37:53,206 - 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': '4b8f7636-3998-49eb-a673-0107a7f48585', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'flavor_name': 'rally-tiny-f8c603e6-22f7-44c4-9c30-a98a8131cf53', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-f8c603e6-22f7-44c4-9c30-a98a8131cf53', '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-10 14:38:59,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d: started 2018-01-10 14:37:56.839 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Starting: Task validation. 2018-01-10 14:37:56.882 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Starting: Task validation of syntax. 2018-01-10 14:37:56.959 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Completed: Task validation of syntax. 2018-01-10 14:37:56.960 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Starting: Task validation of required platforms. 2018-01-10 14:37:56.990 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Completed: Task validation of required platforms. 2018-01-10 14:37:56.991 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Starting: Task validation of semantic. 2018-01-10 14:37:57.878 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() started 2018-01-10 14:38:00.486 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() finished in 2.61 sec 2018-01-10 14:38:02.990 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() started 2018-01-10 14:38:07.154 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() finished in 4.16 sec 2018-01-10 14:38:07.155 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Completed: Task validation of semantic. 2018-01-10 14:38:07.155 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Completed: Task validation. 2018-01-10 14:38:07.156 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Starting: Running task. 2018-01-10 14:38:07.336 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() started 2018-01-10 14:38:10.099 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() finished in 2.76 sec 2018-01-10 14:38:10.099 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() started 2018-01-10 14:38:10.099 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-10 14:38:10.122 10745 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 START 2018-01-10 14:38:11.050 10745 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 END: OK 2018-01-10 14:38:11.077 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:38:12.047 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() finished in 0.97 sec 2018-01-10 14:38:12.048 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() started 2018-01-10 14:38:16.104 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() finished in 4.06 sec 2018-01-10 14:38:17.395 10620 INFO rally.task.engine [-] Load duration is: 0.926648 2018-01-10 14:38:17.395 10620 INFO rally.task.engine [-] Full duration is: 8.783899 2018-01-10 14:38:17.643 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() started 2018-01-10 14:38:20.358 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() finished in 2.72 sec 2018-01-10 14:38:20.358 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() started 2018-01-10 14:38:20.359 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-10 14:38:20.380 10851 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 START 2018-01-10 14:38:21.204 10851 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 END: OK 2018-01-10 14:38:21.234 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:38:22.358 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() finished in 1.12 sec 2018-01-10 14:38:22.358 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() started 2018-01-10 14:38:26.466 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() finished in 4.11 sec 2018-01-10 14:38:27.704 10620 INFO rally.task.engine [-] Load duration is: 0.821899 2018-01-10 14:38:27.705 10620 INFO rally.task.engine [-] Full duration is: 8.84227 2018-01-10 14:38:27.925 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() started 2018-01-10 14:38:30.722 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() finished in 2.80 sec 2018-01-10 14:38:30.722 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() started 2018-01-10 14:38:30.722 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-10 14:38:30.743 10957 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 START 2018-01-10 14:38:31.557 10957 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 END: OK 2018-01-10 14:38:31.577 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:38:32.548 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() finished in 0.97 sec 2018-01-10 14:38:32.549 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() started 2018-01-10 14:38:36.537 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() finished in 3.99 sec 2018-01-10 14:38:37.987 10620 INFO rally.task.engine [-] Load duration is: 0.812674 2018-01-10 14:38:37.988 10620 INFO rally.task.engine [-] Full duration is: 8.630411 2018-01-10 14:38:38.268 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() started 2018-01-10 14:38:41.015 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() finished in 2.75 sec 2018-01-10 14:38:41.015 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() started 2018-01-10 14:38:41.016 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() finished in 0.25 msec 2018-01-10 14:38:41.034 11063 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 START 2018-01-10 14:38:42.145 11063 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 END: OK 2018-01-10 14:38:42.170 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:38:43.121 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() finished in 0.95 sec 2018-01-10 14:38:43.121 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() started 2018-01-10 14:38:47.176 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() finished in 4.05 sec 2018-01-10 14:38:48.320 10620 INFO rally.task.engine [-] Load duration is: 1.108579 2018-01-10 14:38:48.320 10620 INFO rally.task.engine [-] Full duration is: 8.926482 2018-01-10 14:38:48.567 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() started 2018-01-10 14:38:51.269 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack setup() finished in 2.70 sec 2018-01-10 14:38:51.269 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() started 2018-01-10 14:38:51.269 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack setup() finished in 0.26 msec 2018-01-10 14:38:51.291 11169 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 START 2018-01-10 14:38:52.402 11169 INFO rally.task.runner [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | ITER: 1 END: OK 2018-01-10 14:38:52.429 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() started 2018-01-10 14:38:53.436 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context admin_cleanup@openstack cleanup() finished in 1.01 sec 2018-01-10 14:38:53.437 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() started 2018-01-10 14:38:57.476 10620 INFO rally.task.context [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Context users@openstack cleanup() finished in 4.04 sec 2018-01-10 14:38:58.622 10620 INFO rally.task.engine [-] Load duration is: 1.109123 2018-01-10 14:38:58.623 10620 INFO rally.task.engine [-] Full duration is: 8.927351 2018-01-10 14:38:58.830 10620 INFO rally.task.engine [-] Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d | Completed: Running task. Task 82c49b6a-9696-4826-a4b4-73bc9a8dde3d: 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.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | quotas.delete_quotas | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 0.051 | 100.0% | 1 | | total | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> duration | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.926648 Full duration: 8.783899 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821899 Full duration: 8.84227 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.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 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.812674 Full duration: 8.630411 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.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | quotas.delete_quotas | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | total | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | -> duration | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.108579 Full duration: 8.926482 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | total | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | -> duration | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.109123 Full duration: 8.927351 2018-01-10 14:38:59,132 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 82c49b6a-9696-4826-a4b4-73bc9a8dde3d 2018-01-10 14:38:59,132 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '82c49b6a-9696-4826-a4b4-73bc9a8dde3d', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-01-10 14:38:59,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '82c49b6a-9696-4826-a4b4-73bc9a8dde3d'] 2018-01-10 14:39:00,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-10 14:39:00,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-01-10 14:39:00,636 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report +===================+============+===============+===========+ | Module | Duration | nb. Test Run | Success | +===================+============+===============+===========+ | authenticate | 01:34 | 52 | 100.00% | +-------------------+------------+---------------+-----------+ | glance | 02:30 | 61 | 100.00% | +-------------------+------------+---------------+-----------+ | cinder | 05:33 | 167 | 100.00% | +-------------------+------------+---------------+-----------+ | heat | 02:33 | 71 | 100.00% | +-------------------+------------+---------------+-----------+ | keystone | 05:43 | 159 | 100.00% | +-------------------+------------+---------------+-----------+ | neutron | 09:51 | 231 | 100.00% | +-------------------+------------+---------------+-----------+ | nova | 13:27 | 167 | 100.00% | +-------------------+------------+---------------+-----------+ | quotas | 01:28 | 66 | 100.00% | +-------------------+------------+---------------+-----------+ +===================+============+===============+===========+ | TOTAL: | 00:42:43 | 974 | 100.00% | +===================+============+===============+===========+ 2018-01-10 14:39:00,636 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-01-10 14:39:10,545 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:39:10,545 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:39:10,546 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:28 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-10 14:39:10,550 - functest.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-01-10 14:39:10,634 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-10 14:39:14,411 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-10 14:39:18,214 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-10 14:39:22,977 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-10 14:39:26,647 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-10 14:39:36,280 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project (tenant) for Tempest suite 2018-01-10 14:39:36,865 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating user for Tempest suite 2018-01-10 14:39:37,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-10 14:39:41,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-10 14:39:41,281 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-10 14:39:42,990 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-10 14:39:42,991 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-10 14:39:45,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-01-10 14:39:45,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-01-10 14:39:46,399 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-10 14:39:46,399 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-10 14:39:50,858 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-10 14:39:50,858 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-10 14:39:50,861 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-10 14:39:50,863 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-01-10 14:39:50,865 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-01-10 14:39:50,868 - 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-10 14:39:54,163 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 0% 2018-01-10 14:40:00,707 - functest.utils.functest_utils - DEBUG - 2018-01-10 14:40:00,708 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 14:40:00,708 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 00:50 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-01-10 14:40:00,712 - functest.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-01-10 14:40:00,712 - functest.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-01-10 14:40:01,595 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-10 15:23:15,982 - 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 2594.372s OK 2018-01-10 15:23:16,422 - functest.utils.functest_utils - DEBUG - 2018-01-10 15:23:16,423 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 15:23:16,423 - functest.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 43:14 | PASS | +---------------------+------------------+------------------+----------------+ 2018-01-10 15:23:16,427 - 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-251 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-10 15:23:16,430 - 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:37 | PASS | | tempest_smoke_serial | functest | smoke | 00:27 | FAIL | | rally_sanity | functest | smoke | 25:28 | PASS | | refstack_defcore | functest | smoke | 00:50 | FAIL | | snaps_smoke | functest | smoke | 43:14 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-01-10 15:23:16,436 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-01-10 15:23:51,205 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-10 15:23:51,206 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-10 15:23:51,207 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-01-10 15:23:51,208 - 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-251 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-10 15:23:51,210 - 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-10 15:23:51,214 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-10 15:24:44,532 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-10 15:24:44,533 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-10 15:24:44,534 - 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-10 15:24:44,536 - functest.ci.run_tests - INFO - Running tier 'vnf' 2018-01-10 15:24:44,536 - functest.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-01-10 15:24:44,791 - 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-10 15:24:44,850 - 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-10 15:24:44,886 - 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-10 15:24:49,075 - 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-10 15:24:49,075 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: vIMS 2018-01-10 15:24:51,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-01-10 15:24:54,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-01-10 15:24:54,954 - 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-10 15:26:41,541 - 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-10 15:26:50,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-01-10 15:26:51,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-01-10 15:27:00,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-01-10 15:27:02,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-01-10 15:27:03,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-01-10 15:29:43,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager 2018-01-10 15:29:43,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-01-10 15:29:49,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The current manager status is running 2018-01-10 15:30:19,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-01-10 15:30:19,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-01-10 15:30:20,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-01-10 15:31:36,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-01-10 15:31:46,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-01-10 15:31:47,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-01-10 15:31:55,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-01-10 15:31:55,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:31:55,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:31:55,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-01-10 15:32:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:32:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-01-10 15:32:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-01-10 15:32:52,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-01-10 15:32:52,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-01-10 15:32:58,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-01-10 15:32:58,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-10 15:33:04,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:04,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:09,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:09,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:09,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:14,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:14,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:14,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:14,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:14,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-10 15:33:14,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:14,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:14,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-10 15:33:20,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:20,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:20,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 15:33:20,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:20,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:20,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:20,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 15:33:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:25,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:25,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:25,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:25,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:25,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,930 - 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-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:32,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:33:32,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 15:33:32,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 15:33:32,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:32,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:32,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:32,932 - 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-10 15:33:32,932 - 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-10 15:33:32,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:33:32,932 - 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-10 15:33:42,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:33:42,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:33:42,990 - 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-10 15:33:42,990 - 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-10 15:33:50,304 - 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-10 15:33:50,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 15:33:56,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:33:56,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:33:56,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,841 - 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-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:06,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:17,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:17,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:17,384 - 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-10 15:34:17,384 - 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-10 15:34:17,384 - 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-10 15:34:17,385 - 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-10 15:34:17,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:17,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:26,826 - 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-10 15:34:26,826 - 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-10 15:34:26,826 - 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-10 15:34:35,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:44,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:44,368 - 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-10 15:34:44,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:54,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 15:34:54,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,044 - 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-10 15:34:54,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:34:54,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:35:00,557 - 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-10 15:35:00,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:35:00,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:35:00,558 - 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-10 15:35:00,558 - 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-10 15:35:06,610 - 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-10 15:35:06,610 - 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-10 15:35:06,610 - 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-10 15:35:12,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:12,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:12,302 - 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-10 15:35:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:22,946 - 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.14 on port 22: Unable to connect to port 22 on 10.67.79.14 (tried 1 time) 2018-01-10 15:35:28,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:28,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:28,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:35:28,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:28,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:35:28,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:28,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-01-10 15:35:34,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:34,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-10 15:35:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:45,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:45,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-10 15:35:45,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:45,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:45,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-01-10 15:35:51,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:51,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:51,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:51,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:51,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-10 15:35:58,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:35:58,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:35:58,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-10 15:35:58,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:36:03,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:03,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:03,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:36:09,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:09,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:09,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:09,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:15,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:15,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:15,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-10 15:36:15,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:15,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:15,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:15,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:15,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:22,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:22,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:22,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:22,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:22,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:22,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:22,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:22,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:28,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:28,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:28,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:28,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:28,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:28,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:28,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:34,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:34,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:34,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:34,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-10 15:36:34,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-10 15:36:34,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-10 15:36:34,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:34,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:34,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:36:39,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:39,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:45,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:45,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:50,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:50,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:50,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:50,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-10 15:36:50,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-10 15:36:50,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:36:50,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:36:50,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:36:50,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-10 15:37:28,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:37:28,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:37:28,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:37:28,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:37:43,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:37:43,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:37:43,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:39:12,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:12,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:39:12,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:39:12,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:39:12,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:12,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:12,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:12,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:12,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:39:12,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:12,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-10 15:39:12,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:17,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:22,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:39:22,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:39:22,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:39:22,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-10 15:42:12,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:12,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:42:12,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:42:12,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:42:18,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:18,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:42:18,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:42:18,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:23,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:23,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:42:23,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:42:23,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:42:23,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:23,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:42:23,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:42:33,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:54,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:42:54,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:42:54,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:42:54,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:42:59,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:43:04,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:43:04,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:43:04,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:43:04,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:43:04,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:43:04,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:43:10,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:43:10,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:43:10,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:43:10,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:43:10,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:43:10,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:43:15,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:43:15,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-10 15:43:15,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:43:15,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:43:15,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:44:39,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:44:39,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:44:39,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:44:44,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:44:44,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-01-10 15:44:44,447 - 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-10T15:32:52.853Z', 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'43348f04-c884-4ccd-890c-b5ab24d5236f'} 2018-01-10 15:44:44,609 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.10.0.10 2018-01-10 15:44:44,735 - 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-10 15:44:44,832 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-01-10 15:44:44,832 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-01-10 15:44:44,880 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:45:09,931 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:45:34,986 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:46:00,050 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:46:25,110 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:46:50,149 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:47:15,194 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:47:40,260 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:48:05,341 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:49:01,070 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:49:52,118 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-10 15:50:17,406 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550684@clearwater.opnfv', u'sip_username': u'6505550684', u'formatted_number': u'(650) 555-0684', u'number': u'6505550684', u'sip_uri': u'sip:6505550684@clearwater.opnfv', u'number_id': u'd6e757c9351e4304ae8f3886c3e5020d', u'sip_password': u'qKzjHSn89', u'pstn': False} 2018-01-10 15:50:17,406 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-01-10 15:50:17,407 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-01-10 15:50:17,417 - 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-10 15:50:17,418 - 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-10 15:52:29,840 - 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) - (6505550215, 6505550987) Passed Basic Call - Tel URIs (TCP) - (6505550989, 6505550561) Passed Basic Call - Unknown number (TCP) - (6505550613, 6505550198) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550981, 6505550112) Passed Basic Call - Messages - Pager model (TCP) - (6505550016, 6505550282) Passed Basic Call - Pracks (TCP) - (6505550076, 6505550326) Passed Basic Registration (TCP) - (6505550333) Passed Multiple Identities (TCP) - (6505550920, 6505550614) Passed Call Barring - Outbound Rejection (TCP) - (6505550193, 6505550365) 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) - (6505550475, 6505550658) 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) - (6505550117, 6505550512, 6505550169) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550981, 6505550292, 6505550514) Passed Call Diversion - Not reachable (408) (TCP) - (6505550649, 6505550530, 6505550422) Passed Call Diversion - Not reachable (503) (TCP) - (6505550838, 6505550465, 6505550402) Passed Call Diversion - Not reachable (500) (TCP) - (6505550491, 6505550527, 6505550995) Passed Call Diversion - Busy (TCP) - (6505550109, 6505550118, 6505550485) Passed Call Diversion - Unconditional (TCP) - (6505550531, 6505550423, 6505550857) Passed Call Diversion - No answer (TCP) - (6505550415, 6505550757, 6505550962) Passed Call Diversion - Bad target URI (TCP) - (6505550150, 6505550118) Passed Call Diversion - Audio-only call (TCP) - (6505550031, 6505550722, 6505550318, 6505550221) Passed Call Diversion - Audio-video call (TCP) - (6505550806, 6505550448, 6505550295, 6505550346) Passed Call Waiting - Accepted (TCP) - (6505550895, 6505550595, 6505550602) Passed Call Waiting - Cancelled (TCP) - (6505550876, 6505550441, 6505550584) Passed CANCEL - Mainline (TCP) - (6505550963, 6505550687) Passed Filtering - Accept-Contact (TCP) - (6505550262, 6505550473) Passed Filtering - Accept-Contact no match (TCP) - (6505550011, 6505550508) Passed Filtering - Accept-Contact negated match (TCP) - (6505550538, 6505550186) Passed Filtering - RFC3841 example (TCP) - (6505550714, 6505550596) Passed Filtering - Reject-Contact no match (TCP) - (6505550256, 6505550656) Passed Filtering - Reject-Contact match (TCP) - (6505550394, 6505550736) 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) - (6505550216) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550699) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550012) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550227) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550892, 6505550955) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550434, 6505550006) Passed GRUU - Call - only GRUU as target (TCP) - (6505550545, 6505550328) Passed GRUU - Call - AoR as target (TCP) - (6505550520, 6505550802) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550009, 6505550465) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550319, 6505550480) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550062, 6505550798) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550056, 6505550999) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550878, 6505550710) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550275, 6505550527) 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) - (6505550177) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550037) Passed 2018-01-10 15:52:29,840 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-01-10 15:52:29,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-01-10 15:52:30,271 - functest.utils.functest_utils - DEBUG - 2018-01-10 15:52:30,271 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 15:52:30,273 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 27:41 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-10 15:52:30,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-01-10 15:52:36,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-01-10 15:52:36,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:36,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:36,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:36,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:36,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:36,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-01-10 15:52:41,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:41,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:41,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:41,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:41,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:46,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:46,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:46,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:46,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:52:46,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:51,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:51,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:52:51,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:51,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:51,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:52:51,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:51,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:52:56,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:56,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:56,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:52:56,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:56,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:56,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:52:56,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:52:56,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:53:02,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:53:02,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:53:02,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:53:02,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:53:02,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:02,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:07,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:07,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:53:07,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:53:07,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:07,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:53:07,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:53:07,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:53:07,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:53:07,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:07,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:53:12,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:53:12,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:12,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:17,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:53:17,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:53:17,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:17,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:22,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:22,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:53:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:53:22,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:53:22,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:53:28,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:53:28,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:53:28,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:53:28,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:28,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:53:28,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:53:28,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:53:28,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:53:33,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:53:33,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:33,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:53:33,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-10 15:53:33,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:53:33,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:53:33,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:53:38,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:53:38,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-10 15:55:01,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:55:01,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:55:01,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:55:01,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:55:01,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:55:01,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:55:01,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:55:06,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:55:06,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:55:06,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:55:06,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:55:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:55:11,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:55:11,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:55:11,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:55:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:55:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:55:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:55:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:55:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:55:17,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:55:22,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:55:22,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:55:22,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:55:27,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:55:27,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:55:27,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:55:27,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:55:37,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:55:37,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:55:37,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:55:37,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:55:37,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:55:37,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-01-10 15:55:37,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:55:37,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:55:43,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:55:43,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:55:43,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:55:43,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-10 15:55:43,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-10 15:56:19,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-10 15:56:19,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:56:19,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:19,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:19,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:56:19,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:24,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:24,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-10 15:56:24,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:24,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:24,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:24,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:24,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:56:29,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:29,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:56:29,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:29,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=6140) 2018-01-10 15:56:29,793 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:35,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:56:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:56:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:56:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:56:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:56:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:56:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:56:40,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:56:40,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:40,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:40,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-10 15:56:40,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:40,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:45,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-10 15:56:50,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:50,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:56:50,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:56:50,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:56:50,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-10 15:56:50,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:56:50,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-10 15:56:50,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-10 15:57:01,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:57:01,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:01,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-10 15:57:01,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:57:01,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:57:06,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:06,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-10 15:57:06,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-10 15:57:06,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:06,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-10 15:57:06,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-01-10 15:57:06,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-10 15:57:08,160 - functest.core.vnf - INFO - test cleaning 2018-01-10 15:57:08,161 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-10 15:57:23,555 - functest.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-01-10 15:57:23,688 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 15:57:25,271 - 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-10 15:57:25,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-01-10 15:57:25,312 - 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-10 15:57:25,320 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 15:57:25,357 - 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-10 15:57:25,357 - functest.core.vnf - INFO - Prepare VNF: vrouter, description: vRouter 2018-01-10 15:57:27,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-01-10 15:57:27,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-01-10 15:57:27,386 - 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-10 15:57:28,260 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-01-10 15:57:39,427 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-01-10 15:57:40,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-01-10 15:57:49,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-01-10 15:57:52,624 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-01-10 15:57:53,286 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-01-10 15:59:21,216 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Set creds for cloudify manager 2018-01-10 15:59:21,217 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-01-10 15:59:30,241 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - The current manager status is running 2018-01-10 16:00:00,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-01-10 16:00:00,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put OpenStack creds in manager 2018-01-10 16:00:01,332 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-01-10 16:00:56,695 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-01-10 16:01:03,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-01-10 16:01:05,253 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-01-10 16:01:12,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-01-10 16:01:12,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-10 16:01:12,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-10 16:01:12,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-01-10 16:02:10,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-10 16:02:10,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-01-10 16:02:10,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-01-10 16:02:10,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-01-10 16:02:10,333 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-01-10 16:02:16,277 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-01-10 16:02:16,278 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:16,278 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:21,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-10 16:02:21,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-10 16:02:21,546 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:21,546 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-10 16:02:21,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-01-10 16:02:21,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-10 16:02:21,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-01-10 16:02:21,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:21,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:21,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-10 16:02:26,718 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:26,718 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-10 16:02:26,719 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:26,719 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-01-10 16:02:26,720 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-01-10 16:02:26,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-01-10 16:02:31,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:31,899 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:31,900 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-10 16:02:31,900 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:31,900 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:31,900 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-10 16:02:31,900 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-01-10 16:02:31,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-01-10 16:02:37,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:37,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:37,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:37,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-01-10 16:02:37,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:37,103 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:42,798 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-01-10 16:02:42,798 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-01-10 16:02:42,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:42,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:48,070 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-01-10 16:02:48,070 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-10 16:02:48,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:48,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-10 16:02:48,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:48,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-01-10 16:02:48,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-01-10 16:02:48,071 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-10 16:02:53,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-01-10 16:02:53,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:53,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:53,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:02:53,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:53,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:02:53,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:53,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:53,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:58,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:58,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-01-10 16:02:58,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-01-10 16:02:58,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-01-10 16:02:58,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-01-10 16:02:58,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-10 16:02:58,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 16:03:03,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 16:03:09,239 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-01-10 16:03:09,239 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-10 16:03:09,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-01-10 16:03:09,244 - 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-10 16:03:09,244 - 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-10 16:03:38,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 16:03:38,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 16:03:38,335 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-10 16:03:38,335 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-10 16:03:38,335 - 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-10 16:03:43,585 - 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-10 16:04:09,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 16:04:09,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 16:04:09,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-10 16:04:15,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-10 16:04:15,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-01-10 16:04:15,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-01-10 16:04:15,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-01-10 16:04:15,143 - 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-10T16:02:10.463Z', 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'10695331-6332-40ff-afa8-d19f85fc974e'} 2018-01-10 16:04:15,155 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-01-10 16:04:15,305 - 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.18'}}, 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-10 16:04:15,399 - 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.18'}}, 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-10 16:04:15,400 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-01-10 16:04:15,400 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.10.0.14 2018-01-10 16:04:17,221 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.3 2018-01-10 16:04:17,221 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:54:50:97 2018-01-10 16:04:19,125 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.8 2018-01-10 16:04:19,125 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:39:3d:32 2018-01-10 16:04:19,125 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-01-10 16:04:19,125 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.10.0.18 2018-01-10 16:04:21,450 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.11 2018-01-10 16:04:21,450 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:da:53:a4 2018-01-10 16:04:23,279 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.9 2018-01-10 16:04:23,280 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:85:29:77 2018-01-10 16:04:23,280 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-01-10 16:04:23,280 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-01-10 16:04:24,353 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-01-10 16:04:55,409 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-01-10 16:04:55,422 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 16:04:55,442 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-01-10 16:04:55,452 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 16:04:55,468 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-01-10 16:04:55,468 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-01-10 16:04:55,477 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 16:04:55,545 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-01-10 16:04:55' 2018-01-10 16:04:55,545 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-01-10 16:04:55,546 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-01-10 16:04:55,557 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 16:04:55,584 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.10.0.18. 2018-01-10 16:04:58,910 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.10.0.18. 2018-01-10 16:04:59,940 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-01-10 16:05:00,942 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-01-10 16:05:05,947 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-01-10 16:05:06,949 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-01-10 16:05:11,952 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-01-10 16:05:12,960 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-01-10 16:05:17,963 - 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-10 16:05:18,964 - 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-10 16:05:23,969 - 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-10 16:05:24,971 - 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-10 16:05:29,976 - 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-10 16:05:30,978 - 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-10 16:05:35,984 - 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-10 16:05:36,986 - 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-10 16:05:41,991 - 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-10 16:05:42,993 - 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-10 16:05:47,998 - 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-10 16:05:49,000 - 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-10 16:05:54,005 - 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-10 16:05:55,007 - 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-10 16:06:00,011 - 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-10 16:06:01,013 - 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-10 16:06:06,015 - 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-10 16:06:07,017 - 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-10 16:06:12,022 - 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-10 16:06:13,024 - 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-10 16:06:18,030 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-10 16:06:20,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-10 16:06:25,037 - 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-10 16:06:26,038 - 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-10 16:06:31,044 - 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-10 16:06:32,046 - 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-10 16:06:37,046 - 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.9 2018-01-10 16:06:38,048 - 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.9 [edit] vyos@vyos# 2018-01-10 16:06:43,050 - 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-10 16:06:44,051 - 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-10 16:06:49,056 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 2018-01-10 16:06:50,058 - 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-10 16:06:55,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-01-10 16:06:56,063 - 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-10 16:07:01,068 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-01-10 16:07:02,070 - 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-10 16:07:07,076 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-01-10 16:07:08,078 - 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-10 16:07:13,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-01-10 16:07:14,084 - 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-10 16:07:19,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-01-10 16:07:20,091 - 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-10 16:07:25,095 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-01-10 16:07:26,097 - 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-10 16:07:31,102 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-01-10 16:07:32,104 - 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-10 16:07:37,106 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-01-10 16:07:38,108 - 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-10 16:07:43,113 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-01-10 16:07:44,115 - 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-10 16:07:49,118 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-01-10 16:07:50,120 - 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-10 16:07:55,125 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.9 2018-01-10 16:07:56,126 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.9 [edit] vyos@vyos# 2018-01-10 16:08:01,130 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-10 16:08:03,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-10 16:08:08,251 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-01-10 16:08:08,269 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 16:08:08,305 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.10.0.14. 2018-01-10 16:08:08,510 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.10.0.14. 2018-01-10 16:08:09,541 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-01-10 16:08:10,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-01-10 16:08:15,546 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-01-10 16:08:16,548 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-01-10 16:08:21,550 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-01-10 16:08:22,552 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-01-10 16:08:27,558 - 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-10 16:08:28,559 - 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-10 16:08:33,564 - 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-10 16:08:34,566 - 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-10 16:08:39,569 - 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-10 16:08:40,570 - 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-10 16:08:45,575 - 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-10 16:08:46,577 - 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-10 16:08:51,582 - 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-10 16:08:52,584 - 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-10 16:08:57,590 - 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-10 16:08:58,591 - 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-10 16:09:03,597 - 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-10 16:09:04,599 - 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-10 16:09:09,604 - 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-10 16:09:10,606 - 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-10 16:09:15,611 - 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-10 16:09:16,613 - 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-10 16:09:21,619 - 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-10 16:09:22,621 - 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-10 16:09:27,626 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-10 16:09:28,628 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-10 16:09:33,632 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 ebgp-multihop '2' 2018-01-10 16:09:34,634 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 ebgp-multihop '2' [edit] vyos@vyos# 2018-01-10 16:09:39,635 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 remote-as 65001 2018-01-10 16:09:40,636 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 remote-as 65001 [edit] vyos@vyos# 2018-01-10 16:09:45,641 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 update-source 12.0.0.8 2018-01-10 16:09:46,643 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 update-source 12.0.0.8 [edit] vyos@vyos# 2018-01-10 16:09:51,648 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 soft-reconfiguration inbound 2018-01-10 16:09:52,650 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-01-10 16:09:57,655 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.9 password lab0033 2018-01-10 16:09:58,657 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.9 password lab0033 [edit] vyos@vyos# 2018-01-10 16:10:03,663 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-01-10 16:10:04,665 - 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-10 16:10:09,671 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-01-10 16:10:10,672 - 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-10 16:10:15,673 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-01-10 16:10:16,674 - 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-10 16:10:21,676 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-01-10 16:10:22,677 - 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-10 16:10:27,678 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-01-10 16:10:28,680 - 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-10 16:10:33,685 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-01-10 16:10:34,687 - 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-10 16:10:39,688 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-01-10 16:10:40,690 - 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-10 16:10:45,695 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-01-10 16:10:46,696 - 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-10 16:10:51,701 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-01-10 16:10:52,703 - 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-10 16:10:57,705 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-01-10 16:10:58,707 - 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-10 16:11:03,709 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.8 2018-01-10 16:11:04,711 - 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-10 16:11:09,717 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-01-10 16:11:11,719 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-01-10 16:11:16,756 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-01-10 16:11:16,756 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-01-10 16:12:16,772 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-01-10 16:12:16,791 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-10 16:12:16,825 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.10.0.18. 2018-01-10 16:12:17,046 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.10.0.18. 2018-01-10 16:12:18,054 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-01-10 16:12:48,209 - 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-10 16:12:48,210 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.9, 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:02 10 Total number of neighbors 1 vyos@vyos:~$ 2018-01-10 16:12:48,210 - 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:08 Last read 07:55:25, 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.9 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.9, Local port: 179 Foreign host: 12.0.0.8, Foreign port: 40779 Nexthop: 12.0.0.9 Nexthop global: fe80::f816:3eff:fe85:2977 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-01-10 16:12:48,210 - 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.9 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.9 0 32768 i *> 10.0.2.0/24 12.0.0.9 0 32768 i *> 10.0.3.0/24 12.0.0.9 0 32768 i *> 10.0.4.0/24 12.0.0.9 0 32768 i *> 10.0.5.0/24 12.0.0.9 0 32768 i *> 10.0.6.0/24 12.0.0.9 0 32768 i *> 10.0.7.0/24 12.0.0.9 0 32768 i *> 10.0.8.0/24 12.0.0.9 0 32768 i *> 10.0.9.0/24 12.0.0.9 0 32768 i *> 10.0.10.0/24 12.0.0.9 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-01-10 16:12:48,210 - 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.9 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-10 16:12:48,210 - 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.9 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-10 16:12:48,210 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-01-10 16:12:48,210 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'472.7' 2018-01-10 16:12:48,211 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-01-10 16:12:49,655 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-01-10 16:12:51,574 - functest.utils.functest_utils - DEBUG - 2018-01-10 16:12:51,574 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 16:12:51,576 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 15:26 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-10 16:12:51,579 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-01-10 16:12:51,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-01-10 16:12:51,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-01-10 16:12:51,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Remove the cloudify manager OS object .. 2018-01-10 16:13:11,145 - functest.core.vnf - INFO - test cleaning 2018-01-10 16:13:11,146 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-10 16:13:11,183 - functest.ci.run_tests - INFO - Running test case 'orchestra_openims'... 2018-01-10 16:13:11,237 - 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-10 16:13:11,237 - functest.ci.run_tests.orchestra - INFO - orchestra_openims VNF onboarding test starting 2018-01-10 16:13:11,254 - 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-10 16:13:11,270 - 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-10 16:13:11,302 - functest.core.vnf - INFO - Prepare VNF: orchestra_openims, description: OpenIMS deployed with Open Baton 2018-01-10 16:13:13,991 - functest.ci.run_tests.orchestra - INFO - Additional pre-configuration steps 2018-01-10 16:13:13,992 - functest.ci.run_tests.orchestra - INFO - Upload images if they doen't exist yet 2018-01-10 16:13:13,992 - 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-10 16:13:22,890 - functest.ci.run_tests.orchestra - INFO - image: openims, file: /home/opnfv/functest/images/img 2018-01-10 16:14:09,479 - functest.ci.run_tests.orchestra - INFO - Create Flavor for Open Baton NFVO if not yet existing 2018-01-10 16:14:10,208 - functest.ci.run_tests.orchestra - INFO - Creating security group for Open Baton if not yet existing... 2018-01-10 16:14:14,083 - functest.ci.run_tests.orchestra - INFO - Security group orchestra-sec-group-allowall prepared 2018-01-10 16:14:14,083 - functest.ci.run_tests.orchestra - INFO - Creating network/subnet/router if they doen't exist yet... 2018-01-10 16:14:22,966 - functest.ci.run_tests.orchestra - INFO - Created network and router for Open Baton NFVO... 2018-01-10 16:14:22,966 - functest.ci.run_tests.orchestra - INFO - Retrieving floating IP for Open Baton NFVO 2018-01-10 16:14:22,971 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-10 16:14:23,999 - functest.ci.run_tests.orchestra - INFO - Creating floating IP for Open Baton NFVO 2018-01-10 16:14:26,013 - functest.ci.run_tests.orchestra - INFO - Created floating IP for Open Baton NFVO 172.10.0.22 2018-01-10 16:14:26,014 - functest.ci.run_tests.orchestra - INFO - Deploying Open Baton... 2018-01-10 16:14:26,014 - functest.ci.run_tests.orchestra - INFO - Details: {'flavor': {'name': u'openbaton', 'id': u'e240d334-d899-41db-9f64-01f23b32951c'}, 'fip': , 'external_net_name': u'admin_external', 'sec_group': u'orchestra-sec-group-allowall', 'network': {'id': u'16cc4b8e-e79f-4598-8d68-cc7a3f730c7a', 'name': u'orchestra_openims_net'}} 2018-01-10 16:14:26,014 - functest.ci.run_tests.orchestra - INFO - Creating orchestra instance... 2018-01-10 16:14:26,015 - functest.ci.run_tests.orchestra - INFO - flavor: openbaton image: ubuntu-14.04-server-cloudimg-amd64-disk1 network_id: 16cc4b8e-e79f-4598-8d68-cc7a3f730c7a 2018-01-10 16:14:26,015 - 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.22'" sed -i s/rabbitmq_broker_ip=localhost/rabbitmq_broker_ip=172.10.0.22/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-10 16:15:07,417 - functest.ci.run_tests.orchestra - INFO - Created orchestra instance: e594b09b-5fbb-408c-ab2b-39ad125f18e2 2018-01-10 16:15:07,417 - functest.ci.run_tests.orchestra - INFO - Associating floating ip: '172.10.0.22' to VM 'orchestra_openims' 2018-01-10 16:15:09,831 - functest.ci.run_tests.orchestra - INFO - Waiting for Open Baton NFVO to be up and running... 2018-01-10 16:15:11,836 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (0s) 2018-01-10 16:16:11,863 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (60s) 2018-01-10 16:17:11,881 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (120s) 2018-01-10 16:18:11,908 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (180s) 2018-01-10 16:19:11,958 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (240s) 2018-01-10 16:20:12,010 - functest.ci.run_tests.orchestra - INFO - Waiting for all components to be up and running... 2018-01-10 16:21:12,027 - functest.ci.run_tests.orchestra - INFO - Deploy Open Baton NFVO: OK 2018-01-10 16:21:12,029 - functest.ci.run_tests.orchestra - INFO - Deploying OpenIMS... 2018-01-10 16:21:12,029 - functest.ci.run_tests.orchestra - INFO - Create OpenIMS Flavor if not existing 2018-01-10 16:21:12,664 - functest.ci.run_tests.orchestra - DEBUG - Flavor id: fcc78f54-5d1c-4b20-9872-15e0d1a9630b 2018-01-10 16:21:12,664 - functest.ci.run_tests.orchestra - INFO - Getting project 'default'... 2018-01-10 16:21:13,536 - functest.ci.run_tests.orchestra - INFO - Found project 'default': {u'description': u'default project', u'id': u'6f3d8533-870e-444c-8b8a-18993ae1db06', u'name': u'default'} 2018-01-10 16:21:13,537 - 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-10 16:21:13,537 - functest.ci.run_tests.orchestra - INFO - Using v3 API of OpenStack... -> Using OS_PROJECT_ID 2018-01-10 16:21:13,539 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-10 16:21:14,047 - functest.ci.run_tests.orchestra - DEBUG - VIM project/tenant id: 9f34ed432e654e1787125ec4d44b3665 2018-01-10 16:21:14,047 - 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'9f34ed432e654e1787125ec4d44b3665', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-10 16:21:14,048 - 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'9f34ed432e654e1787125ec4d44b3665', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-10 16:21:15,937 - functest.ci.run_tests.orchestra - INFO - sending: http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/OpenImsCore/3.2.0/json 2018-01-10 16:21:18,870 - functest.ci.run_tests.orchestra - ERROR - Not Found 2018-01-10 16:21:19,295 - functest.utils.functest_utils - DEBUG - 2018-01-10 16:21:19,295 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 16:21:19,296 - functest.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | orchestra_openims | orchestra | 08:08 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-01-10 16:21:19,299 - functest.ci.run_tests.orchestra - INFO - Cleaning orchestra_openims... 2018-01-10 16:21:19,300 - functest.ci.run_tests.orchestra - INFO - Terminating OpenIMS... 2018-01-10 16:21:19,300 - functest.ci.run_tests.orchestra - INFO - No need to terminate the VNF... 2018-01-10 16:21:19,302 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Port... 2018-01-10 16:21:31,178 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Floating IP... 2018-01-10 16:21:32,177 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:21:32,276 - functest.ci.run_tests.orchestra - ERROR - Unexpected error cleaning - Port 0a598428-e488-4b8b-93a5-e1e91ad30c5e could not be found. Neutron server returns request_ids: ['req-1b72781d-27ab-4a4f-8e45-5dc42418385b'] 2018-01-10 16:21:32,276 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:21:36,523 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:21:39,404 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:21:40,470 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:21:41,014 - functest.core.vnf - INFO - test cleaning 2018-01-10 16:21:41,014 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-10 16:21:42,303 - functest.ci.run_tests - ERROR - The test case 'orchestra_openims' failed. 2018-01-10 16:21:42,303 - functest.ci.run_tests - INFO - Running test case 'orchestra_clearwaterims'... 2018-01-10 16:21:42,353 - 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-10 16:21:42,353 - functest.ci.run_tests.orchestra - INFO - orchestra_clearwaterims VNF onboarding test starting 2018-01-10 16:21:42,373 - 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-10 16:21:42,397 - 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-10 16:21:42,436 - functest.core.vnf - INFO - Prepare VNF: orchestra_clearwaterims, description: Clearwater IMS deployed with Open Baton 2018-01-10 16:21:44,435 - functest.ci.run_tests.orchestra - INFO - Additional pre-configuration steps 2018-01-10 16:21:44,991 - functest.ci.run_tests.orchestra - INFO - Upload images if they doen't exist yet 2018-01-10 16:21:44,991 - 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-10 16:21:46,100 - functest.ci.run_tests.orchestra - INFO - Create Flavor for Open Baton NFVO if not yet existing 2018-01-10 16:21:46,761 - functest.ci.run_tests.orchestra - INFO - Creating security group for Open Baton if not yet existing... 2018-01-10 16:21:51,415 - functest.ci.run_tests.orchestra - INFO - Security group orchestra-sec-group-allowall prepared 2018-01-10 16:21:51,416 - functest.ci.run_tests.orchestra - INFO - Creating network/subnet/router if they doen't exist yet... 2018-01-10 16:22:00,033 - functest.ci.run_tests.orchestra - INFO - Created network and router for Open Baton NFVO... 2018-01-10 16:22:00,033 - functest.ci.run_tests.orchestra - INFO - Retrieving floating IP for Open Baton NFVO 2018-01-10 16:22:00,036 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-10 16:22:01,024 - functest.ci.run_tests.orchestra - INFO - Creating floating IP for Open Baton NFVO 2018-01-10 16:22:02,947 - functest.ci.run_tests.orchestra - INFO - Created floating IP for Open Baton NFVO 172.10.0.21 2018-01-10 16:22:02,947 - functest.ci.run_tests.orchestra - INFO - Deploying Open Baton... 2018-01-10 16:22:02,947 - functest.ci.run_tests.orchestra - INFO - Details: {'flavor': {'name': u'openbaton', 'id': u'719d3c49-bfa8-49d1-9fcd-202bd36c1bb6'}, 'fip': , 'external_net_name': u'admin_external', 'sec_group': u'orchestra-sec-group-allowall', 'network': {'id': u'2b8ece9b-4613-4d5b-8bcb-3cad8204892e', 'name': u'orchestra_clearwaterims_net'}} 2018-01-10 16:22:02,948 - functest.ci.run_tests.orchestra - INFO - Creating orchestra instance... 2018-01-10 16:22:02,948 - functest.ci.run_tests.orchestra - INFO - flavor: openbaton image: ubuntu-14.04-server-cloudimg-amd64-disk1 network_id: 2b8ece9b-4613-4d5b-8bcb-3cad8204892e 2018-01-10 16:22:02,948 - 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.21'" sed -i s/rabbitmq_broker_ip=localhost/rabbitmq_broker_ip=172.10.0.21/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-10 16:22:42,062 - functest.ci.run_tests.orchestra - INFO - Created orchestra instance: a11b758c-8088-4037-afc4-0fb1e10f83b1 2018-01-10 16:22:42,062 - functest.ci.run_tests.orchestra - INFO - Associating floating ip: '172.10.0.21' to VM 'orchestra_clearwaterims' 2018-01-10 16:22:44,523 - functest.ci.run_tests.orchestra - INFO - Waiting for Open Baton NFVO to be up and running... 2018-01-10 16:22:47,529 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (0s) 2018-01-10 16:23:47,591 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (60s) 2018-01-10 16:24:47,595 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (120s) 2018-01-10 16:25:47,657 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (180s) 2018-01-10 16:26:47,674 - functest.ci.run_tests.orchestra - INFO - Waiting for all components to be up and running... 2018-01-10 16:27:47,696 - functest.ci.run_tests.orchestra - INFO - Deploy Open Baton NFVO: OK 2018-01-10 16:27:47,697 - functest.ci.run_tests.orchestra - INFO - Deploying Clearwater IMS... 2018-01-10 16:27:47,697 - functest.ci.run_tests.orchestra - INFO - Create Clearwater IMS Flavor if not existing 2018-01-10 16:27:48,320 - functest.ci.run_tests.orchestra - DEBUG - Flavor id: fcc78f54-5d1c-4b20-9872-15e0d1a9630b 2018-01-10 16:27:48,321 - functest.ci.run_tests.orchestra - INFO - Getting project 'default'... 2018-01-10 16:27:49,203 - functest.ci.run_tests.orchestra - INFO - Found project 'default': {u'description': u'default project', u'id': u'41a8ada5-2bc8-4df4-bd5e-2bb6a4309fe2', u'name': u'default'} 2018-01-10 16:27:49,203 - 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-10 16:27:49,203 - functest.ci.run_tests.orchestra - INFO - Using v3 API of OpenStack... -> Using OS_PROJECT_ID 2018-01-10 16:27:49,205 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-10 16:27:49,812 - functest.ci.run_tests.orchestra - DEBUG - VIM project/tenant id: 850c395941c744e3b3ecff326213a260 2018-01-10 16:27:49,813 - 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'850c395941c744e3b3ecff326213a260', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-10 16:27:49,813 - 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'850c395941c744e3b3ecff326213a260', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-10 16:27:51,634 - functest.ci.run_tests.orchestra - INFO - sending: http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/ClearwaterIMS/3.2.0/json 2018-01-10 16:27:53,814 - functest.ci.run_tests.orchestra - ERROR - Not Found 2018-01-10 16:27:54,246 - functest.utils.functest_utils - DEBUG - 2018-01-10 16:27:54,246 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 16:27:54,246 - functest.ci.run_tests - INFO - Test result: +---------------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------------+-------------------+------------------+----------------+ | orchestra_clearwaterims | orchestra | 06:11 | FAIL | +---------------------------------+-------------------+------------------+----------------+ 2018-01-10 16:27:54,250 - functest.ci.run_tests.orchestra - INFO - Cleaning orchestra_clearwaterims... 2018-01-10 16:27:54,250 - functest.ci.run_tests.orchestra - INFO - Terminating Clearwater IMS... 2018-01-10 16:27:54,250 - functest.ci.run_tests.orchestra - INFO - No need to terminate the VNF... 2018-01-10 16:27:54,252 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Port... 2018-01-10 16:28:05,966 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Floating IP... 2018-01-10 16:28:06,768 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:28:06,927 - functest.ci.run_tests.orchestra - ERROR - Unexpected error cleaning - Port ebd81ce2-572b-4444-b9e6-fd75e0ba0905 could not be found. Neutron server returns request_ids: ['req-a2d7c84a-c5da-4092-9ced-48362e0d92fe'] 2018-01-10 16:28:06,928 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:28:11,467 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:28:14,470 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:28:16,067 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-10 16:28:16,172 - functest.core.vnf - INFO - test cleaning 2018-01-10 16:28:16,172 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-10 16:28:17,527 - functest.ci.run_tests - ERROR - The test case 'orchestra_clearwaterims' failed. 2018-01-10 16:28:17,528 - functest.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-01-10 16:28:17,632 - 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-10 16:28:17,660 - 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-10 16:28:17,661 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-10 16:28:18,129 - 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-10 16:28:18,129 - functest.core.vnf - INFO - Prepare VNF: abotepc, description: OAI EPC deployed with Juju 2018-01-10 16:28:20,043 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-01-10 16:28:20,589 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-10 16:28:20,589 - 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-10 16:28:20,590 - 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-10 16:28:20,601 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-01-10 16:28:20,601 - 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-10 16:28:28,524 - 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-10 16:28:37,076 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-01-10 16:28:37,077 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-01-10 16:28:40,249 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-01-10 16:28:45,823 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-01-10 16:28:45,823 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Juju Bootstrap: Skip creation of flavors 2018-01-10 16:28:46,499 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Installing Dependency Packages ....... 2018-01-10 16:36:45,094 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-01-10 16:36:47,366 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Generating Metadata for trusty 2018-01-10 16:36:48,620 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Generating Metadata for xenial 2018-01-10 16:36:49,492 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Credential information : 4ae00660-c421-4d10-ba8d-17545d5ba81e 2018-01-10 16:40:39,978 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-01-10 16:40:39,978 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-01-10 16:40:40,575 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-01-10 16:40:59,147 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-01-10 17:08:39,829 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju wait completed: 0 2018-01-10 17:08:39,829 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-01-10 17:08:42,442 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Adding Security group rule.... 2018-01-10 17:08:42,443 - functest.utils.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-01-10 17:08:42,805 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files to Abot_node 2018-01-10 17:08:43,558 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files in Abot_node 2018-01-10 17:13:02,803 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-01-10 17:32:27,595 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-01-10 17:32:28,166 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-01-10 17:32:28,245 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 25, 'skipped': 0, 'passed': 497} 2018-01-10 17:32:28,246 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 497, Failed:25, Skipped: 0 2018-01-10 17:32:29,379 - functest.utils.functest_utils - DEBUG - 2018-01-10 17:32:29,379 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 17:32:29,379 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 64:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-10 17:32:29,383 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing deployment files... 2018-01-10 17:32:29,383 - 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-10 17:32:29,384 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-01-10 17:33:20,874 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-01-10 17:33:35,668 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Releasing all the floating IPs 2018-01-10 17:33:36,405 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - TENANT ID : 2018-01-10 17:33:36,405 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Cleaning Projects and Users 2018-01-10 17:33:36,443 - 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-251 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-10 17:33:36,446 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +---------------------------------+-------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------------+-------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 27:41 | PASS | | vyos_vrouter | functest | vnf | 15:26 | PASS | | orchestra_openims | orchestra | vnf | 08:08 | FAIL | | orchestra_clearwaterims | orchestra | vnf | 06:11 | FAIL | | juju_epc | functest | vnf | 64:10 | PASS | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-01-10 17:33:36,451 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-10 17:33:51,219 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-10 17:33:51,220 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-10 17:33:51,221 - 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-10 17:33:51,223 - functest.ci.run_tests - INFO - Running tier 'features' 2018-01-10 17:33:51,223 - functest.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-01-10 17:37:23,025 - functest.core.feature - INFO - Test result is stored in '/home/opnfv/functest/results/parser-basics.log' 2018-01-10 17:37:23,472 - functest.utils.functest_utils - DEBUG - 2018-01-10 17:37:23,472 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-10 17:37:23,473 - functest.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:32 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-01-10 17:37:23,476 - 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-251 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-10 17:37:23,478 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:32 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-01-10 17:37:23,480 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK