2018-01-25 18:53:02,223 - functest.ci.check_deployment - DEBUG - 192.168.11.20:35357 is reachable! 2018-01-25 18:53:02,224 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://192.168.11.20:35357/v3 ...OK 2018-01-25 18:53:02,669 - functest.ci.check_deployment - INFO - Got token ...OK 2018-01-25 18:53:03,130 - functest.ci.check_deployment - DEBUG - 192.168.11.20:5000 is reachable! 2018-01-25 18:53:03,131 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://192.168.11.20:5000 ...OK 2018-01-25 18:53:03,552 - functest.ci.check_deployment - DEBUG - 192.168.11.20:8774 is reachable! 2018-01-25 18:53:03,552 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://192.168.11.20:8774/v2.1/d02c625d7a354b369291eba65d461719 ...OK 2018-01-25 18:53:04,003 - functest.ci.check_deployment - DEBUG - 192.168.11.20:9696 is reachable! 2018-01-25 18:53:04,003 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://192.168.11.20:9696 ...OK 2018-01-25 18:53:04,427 - functest.ci.check_deployment - DEBUG - 192.168.11.20:9292 is reachable! 2018-01-25 18:53:04,427 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://192.168.11.20:9292 ...OK 2018-01-25 18:53:05,116 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-01-25 18:53:06,094 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-01-25 18:53:06,116 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-01-25 18:53:07,356 - functest.ci.check_deployment - INFO - External network found: admin_external 2018-01-25 18:53:11,495 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-25 18:53:11,496 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-25 18:53:11,497 - 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-25 18:53:11,499 - functest.ci.run_tests - INFO - Running tier 'healthcheck' 2018-01-25 18:53:11,499 - functest.ci.run_tests - INFO - Running test case 'connection_check'... 2018-01-25 18:53:13,339 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-25 18:53:22,971 - 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 9.629s OK 2018-01-25 18:53:23,375 - functest.utils.functest_utils - DEBUG - 2018-01-25 18:53:23,375 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 18:53:23,376 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-01-25 18:53:23,379 - functest.ci.run_tests - INFO - Running test case 'api_check'... 2018-01-25 18:53:24,173 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-25 19:01:43,378 - 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 499.197s OK 2018-01-25 19:01:43,823 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:01:43,823 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:01:43,825 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-25 19:01:43,829 - functest.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-01-25 19:01:44,680 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-25 19:02:24,084 - functest.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 39.404s OK 2018-01-25 19:02:24,482 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:02:24,483 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:02:24,484 - functest.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:39 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-01-25 19:02:24,488 - 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-271 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-25 19:02:24,490 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 08:19 | PASS | | snaps_health_check | functest | healthcheck | 00:39 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-01-25 19:02:24,493 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-25 19:02:28,729 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-25 19:02:28,730 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-25 19:02:28,731 - 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-25 19:02:28,733 - functest.ci.run_tests - INFO - Running tier 'smoke' 2018-01-25 19:02:28,733 - functest.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-01-25 19:02:29,758 - functest.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/zte-pod3 2018-01-25 19:02:29,759 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-25 19:02:30,504 - functest.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/zte-pod3 2018-01-25 19:02:30,505 - functest.energy.energy - DEBUG - Starting recording 2018-01-25 19:02:30,505 - functest.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-01-25 19:02:31,139 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-25 19:02:31,140 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-25 19:02:31' 2018-01-25 19:02:31,140 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:32,738 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:35,862 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:41,933 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:42,592 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:43,384 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:48,849 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:02:51,980 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-cbe3713b-020c-4d80-b2ac-754911d9ffe7' 2018-01-25 19:03:16,453 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-25 19:03:22,582 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-01-25 19:03:22,663 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-25 19:03:23,676 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-25 19:03:42,160 - functest.energy.energy - DEBUG - Stopping recording 2018-01-25 19:03:43,301 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:03:43,301 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:03:43,303 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-01-25 19:03:43,307 - functest.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-01-25 19:03:43,386 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-01-25 19:03:43,386 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-01-25 19:03:43' 2018-01-25 19:03:43,387 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--01ae4538-d132-478d-b388-f978cf798a37' 2018-01-25 19:03:45,510 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-01ae4538-d132-478d-b388-f978cf798a37' 2018-01-25 19:03:47,786 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-01ae4538-d132-478d-b388-f978cf798a37' 2018-01-25 19:03:54,012 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-01ae4538-d132-478d-b388-f978cf798a37' 2018-01-25 19:03:54,623 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-01ae4538-d132-478d-b388-f978cf798a37' 2018-01-25 19:03:59,070 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-01ae4538-d132-478d-b388-f978cf798a37' 2018-01-25 19:04:04,709 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-01-25 19:04:16,570 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-01-25 19:04:19,126 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-01-25 19:04:21,605 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-01-25 19:04:37,618 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:04:37,619 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:04:37,619 - functest.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-01-25 19:04:37,623 - functest.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-01-25 19:04:37,713 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-25 19:04:41,850 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-25 19:04:45,472 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-25 19:04:50,315 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-25 19:04:53,776 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-25 19:05:04,013 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-25 19:05:06,090 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-25 19:05:06,090 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-25 19:05:08,652 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-25 19:05:08,653 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-25 19:05:12,913 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-25 19:05:12,914 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-25 19:05:12,916 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-25 19:05:12,919 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-01-25 19:05:12,919 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-73d2035c-1d44-4be0-a124-5d11227c24c6/repo;testr list-tests smoke > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-01-25 19:05:16,627 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-01-25 19:05:16,629 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-01-25 19:05:16,630 - 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-25 19:05:20,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:05:20.090 62 INFO rally.api [-] Starting verification (UUID=27799221-8539-4aae-af9d-c6eec6fca173) for deployment 'opnfv-rally' (UUID=d176f5bc-80e6-454c-949d-de4842b0b413) by verifier 'opnfv-tempest' (UUID=73d2035c-1d44-4be0-a124-5d11227c24c6). 2018-01-25 19:05:20,092 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 27799221-8539-4aae-af9d-c6eec6fca173 2018-01-25 19:05:27,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:05:27.235 62 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.159s] 2018-01-25 19:05:27,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:05:27.341 62 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.106s] 2018-01-25 19:05:33,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:05:33.769 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.816s] 2018-01-25 19:05:35,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:05:35.211 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.441s] 2018-01-25 19:05:44,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:05:44.652 62 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.936s] 2018-01-25 19:06:05,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:06:05.925 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [15.062s] 2018-01-25 19:06:40,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:06:40.488 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.114s] 2018-01-25 19:06:40,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:06:40.489 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-01-25 19:07:16,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:07:16.624 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.116s] 2018-01-25 19:07:16,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:07:16.625 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-01-25 19:07:51,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:07:51.058 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.120s] 2018-01-25 19:07:51,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:07:51.059 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-01-25 19:08:48,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:08:48.095 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.179s] 2018-01-25 19:09:17,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:17.780 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.096s] 2018-01-25 19:09:17,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:17.938 62 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.158s] 2018-01-25 19:09:26,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:26.206 62 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.923s] 2018-01-25 19:09:26,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:26.218 62 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-01-25 19:09:27,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:27.604 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-01-25 19:09:27,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:27.604 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-01-25 19:09:31,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:31.635 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.240s] 2018-01-25 19:09:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:37.778 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.038s] 2018-01-25 19:09:43,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:43.923 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.503s] 2018-01-25 19:09:51,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:09:51.569 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.460s] 2018-01-25 19:10:00,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:00.672 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.156s] 2018-01-25 19:10:06,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:06.979 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.240s] 2018-01-25 19:10:13,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:13.020 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.136s] 2018-01-25 19:10:19,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:19.843 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.247s] 2018-01-25 19:10:27,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:27.062 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.266s] 2018-01-25 19:10:35,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:35.538 62 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.703s] 2018-01-25 19:10:37,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:37.792 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-01-25 19:10:40,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:40.054 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2018-01-25 19:10:40,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:40.082 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2018-01-25 19:10:40,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:40.102 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2018-01-25 19:10:40,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:40.110 62 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-01-25 19:10:44,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:44.258 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.499s] 2018-01-25 19:10:45,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:45.596 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.338s] 2018-01-25 19:10:46,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:46.665 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.068s] 2018-01-25 19:10:52,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:52.652 62 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-01-25 19:10:56,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:10:56.936 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.816s] 2018-01-25 19:11:12,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:12.597 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.513s] 2018-01-25 19:11:17,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:17.233 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.635s] 2018-01-25 19:11:30,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:30.729 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.095s] 2018-01-25 19:11:34,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:34.798 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.068s] 2018-01-25 19:11:43,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:43.960 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.161s] 2018-01-25 19:11:55,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:55.225 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.185s] 2018-01-25 19:11:59,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:11:59.212 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.986s] 2018-01-25 19:12:03,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:03.938 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.725s] 2018-01-25 19:12:22,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:22.121 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.710s] 2018-01-25 19:12:22,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:22.338 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.217s] 2018-01-25 19:12:22,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:22.565 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.226s] 2018-01-25 19:12:22,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:22.702 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.137s] 2018-01-25 19:12:22,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:22.886 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.183s] 2018-01-25 19:12:23,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:23.083 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.196s] 2018-01-25 19:12:35,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:35.274 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.168s] 2018-01-25 19:12:35,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:35.472 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.198s] 2018-01-25 19:12:35,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:35.692 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.219s] 2018-01-25 19:12:35,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:35.775 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.082s] 2018-01-25 19:12:36,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:36.105 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.330s] 2018-01-25 19:12:36,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:36.193 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.087s] 2018-01-25 19:12:48,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:48.774 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.683s] 2018-01-25 19:12:54,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:54.776 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.001s] 2018-01-25 19:12:57,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:57.077 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.299s] 2018-01-25 19:12:57,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:57.168 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.092s] 2018-01-25 19:12:57,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:12:57.274 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.105s] 2018-01-25 19:13:09,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:09.883 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.713s] 2018-01-25 19:13:16,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:16.449 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.565s] 2018-01-25 19:13:18,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:18.806 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.356s] 2018-01-25 19:13:18,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:18.921 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.114s] 2018-01-25 19:13:19,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:19.021 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.100s] 2018-01-25 19:13:36,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:36.904 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.702s] 2018-01-25 19:13:44,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:44.322 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.418s] 2018-01-25 19:13:50,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:50.219 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.897s] 2018-01-25 19:13:54,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:13:54.412 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.192s] 2018-01-25 19:14:20,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:20.232 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.910s] 2018-01-25 19:14:26,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:26.890 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.658s] 2018-01-25 19:14:32,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:32.653 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.762s] 2018-01-25 19:14:36,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:36.487 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.833s] 2018-01-25 19:14:51,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:51.626 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.226s] 2018-01-25 19:14:53,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:53.401 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.773s] 2018-01-25 19:14:53,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:53.476 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.077s] 2018-01-25 19:14:58,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:14:58.218 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.323s] 2018-01-25 19:15:00,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:00.073 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.852s] 2018-01-25 19:15:00,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:00.190 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.119s] 2018-01-25 19:15:04,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:04.308 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.762s] 2018-01-25 19:15:08,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:08.047 62 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-01-25 19:15:09,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:09.421 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-01-25 19:15:09,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:09.423 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-01-25 19:15:09,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:09.423 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-01-25 19:15:09,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:09.424 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-01-25 19:15:09,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:09.425 62 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-01-25 19:15:11,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:11.764 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.175s] 2018-01-25 19:15:26,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:26.369 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.949s] 2018-01-25 19:15:41,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:41.804 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.475s] 2018-01-25 19:15:52,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:15:52.678 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.871s] 2018-01-25 19:16:01,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:16:01.259 62 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.071s] 2018-01-25 19:17:21,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:17:21.666 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [74.122s] 2018-01-25 19:18:09,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:18:09.979 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.651s] 2018-01-25 19:19:01,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-01-25 19:19:01.237 62 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [30.009s] 2018-01-25 19:19:17,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: 'rally verify show --uuid 27799221-8539-4aae-af9d-c6eec6fca173'. 2018-01-25 19:19:19,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 27799221-8539-4aae-af9d-c6eec6fca173 | 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-01-25 19:05:20 | 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-01-25 19:19:17 | 2018-01-25 19:19:19,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:57 | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 73d2035c-1d44-4be0-a124-5d11227c24c6) | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d176f5bc-80e6-454c-949d-de4842b0b413) | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 816.377 | 2018-01-25 19:19:19,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-01-25 19:19:19,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-01-25 19:19:19,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-01-25 19:19:19,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-01-25 19:19:19,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-01-25 19:19:19,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-01-25 19:19:19,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-01-25 19:19:19,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-01-25 19:19:23,772 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:19:23,772 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:19:23,773 - functest.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:19 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-01-25 19:19:23,777 - functest.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-01-25 19:19:23,856 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-25 19:19:24,529 - functest.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/zte-pod3 2018-01-25 19:19:24,530 - functest.energy.energy - DEBUG - Starting recording 2018-01-25 19:19:24,530 - functest.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-01-25 19:19:25,261 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-25 19:19:28,950 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-25 19:19:32,630 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-25 19:19:37,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-01-25 19:19:38,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868'... 2018-01-25 19:19:41,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-12506e32-12e7-46b6-b0c1-872211b81868'... 2018-01-25 19:19:43,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-12506e32-12e7-46b6-b0c1-872211b81868'... 2018-01-25 19:19:48,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868'... 2018-01-25 19:19:49,374 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868'... 2018-01-25 19:19:49,992 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-01-25 19:19:49,993 - 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-25 19:19:49,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:19:50,033 - 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-25 19:19:50,039 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:20:53,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task e96d0593-66f6-4b84-91d1-4f5307562266: started 2018-01-25 19:19:53.560 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Starting: Task validation. 2018-01-25 19:19:53.600 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Starting: Task validation of syntax. 2018-01-25 19:19:53.678 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Completed: Task validation of syntax. 2018-01-25 19:19:53.678 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Starting: Task validation of required platforms. 2018-01-25 19:19:53.711 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Completed: Task validation of required platforms. 2018-01-25 19:19:53.712 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Starting: Task validation of semantic. 2018-01-25 19:19:54.403 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:19:57.523 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 3.12 sec 2018-01-25 19:19:57.568 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:01.500 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 3.93 sec 2018-01-25 19:20:01.500 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Completed: Task validation of semantic. 2018-01-25 19:20:01.501 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Completed: Task validation. 2018-01-25 19:20:01.502 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Starting: Running task. 2018-01-25 19:20:01.656 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:20:04.302 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 2.65 sec 2018-01-25 19:20:04.325 259 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 START 2018-01-25 19:20:04.919 259 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 END: OK 2018-01-25 19:20:04.947 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:08.867 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 3.92 sec 2018-01-25 19:20:09.704 134 INFO rally.task.engine [-] Load duration is: 0.591362 2018-01-25 19:20:09.705 134 INFO rally.task.engine [-] Full duration is: 7.225352 2018-01-25 19:20:09.940 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:20:12.674 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 2.73 sec 2018-01-25 19:20:12.696 345 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 START 2018-01-25 19:20:13.498 345 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 END: OK 2018-01-25 19:20:13.521 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:17.498 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 3.98 sec 2018-01-25 19:20:17.978 134 INFO rally.task.engine [-] Load duration is: 0.800004 2018-01-25 19:20:17.978 134 INFO rally.task.engine [-] Full duration is: 7.573951 2018-01-25 19:20:18.214 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:20:21.032 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 2.82 sec 2018-01-25 19:20:21.054 431 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 START 2018-01-25 19:20:21.891 431 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 END: OK 2018-01-25 19:20:21.919 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:25.786 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 3.87 sec 2018-01-25 19:20:26.263 134 INFO rally.task.engine [-] Load duration is: 0.835159 2018-01-25 19:20:26.263 134 INFO rally.task.engine [-] Full duration is: 7.587439 2018-01-25 19:20:26.522 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:20:29.336 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 2.81 sec 2018-01-25 19:20:29.357 517 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 START 2018-01-25 19:20:30.734 517 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 END: OK 2018-01-25 19:20:30.763 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:34.776 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 4.01 sec 2018-01-25 19:20:36.589 134 INFO rally.task.engine [-] Load duration is: 1.374617 2018-01-25 19:20:36.590 134 INFO rally.task.engine [-] Full duration is: 8.269767 2018-01-25 19:20:36.833 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:20:39.526 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:20:39.546 603 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 START 2018-01-25 19:20:40.629 603 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 END: OK 2018-01-25 19:20:40.655 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:44.583 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 3.93 sec 2018-01-25 19:20:44.881 134 INFO rally.task.engine [-] Load duration is: 1.080275 2018-01-25 19:20:44.882 134 INFO rally.task.engine [-] Full duration is: 7.767526 2018-01-25 19:20:45.134 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() started 2018-01-25 19:20:47.833 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack setup() finished in 2.70 sec 2018-01-25 19:20:47.853 689 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 START 2018-01-25 19:20:48.722 689 INFO rally.task.runner [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | ITER: 1 END: OK 2018-01-25 19:20:48.748 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() started 2018-01-25 19:20:52.732 134 INFO rally.task.context [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Context users@openstack cleanup() finished in 3.98 sec 2018-01-25 19:20:53.178 134 INFO rally.task.engine [-] Load duration is: 0.867765 2018-01-25 19:20:53.179 134 INFO rally.task.engine [-] Full duration is: 7.614203 2018-01-25 19:20:53.376 134 INFO rally.task.engine [-] Task e96d0593-66f6-4b84-91d1-4f5307562266 | Completed: Running task. Task e96d0593-66f6-4b84-91d1-4f5307562266: 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | total | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> duration | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591362 Full duration: 7.225352 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.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800004 Full duration: 7.573951 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.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.835159 Full duration: 7.587439 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | total | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> duration | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.374617 Full duration: 8.269767 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | total | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | -> duration | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.080275 Full duration: 7.767526 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.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867765 Full duration: 7.614203 2018-01-25 19:20:53,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e96d0593-66f6-4b84-91d1-4f5307562266 2018-01-25 19:20:53,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-01-25 19:20:53,655 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e96d0593-66f6-4b84-91d1-4f5307562266', '--out', '/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-01-25 19:20:53,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e96d0593-66f6-4b84-91d1-4f5307562266'] 2018-01-25 19:20:55,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:20:55,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-01-25 19:20:55,143 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-01-25 19:20:55,143 - 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-25 19:20:55,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:20:55,175 - 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-25 19:20:55,177 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:22:29,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb: started 2018-01-25 19:20:58.780 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Starting: Task validation. 2018-01-25 19:20:58.838 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Starting: Task validation of syntax. 2018-01-25 19:20:58.908 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Completed: Task validation of syntax. 2018-01-25 19:20:58.909 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Starting: Task validation of required platforms. 2018-01-25 19:20:58.934 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Completed: Task validation of required platforms. 2018-01-25 19:20:58.934 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Starting: Task validation of semantic. 2018-01-25 19:20:59.708 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() started 2018-01-25 19:21:02.465 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() finished in 2.76 sec 2018-01-25 19:21:05.351 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() started 2018-01-25 19:21:09.344 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() finished in 3.99 sec 2018-01-25 19:21:09.345 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Completed: Task validation of semantic. 2018-01-25 19:21:09.345 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Completed: Task validation. 2018-01-25 19:21:09.346 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Starting: Running task. 2018-01-25 19:21:09.526 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() started 2018-01-25 19:21:12.231 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() finished in 2.70 sec 2018-01-25 19:21:12.231 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack setup() started 2018-01-25 19:21:12.232 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:21:12.255 864 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 START 2018-01-25 19:21:17.800 864 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 END: OK 2018-01-25 19:21:17.822 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack cleanup() started 2018-01-25 19:21:18.501 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack cleanup() finished in 0.68 sec 2018-01-25 19:21:18.501 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() started 2018-01-25 19:21:22.288 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() finished in 3.79 sec 2018-01-25 19:21:23.600 739 INFO rally.task.engine [-] Load duration is: 4.470092 2018-01-25 19:21:23.601 739 INFO rally.task.engine [-] Full duration is: 12.778872 2018-01-25 19:21:23.837 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() started 2018-01-25 19:21:26.541 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() finished in 2.70 sec 2018-01-25 19:21:26.541 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack setup() started 2018-01-25 19:21:26.542 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:21:26.564 970 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 START 2018-01-25 19:21:31.317 970 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 END: OK 2018-01-25 19:21:31.342 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack cleanup() started 2018-01-25 19:21:34.619 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack cleanup() finished in 3.28 sec 2018-01-25 19:21:34.620 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() started 2018-01-25 19:21:38.585 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() finished in 3.97 sec 2018-01-25 19:21:39.924 739 INFO rally.task.engine [-] Load duration is: 3.667225 2018-01-25 19:21:39.924 739 INFO rally.task.engine [-] Full duration is: 14.766361 2018-01-25 19:21:40.177 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() started 2018-01-25 19:21:42.818 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() finished in 2.64 sec 2018-01-25 19:21:42.839 1076 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 START 2018-01-25 19:21:44.213 1076 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 END: OK 2018-01-25 19:21:44.242 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() started 2018-01-25 19:21:48.052 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() finished in 3.81 sec 2018-01-25 19:21:48.243 739 INFO rally.task.engine [-] Load duration is: 0.264664 2018-01-25 19:21:48.244 739 INFO rally.task.engine [-] Full duration is: 7.892927 2018-01-25 19:21:48.496 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() started 2018-01-25 19:21:51.277 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack setup() finished in 2.78 sec 2018-01-25 19:21:51.277 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context quotas@openstack setup() started 2018-01-25 19:21:52.258 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context quotas@openstack setup() finished in 0.98 sec 2018-01-25 19:21:52.258 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack setup() started 2018-01-25 19:21:52.258 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:21:52.911 1162 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 START 2018-01-25 19:22:14.238 1162 INFO rally.task.runner [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | ITER: 1 END: OK 2018-01-25 19:22:14.262 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack cleanup() started 2018-01-25 19:22:24.918 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context cleanup@openstack cleanup() finished in 10.66 sec 2018-01-25 19:22:24.919 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context quotas@openstack cleanup() started 2018-01-25 19:22:24.979 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context quotas@openstack cleanup() finished in 60.31 msec 2018-01-25 19:22:24.979 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() started 2018-01-25 19:22:28.458 739 INFO rally.task.context [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Context users@openstack cleanup() finished in 3.48 sec 2018-01-25 19:22:28.722 739 INFO rally.task.engine [-] Load duration is: 19.291121 2018-01-25 19:22:28.723 739 INFO rally.task.engine [-] Full duration is: 39.978449 2018-01-25 19:22:28.905 739 INFO rally.task.engine [-] Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb | Completed: Running task. Task 7e86cb86-9ddc-416c-abb5-9bda797a19fb: 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.286 | 3.286 | 3.286 | 3.286 | 3.286 | 3.286 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | -> glance_v2.upload_data | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | glance_v2.delete_image | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | total | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 100.0% | 1 | | -> duration | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 4.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.470092 Full duration: 12.778872 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.599 | 3.599 | 3.599 | 3.599 | 3.599 | 3.599 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | -> glance_v2.upload_data | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | glance_v2.list_images | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | total | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 100.0% | 1 | | -> duration | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 3.667 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.667225 Full duration: 14.766361 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.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | -> duration | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.264664 Full duration: 7.892927 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.089 | 3.089 | 3.089 | 3.089 | 3.089 | 3.089 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | -> glance_v2.upload_data | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | nova.boot_servers | 17.202 | 17.202 | 17.202 | 17.202 | 17.202 | 17.202 | 100.0% | 1 | | total | 20.291 | 20.291 | 20.291 | 20.291 | 20.291 | 20.291 | 100.0% | 1 | | -> duration | 19.291 | 19.291 | 19.291 | 19.291 | 19.291 | 19.291 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.291121 Full duration: 39.978449 2018-01-25 19:22:29,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e86cb86-9ddc-416c-abb5-9bda797a19fb 2018-01-25 19:22:29,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7e86cb86-9ddc-416c-abb5-9bda797a19fb', '--out', '/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-01-25 19:22:29,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7e86cb86-9ddc-416c-abb5-9bda797a19fb'] 2018-01-25 19:22:30,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:22:30,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-01-25 19:22:30,635 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-01-25 19:22:30,636 - 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-25 19:22:30,636 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:22:30,664 - 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-25 19:22:30,665 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-01-25 19:22:30,665 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-01-25 19:22:30,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-01-25 19:22:30,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:22:30,692 - 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-25 19:22:30,697 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:25:39,353 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048: started 2018-01-25 19:22:34.281 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Starting: Task validation. 2018-01-25 19:22:34.328 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Starting: Task validation of syntax. 2018-01-25 19:22:34.491 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Completed: Task validation of syntax. 2018-01-25 19:22:34.491 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Starting: Task validation of required platforms. 2018-01-25 19:22:34.560 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Completed: Task validation of required platforms. 2018-01-25 19:22:34.560 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Starting: Task validation of semantic. 2018-01-25 19:22:35.321 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:22:38.010 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:22:43.474 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:22:47.591 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 4.12 sec 2018-01-25 19:22:47.592 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Completed: Task validation of semantic. 2018-01-25 19:22:47.592 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Completed: Task validation. 2018-01-25 19:22:47.593 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Starting: Running task. 2018-01-25 19:22:47.725 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:22:50.383 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.66 sec 2018-01-25 19:22:50.383 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() started 2018-01-25 19:22:51.268 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() finished in 0.88 sec 2018-01-25 19:22:51.268 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack setup() started 2018-01-25 19:22:54.444 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack setup() finished in 3.18 sec 2018-01-25 19:22:54.444 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() started 2018-01-25 19:22:54.445 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:22:54.470 1417 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:23:00.189 1417 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:23:00.214 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() started 2018-01-25 19:23:02.477 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() finished in 2.26 sec 2018-01-25 19:23:02.477 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack cleanup() started 2018-01-25 19:23:05.910 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack cleanup() finished in 3.43 sec 2018-01-25 19:23:05.911 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() started 2018-01-25 19:23:05.960 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() finished in 49.39 msec 2018-01-25 19:23:05.961 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:23:09.829 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.87 sec 2018-01-25 19:23:09.872 1292 INFO rally.task.engine [-] Load duration is: 5.715288 2018-01-25 19:23:09.873 1292 INFO rally.task.engine [-] Full duration is: 22.122638 2018-01-25 19:23:10.096 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:23:12.764 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.67 sec 2018-01-25 19:23:12.765 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() started 2018-01-25 19:23:13.589 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() finished in 0.82 sec 2018-01-25 19:23:13.590 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() started 2018-01-25 19:23:13.590 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() finished in 0.26 msec 2018-01-25 19:23:13.611 1603 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:23:19.208 1603 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:23:19.235 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() started 2018-01-25 19:23:21.952 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() finished in 2.72 sec 2018-01-25 19:23:21.952 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() started 2018-01-25 19:23:22.001 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() finished in 49.27 msec 2018-01-25 19:23:22.002 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:23:25.881 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.88 sec 2018-01-25 19:23:26.197 1292 INFO rally.task.engine [-] Load duration is: 5.592927 2018-01-25 19:23:26.198 1292 INFO rally.task.engine [-] Full duration is: 15.80156 2018-01-25 19:23:26.408 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:23:29.083 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.68 sec 2018-01-25 19:23:29.084 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() started 2018-01-25 19:23:29.900 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() finished in 0.82 sec 2018-01-25 19:23:29.900 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() started 2018-01-25 19:23:29.900 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() finished in 0.26 msec 2018-01-25 19:23:30.516 1769 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:23:40.744 1769 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:23:40.768 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() started 2018-01-25 19:23:43.071 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() finished in 2.30 sec 2018-01-25 19:23:43.071 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() started 2018-01-25 19:23:43.122 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() finished in 51.21 msec 2018-01-25 19:23:43.123 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:23:46.911 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.79 sec 2018-01-25 19:23:48.532 1292 INFO rally.task.engine [-] Load duration is: 10.224301 2018-01-25 19:23:48.532 1292 INFO rally.task.engine [-] Full duration is: 20.522997 2018-01-25 19:23:48.755 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:23:51.571 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.82 sec 2018-01-25 19:23:51.572 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() started 2018-01-25 19:23:52.374 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() finished in 0.80 sec 2018-01-25 19:23:52.375 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() started 2018-01-25 19:23:52.375 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:23:52.396 1935 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:23:58.049 1935 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:23:58.078 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() started 2018-01-25 19:24:00.346 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() finished in 2.27 sec 2018-01-25 19:24:00.347 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() started 2018-01-25 19:24:00.397 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() finished in 50.32 msec 2018-01-25 19:24:00.397 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:24:04.178 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.78 sec 2018-01-25 19:24:04.847 1292 INFO rally.task.engine [-] Load duration is: 5.649662 2018-01-25 19:24:04.847 1292 INFO rally.task.engine [-] Full duration is: 15.44341 2018-01-25 19:24:05.079 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:24:07.866 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.79 sec 2018-01-25 19:24:07.867 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() started 2018-01-25 19:24:08.608 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() finished in 0.74 sec 2018-01-25 19:24:08.609 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() started 2018-01-25 19:24:08.609 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:24:08.630 2101 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:24:16.592 2101 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:24:16.623 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() started 2018-01-25 19:24:18.963 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() finished in 2.34 sec 2018-01-25 19:24:18.963 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() started 2018-01-25 19:24:19.023 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() finished in 60.27 msec 2018-01-25 19:24:19.024 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:24:22.876 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.85 sec 2018-01-25 19:24:23.185 1292 INFO rally.task.engine [-] Load duration is: 7.958802 2018-01-25 19:24:23.186 1292 INFO rally.task.engine [-] Full duration is: 17.814991 2018-01-25 19:24:23.407 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:24:26.162 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.75 sec 2018-01-25 19:24:26.162 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() started 2018-01-25 19:24:26.991 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack setup() finished in 0.83 sec 2018-01-25 19:24:26.991 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack setup() started 2018-01-25 19:24:30.208 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack setup() finished in 3.22 sec 2018-01-25 19:24:30.209 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() started 2018-01-25 19:24:30.209 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:24:30.231 2267 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:24:35.798 2267 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:24:35.821 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() started 2018-01-25 19:24:38.132 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context cleanup@openstack cleanup() finished in 2.31 sec 2018-01-25 19:24:38.134 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack cleanup() started 2018-01-25 19:24:41.541 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context volumes@openstack cleanup() finished in 3.41 sec 2018-01-25 19:24:41.541 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() started 2018-01-25 19:24:41.611 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context quotas@openstack cleanup() finished in 69.33 msec 2018-01-25 19:24:41.611 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:24:45.514 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.90 sec 2018-01-25 19:24:45.548 1292 INFO rally.task.engine [-] Load duration is: 5.564287 2018-01-25 19:24:45.548 1292 INFO rally.task.engine [-] Full duration is: 22.124515 2018-01-25 19:24:45.785 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:24:48.429 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.64 sec 2018-01-25 19:24:48.429 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() started 2018-01-25 19:24:48.430 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:24:48.453 2453 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:24:49.190 2453 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:24:49.216 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:24:54.227 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() finished in 5.01 sec 2018-01-25 19:24:54.227 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:24:58.173 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.95 sec 2018-01-25 19:24:59.873 1292 INFO rally.task.engine [-] Load duration is: 0.733528 2018-01-25 19:24:59.874 1292 INFO rally.task.engine [-] Full duration is: 12.403788 2018-01-25 19:25:00.106 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:25:02.733 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.63 sec 2018-01-25 19:25:02.734 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() started 2018-01-25 19:25:02.734 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:25:02.758 2619 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:25:03.453 2619 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:25:03.479 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:25:08.088 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() finished in 4.61 sec 2018-01-25 19:25:08.089 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:25:12.125 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 4.04 sec 2018-01-25 19:25:12.223 1292 INFO rally.task.engine [-] Load duration is: 0.691929 2018-01-25 19:25:12.224 1292 INFO rally.task.engine [-] Full duration is: 12.036949 2018-01-25 19:25:12.454 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:25:15.187 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.73 sec 2018-01-25 19:25:15.188 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() started 2018-01-25 19:25:15.188 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:25:15.210 2785 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:25:16.011 2785 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:25:16.034 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:25:20.599 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() finished in 4.56 sec 2018-01-25 19:25:20.599 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:25:24.593 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 3.99 sec 2018-01-25 19:25:26.539 1292 INFO rally.task.engine [-] Load duration is: 0.797303 2018-01-25 19:25:26.540 1292 INFO rally.task.engine [-] Full duration is: 12.157385 2018-01-25 19:25:26.775 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() started 2018-01-25 19:25:29.451 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack setup() finished in 2.68 sec 2018-01-25 19:25:29.452 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() started 2018-01-25 19:25:29.452 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack setup() finished in 0.21 msec 2018-01-25 19:25:29.473 2951 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 START 2018-01-25 19:25:30.296 2951 INFO rally.task.runner [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | ITER: 1 END: OK 2018-01-25 19:25:30.318 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:25:34.728 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context admin_cleanup@openstack cleanup() finished in 4.41 sec 2018-01-25 19:25:34.729 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() started 2018-01-25 19:25:38.746 1292 INFO rally.task.context [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Context users@openstack cleanup() finished in 4.02 sec 2018-01-25 19:25:38.842 1292 INFO rally.task.engine [-] Load duration is: 0.81972 2018-01-25 19:25:38.843 1292 INFO rally.task.engine [-] Full duration is: 11.989313 2018-01-25 19:25:39.020 1292 INFO rally.task.engine [-] Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048 | Completed: Running task. Task 2a3b2820-8c7b-4fa2-b145-e12261e4c048: 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.418 | 3.418 | 3.418 | 3.418 | 3.418 | 3.418 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.297 | 2.297 | 2.297 | 2.297 | 2.297 | 2.297 | 100.0% | 1 | | total | 5.715 | 5.715 | 5.715 | 5.715 | 5.715 | 5.715 | 100.0% | 1 | | -> duration | 5.715 | 5.715 | 5.715 | 5.715 | 5.715 | 5.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.715288 Full duration: 22.122638 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.174 | 3.174 | 3.174 | 3.174 | 3.174 | 3.174 | 100.0% | 1 | | cinder_v2.delete_volume | 2.419 | 2.419 | 2.419 | 2.419 | 2.419 | 2.419 | 100.0% | 1 | | total | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 100.0% | 1 | | -> duration | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.592927 Full duration: 15.80156 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.927 | 7.927 | 7.927 | 7.927 | 7.927 | 7.927 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 10.224 | 10.224 | 10.224 | 10.224 | 10.224 | 10.224 | 100.0% | 1 | | -> duration | 10.224 | 10.224 | 10.224 | 10.224 | 10.224 | 10.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.224301 Full duration: 20.522997 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.195 | 3.195 | 3.195 | 3.195 | 3.195 | 3.195 | 100.0% | 1 | | cinder_v2.delete_volume | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 2.454 | 100.0% | 1 | | total | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 100.0% | 1 | | -> duration | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 5.65 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.649662 Full duration: 15.44341 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.198 | 3.198 | 3.198 | 3.198 | 3.198 | 3.198 | 100.0% | 1 | | cinder_v2.extend_volume | 2.364 | 2.364 | 2.364 | 2.364 | 2.364 | 2.364 | 100.0% | 1 | | cinder_v2.delete_volume | 2.396 | 2.396 | 2.396 | 2.396 | 2.396 | 2.396 | 100.0% | 1 | | total | 7.959 | 7.959 | 7.959 | 7.959 | 7.959 | 7.959 | 100.0% | 1 | | -> duration | 7.959 | 7.959 | 7.959 | 7.959 | 7.959 | 7.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.958802 Full duration: 17.814991 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.274 | 3.274 | 3.274 | 3.274 | 3.274 | 3.274 | 100.0% | 1 | | cinder_v2.delete_volume | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 2.29 | 100.0% | 1 | | total | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> duration | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.564287 Full duration: 22.124515 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | cinder_v2.list_qos | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733528 Full duration: 12.403788 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.set_qos | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691929 Full duration: 12.036949 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.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | cinder_v2.list_types | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797303 Full duration: 12.157385 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81972 Full duration: 11.989313 2018-01-25 19:25:39,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2a3b2820-8c7b-4fa2-b145-e12261e4c048 2018-01-25 19:25:39,355 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2a3b2820-8c7b-4fa2-b145-e12261e4c048', '--out', '/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-01-25 19:25:39,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2a3b2820-8c7b-4fa2-b145-e12261e4c048'] 2018-01-25 19:25:40,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:25:40,911 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-01-25 19:25:40,911 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-01-25 19:25:40,912 - 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-25 19:25:40,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:25:40,949 - 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-25 19:25:40,951 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:27:14,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308: started 2018-01-25 19:25:44.543 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Starting: Task validation. 2018-01-25 19:25:44.586 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Starting: Task validation of syntax. 2018-01-25 19:25:44.655 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Completed: Task validation of syntax. 2018-01-25 19:25:44.656 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Starting: Task validation of required platforms. 2018-01-25 19:25:44.682 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Completed: Task validation of required platforms. 2018-01-25 19:25:44.683 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Starting: Task validation of semantic. 2018-01-25 19:25:45.432 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() started 2018-01-25 19:25:48.193 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() finished in 2.76 sec 2018-01-25 19:25:52.777 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() started 2018-01-25 19:25:56.638 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() finished in 3.86 sec 2018-01-25 19:25:56.639 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Completed: Task validation of semantic. 2018-01-25 19:25:56.639 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Completed: Task validation. 2018-01-25 19:25:56.640 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Starting: Running task. 2018-01-25 19:25:56.832 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() started 2018-01-25 19:25:59.502 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() finished in 2.67 sec 2018-01-25 19:25:59.503 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() started 2018-01-25 19:26:01.506 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() finished in 2.00 sec 2018-01-25 19:26:01.507 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack setup() started 2018-01-25 19:26:01.507 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-25 19:26:01.542 3236 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 START 2018-01-25 19:26:14.540 3236 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 END: OK 2018-01-25 19:26:14.569 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack cleanup() started 2018-01-25 19:26:15.193 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack cleanup() finished in 0.62 sec 2018-01-25 19:26:15.194 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() started 2018-01-25 19:26:16.306 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() finished in 1.11 sec 2018-01-25 19:26:16.307 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() started 2018-01-25 19:26:20.610 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() finished in 4.30 sec 2018-01-25 19:26:20.972 3081 INFO rally.task.engine [-] Load duration is: 8.996118 2018-01-25 19:26:20.973 3081 INFO rally.task.engine [-] Full duration is: 23.797144 2018-01-25 19:26:21.241 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() started 2018-01-25 19:26:24.008 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() finished in 2.77 sec 2018-01-25 19:26:24.009 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() started 2018-01-25 19:26:26.200 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() finished in 2.19 sec 2018-01-25 19:26:26.200 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack setup() started 2018-01-25 19:26:26.200 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:26:26.223 3402 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 START 2018-01-25 19:26:34.569 3402 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 END: OK 2018-01-25 19:26:34.598 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack cleanup() started 2018-01-25 19:26:35.681 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack cleanup() finished in 1.08 sec 2018-01-25 19:26:35.681 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() started 2018-01-25 19:26:36.717 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() finished in 1.04 sec 2018-01-25 19:26:36.718 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() started 2018-01-25 19:26:40.745 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() finished in 4.03 sec 2018-01-25 19:26:41.356 3081 INFO rally.task.engine [-] Load duration is: 6.344226 2018-01-25 19:26:41.357 3081 INFO rally.task.engine [-] Full duration is: 19.521404 2018-01-25 19:26:41.638 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() started 2018-01-25 19:26:44.466 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() finished in 2.83 sec 2018-01-25 19:26:44.466 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() started 2018-01-25 19:26:46.470 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() finished in 2.00 sec 2018-01-25 19:26:46.471 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack setup() started 2018-01-25 19:26:46.471 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:26:46.492 3568 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 START 2018-01-25 19:26:55.855 3568 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 END: OK 2018-01-25 19:26:55.882 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack cleanup() started 2018-01-25 19:26:56.528 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context cleanup@openstack cleanup() finished in 0.65 sec 2018-01-25 19:26:56.528 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() started 2018-01-25 19:26:57.560 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() finished in 1.03 sec 2018-01-25 19:26:57.560 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() started 2018-01-25 19:27:01.479 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() finished in 3.92 sec 2018-01-25 19:27:01.746 3081 INFO rally.task.engine [-] Load duration is: 7.360916 2018-01-25 19:27:01.746 3081 INFO rally.task.engine [-] Full duration is: 19.860699 2018-01-25 19:27:02.011 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() started 2018-01-25 19:27:04.759 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack setup() finished in 2.75 sec 2018-01-25 19:27:04.759 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() started 2018-01-25 19:27:06.844 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack setup() finished in 2.08 sec 2018-01-25 19:27:06.865 3734 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 START 2018-01-25 19:27:07.588 3734 INFO rally.task.runner [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | ITER: 1 END: OK 2018-01-25 19:27:07.608 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() started 2018-01-25 19:27:08.656 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context roles@openstack cleanup() finished in 1.05 sec 2018-01-25 19:27:08.656 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() started 2018-01-25 19:27:12.679 3081 INFO rally.task.context [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Context users@openstack cleanup() finished in 4.02 sec 2018-01-25 19:27:14.093 3081 INFO rally.task.engine [-] Load duration is: 0.720502 2018-01-25 19:27:14.094 3081 INFO rally.task.engine [-] Full duration is: 10.685338 2018-01-25 19:27:14.281 3081 INFO rally.task.engine [-] Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308 | Completed: Running task. Task 4d348ffc-93e2-49d1-91b8-38b16e9f4308: finished test scenario HeatStacks.create_update_delete_stack +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.163 | 6.163 | 6.163 | 6.163 | 6.163 | 6.163 | 100.0% | 1 | | heat.update_stack | 3.484 | 3.484 | 3.484 | 3.484 | 3.484 | 3.484 | 100.0% | 1 | | heat.delete_stack | 3.349 | 3.349 | 3.349 | 3.349 | 3.349 | 3.349 | 100.0% | 1 | | total | 12.996 | 12.996 | 12.996 | 12.996 | 12.996 | 12.996 | 100.0% | 1 | | -> duration | 8.996 | 8.996 | 8.996 | 8.996 | 8.996 | 8.996 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.996118 Full duration: 23.797144 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.734 | 4.734 | 4.734 | 4.734 | 4.734 | 4.734 | 100.0% | 1 | | heat.check_stack | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 100.0% | 1 | | heat.delete_stack | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 100.0% | 1 | | total | 8.344 | 8.344 | 8.344 | 8.344 | 8.344 | 8.344 | 100.0% | 1 | | -> duration | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.344226 Full duration: 19.521404 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.424 | 4.424 | 4.424 | 4.424 | 4.424 | 4.424 | 100.0% | 1 | | heat.suspend_stack | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 100.0% | 1 | | heat.resume_stack | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 1.291 | 100.0% | 1 | | heat.delete_stack | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 100.0% | 1 | | total | 9.361 | 9.361 | 9.361 | 9.361 | 9.361 | 9.361 | 100.0% | 1 | | -> duration | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 7.361 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.360916 Full duration: 19.860699 test scenario HeatStacks.list_stacks_and_resources +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720502 Full duration: 10.685338 2018-01-25 19:27:14,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4d348ffc-93e2-49d1-91b8-38b16e9f4308 2018-01-25 19:27:14,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4d348ffc-93e2-49d1-91b8-38b16e9f4308', '--out', '/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-01-25 19:27:14,582 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4d348ffc-93e2-49d1-91b8-38b16e9f4308'] 2018-01-25 19:27:16,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:27:16,021 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-01-25 19:27:16,021 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-01-25 19:27:16,022 - 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-25 19:27:16,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:27:16,061 - 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-25 19:27:16,065 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:30:31,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 76aab490-bc8d-4059-9312-9c603c3416f5: started 2018-01-25 19:27:19.604 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Starting: Task validation. 2018-01-25 19:27:19.646 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Starting: Task validation of syntax. 2018-01-25 19:27:19.774 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Completed: Task validation of syntax. 2018-01-25 19:27:19.775 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Starting: Task validation of required platforms. 2018-01-25 19:27:19.836 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Completed: Task validation of required platforms. 2018-01-25 19:27:19.836 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Starting: Task validation of semantic. 2018-01-25 19:27:20.586 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:27:23.164 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.58 sec 2018-01-25 19:27:23.237 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:27:27.217 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.98 sec 2018-01-25 19:27:27.217 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Completed: Task validation of semantic. 2018-01-25 19:27:27.218 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Completed: Task validation. 2018-01-25 19:27:27.218 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Starting: Running task. 2018-01-25 19:27:27.407 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:27:30.019 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.61 sec 2018-01-25 19:27:30.020 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:27:30.020 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.32 msec 2018-01-25 19:27:30.043 3939 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:27:31.833 3939 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:27:31.861 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:27:37.963 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 6.10 sec 2018-01-25 19:27:37.963 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:27:41.895 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.93 sec 2018-01-25 19:27:43.508 3814 INFO rally.task.engine [-] Load duration is: 0.635722 2018-01-25 19:27:43.509 3814 INFO rally.task.engine [-] Full duration is: 14.50944 2018-01-25 19:27:43.774 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:27:46.478 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.70 sec 2018-01-25 19:27:46.478 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:27:46.479 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:27:46.500 4105 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:27:48.275 4105 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:27:48.297 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:27:54.467 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 6.17 sec 2018-01-25 19:27:54.467 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:27:58.516 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 4.05 sec 2018-01-25 19:27:59.860 3814 INFO rally.task.engine [-] Load duration is: 0.6327 2018-01-25 19:27:59.861 3814 INFO rally.task.engine [-] Full duration is: 14.760933 2018-01-25 19:28:00.101 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:28:02.747 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.65 sec 2018-01-25 19:28:02.748 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:28:02.748 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.32 msec 2018-01-25 19:28:02.771 4271 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:28:04.498 4271 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:28:04.523 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:28:10.673 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 6.15 sec 2018-01-25 19:28:10.673 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:28:14.624 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.95 sec 2018-01-25 19:28:16.192 3814 INFO rally.task.engine [-] Load duration is: 0.611992 2018-01-25 19:28:16.193 3814 INFO rally.task.engine [-] Full duration is: 14.539829 2018-01-25 19:28:16.439 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:28:19.127 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:28:19.128 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:28:19.128 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.39 msec 2018-01-25 19:28:19.150 4437 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:28:20.903 4437 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:28:20.927 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:28:25.109 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 4.18 sec 2018-01-25 19:28:25.110 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:28:29.072 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.96 sec 2018-01-25 19:28:30.519 3814 INFO rally.task.engine [-] Load duration is: 0.623995 2018-01-25 19:28:30.520 3814 INFO rally.task.engine [-] Full duration is: 12.651404 2018-01-25 19:28:30.789 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:28:33.617 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.83 sec 2018-01-25 19:28:33.617 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:28:33.617 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:28:33.638 4603 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:28:35.364 4603 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:28:35.386 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:28:39.375 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 3.99 sec 2018-01-25 19:28:39.376 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:28:43.269 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.89 sec 2018-01-25 19:28:44.877 3814 INFO rally.task.engine [-] Load duration is: 0.60754 2018-01-25 19:28:44.877 3814 INFO rally.task.engine [-] Full duration is: 12.495515 2018-01-25 19:28:45.118 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:28:47.812 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:28:47.813 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:28:47.813 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:28:47.834 4769 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:28:50.098 4769 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:28:50.127 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:29:00.606 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 10.48 sec 2018-01-25 19:29:00.606 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:29:04.701 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 4.09 sec 2018-01-25 19:29:05.225 3814 INFO rally.task.engine [-] Load duration is: 1.080936 2018-01-25 19:29:05.226 3814 INFO rally.task.engine [-] Full duration is: 19.600015 2018-01-25 19:29:05.483 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:29:08.206 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.72 sec 2018-01-25 19:29:08.206 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:29:08.206 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:29:08.227 4935 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:29:10.219 4935 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:29:10.239 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:29:14.384 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 4.14 sec 2018-01-25 19:29:14.385 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:29:18.351 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.97 sec 2018-01-25 19:29:19.561 3814 INFO rally.task.engine [-] Load duration is: 0.853318 2018-01-25 19:29:19.562 3814 INFO rally.task.engine [-] Full duration is: 12.887547 2018-01-25 19:29:19.784 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:29:22.423 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.64 sec 2018-01-25 19:29:22.424 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:29:22.424 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.32 msec 2018-01-25 19:29:22.446 5101 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:29:24.191 5101 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:29:24.217 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:29:30.378 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 6.16 sec 2018-01-25 19:29:30.379 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:29:34.255 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.88 sec 2018-01-25 19:29:35.877 3814 INFO rally.task.engine [-] Load duration is: 0.629939 2018-01-25 19:29:35.877 3814 INFO rally.task.engine [-] Full duration is: 14.488528 2018-01-25 19:29:36.138 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:29:38.830 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:29:38.830 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:29:38.831 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:29:38.851 5267 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:29:40.652 5267 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:29:40.679 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:29:46.979 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 6.30 sec 2018-01-25 19:29:46.980 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:29:50.891 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.91 sec 2018-01-25 19:29:52.232 3814 INFO rally.task.engine [-] Load duration is: 0.622695 2018-01-25 19:29:52.233 3814 INFO rally.task.engine [-] Full duration is: 14.76866 2018-01-25 19:29:52.557 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:29:55.377 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.82 sec 2018-01-25 19:29:55.377 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:29:55.378 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:29:55.399 5433 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:29:57.240 5433 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:29:57.268 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:30:03.345 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 6.08 sec 2018-01-25 19:30:03.346 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:30:07.333 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.99 sec 2018-01-25 19:30:08.655 3814 INFO rally.task.engine [-] Load duration is: 0.727129 2018-01-25 19:30:08.656 3814 INFO rally.task.engine [-] Full duration is: 14.793572 2018-01-25 19:30:08.955 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() started 2018-01-25 19:30:11.617 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack setup() finished in 2.66 sec 2018-01-25 19:30:11.617 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() started 2018-01-25 19:30:11.618 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:30:11.639 5599 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 START 2018-01-25 19:30:16.120 5599 INFO rally.task.runner [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | ITER: 1 END: OK 2018-01-25 19:30:16.143 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:30:26.367 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context admin_cleanup@openstack cleanup() finished in 10.22 sec 2018-01-25 19:30:26.367 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() started 2018-01-25 19:30:30.306 3814 INFO rally.task.context [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Context users@openstack cleanup() finished in 3.94 sec 2018-01-25 19:30:31.088 3814 INFO rally.task.engine [-] Load duration is: 3.294811 2018-01-25 19:30:31.089 3814 INFO rally.task.engine [-] Full duration is: 21.368928 2018-01-25 19:30:31.321 3814 INFO rally.task.engine [-] Task 76aab490-bc8d-4059-9312-9c603c3416f5 | Completed: Running task. Task 76aab490-bc8d-4059-9312-9c603c3416f5: 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | keystone_v3.revoke_role | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 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.635722 Full duration: 14.50944 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | keystone_v3.add_role | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | keystone_v3.list_roles | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 0.038 | 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.6327 Full duration: 14.760933 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | keystone_v3.list_projects | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611992 Full duration: 14.539829 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.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | keystone_v3.delete_role | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 0.067 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.623995 Full duration: 12.651404 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.delete_service | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.60754 Full duration: 12.495515 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | keystone_v3.create_user | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | -> keystone_v3.add_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.create_role | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_project | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | keystone_v3.get_user | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | keystone_v3.get_role | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 0.026 | 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.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> duration | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.080936 Full duration: 19.600015 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.update_project | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | keystone_v3.delete_project | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> duration | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.853318 Full duration: 12.887547 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.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> duration | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.629939 Full duration: 14.488528 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> duration | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622695 Full duration: 14.76866 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | keystone_v3.list_users | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | total | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> duration | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727129 Full duration: 14.793572 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | keystone_v3.create_users | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | total | 3.295 | 3.295 | 3.295 | 3.295 | 3.295 | 3.295 | 100.0% | 1 | | -> duration | 3.295 | 3.295 | 3.295 | 3.295 | 3.295 | 3.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.294811 Full duration: 21.368928 2018-01-25 19:30:31,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 76aab490-bc8d-4059-9312-9c603c3416f5 2018-01-25 19:30:31,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '76aab490-bc8d-4059-9312-9c603c3416f5', '--out', '/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-01-25 19:30:31,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '76aab490-bc8d-4059-9312-9c603c3416f5'] 2018-01-25 19:30:33,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:30:33,251 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-01-25 19:30:33,251 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-01-25 19:30:33,252 - 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-25 19:30:33,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:30:33,291 - 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-25 19:30:33,298 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:35:53,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 16f47887-39a0-4858-9859-ec77b7eed6ec: started 2018-01-25 19:30:36.955 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Starting: Task validation. 2018-01-25 19:30:37.007 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Starting: Task validation of syntax. 2018-01-25 19:30:37.208 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Completed: Task validation of syntax. 2018-01-25 19:30:37.208 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Starting: Task validation of required platforms. 2018-01-25 19:30:37.284 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Completed: Task validation of required platforms. 2018-01-25 19:30:37.284 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Starting: Task validation of semantic. 2018-01-25 19:30:38.044 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:30:40.735 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:30:46.060 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:30:50.102 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 4.04 sec 2018-01-25 19:30:50.103 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Completed: Task validation of semantic. 2018-01-25 19:30:50.103 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Completed: Task validation. 2018-01-25 19:30:50.104 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Starting: Running task. 2018-01-25 19:30:50.276 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:30:53.066 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.79 sec 2018-01-25 19:30:53.067 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:30:53.701 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.63 sec 2018-01-25 19:30:53.703 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:30:53.703 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.37 msec 2018-01-25 19:30:53.744 5854 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:30:56.299 5854 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:30:56.323 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:31:01.922 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 5.60 sec 2018-01-25 19:31:01.923 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:31:01.993 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 70.20 msec 2018-01-25 19:31:01.993 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:31:05.671 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.68 sec 2018-01-25 19:31:06.366 5729 INFO rally.task.engine [-] Load duration is: 2.552124 2018-01-25 19:31:06.367 5729 INFO rally.task.engine [-] Full duration is: 15.414251 2018-01-25 19:31:06.672 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:31:09.472 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.80 sec 2018-01-25 19:31:09.473 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:31:10.186 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.71 sec 2018-01-25 19:31:10.186 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() started 2018-01-25 19:31:16.128 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() finished in 5.94 sec 2018-01-25 19:31:16.129 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:31:16.129 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:31:16.152 6140 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:31:18.842 6140 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:31:18.863 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:31:27.317 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 8.45 sec 2018-01-25 19:31:27.317 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() started 2018-01-25 19:31:33.138 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() finished in 5.82 sec 2018-01-25 19:31:33.138 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:31:33.195 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 56.19 msec 2018-01-25 19:31:33.195 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:31:36.679 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.48 sec 2018-01-25 19:31:36.845 5729 INFO rally.task.engine [-] Load duration is: 2.687974 2018-01-25 19:31:36.846 5729 INFO rally.task.engine [-] Full duration is: 30.026541 2018-01-25 19:31:37.149 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:31:39.837 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:31:39.837 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:31:40.621 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.78 sec 2018-01-25 19:31:40.621 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() started 2018-01-25 19:31:47.073 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() finished in 6.45 sec 2018-01-25 19:31:47.074 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:31:47.074 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.32 msec 2018-01-25 19:31:47.098 6426 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:31:55.255 6426 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:31:55.282 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:32:08.208 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 12.93 sec 2018-01-25 19:32:08.209 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() started 2018-01-25 19:32:15.316 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() finished in 7.11 sec 2018-01-25 19:32:15.317 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:32:15.391 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 74.82 msec 2018-01-25 19:32:15.392 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:32:19.071 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.68 sec 2018-01-25 19:32:19.385 5729 INFO rally.task.engine [-] Load duration is: 8.15507 2018-01-25 19:32:19.386 5729 INFO rally.task.engine [-] Full duration is: 41.942456 2018-01-25 19:32:19.676 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:32:22.394 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.72 sec 2018-01-25 19:32:22.395 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:32:23.093 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.70 sec 2018-01-25 19:32:23.094 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() started 2018-01-25 19:32:29.393 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() finished in 6.30 sec 2018-01-25 19:32:29.394 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:32:29.394 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.33 msec 2018-01-25 19:32:29.416 6712 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:32:31.709 6712 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:32:31.740 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:32:39.640 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 7.90 sec 2018-01-25 19:32:39.640 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() started 2018-01-25 19:32:45.998 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() finished in 6.36 sec 2018-01-25 19:32:45.999 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:32:46.060 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 61.46 msec 2018-01-25 19:32:46.061 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:32:49.706 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.65 sec 2018-01-25 19:32:49.862 5729 INFO rally.task.engine [-] Load duration is: 2.29077 2018-01-25 19:32:49.862 5729 INFO rally.task.engine [-] Full duration is: 30.052127 2018-01-25 19:32:50.146 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:32:52.877 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.73 sec 2018-01-25 19:32:52.877 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:32:53.519 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.64 sec 2018-01-25 19:32:53.519 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:32:53.520 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:32:53.541 6998 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:32:55.065 6998 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:32:55.096 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:33:03.077 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 7.98 sec 2018-01-25 19:33:03.077 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:33:03.129 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 51.98 msec 2018-01-25 19:33:03.129 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:33:06.745 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.62 sec 2018-01-25 19:33:08.250 5729 INFO rally.task.engine [-] Load duration is: 1.521905 2018-01-25 19:33:08.254 5729 INFO rally.task.engine [-] Full duration is: 16.617423 2018-01-25 19:33:08.547 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:33:11.335 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.79 sec 2018-01-25 19:33:11.335 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:33:12.024 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.69 sec 2018-01-25 19:33:12.025 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() started 2018-01-25 19:33:17.726 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() finished in 5.70 sec 2018-01-25 19:33:17.727 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:33:17.727 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-25 19:33:17.750 7284 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:33:19.617 7284 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:33:19.646 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:33:28.128 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 8.48 sec 2018-01-25 19:33:28.129 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() started 2018-01-25 19:33:34.052 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() finished in 5.92 sec 2018-01-25 19:33:34.053 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:33:34.115 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 61.93 msec 2018-01-25 19:33:34.115 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:33:37.911 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.80 sec 2018-01-25 19:33:38.714 5729 INFO rally.task.engine [-] Load duration is: 1.865137 2018-01-25 19:33:38.715 5729 INFO rally.task.engine [-] Full duration is: 29.3841 2018-01-25 19:33:38.987 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:33:41.740 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.75 sec 2018-01-25 19:33:41.740 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:33:42.463 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.72 sec 2018-01-25 19:33:42.464 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() started 2018-01-25 19:33:48.478 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() finished in 6.01 sec 2018-01-25 19:33:48.479 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:33:48.479 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:33:48.503 7570 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:33:52.949 7570 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:33:52.974 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:34:08.822 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 15.85 sec 2018-01-25 19:34:08.823 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() started 2018-01-25 19:34:15.972 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() finished in 7.15 sec 2018-01-25 19:34:15.972 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:34:16.034 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 61.80 msec 2018-01-25 19:34:16.035 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:34:19.933 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.90 sec 2018-01-25 19:34:21.228 5729 INFO rally.task.engine [-] Load duration is: 4.444065 2018-01-25 19:34:21.228 5729 INFO rally.task.engine [-] Full duration is: 40.965774 2018-01-25 19:34:21.506 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:34:24.153 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.65 sec 2018-01-25 19:34:24.153 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:34:24.834 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.68 sec 2018-01-25 19:34:24.834 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() started 2018-01-25 19:34:30.781 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack setup() finished in 5.95 sec 2018-01-25 19:34:30.781 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:34:30.782 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:34:30.805 7856 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:34:32.786 7856 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:34:32.814 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:34:45.766 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 12.95 sec 2018-01-25 19:34:45.767 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() started 2018-01-25 19:34:51.647 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context network@openstack cleanup() finished in 5.88 sec 2018-01-25 19:34:51.647 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:34:51.710 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 62.78 msec 2018-01-25 19:34:51.710 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:34:55.566 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.86 sec 2018-01-25 19:34:55.702 5729 INFO rally.task.engine [-] Load duration is: 1.978913 2018-01-25 19:34:55.703 5729 INFO rally.task.engine [-] Full duration is: 34.07929 2018-01-25 19:34:55.977 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:34:58.650 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.67 sec 2018-01-25 19:34:58.651 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:34:59.325 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.67 sec 2018-01-25 19:34:59.325 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:34:59.326 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:34:59.347 8142 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:35:00.825 8142 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:35:00.849 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:35:06.339 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 5.49 sec 2018-01-25 19:35:06.340 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:35:06.387 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 47.38 msec 2018-01-25 19:35:06.387 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:35:10.029 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.64 sec 2018-01-25 19:35:10.093 5729 INFO rally.task.engine [-] Load duration is: 1.475899 2018-01-25 19:35:10.094 5729 INFO rally.task.engine [-] Full duration is: 14.069764 2018-01-25 19:35:10.350 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:35:12.966 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.62 sec 2018-01-25 19:35:12.966 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:35:13.608 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.64 sec 2018-01-25 19:35:13.609 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:35:13.609 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:35:13.630 8428 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:35:15.546 8428 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:35:15.570 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:35:21.227 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 5.66 sec 2018-01-25 19:35:21.228 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:35:21.274 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 46.14 msec 2018-01-25 19:35:21.274 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:35:24.806 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.53 sec 2018-01-25 19:35:26.449 5729 INFO rally.task.engine [-] Load duration is: 1.913877 2018-01-25 19:35:26.450 5729 INFO rally.task.engine [-] Full duration is: 14.475241 2018-01-25 19:35:26.689 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() started 2018-01-25 19:35:29.430 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack setup() finished in 2.74 sec 2018-01-25 19:35:29.430 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() started 2018-01-25 19:35:30.137 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack setup() finished in 0.71 sec 2018-01-25 19:35:30.137 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context roles@openstack setup() started 2018-01-25 19:35:32.197 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context roles@openstack setup() finished in 2.06 sec 2018-01-25 19:35:32.198 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() started 2018-01-25 19:35:32.198 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:35:32.222 8744 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 START 2018-01-25 19:35:37.423 8744 INFO rally.task.runner [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | ITER: 1 END: OK 2018-01-25 19:35:37.453 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() started 2018-01-25 19:35:47.361 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context cleanup@openstack cleanup() finished in 9.91 sec 2018-01-25 19:35:47.362 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context roles@openstack cleanup() started 2018-01-25 19:35:48.409 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context roles@openstack cleanup() finished in 1.05 sec 2018-01-25 19:35:48.409 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() started 2018-01-25 19:35:48.471 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context quotas@openstack cleanup() finished in 61.74 msec 2018-01-25 19:35:48.471 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() started 2018-01-25 19:35:52.256 5729 INFO rally.task.context [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Context users@openstack cleanup() finished in 3.78 sec 2018-01-25 19:35:52.842 5729 INFO rally.task.engine [-] Load duration is: 5.198951 2018-01-25 19:35:52.843 5729 INFO rally.task.engine [-] Full duration is: 25.583176 2018-01-25 19:35:53.027 5729 INFO rally.task.engine [-] Task 16f47887-39a0-4858-9859-ec77b7eed6ec | Completed: Running task. Task 16f47887-39a0-4858-9859-ec77b7eed6ec: 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.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | neutron.delete_network | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | total | 2.552 | 2.552 | 2.552 | 2.552 | 2.552 | 2.552 | 100.0% | 1 | | -> duration | 2.552 | 2.552 | 2.552 | 2.552 | 2.552 | 2.552 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.552124 Full duration: 15.414251 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.883 | 1.883 | 1.883 | 1.883 | 1.883 | 1.883 | 100.0% | 1 | | neutron.delete_port | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | total | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 100.0% | 1 | | -> duration | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.687974 Full duration: 30.026541 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.147 | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 100.0% | 1 | | neutron.create_subnet | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | neutron.create_router | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | neutron.add_interface_router | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 2.361 | 100.0% | 1 | | neutron.remove_interface_router | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | neutron.delete_router | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | total | 8.155 | 8.155 | 8.155 | 8.155 | 8.155 | 8.155 | 100.0% | 1 | | -> duration | 8.155 | 8.155 | 8.155 | 8.155 | 8.155 | 8.155 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.15507 Full duration: 41.942456 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.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | neutron.delete_subnet | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | total | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 100.0% | 1 | | -> duration | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.29077 Full duration: 30.052127 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.312 | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 100.0% | 1 | | neutron.list_networks | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> duration | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.521905 Full duration: 16.617423 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.727 | 1.727 | 1.727 | 1.727 | 1.727 | 1.727 | 100.0% | 1 | | neutron.list_ports | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 100.0% | 1 | | -> duration | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 1.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.865137 Full duration: 29.3841 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 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 0.981 | 100.0% | 1 | | neutron.create_subnet | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_router | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | neutron.add_interface_router | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 100.0% | 1 | | neutron.list_routers | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 4.444 | 4.444 | 4.444 | 4.444 | 4.444 | 4.444 | 100.0% | 1 | | -> duration | 4.444 | 4.444 | 4.444 | 4.444 | 4.444 | 4.444 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.444065 Full duration: 40.965774 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.create_subnet | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | neutron.list_subnets | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.979 | 1.979 | 1.979 | 1.979 | 1.979 | 1.979 | 100.0% | 1 | | -> duration | 1.979 | 1.979 | 1.979 | 1.979 | 1.979 | 1.979 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.978913 Full duration: 34.07929 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.288 | 1.288 | 1.288 | 1.288 | 1.288 | 1.288 | 100.0% | 1 | | neutron.delete_security_group | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 100.0% | 1 | | -> duration | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.475899 Full duration: 14.069764 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.324 | 1.324 | 1.324 | 1.324 | 1.324 | 1.324 | 100.0% | 1 | | neutron.create_security_group_rule | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | neutron.delete_security_group | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 1.914 | 1.914 | 1.914 | 1.914 | 1.914 | 1.914 | 100.0% | 1 | | -> duration | 1.914 | 1.914 | 1.914 | 1.914 | 1.914 | 1.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.913877 Full duration: 14.475241 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.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | neutron.create_router | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | neutron.add_gateway_router | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | neutron.remove_gateway_router | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | total | 5.199 | 5.199 | 5.199 | 5.199 | 5.199 | 5.199 | 100.0% | 1 | | -> duration | 5.199 | 5.199 | 5.199 | 5.199 | 5.199 | 5.199 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.198951 Full duration: 25.583176 2018-01-25 19:35:53,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16f47887-39a0-4858-9859-ec77b7eed6ec 2018-01-25 19:35:53,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '16f47887-39a0-4858-9859-ec77b7eed6ec', '--out', '/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-01-25 19:35:53,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '16f47887-39a0-4858-9859-ec77b7eed6ec'] 2018-01-25 19:35:54,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:35:54,950 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-01-25 19:35:54,950 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-01-25 19:35:54,950 - 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-25 19:35:54,950 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:35:54,990 - 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-25 19:35:54,995 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:42:33,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 1d41ba70-2485-4ecb-8613-e46e00324e1b: started 2018-01-25 19:35:58.595 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Starting: Task validation. 2018-01-25 19:35:58.638 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Starting: Task validation of syntax. 2018-01-25 19:35:58.776 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Completed: Task validation of syntax. 2018-01-25 19:35:58.776 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Starting: Task validation of required platforms. 2018-01-25 19:35:58.836 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Completed: Task validation of required platforms. 2018-01-25 19:35:58.836 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Starting: Task validation of semantic. 2018-01-25 19:35:59.619 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:36:02.276 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.66 sec 2018-01-25 19:36:12.617 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:36:16.576 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.96 sec 2018-01-25 19:36:16.577 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Completed: Task validation of semantic. 2018-01-25 19:36:16.577 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Completed: Task validation. 2018-01-25 19:36:16.580 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Starting: Running task. 2018-01-25 19:36:16.755 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:36:19.458 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.70 sec 2018-01-25 19:36:19.458 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:36:19.458 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.23 msec 2018-01-25 19:36:20.258 9149 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:36:48.121 9149 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:36:48.145 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:36:50.299 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 2.15 sec 2018-01-25 19:36:50.300 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:36:53.926 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.63 sec 2018-01-25 19:36:54.970 9024 INFO rally.task.engine [-] Load duration is: 26.86179 2018-01-25 19:36:54.971 9024 INFO rally.task.engine [-] Full duration is: 37.189677 2018-01-25 19:36:55.236 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:36:57.905 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.67 sec 2018-01-25 19:36:57.906 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:36:57.906 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.31 msec 2018-01-25 19:36:58.646 9295 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:37:41.718 9295 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:37:41.743 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:37:45.781 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 4.04 sec 2018-01-25 19:37:45.782 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:37:49.527 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.75 sec 2018-01-25 19:37:49.622 9024 INFO rally.task.engine [-] Load duration is: 42.069162 2018-01-25 19:37:49.623 9024 INFO rally.task.engine [-] Full duration is: 54.309135 2018-01-25 19:37:49.888 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:37:52.585 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.70 sec 2018-01-25 19:37:52.586 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:37:52.586 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:37:53.339 9521 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:38:32.460 9521 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:38:32.489 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:38:36.460 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 3.97 sec 2018-01-25 19:38:36.461 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:38:40.266 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.80 sec 2018-01-25 19:38:42.189 9024 INFO rally.task.engine [-] Load duration is: 38.116976 2018-01-25 19:38:42.189 9024 INFO rally.task.engine [-] Full duration is: 50.395941 2018-01-25 19:38:42.454 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:38:45.142 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.69 sec 2018-01-25 19:38:45.142 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack setup() started 2018-01-25 19:38:46.463 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack setup() finished in 1.32 sec 2018-01-25 19:38:46.464 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() started 2018-01-25 19:38:52.417 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() finished in 5.95 sec 2018-01-25 19:38:52.417 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:38:52.417 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-25 19:38:53.105 9747 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:39:10.306 9747 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:39:10.336 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:39:12.136 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 1.80 sec 2018-01-25 19:39:12.137 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() started 2018-01-25 19:39:19.831 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() finished in 7.69 sec 2018-01-25 19:39:19.832 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack cleanup() started 2018-01-25 19:39:19.974 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack cleanup() finished in 0.14 sec 2018-01-25 19:39:19.974 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:39:23.695 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.72 sec 2018-01-25 19:39:24.680 9024 INFO rally.task.engine [-] Load duration is: 16.19882 2018-01-25 19:39:24.680 9024 INFO rally.task.engine [-] Full duration is: 41.259865 2018-01-25 19:39:24.949 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:39:27.455 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.51 sec 2018-01-25 19:39:27.456 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack setup() started 2018-01-25 19:39:28.822 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack setup() finished in 1.37 sec 2018-01-25 19:39:28.823 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() started 2018-01-25 19:39:34.552 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() finished in 5.73 sec 2018-01-25 19:39:34.553 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:39:34.553 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.51 msec 2018-01-25 19:39:35.229 9893 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:39:56.915 9893 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:39:56.946 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:40:01.053 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 4.11 sec 2018-01-25 19:40:01.053 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() started 2018-01-25 19:40:08.484 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() finished in 7.43 sec 2018-01-25 19:40:08.486 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack cleanup() started 2018-01-25 19:40:08.649 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack cleanup() finished in 0.16 sec 2018-01-25 19:40:08.649 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:40:12.563 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.91 sec 2018-01-25 19:40:13.222 9024 INFO rally.task.engine [-] Load duration is: 20.682167 2018-01-25 19:40:13.222 9024 INFO rally.task.engine [-] Full duration is: 47.632809 2018-01-25 19:40:13.502 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:40:16.153 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.65 sec 2018-01-25 19:40:16.154 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack setup() started 2018-01-25 19:40:17.157 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack setup() finished in 1.00 sec 2018-01-25 19:40:17.158 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() started 2018-01-25 19:40:23.365 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() finished in 6.21 sec 2018-01-25 19:40:23.366 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:40:23.366 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.32 msec 2018-01-25 19:40:24.043 10119 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:40:48.025 10119 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:40:48.050 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:40:49.813 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 1.76 sec 2018-01-25 19:40:49.813 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() started 2018-01-25 19:40:57.049 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() finished in 7.24 sec 2018-01-25 19:40:57.049 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack cleanup() started 2018-01-25 19:40:57.174 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context quotas@openstack cleanup() finished in 0.12 sec 2018-01-25 19:40:57.174 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:41:01.054 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.88 sec 2018-01-25 19:41:01.777 9024 INFO rally.task.engine [-] Load duration is: 18.98016 2018-01-25 19:41:01.778 9024 INFO rally.task.engine [-] Full duration is: 47.56913 2018-01-25 19:41:02.004 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:41:04.720 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.72 sec 2018-01-25 19:41:04.720 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:41:04.720 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.30 msec 2018-01-25 19:41:05.460 10265 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:41:36.568 10265 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:41:36.595 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:41:38.323 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 1.73 sec 2018-01-25 19:41:38.324 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:41:41.955 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.63 sec 2018-01-25 19:41:42.230 9024 INFO rally.task.engine [-] Load duration is: 30.105447 2018-01-25 19:41:42.231 9024 INFO rally.task.engine [-] Full duration is: 39.971522 2018-01-25 19:41:42.633 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:41:45.363 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.73 sec 2018-01-25 19:41:45.364 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() started 2018-01-25 19:41:51.580 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack setup() finished in 6.22 sec 2018-01-25 19:41:51.580 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:41:51.581 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:41:52.271 10411 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:42:04.826 10411 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:42:04.848 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:42:11.293 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 6.45 sec 2018-01-25 19:42:11.294 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() started 2018-01-25 19:42:18.869 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context network@openstack cleanup() finished in 7.58 sec 2018-01-25 19:42:18.869 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:42:22.609 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.74 sec 2018-01-25 19:42:22.862 9024 INFO rally.task.engine [-] Load duration is: 11.553189 2018-01-25 19:42:22.862 9024 INFO rally.task.engine [-] Full duration is: 39.992396 2018-01-25 19:42:23.150 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() started 2018-01-25 19:42:25.817 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack setup() finished in 2.67 sec 2018-01-25 19:42:25.817 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() started 2018-01-25 19:42:25.818 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack setup() finished in 0.27 msec 2018-01-25 19:42:25.840 10557 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 START 2018-01-25 19:42:26.709 10557 INFO rally.task.runner [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | ITER: 1 END: OK 2018-01-25 19:42:26.734 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() started 2018-01-25 19:42:28.522 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context cleanup@openstack cleanup() finished in 1.79 sec 2018-01-25 19:42:28.523 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() started 2018-01-25 19:42:32.395 9024 INFO rally.task.context [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Context users@openstack cleanup() finished in 3.87 sec 2018-01-25 19:42:33.206 9024 INFO rally.task.engine [-] Load duration is: 0.86697 2018-01-25 19:42:33.207 9024 INFO rally.task.engine [-] Full duration is: 9.263213 2018-01-25 19:42:33.423 9024 INFO rally.task.engine [-] Task 1d41ba70-2485-4ecb-8613-e46e00324e1b | Completed: Running task. Task 1d41ba70-2485-4ecb-8613-e46e00324e1b: 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.653 | 14.653 | 14.653 | 14.653 | 14.653 | 14.653 | 100.0% | 1 | | nova.find_host_to_migrate | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | nova.live_migrate | 9.52 | 9.52 | 9.52 | 9.52 | 9.52 | 9.52 | 100.0% | 1 | | nova.delete_server | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 100.0% | 1 | | total | 27.862 | 27.862 | 27.862 | 27.862 | 27.862 | 27.862 | 100.0% | 1 | | -> duration | 26.862 | 26.862 | 26.862 | 26.862 | 26.862 | 26.862 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.86179 Full duration: 37.189677 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.177 | 14.177 | 14.177 | 14.177 | 14.177 | 14.177 | 100.0% | 1 | | cinder_v2.create_volume | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 100.0% | 1 | | nova.attach_volume | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 100.0% | 1 | | nova.find_host_to_migrate | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | nova.live_migrate | 11.92 | 11.92 | 11.92 | 11.92 | 11.92 | 11.92 | 100.0% | 1 | | nova.detach_volume | 4.075 | 4.075 | 4.075 | 4.075 | 4.075 | 4.075 | 100.0% | 1 | | cinder_v2.delete_volume | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 2.311 | 100.0% | 1 | | nova.delete_server | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 100.0% | 1 | | total | 43.069 | 43.069 | 43.069 | 43.069 | 43.069 | 43.069 | 100.0% | 1 | | -> duration | 42.069 | 42.069 | 42.069 | 42.069 | 42.069 | 42.069 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.069162 Full duration: 54.309135 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.768 | 7.768 | 7.768 | 7.768 | 7.768 | 7.768 | 100.0% | 1 | | nova.boot_server | 13.739 | 13.739 | 13.739 | 13.739 | 13.739 | 13.739 | 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.677 | 11.677 | 11.677 | 11.677 | 11.677 | 11.677 | 100.0% | 1 | | nova.delete_server | 4.989 | 4.989 | 4.989 | 4.989 | 4.989 | 4.989 | 100.0% | 1 | | total | 39.117 | 39.117 | 39.117 | 39.117 | 39.117 | 39.117 | 100.0% | 1 | | -> duration | 38.117 | 38.117 | 38.117 | 38.117 | 38.117 | 38.117 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.116976 Full duration: 50.395941 test scenario NovaKeypair.boot_and_delete_server_with_keypair +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | nova.boot_server | 13.565 | 13.565 | 13.565 | 13.565 | 13.565 | 13.565 | 100.0% | 1 | | nova.delete_server | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | nova.delete_keypair | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 17.199 | 17.199 | 17.199 | 17.199 | 17.199 | 17.199 | 100.0% | 1 | | -> duration | 16.199 | 16.199 | 16.199 | 16.199 | 16.199 | 16.199 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.19882 Full duration: 41.259865 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.632 | 7.632 | 7.632 | 7.632 | 7.632 | 7.632 | 100.0% | 1 | | nova.boot_server | 11.35 | 11.35 | 11.35 | 11.35 | 11.35 | 11.35 | 100.0% | 1 | | nova.delete_server | 2.699 | 2.699 | 2.699 | 2.699 | 2.699 | 2.699 | 100.0% | 1 | | total | 21.682 | 21.682 | 21.682 | 21.682 | 21.682 | 21.682 | 100.0% | 1 | | -> duration | 20.682 | 20.682 | 20.682 | 20.682 | 20.682 | 20.682 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.682167 Full duration: 47.632809 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.091 | 14.091 | 14.091 | 14.091 | 14.091 | 14.091 | 100.0% | 1 | | nova.pause_server | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | nova.unpause_server | 2.555 | 2.555 | 2.555 | 2.555 | 2.555 | 2.555 | 100.0% | 1 | | nova.delete_server | 4.77 | 4.77 | 4.77 | 4.77 | 4.77 | 4.77 | 100.0% | 1 | | total | 23.98 | 23.98 | 23.98 | 23.98 | 23.98 | 23.98 | 100.0% | 1 | | -> duration | 18.98 | 18.98 | 18.98 | 18.98 | 18.98 | 18.98 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.98016 Full duration: 47.56913 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.192 | 14.192 | 14.192 | 14.192 | 14.192 | 14.192 | 100.0% | 1 | | nova.migrate | 11.522 | 11.522 | 11.522 | 11.522 | 11.522 | 11.522 | 100.0% | 1 | | nova.resize_confirm | 2.707 | 2.707 | 2.707 | 2.707 | 2.707 | 2.707 | 100.0% | 1 | | nova.delete_server | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | total | 31.105 | 31.105 | 31.105 | 31.105 | 31.105 | 31.105 | 100.0% | 1 | | -> duration | 30.105 | 30.105 | 30.105 | 30.105 | 30.105 | 30.105 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.105447 Full duration: 39.971522 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.384 | 12.384 | 12.384 | 12.384 | 12.384 | 12.384 | 100.0% | 1 | | nova.list_interfaces | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 12.553 | 12.553 | 12.553 | 12.553 | 12.553 | 12.553 | 100.0% | 1 | | -> duration | 11.553 | 11.553 | 11.553 | 11.553 | 11.553 | 11.553 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.553189 Full duration: 39.992396 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | nova.delete_server_group | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86697 Full duration: 9.263213 2018-01-25 19:42:33,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1d41ba70-2485-4ecb-8613-e46e00324e1b 2018-01-25 19:42:33,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1d41ba70-2485-4ecb-8613-e46e00324e1b', '--out', '/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-01-25 19:42:33,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1d41ba70-2485-4ecb-8613-e46e00324e1b'] 2018-01-25 19:42:35,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:42:35,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-01-25 19:42:35,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-01-25 19:42:35,423 - 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-25 19:42:35,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-01-25 19:42:35,454 - 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-25 19:42:35,456 - 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': 'a3e6f3d4-b009-4ada-be67-80ba85834e34', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-12506e32-12e7-46b6-b0c1-872211b81868', 'flavor_name': 'rally-tiny-12506e32-12e7-46b6-b0c1-872211b81868', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-12506e32-12e7-46b6-b0c1-872211b81868', '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-25 19:43:40,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Task 3fe0006e-88de-4170-9c30-5bb132237741: started 2018-01-25 19:42:39.084 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Starting: Task validation. 2018-01-25 19:42:39.137 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Starting: Task validation of syntax. 2018-01-25 19:42:39.213 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Completed: Task validation of syntax. 2018-01-25 19:42:39.214 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Starting: Task validation of required platforms. 2018-01-25 19:42:39.244 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Completed: Task validation of required platforms. 2018-01-25 19:42:39.244 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Starting: Task validation of semantic. 2018-01-25 19:42:39.992 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() started 2018-01-25 19:42:42.639 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() finished in 2.65 sec 2018-01-25 19:42:45.011 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() started 2018-01-25 19:42:48.955 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() finished in 3.94 sec 2018-01-25 19:42:48.956 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Completed: Task validation of semantic. 2018-01-25 19:42:48.956 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Completed: Task validation. 2018-01-25 19:42:48.957 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Starting: Running task. 2018-01-25 19:42:49.134 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() started 2018-01-25 19:42:51.725 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() finished in 2.59 sec 2018-01-25 19:42:51.725 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() started 2018-01-25 19:42:51.725 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:42:51.747 10792 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 START 2018-01-25 19:42:52.700 10792 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 END: OK 2018-01-25 19:42:52.723 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:42:53.699 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() finished in 0.98 sec 2018-01-25 19:42:53.700 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() started 2018-01-25 19:42:57.601 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() finished in 3.90 sec 2018-01-25 19:42:59.195 10667 INFO rally.task.engine [-] Load duration is: 0.951739 2018-01-25 19:42:59.196 10667 INFO rally.task.engine [-] Full duration is: 8.485141 2018-01-25 19:42:59.503 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() started 2018-01-25 19:43:02.142 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() finished in 2.64 sec 2018-01-25 19:43:02.142 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() started 2018-01-25 19:43:02.142 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:43:02.163 10898 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 START 2018-01-25 19:43:03.053 10898 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 END: OK 2018-01-25 19:43:03.078 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:43:04.046 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() finished in 0.97 sec 2018-01-25 19:43:04.046 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() started 2018-01-25 19:43:08.103 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() finished in 4.06 sec 2018-01-25 19:43:09.562 10667 INFO rally.task.engine [-] Load duration is: 0.888102 2018-01-25 19:43:09.563 10667 INFO rally.task.engine [-] Full duration is: 8.618809 2018-01-25 19:43:09.788 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() started 2018-01-25 19:43:12.415 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() finished in 2.63 sec 2018-01-25 19:43:12.416 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() started 2018-01-25 19:43:12.416 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() finished in 0.29 msec 2018-01-25 19:43:12.438 11004 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 START 2018-01-25 19:43:13.355 11004 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 END: OK 2018-01-25 19:43:13.384 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:43:14.344 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() finished in 0.96 sec 2018-01-25 19:43:14.344 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() started 2018-01-25 19:43:18.406 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() finished in 4.06 sec 2018-01-25 19:43:19.871 10667 INFO rally.task.engine [-] Load duration is: 0.915672 2018-01-25 19:43:19.872 10667 INFO rally.task.engine [-] Full duration is: 8.637993 2018-01-25 19:43:20.145 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() started 2018-01-25 19:43:22.772 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() finished in 2.63 sec 2018-01-25 19:43:22.773 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() started 2018-01-25 19:43:22.773 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() finished in 0.28 msec 2018-01-25 19:43:22.796 11110 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 START 2018-01-25 19:43:23.794 11110 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 END: OK 2018-01-25 19:43:23.821 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:43:24.779 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() finished in 0.96 sec 2018-01-25 19:43:24.779 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() started 2018-01-25 19:43:28.737 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() finished in 3.96 sec 2018-01-25 19:43:30.208 10667 INFO rally.task.engine [-] Load duration is: 0.996915 2018-01-25 19:43:30.209 10667 INFO rally.task.engine [-] Full duration is: 8.60956 2018-01-25 19:43:30.482 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() started 2018-01-25 19:43:33.116 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack setup() finished in 2.63 sec 2018-01-25 19:43:33.116 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() started 2018-01-25 19:43:33.117 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack setup() finished in 0.27 msec 2018-01-25 19:43:33.138 11216 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 START 2018-01-25 19:43:34.177 11216 INFO rally.task.runner [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | ITER: 1 END: OK 2018-01-25 19:43:34.205 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() started 2018-01-25 19:43:35.173 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context admin_cleanup@openstack cleanup() finished in 0.97 sec 2018-01-25 19:43:35.173 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() started 2018-01-25 19:43:39.274 10667 INFO rally.task.context [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Context users@openstack cleanup() finished in 4.10 sec 2018-01-25 19:43:40.541 10667 INFO rally.task.engine [-] Load duration is: 1.037477 2018-01-25 19:43:40.542 10667 INFO rally.task.engine [-] Full duration is: 8.809017 2018-01-25 19:43:40.735 10667 INFO rally.task.engine [-] Task 3fe0006e-88de-4170-9c30-5bb132237741 | Completed: Running task. Task 3fe0006e-88de-4170-9c30-5bb132237741: 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | quotas.delete_quotas | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | total | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | -> duration | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.951739 Full duration: 8.485141 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.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | total | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> duration | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.888102 Full duration: 8.618809 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.411 | 0.411 | 0.411 | 0.411 | 0.411 | 0.411 | 100.0% | 1 | | total | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> duration | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 0.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.915672 Full duration: 8.637993 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 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | quotas.delete_quotas | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> duration | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.996915 Full duration: 8.60956 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.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | total | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | -> duration | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.037477 Full duration: 8.809017 2018-01-25 19:43:40,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3fe0006e-88de-4170-9c30-5bb132237741 2018-01-25 19:43:40,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3fe0006e-88de-4170-9c30-5bb132237741', '--out', '/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-01-25 19:43:41,000 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3fe0006e-88de-4170-9c30-5bb132237741'] 2018-01-25 19:43:42,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-01-25 19:43:42,457 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-01-25 19:43:42,458 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report +===================+============+===============+===========+ | Module | Duration | nb. Test Run | Success | +===================+============+===============+===========+ | authenticate | 01:32 | 52 | 100.00% | +-------------------+------------+---------------+-----------+ | glance | 02:30 | 61 | 100.00% | +-------------------+------------+---------------+-----------+ | cinder | 05:24 | 167 | 100.00% | +-------------------+------------+---------------+-----------+ | heat | 02:27 | 71 | 100.00% | +-------------------+------------+---------------+-----------+ | keystone | 05:33 | 159 | 100.00% | +-------------------+------------+---------------+-----------+ | neutron | 09:45 | 231 | 100.00% | +-------------------+------------+---------------+-----------+ | nova | 12:15 | 167 | 100.00% | +-------------------+------------+---------------+-----------+ | quotas | 01:26 | 66 | 100.00% | +-------------------+------------+---------------+-----------+ +===================+============+===============+===========+ | TOTAL: | 00:40:55 | 974 | 100.00% | +===================+============+===============+===========+ 2018-01-25 19:43:42,458 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-01-25 19:43:51,472 - functest.energy.energy - DEBUG - Stopping recording 2018-01-25 19:43:52,578 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:43:52,579 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:43:52,579 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:26 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-25 19:43:52,584 - functest.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-01-25 19:43:52,667 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-25 19:43:53,337 - functest.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/zte-pod3 2018-01-25 19:43:53,338 - functest.energy.energy - DEBUG - Starting recording 2018-01-25 19:43:53,338 - functest.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-01-25 19:43:53,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-01-25 19:43:57,628 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-01-25 19:44:01,317 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-01-25 19:44:05,889 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-01-25 19:44:09,591 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-01-25 19:44:19,354 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project (tenant) for Tempest suite 2018-01-25 19:44:19,938 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating user for Tempest suite 2018-01-25 19:44:20,936 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-01-25 19:44:24,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-25 19:44:24,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-01-25 19:44:26,533 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-25 19:44:26,534 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-01-25 19:44:28,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-01-25 19:44:29,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-01-25 19:44:29,996 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-01-25 19:44:29,997 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-01-25 19:44:34,197 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-01-25 19:44:34,198 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-01-25 19:44:34,201 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-01-25 19:44:34,205 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-01-25 19:44:34,207 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-01-25 19:44:34,211 - 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-25 19:58:05,900 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.147314s] ... ok 2018-01-25 19:58:05,900 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.097297s] ... ok 2018-01-25 19:58:05,900 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [8.215422s] ... ok 2018-01-25 19:58:05,900 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name [0.726488s] ... ok 2018-01-25 19:58:05,900 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user [0.183795s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name [15.177382s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.113151s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.370504s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.188346s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001258s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name [17.138039s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.123797s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [0.864359s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.186169s] ... ok 2018-01-25 19:58:05,901 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001211s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [7.872163s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.088058s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [4.912130s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor [0.549947s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image [0.860084s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name [0.375625s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status [0.418961s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results [0.374750s] ... ok 2018-01-25 19:58:05,902 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status [0.120554s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor [0.123325s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image [0.126095s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit [0.114587s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name [0.114096s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard [0.240160s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date [0.119942s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date [0.017649s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count [0.233893s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value [0.018475s] ... ok 2018-01-25 19:58:05,903 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string [0.018296s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor [0.051384s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image [0.110126s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name [0.104685s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted [0.249830s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing [0.023822s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server [0.116858s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [30.548931s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [8.056853s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [25.223064s] ... ok 2018-01-25 19:58:05,904 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [19.090791s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [0.616805s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.342468s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.357201s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.644888s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.620898s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.622325s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [1.585670s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [8.396248s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [14.520134s] ... ok 2018-01-25 19:58:05,905 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [7.933077s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [67.073205s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.702102s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit [1.036399s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 [1.034991s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [1.568375s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.041690s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid [1.060060s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit [0.401235s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id [0.368264s] ... ok 2018-01-25 19:58:05,906 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.372921s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [1.179864s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.378237s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.389957s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.390356s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [1.180441s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.374842s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server [0.478482s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 [0.364776s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name [0.381870s] ... ok 2018-01-25 19:58:05,907 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.246512s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.169564s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.012356s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [28.673731s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.072639s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.017218s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.027106s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.411536s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [0.356594s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [0.740067s] ... ok 2018-01-25 19:58:05,908 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.011714s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.010838s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.078268s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.052125s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.051062s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size [0.088116s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.083591s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.079469s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.077389s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.084335s] ... ok 2018-01-25 19:58:05,909 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.124027s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.023258s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [0.335640s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.010716s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.025379s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image [0.667489s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag [0.312861s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image [0.030743s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [3.918232s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [4.453183s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.634265s] ... ok 2018-01-25 19:58:05,910 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [4.306991s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools [4.392566s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers [4.798172s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [5.151137s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [4.758618s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [4.772151s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.323059s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.295837s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.116975s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.104467s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.165299s] ... ok 2018-01-25 19:58:05,911 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.160452s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.104431s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.106018s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [4.599884s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [3.671319s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [4.990206s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [2.221298s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.101057s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.101471s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.082314s] ... ok 2018-01-25 19:58:05,912 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.063524s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group [1.405585s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args [0.958530s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code [3.244745s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value [0.885232s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id [1.842117s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix [1.184395s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule [1.889551s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.114066s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails [0.127960s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails [1.212372s] ... ok 2018-01-25 19:58:05,913 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype [0.664888s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol [0.610303s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix [0.757899s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports [1.228540s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid [0.898960s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group [0.148320s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group [0.031466s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group [0.028577s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule [0.026609s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [0.663179s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.180210s] ... ok 2018-01-25 19:58:05,914 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.123430s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.708417s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.554344s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.734424s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.611899s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.410754s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.369031s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.408628s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [3.080472s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [6.982671s] ... ok 2018-01-25 19:58:05,915 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [9.182729s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [9.601428s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.071071s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.064121s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.086821s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.478554s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.182751s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.408127s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.069287s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.089517s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.094605s] ... ok 2018-01-25 19:58:05,916 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.085993s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.072986s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.136268s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.141204s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.091515s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.087289s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.023785s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.041994s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.061857s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.033957s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.023712s] ... ok 2018-01-25 19:58:05,917 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.021025s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.072713s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.056369s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.014095s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.062152s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.014159s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.079158s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.077196s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.064185s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.065536s] ... ok 2018-01-25 19:58:05,918 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.399347s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.080344s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.062897s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.016622s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.057798s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.061052s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.057640s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.058011s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [3.997751s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [5.789882s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.145605s] ... ok 2018-01-25 19:58:05,919 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.122742s] ... ok 2018-01-25 19:58:05,920 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.125815s] ... ok 2018-01-25 19:58:05,920 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.062785s] ... ok 2018-01-25 19:58:05,921 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 203 tests in 805.0000 sec. 2018-01-25 19:58:05,922 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 203 2018-01-25 19:58:05,924 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-01-25 19:58:05,925 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 0 2018-01-25 19:58:05,929 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 100.0% 2018-01-25 19:58:14,187 - functest.energy.energy - DEBUG - Stopping recording 2018-01-25 19:58:15,575 - functest.utils.functest_utils - DEBUG - 2018-01-25 19:58:15,575 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 19:58:15,577 - functest.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 14:20 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-01-25 19:58:15,581 - functest.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-01-25 19:58:16,555 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-01-25 20:41:25,539 - 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 2588.971s OK 2018-01-25 20:41:25,984 - functest.utils.functest_utils - DEBUG - 2018-01-25 20:41:25,984 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 20:41:25,984 - functest.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 43:09 | PASS | +---------------------+------------------+------------------+----------------+ 2018-01-25 20:41:25,989 - 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-271 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-25 20:41:25,992 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:53 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 14:19 | PASS | | rally_sanity | functest | smoke | 24:26 | PASS | | refstack_defcore | functest | smoke | 14:20 | PASS | | snaps_smoke | functest | smoke | 43:09 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-01-25 20:41:25,998 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-25 20:41:31,048 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-25 20:41:31,049 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-25 20:41:31,049 - functest.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-01-25 20:41:31,050 - 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-271 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-25 20:41:31,051 - 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-25 20:41:31,054 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-01-25 20:41:33,719 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-25 20:41:33,720 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-25 20:41:33,721 - 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-25 20:41:33,723 - functest.ci.run_tests - INFO - Running tier 'vnf' 2018-01-25 20:41:33,724 - functest.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-01-25 20:41:34,063 - 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-25 20:41:34,123 - 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-25 20:41:34,159 - 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-25 20:41:34,958 - functest.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/zte-pod3 2018-01-25 20:41:34,958 - functest.energy.energy - DEBUG - Getting current scenario 2018-01-25 20:41:35,597 - functest.energy.energy - INFO - No current running scenario at http://energy.opnfv.fr/resources/recorders/environment/zte-pod3 2018-01-25 20:41:35,597 - functest.energy.energy - DEBUG - Starting recording 2018-01-25 20:41:35,597 - functest.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-01-25 20:41:36,320 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: vIMS 2018-01-25 20:41:38,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-01-25 20:41:41,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-01-25 20:41:41,860 - 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-25 20:43:21,973 - 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-25 20:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-01-25 20:43:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-01-25 20:43:38,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-01-25 20:43:40,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-01-25 20:43:41,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-01-25 20:46:37,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager 2018-01-25 20:46:37,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-01-25 20:46:45,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The current manager status is running 2018-01-25 20:47:15,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-01-25 20:47:15,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-01-25 20:47:16,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-01-25 20:47:54,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-01-25 20:48:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-01-25 20:48:04,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-01-25 20:48:13,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-01-25 20:48:13,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:48:13,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:48:13,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-01-25 20:49:16,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:49:16,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-01-25 20:49:16,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-01-25 20:49:16,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-01-25 20:49:16,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-01-25 20:49:22,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-01-25 20:49:22,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-25 20:49:27,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-25 20:49:33,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-25 20:49:33,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:33,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-01-25 20:49:33,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-01-25 20:49:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:38,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 20:49:38,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:38,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:38,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-25 20:49:38,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:38,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:38,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:38,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:38,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:43,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:43,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-01-25 20:49:43,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:43,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:43,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:43,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:49,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:49,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:49,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-01-25 20:49:49,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:49,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:55,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:55,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:55,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:55,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:55,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:55,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:55,269 - 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-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:49:55,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:50:02,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:50:02,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:50:02,355 - 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-25 20:50:02,355 - 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-25 20:50:02,355 - 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-25 20:50:02,355 - 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-25 20:50:11,541 - 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-25 20:50:11,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:50:11,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:50:11,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:50:11,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:50:19,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-01-25 20:50:19,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-01-25 20:50:19,030 - 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-25 20:50:26,770 - 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-25 20:50:26,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:26,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:26,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:35,906 - 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-25 20:50:43,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:43,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:50:43,862 - 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-25 20:50:43,862 - 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-25 20:50:51,835 - 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-25 20:50:51,835 - 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-25 20:50:51,835 - 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-25 20:50:51,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:51:00,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:51:00,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:51:00,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-01-25 20:51:00,075 - 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-25 20:51:08,859 - 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-25 20:51:08,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:08,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:08,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:08,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:16,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:16,777 - 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-25 20:51:16,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:16,777 - 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-25 20:51:22,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:22,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:22,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:22,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:22,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:22,970 - 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-25 20:51:22,970 - 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-25 20:51:30,988 - 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-25 20:51:30,989 - 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-25 20:51:30,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:30,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:37,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:37,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-01-25 20:51:37,245 - 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-25 20:51:37,245 - 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-25 20:51:48,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:48,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:48,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:48,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:48,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:51:54,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:54,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:54,239 - 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.10 on port 22: Unable to connect to port 22 on 10.67.79.10 (tried 1 time) 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:54,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:59,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:59,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:51:59,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:59,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:59,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:59,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:51:59,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:59,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:51:59,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:59,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:51:59,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:51:59,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:05,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:52:05,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:05,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:05,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:05,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:52:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:52:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 3/60] 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:16,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:16,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:16,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:16,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:16,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:16,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:16,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:16,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:22,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:22,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:22,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:22,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:27,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-01-25 20:52:27,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:27,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:27,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:27,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:27,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:27,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:33,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-01-25 20:52:33,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:33,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-01-25 20:52:33,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:33,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:33,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:33,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:33,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:33,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:33,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:33,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:40,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:40,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:52:40,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:40,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:40,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:40,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:40,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:40,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:46,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:46,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:46,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-01-25 20:52:46,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:46,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:46,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:46,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:52,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:52,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:52,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:52,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:52,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:52,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:52:57,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:53:03,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:03,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:09,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:14,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:14,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:14,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:14,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:20,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:53:20,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:53:20,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:53:20,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-01-25 20:53:35,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:53:41,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:53:41,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:53:56,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:53:56,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:53:56,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:53:56,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:53,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:53,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:53,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:53,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:55:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:55:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-01-25 20:55:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:55:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:58:42,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:58:42,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:58:42,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:58:48,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:58:48,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:58:48,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:58:48,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:58:53,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:15,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:15,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:59:15,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:59:15,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:59:20,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:20,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:59:20,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:59:20,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:25,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:59:25,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:59:25,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:59:25,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:30,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:41,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:41,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 20:59:46,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:59:46,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:59:46,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 20:59:46,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 20:59:46,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 20:59:51,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:00:07,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:00:07,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 21:00:07,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:00:07,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:00:17,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:00:23,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-01-25 21:00:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:00:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:00:23,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:01:54,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:01:54,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:01:54,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:01:59,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:01:59,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-01-25 21:01:59,671 - 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-25T20:49:16.809Z', 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'c55fd5b9-98a5-4e79-bc4c-664915a79038'} 2018-01-25 21:01:59,771 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.10.0.13 2018-01-25 21:01:59,945 - 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-25 21:02:00,064 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-01-25 21:02:00,064 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-01-25 21:02:00,121 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:02:25,189 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:02:50,261 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:03:15,338 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:03:40,392 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:04:05,452 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:04:30,539 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:04:55,587 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-01-25 21:05:20,843 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550953@clearwater.opnfv', u'sip_username': u'6505550953', u'formatted_number': u'(650) 555-0953', u'number': u'6505550953', u'sip_uri': u'sip:6505550953@clearwater.opnfv', u'number_id': u'ee3157aa89bd4d12aa62936422f4f5a0', u'sip_password': u'CHX7qHbC3', u'pstn': False} 2018-01-25 21:05:20,843 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-01-25 21:05:20,843 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-01-25 21:05:20,864 - 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-25 21:05:20,864 - 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-25 21:07:39,973 - 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) - (6505550808, 6505550578) Passed Basic Call - Tel URIs (TCP) - (6505550664, 6505550366) Passed Basic Call - Unknown number (TCP) - (6505550761, 6505550577) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550518, 6505550536) Passed Basic Call - Messages - Pager model (TCP) - (6505550485, 6505550599) Passed Basic Call - Pracks (TCP) - (6505550018, 6505550204) Passed Basic Registration (TCP) - (6505550805) Passed Multiple Identities (TCP) - (6505550006, 6505550145) Passed Call Barring - Outbound Rejection (TCP) - (6505550315, 6505550521) 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) - (6505550783, 6505550933) 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) - (6505550407, 6505550741, 6505550998) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550981, 6505550919, 6505550091) Passed Call Diversion - Not reachable (408) (TCP) - (6505550613, 6505550703, 6505550576) Passed Call Diversion - Not reachable (503) (TCP) - (6505550966, 6505550703, 6505550752) Passed Call Diversion - Not reachable (500) (TCP) - (6505550159, 6505550866, 6505550716) Passed Call Diversion - Busy (TCP) - (6505550690, 6505550097, 6505550103) Passed Call Diversion - Unconditional (TCP) - (6505550598, 6505550193, 6505550187) Passed Call Diversion - No answer (TCP) - (6505550575, 6505550452, 6505550405) Passed Call Diversion - Bad target URI (TCP) - (6505550114, 6505550637) Passed Call Diversion - Audio-only call (TCP) - (6505550272, 6505550961, 6505550232, 6505550087) Passed Call Diversion - Audio-video call (TCP) - (6505550725, 6505550360, 6505550615, 6505550544) Passed Call Waiting - Accepted (TCP) - (6505550469, 6505550442, 6505550384) Passed Call Waiting - Cancelled (TCP) - (6505550352, 6505550242, 6505550793) Passed CANCEL - Mainline (TCP) - (6505550933, 6505550386) Passed Filtering - Accept-Contact (TCP) - (6505550663, 6505550473) Passed Filtering - Accept-Contact no match (TCP) - (6505550189, 6505550404) Passed Filtering - Accept-Contact negated match (TCP) - (6505550233, 6505550579) Passed Filtering - RFC3841 example (TCP) - (6505550700, 6505550030) Passed Filtering - Reject-Contact no match (TCP) - (6505550751, 6505550621) Passed Filtering - Reject-Contact match (TCP) - (6505550071, 6505550082) 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) - (6505550793) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550752) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550072) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550812) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550223, 6505550755) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550442, 6505550803) Passed GRUU - Call - only GRUU as target (TCP) - (6505550671, 6505550689) Passed GRUU - Call - AoR as target (TCP) - (6505550203, 6505550674) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550477, 6505550162) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550903, 6505550391) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550205, 6505550568) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550393, 6505550295) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550309, 6505550436) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550565, 6505550027) 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) - (6505550189) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550832) Passed 2018-01-25 21:07:39,973 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-01-25 21:07:39,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-01-25 21:07:39,976 - functest.energy.energy - DEBUG - Stopping recording 2018-01-25 21:07:41,115 - functest.utils.functest_utils - DEBUG - 2018-01-25 21:07:41,116 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 21:07:41,116 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 26:04 | PASS | +----------------------+------------------+------------------+----------------+ 2018-01-25 21:07:41,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-01-25 21:07:46,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:46,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:46,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:46,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:46,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:46,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-01-25 21:07:46,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-01-25 21:07:46,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-25 21:07:46,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:52,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-01-25 21:07:52,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:52,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:57,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:07:57,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:57,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:07:57,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:07:57,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:07:57,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:07:57,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:08:02,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:08:02,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-01-25 21:08:02,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:02,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:02,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:02,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:02,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:02,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:08:07,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:08:07,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:08:07,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:08:07,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:07,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:12,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:08:12,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:12,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:08:12,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:08:12,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=6136) 2018-01-25 21:08:12,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:18,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:18,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:08:18,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:18,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:08:18,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:08:23,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:08:23,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:08:23,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:08:23,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:08:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:23,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:28,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:08:28,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:34,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:08:34,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:34,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:34,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:08:39,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:08:39,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:08:39,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:39,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:39,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:08:39,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:08:39,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:08:39,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:08:39,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:44,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-25 21:08:44,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:44,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:08:44,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:08:50,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:08:50,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:08:50,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-25 21:08:50,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:50,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:50,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:08:50,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:08:50,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:08:50,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:08:55,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-25 21:08:55,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:10:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-01-25 21:11:00,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:00,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:00,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:11:00,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:11:00,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:11:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:11:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-01-25 21:11:05,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-01-25 21:11:05,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-01-25 21:11:05,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-01-25 21:11:05,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-01-25 21:11:05,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-01-25 21:11:05,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-01-25 21:11:11,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-01-25 21:11:16,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:11:16,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:11:16,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:11:16,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:11:16,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:16,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:16,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-01-25 21:11:16,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-01-25 21:11:16,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-01-25 21:11:21,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-01-25 21:11:21,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:11:21,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:11:21,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:21,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:21,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:21,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-01-25 21:11:21,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:21,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:26,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:26,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:26,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:11:26,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:11:26,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:26,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:26,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:32,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-01-25 21:11:32,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-01-25 21:11:32,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:32,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-01-25 21:11:32,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:11:32,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:37,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:37,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:11:37,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:11:37,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:11:42,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-01-25 21:11:42,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:42,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:42,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:42,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-01-25 21:11:42,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:11:42,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-01-25 21:11:42,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:42,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-01-25 21:11:42,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-01-25 21:11:42,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-01-25 21:11:48,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:11:48,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-01-25 21:11:48,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-01-25 21:11:48,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-01-25 21:11:49,994 - functest.core.vnf - INFO - test cleaning 2018-01-25 21:11:49,996 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-25 21:12:08,668 - functest.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-01-25 21:12:08,798 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-25 21:12:10,544 - 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-25 21:12:10,544 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-01-25 21:12:10,583 - 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-25 21:12:10,592 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-01-25 21:12:10,629 - 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-25 21:12:10,629 - functest.core.vnf - INFO - Prepare VNF: vrouter, description: vRouter 2018-01-25 21:12:12,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-01-25 21:12:12,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-01-25 21:12:12,494 - 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-25 21:12:13,806 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-01-25 21:12:26,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-01-25 21:12:26,781 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-01-25 21:12:35,821 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-01-25 21:12:38,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-01-25 21:12:38,868 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-01-25 21:14:10,063 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Set creds for cloudify manager 2018-01-25 21:14:10,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-01-25 21:14:18,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - The current manager status is running 2018-01-25 21:14:48,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-01-25 21:14:48,730 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put OpenStack creds in manager 2018-01-25 21:14:50,192 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-01-25 21:15:32,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-01-25 21:15:39,248 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-01-25 21:15:40,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-01-25 21:15:47,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-01-25 21:15:47,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-01-25 21:15:47,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-01-25 21:15:47,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-01-25 21:16:55,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-01-25 21:16:55,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-01-25 21:16:55,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-01-25 21:16:55,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-01-25 21:16:55,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-01-25 21:17:01,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:01,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:01,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:01,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-25 21:17:01,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-25 21:17:06,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-01-25 21:17:06,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-01-25 21:17:06,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a1169a83-3153-4ff1-9bae-35e15de955f9) 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-01-25 21:17:06,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-01-25 21:17:06,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-55e9a4fe-9b04-4947-983e-6a7521a7a31f) 2018-01-25 21:17:06,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5511cccf-2d95-4dd5-b936-2acfebe331f3) 2018-01-25 21:17:06,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-53e4994a-01e3-4543-a847-0e9dddd1799b) 2018-01-25 21:17:06,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-38e549f1-67eb-413a-8c6b-19220e086a36) 2018-01-25 21:17:06,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1a0ad114-0cd0-445b-bd64-7b8b9f017806) 2018-01-25 21:17:06,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-55c8e748-3502-4af5-8cb6-dc86b09bbfaf) 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 1/60] 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 1/60] 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 1/60] 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 1/60] 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 1/60] 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 1/60] 2018-01-25 21:17:22,480 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e231a1f5-772d-4731-a936-960e92d667cc) [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a50cb605-1de9-4be0-919a-a7ce3fb750b1) [retry 1/60] 2018-01-25 21:17:22,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-346a8031-8491-42f4-bb8a-aa0aa3347769) [retry 1/60] 2018-01-25 21:17:22,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1e2ccdf2-2e3e-4ec0-b270-d462de358aa7) [retry 1/60] 2018-01-25 21:17:22,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 1/60] 2018-01-25 21:17:22,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5198d7e7-fb3c-4a9f-837b-5ec052f16bed) [retry 1/60] 2018-01-25 21:17:27,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-294f073e-eaf3-4207-8829-527912f51193) [retry 1/60] 2018-01-25 21:17:27,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9fac722f-732d-47c7-b696-e059475cd247) [retry 1/60] 2018-01-25 21:17:38,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 2/60] 2018-01-25 21:17:38,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 2/60] 2018-01-25 21:17:43,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 2/60] 2018-01-25 21:17:43,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 2/60] 2018-01-25 21:17:43,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 2/60] 2018-01-25 21:17:43,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 2/60] 2018-01-25 21:17:43,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 2/60] 2018-01-25 21:17:43,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 2/60] 2018-01-25 21:17:43,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9620a35f-db73-4ab0-bff9-1f05f233f4de) [retry 2/60] 2018-01-25 21:17:43,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5e4cdc7d-5ce5-4155-9a04-b8d6bcc7bea6) [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6d87ca33-11de-4aac-8789-fc6f5dff39ae) [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2b7412cd-2d8c-44b3-90cb-510700c5c6c4) [retry 2/60] 2018-01-25 21:17:43,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-78e9dab0-249b-49e8-ac09-03500e0e0941) [retry 2/60] 2018-01-25 21:17:43,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-64568016-0b8e-4e11-a851-7da75da7e753) [retry 2/60] 2018-01-25 21:17:43,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e62bdfea-48ca-4397-8bbc-44658b6f5ded) [retry 2/60] 2018-01-25 21:17:53,937 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 3/60] 2018-01-25 21:17:53,937 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 3/60] 2018-01-25 21:17:59,135 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-98da6c68-cb59-4d96-afba-2b42b256ee34) [retry 3/60] 2018-01-25 21:17:59,135 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 3/60] 2018-01-25 21:17:59,135 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 3/60] 2018-01-25 21:17:59,135 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 3/60] 2018-01-25 21:17:59,136 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-504188b7-c729-4884-9b5b-44af1eb5071f) [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cf844a4c-1df1-4061-af06-63b30ee17d73) [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0a6edfe3-dc20-48a2-a425-8a6ac77cfde6) [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-acc0ef17-74e1-4e08-911a-f7ffa13e213a) [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4be95153-3d1d-4d10-9bee-a8d29562a427) [retry 3/60] 2018-01-25 21:17:59,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-79357d13-e23f-4477-8446-7cba86a4d29a) [retry 3/60] 2018-01-25 21:18:09,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 4/60] 2018-01-25 21:18:14,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 4/60] 2018-01-25 21:18:14,854 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-36feee04-3c0d-4efd-802a-21a98354d314) [retry 4/60] 2018-01-25 21:18:14,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 4/60] 2018-01-25 21:18:14,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 4/60] 2018-01-25 21:18:14,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 4/60] 2018-01-25 21:18:14,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 4/60] 2018-01-25 21:18:14,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 4/60] 2018-01-25 21:18:14,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 4/60] 2018-01-25 21:18:14,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 4/60] 2018-01-25 21:18:14,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 4/60] 2018-01-25 21:18:14,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 4/60] 2018-01-25 21:18:20,209 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-adddc177-78d8-4b10-ab17-c2943483568f) [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-507f9907-4576-4541-8e58-a20558b8918a) [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e5adc3c6-f2f2-421d-9623-5e216d944076) [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1809772c-1a5f-456b-b2ee-638fde91876b) [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-44e3235b-3988-4a59-8e23-4415a47ab363) [retry 4/60] 2018-01-25 21:18:20,210 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-91c608c5-a907-4c63-a24b-32275e9a4ef3) [retry 4/60] 2018-01-25 21:18:30,555 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 5/60] 2018-01-25 21:18:30,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 5/60] 2018-01-25 21:18:30,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-563fb33d-2173-45a0-a9df-a835f99d6701) [retry 5/60] 2018-01-25 21:18:30,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 5/60] 2018-01-25 21:18:30,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 5/60] 2018-01-25 21:18:35,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 5/60] 2018-01-25 21:18:35,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 5/60] 2018-01-25 21:18:35,744 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 5/60] 2018-01-25 21:18:35,744 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 5/60] 2018-01-25 21:18:35,744 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 5/60] 2018-01-25 21:18:35,744 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1d24ebf5-daed-4611-8271-49937ff67fb0) [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-96f89766-6d3e-4f2d-a511-4e6c9f9af34f) [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8cbc4794-f266-463e-acb8-68ecc29228ac) [retry 5/60] 2018-01-25 21:18:35,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-abf682eb-48a2-427b-bbe0-dd106c78d0e7) [retry 5/60] 2018-01-25 21:18:35,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b795a097-cde3-4c30-acde-3f986a315765) [retry 5/60] 2018-01-25 21:18:35,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-056aa276-15cf-4a6a-89b5-2eeba3c37c42) [retry 5/60] 2018-01-25 21:18:46,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 6/60] 2018-01-25 21:18:46,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 6/60] 2018-01-25 21:18:46,155 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-83ff8285-840a-4674-b852-a11f6b870f52) [retry 6/60] 2018-01-25 21:18:51,333 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 6/60] 2018-01-25 21:18:51,333 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 6/60] 2018-01-25 21:18:51,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f81a5a75-e7cc-4b42-8328-9d9edd90443c) [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 6/60] 2018-01-25 21:18:51,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 6/60] 2018-01-25 21:18:51,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 6/60] 2018-01-25 21:18:51,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 6/60] 2018-01-25 21:18:51,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 6/60] 2018-01-25 21:18:56,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-207ce6c6-4a8d-4e17-aa1a-f6b1eb5f1bc7) [retry 6/60] 2018-01-25 21:18:56,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c7934f20-244d-42d9-83da-108a9a525317) [retry 6/60] 2018-01-25 21:18:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3646c3b1-d054-48c8-aff6-972a194fe03e) [retry 6/60] 2018-01-25 21:18:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-75fec1eb-892e-471c-8909-5b75cfc725d3) [retry 6/60] 2018-01-25 21:18:56,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1a279ac2-d020-4279-b71b-8487475889f1) [retry 6/60] 2018-01-25 21:19:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 7/60] 2018-01-25 21:19:01,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 7/60] 2018-01-25 21:19:06,964 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b5df7099-7f37-46bb-a9a6-4696ebdcdc46) [retry 7/60] 2018-01-25 21:19:06,964 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 7/60] 2018-01-25 21:19:06,965 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 7/60] 2018-01-25 21:19:06,965 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a3fa5ec1-1210-4918-a856-90a4785202fb) [retry 7/60] 2018-01-25 21:19:06,965 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 7/60] 2018-01-25 21:19:06,965 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 7/60] 2018-01-25 21:19:06,965 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 7/60] 2018-01-25 21:19:12,409 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 7/60] 2018-01-25 21:19:12,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 7/60] 2018-01-25 21:19:12,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 7/60] 2018-01-25 21:19:12,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 7/60] 2018-01-25 21:19:12,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 7/60] 2018-01-25 21:19:12,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 7/60] 2018-01-25 21:19:12,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 7/60] 2018-01-25 21:19:12,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-44f6f7e4-7d77-4d92-b857-a9d7d3fce8d3) [retry 7/60] 2018-01-25 21:19:12,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cbc36fd0-68fe-4768-b2de-de2db12356f6) [retry 7/60] 2018-01-25 21:19:12,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-dc98f586-77d1-4151-94d3-518047abaa6d) [retry 7/60] 2018-01-25 21:19:12,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1b2fd39c-9e35-464d-9c4d-9585124e2f46) [retry 7/60] 2018-01-25 21:19:12,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9ea1af5f-9026-4f75-86c3-0a030e5e8ed2) [retry 7/60] 2018-01-25 21:19:17,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 8/60] 2018-01-25 21:19:22,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 8/60] 2018-01-25 21:19:22,866 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-18816566-d855-4f19-b20f-28cb095ef262) [retry 8/60] 2018-01-25 21:19:22,866 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 8/60] 2018-01-25 21:19:22,866 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 8/60] 2018-01-25 21:19:28,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-51aff463-642c-42bf-82ad-a7c0789e31db) [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 8/60] 2018-01-25 21:19:28,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 8/60] 2018-01-25 21:19:28,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 8/60] 2018-01-25 21:19:28,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 8/60] 2018-01-25 21:19:33,274 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e25746c6-3fe5-4c62-b9f0-ad8c863ede3b) [retry 8/60] 2018-01-25 21:19:33,274 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a082bf77-1e3f-476b-bbdf-0de45ef69c2f) [retry 8/60] 2018-01-25 21:19:33,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-bf5976f8-70ca-4a20-878a-508fdc1ff2b9) [retry 8/60] 2018-01-25 21:19:33,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-bfe7b7ee-49d2-4514-9e48-08391552fb6f) [retry 8/60] 2018-01-25 21:19:33,280 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ac93c1d6-6de0-4da6-9474-af0dae0030ce) [retry 8/60] 2018-01-25 21:19:38,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 9/60] 2018-01-25 21:19:38,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 9/60] 2018-01-25 21:19:38,465 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e3c47114-b3f4-47f5-826f-47cc84051a2d) [retry 9/60] 2018-01-25 21:19:38,465 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 9/60] 2018-01-25 21:19:38,465 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 9/60] 2018-01-25 21:19:43,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-52802ded-7c65-4243-9187-c060f91b1e01) [retry 9/60] 2018-01-25 21:19:43,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 9/60] 2018-01-25 21:19:43,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 9/60] 2018-01-25 21:19:43,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 9/60] 2018-01-25 21:19:43,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 9/60] 2018-01-25 21:19:43,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e1ec62b8-8400-4202-9d69-b89aa61e4aad) [retry 9/60] 2018-01-25 21:19:49,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-699039a7-6382-416f-b4d7-2a554ff386b1) [retry 9/60] 2018-01-25 21:19:49,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-19f80317-7c3f-42c5-a4dc-22aa086dd6be) [retry 9/60] 2018-01-25 21:19:49,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-08fb1e41-5612-427b-abd2-b814598e1321) [retry 9/60] 2018-01-25 21:19:49,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2c906b07-4603-42e5-873d-765f48c447ae) [retry 9/60] 2018-01-25 21:19:54,394 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 10/60] 2018-01-25 21:19:54,394 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 10/60] 2018-01-25 21:19:54,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6be1604a-e5f8-4006-b985-9970ba230a60) [retry 10/60] 2018-01-25 21:19:59,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 10/60] 2018-01-25 21:19:59,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 10/60] 2018-01-25 21:19:59,646 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f6475aa5-6e67-489b-8c5b-a153c7f3f298) [retry 10/60] 2018-01-25 21:20:04,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 10/60] 2018-01-25 21:20:04,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 10/60] 2018-01-25 21:20:04,888 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 10/60] 2018-01-25 21:20:04,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 10/60] 2018-01-25 21:20:04,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-12b33bfd-ecdd-4327-b1c6-cdcc2c9b1f70) [retry 10/60] 2018-01-25 21:20:04,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a803e1ac-ad21-4b38-9cfc-033f519c99e5) [retry 10/60] 2018-01-25 21:20:04,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3383cebc-239c-4d44-bb69-9253748f35f1) [retry 10/60] 2018-01-25 21:20:04,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2bf48689-0a8d-4339-8525-0df67d2952c9) [retry 10/60] 2018-01-25 21:20:04,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-799c1678-41f9-4842-9668-6af072d9d528) [retry 10/60] 2018-01-25 21:20:10,068 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 11/60] 2018-01-25 21:20:10,068 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 11/60] 2018-01-25 21:20:15,284 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9b16aaf1-ab82-40d9-86d4-50817b768071) [retry 11/60] 2018-01-25 21:20:15,284 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 11/60] 2018-01-25 21:20:15,291 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 11/60] 2018-01-25 21:20:15,292 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4ce01859-90b1-4b65-a604-4a4f19a1d645) [retry 11/60] 2018-01-25 21:20:20,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 11/60] 2018-01-25 21:20:20,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 11/60] 2018-01-25 21:20:20,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 11/60] 2018-01-25 21:20:20,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 11/60] 2018-01-25 21:20:20,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 11/60] 2018-01-25 21:20:20,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 11/60] 2018-01-25 21:20:20,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 11/60] 2018-01-25 21:20:20,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 11/60] 2018-01-25 21:20:20,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 11/60] 2018-01-25 21:20:20,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-29a9711b-2ddf-4322-914e-94dfb7e32107) [retry 11/60] 2018-01-25 21:20:20,494 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 11/60] 2018-01-25 21:20:25,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c48e4250-8b79-4710-b6bb-ee90dd1a47bb) [retry 11/60] 2018-01-25 21:20:25,677 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2b3626e8-a658-45fd-a60f-e2721c89743a) [retry 11/60] 2018-01-25 21:20:25,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f4193314-0918-414d-8958-4894965a08b0) [retry 11/60] 2018-01-25 21:20:25,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0d699540-f936-49d3-935d-ccabe1033921) [retry 11/60] 2018-01-25 21:20:30,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 12/60] 2018-01-25 21:20:30,896 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 12/60] 2018-01-25 21:20:30,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d4392bd2-0752-4cca-a3d0-1cfeb2617a3f) [retry 12/60] 2018-01-25 21:20:30,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 12/60] 2018-01-25 21:20:30,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 12/60] 2018-01-25 21:20:36,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d8f2795c-a90d-40ba-8f82-813a209bad86) [retry 12/60] 2018-01-25 21:20:36,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 12/60] 2018-01-25 21:20:36,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 12/60] 2018-01-25 21:20:36,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 12/60] 2018-01-25 21:20:36,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 12/60] 2018-01-25 21:20:41,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 12/60] 2018-01-25 21:20:41,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 12/60] 2018-01-25 21:20:41,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 12/60] 2018-01-25 21:20:41,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 12/60] 2018-01-25 21:20:41,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 12/60] 2018-01-25 21:20:41,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 12/60] 2018-01-25 21:20:41,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-18c6495c-3c63-45a8-9284-76b7a4883583) [retry 12/60] 2018-01-25 21:20:41,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ac861723-1670-4440-8b6e-e3a4b3b9d6c2) [retry 12/60] 2018-01-25 21:20:41,500 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c408f829-9890-41fb-b8df-f0d41d103d18) [retry 12/60] 2018-01-25 21:20:41,500 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-fbabff94-1c90-44aa-b223-782564f5a2cd) [retry 12/60] 2018-01-25 21:20:41,500 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b77c63e9-6096-4098-94ec-a1c1654cd606) [retry 12/60] 2018-01-25 21:20:46,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 13/60] 2018-01-25 21:20:46,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 13/60] 2018-01-25 21:20:46,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-13175152-b5c0-4b86-bd44-e65f67c22955) [retry 13/60] 2018-01-25 21:20:46,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 13/60] 2018-01-25 21:20:46,708 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 13/60] 2018-01-25 21:20:51,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2b71525b-0c01-482d-98f8-4e658752541a) [retry 13/60] 2018-01-25 21:20:51,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 13/60] 2018-01-25 21:20:57,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 13/60] 2018-01-25 21:20:57,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 13/60] 2018-01-25 21:20:57,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 13/60] 2018-01-25 21:20:57,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 13/60] 2018-01-25 21:20:57,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 13/60] 2018-01-25 21:20:57,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f2732991-c3b8-4cfc-af1d-a14f2ea9736f) [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-73d4c6b4-4f99-4b2b-8879-6ed7fa6c3dc4) [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-fdc98d0d-9350-4e31-b7c1-de1f77afa1d0) [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3778222d-4043-4c7f-bbe2-09251a8d3eb1) [retry 13/60] 2018-01-25 21:20:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-43f88cad-c4b1-47c8-baad-29cd4b554f51) [retry 13/60] 2018-01-25 21:21:02,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 14/60] 2018-01-25 21:21:02,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 14/60] 2018-01-25 21:21:02,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-48c59d37-2247-4e45-8420-7c7b9f3a7149) [retry 14/60] 2018-01-25 21:21:07,656 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 14/60] 2018-01-25 21:21:07,656 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 14/60] 2018-01-25 21:21:07,657 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ac587cf7-7ada-4df8-998b-3a63b1eae7d0) [retry 14/60] 2018-01-25 21:21:12,872 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 14/60] 2018-01-25 21:21:12,873 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 14/60] 2018-01-25 21:21:12,879 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 14/60] 2018-01-25 21:21:12,879 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 14/60] 2018-01-25 21:21:12,879 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 14/60] 2018-01-25 21:21:12,879 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d32839a6-4a40-4e18-9d02-7e7dbe03e6a0) [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b2f83ee2-406c-4e0c-9686-14e58e0e5c40) [retry 14/60] 2018-01-25 21:21:12,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-42a31b7f-423e-410d-b088-26cf9fba16a2) [retry 14/60] 2018-01-25 21:21:18,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4dac9266-51c4-4abb-a158-ac7e8a1ff4ed) [retry 14/60] 2018-01-25 21:21:18,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e8f62322-0b08-49b4-ab60-7905ccafb17d) [retry 14/60] 2018-01-25 21:21:18,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 15/60] 2018-01-25 21:21:18,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 15/60] 2018-01-25 21:21:23,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c9493024-1034-4b78-9ce3-944e90a90064) [retry 15/60] 2018-01-25 21:21:23,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 15/60] 2018-01-25 21:21:23,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 15/60] 2018-01-25 21:21:23,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d8e5d0f8-9022-4df6-a6f9-d9ebe8d6f302) [retry 15/60] 2018-01-25 21:21:28,655 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 15/60] 2018-01-25 21:21:28,656 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 15/60] 2018-01-25 21:21:28,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 15/60] 2018-01-25 21:21:28,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 15/60] 2018-01-25 21:21:28,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 15/60] 2018-01-25 21:21:34,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 15/60] 2018-01-25 21:21:34,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 15/60] 2018-01-25 21:21:34,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 15/60] 2018-01-25 21:21:34,129 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b455ed54-ec68-46c9-9fe2-fffc3ae1568d) [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a93ba680-4854-437d-b551-c53c2e860925) [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b1442ebc-c44d-4bb7-9ec6-ab84b675f74b) [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c5ecc198-7f1c-4b1c-b24c-374d4a87620c) [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d547c5ec-850e-454c-a185-04ba97b0f43d) [retry 15/60] 2018-01-25 21:21:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 16/60] 2018-01-25 21:21:39,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 16/60] 2018-01-25 21:21:39,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-11d07990-8992-4a1f-8556-caef4943636c) [retry 16/60] 2018-01-25 21:21:39,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 16/60] 2018-01-25 21:21:39,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 16/60] 2018-01-25 21:21:44,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b89cb3f4-c66f-4be0-8e76-62f874cf9535) [retry 16/60] 2018-01-25 21:21:44,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 16/60] 2018-01-25 21:21:44,584 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 16/60] 2018-01-25 21:21:49,996 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 16/60] 2018-01-25 21:21:49,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 16/60] 2018-01-25 21:21:49,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4f866eb6-b8b5-451a-9ca1-d20734ad7826) [retry 16/60] 2018-01-25 21:21:49,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-934e4934-0442-4cae-af05-df9599ca5ca4) [retry 16/60] 2018-01-25 21:21:49,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e205598d-a3d3-48f6-830b-7b99250039e0) [retry 16/60] 2018-01-25 21:21:49,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-58b4dbeb-925c-4473-8a9f-39ea6c7ba8de) [retry 16/60] 2018-01-25 21:21:49,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ff51b408-077c-416f-a1f6-084dc19b9266) [retry 16/60] 2018-01-25 21:21:55,193 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 17/60] 2018-01-25 21:21:55,193 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 17/60] 2018-01-25 21:21:55,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3b032f42-8981-454d-be64-7152a81c9803) [retry 17/60] 2018-01-25 21:21:55,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 17/60] 2018-01-25 21:21:55,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 17/60] 2018-01-25 21:22:00,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-923b1bd9-be98-49ca-bd07-a76153e8006e) [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 17/60] 2018-01-25 21:22:05,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-de4e08e0-1336-4314-96b9-a2f9d41b8b08) [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-beeb5b4a-4602-422d-a00b-63e009a28d9c) [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4fbc2f8b-d448-4be8-8b66-75f8030a95fc) [retry 17/60] 2018-01-25 21:22:05,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f82f667a-0c82-4558-9aa5-39208d61d952) [retry 17/60] 2018-01-25 21:22:10,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-83826cbe-1201-4524-9b23-03446b51955b) [retry 17/60] 2018-01-25 21:22:10,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 18/60] 2018-01-25 21:22:10,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 18/60] 2018-01-25 21:22:10,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cccc141e-4568-435b-80ec-bebaca04da44) [retry 18/60] 2018-01-25 21:22:16,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 18/60] 2018-01-25 21:22:16,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 18/60] 2018-01-25 21:22:16,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c1f1f460-b588-44cc-be30-37da28dc84e9) [retry 18/60] 2018-01-25 21:22:21,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 18/60] 2018-01-25 21:22:21,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 18/60] 2018-01-25 21:22:21,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 18/60] 2018-01-25 21:22:21,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 18/60] 2018-01-25 21:22:21,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 18/60] 2018-01-25 21:22:21,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 18/60] 2018-01-25 21:22:26,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 18/60] 2018-01-25 21:22:26,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 18/60] 2018-01-25 21:22:26,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7240adb9-05a2-4bbe-8e82-e2f1b4ab74ac) [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c617eaae-d66f-48dd-bc3a-f248335cb5a0) [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b468e40f-dd1d-4da3-844f-4fe597e37be5) [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2fa7128e-52f4-4882-ade7-79913aedbfb1) [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8db7e91f-fe0d-4371-8f0e-fd3efeb7bd75) [retry 18/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 19/60] 2018-01-25 21:22:26,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 19/60] 2018-01-25 21:22:31,987 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4c386ca8-e770-40dd-b111-f995e01f81e7) [retry 19/60] 2018-01-25 21:22:31,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 19/60] 2018-01-25 21:22:31,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 19/60] 2018-01-25 21:22:31,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f050032c-fe70-4776-b0c1-f9cfd9b3c2c6) [retry 19/60] 2018-01-25 21:22:37,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 19/60] 2018-01-25 21:22:37,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 19/60] 2018-01-25 21:22:42,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 19/60] 2018-01-25 21:22:42,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 19/60] 2018-01-25 21:22:42,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4272f22d-93fa-40b8-8b4c-4df94aa90f2f) [retry 19/60] 2018-01-25 21:22:42,350 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-253c8a18-279c-41ee-b875-d59c342d2830) [retry 19/60] 2018-01-25 21:22:42,350 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6bde8809-daa7-4235-90e7-35d1196daac9) [retry 19/60] 2018-01-25 21:22:42,350 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9d63bdb0-663b-4f4a-ba3a-8437ac0d646a) [retry 19/60] 2018-01-25 21:22:42,350 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-531072f2-fbe5-4ab3-b4d4-bdb8d8ef23c0) [retry 19/60] 2018-01-25 21:22:47,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 20/60] 2018-01-25 21:22:47,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 20/60] 2018-01-25 21:22:47,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6ee21141-1910-4d81-80d7-b0b800e48c39) [retry 20/60] 2018-01-25 21:22:47,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 20/60] 2018-01-25 21:22:47,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 20/60] 2018-01-25 21:22:52,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8e8b704c-a426-455e-9529-7e3ade9a5fbc) [retry 20/60] 2018-01-25 21:22:57,966 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 20/60] 2018-01-25 21:22:57,966 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c1a084b3-3b29-45e5-b1e5-fbd6e19a524a) [retry 20/60] 2018-01-25 21:22:57,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 20/60] 2018-01-25 21:22:57,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 20/60] 2018-01-25 21:23:03,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-64b24155-dca7-45db-8ac3-13e506eca58a) [retry 20/60] 2018-01-25 21:23:03,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2240681b-994e-46f1-bb2e-76f2dd69b70a) [retry 20/60] 2018-01-25 21:23:03,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a1cdee95-60c6-4f31-a3a6-9558e8e2e120) [retry 20/60] 2018-01-25 21:23:03,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-efd73d4e-e878-4b23-bf2f-678625c06a71) [retry 20/60] 2018-01-25 21:23:03,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 21/60] 2018-01-25 21:23:03,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 21/60] 2018-01-25 21:23:03,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-703d2d72-7d55-4231-b775-f6b92c42a57a) [retry 21/60] 2018-01-25 21:23:03,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 21/60] 2018-01-25 21:23:08,351 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 21/60] 2018-01-25 21:23:08,351 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8dfe92ed-f213-40fc-9709-dba92af3030e) [retry 21/60] 2018-01-25 21:23:13,695 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 21/60] 2018-01-25 21:23:13,696 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 21/60] 2018-01-25 21:23:13,696 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 21/60] 2018-01-25 21:23:19,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 21/60] 2018-01-25 21:23:19,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 21/60] 2018-01-25 21:23:19,089 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-99cc6a35-dfaa-4572-8795-8665205fa99f) [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5a761292-c123-436e-8ddc-9af3f6f190f3) [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8596149f-8964-42a7-8229-3045ece9e0e1) [retry 21/60] 2018-01-25 21:23:19,090 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2c9c548f-2186-4d61-a505-eff547bd8a0c) [retry 21/60] 2018-01-25 21:23:19,091 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-dce17f16-5b38-4c85-a694-6505f800524a) [retry 21/60] 2018-01-25 21:23:19,091 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 22/60] 2018-01-25 21:23:19,091 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 22/60] 2018-01-25 21:23:19,091 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a5e51df6-3cd4-4ea3-9e09-5e7ebe0ec756) [retry 22/60] 2018-01-25 21:23:24,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 22/60] 2018-01-25 21:23:24,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 22/60] 2018-01-25 21:23:24,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e2c07012-28c9-478a-8cef-ef85c2b2a6ed) [retry 22/60] 2018-01-25 21:23:29,526 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 22/60] 2018-01-25 21:23:29,526 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 22/60] 2018-01-25 21:23:34,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8151958a-ea87-408c-be0b-7969dface9b0) [retry 22/60] 2018-01-25 21:23:34,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 22/60] 2018-01-25 21:23:34,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 22/60] 2018-01-25 21:23:34,754 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-523404ee-520e-431e-bb83-731408cbdeaa) [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-866550ba-75bb-46ba-93e1-b01724bb856f) [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e17019d7-10fb-4d93-abab-6604322b3984) [retry 22/60] 2018-01-25 21:23:34,755 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 23/60] 2018-01-25 21:23:34,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 23/60] 2018-01-25 21:23:34,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8f838eef-9898-46c2-ad05-0f189e55fc3f) [retry 22/60] 2018-01-25 21:23:40,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b0c2fdd2-fd3d-4f27-bd7b-203d7e13c434) [retry 23/60] 2018-01-25 21:23:40,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 23/60] 2018-01-25 21:23:40,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 23/60] 2018-01-25 21:23:40,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e5860532-8dfe-4767-92ea-59354e7ad687) [retry 23/60] 2018-01-25 21:23:45,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 23/60] 2018-01-25 21:23:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 23/60] 2018-01-25 21:23:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-35913f50-7dc4-4345-88ac-4e44d94c7106) [retry 23/60] 2018-01-25 21:23:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 23/60] 2018-01-25 21:23:50,604 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 23/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 24/60] 2018-01-25 21:23:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 24/60] 2018-01-25 21:23:55,780 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-867732f1-9b17-4235-97c4-19cedc4cb66f) [retry 23/60] 2018-01-25 21:23:55,781 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d95aa417-b9e5-4618-95dd-f0c103230b7f) [retry 23/60] 2018-01-25 21:23:55,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-043509fd-ff8a-4e91-8711-cef31e8e1d6d) [retry 23/60] 2018-01-25 21:23:55,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ea148c35-1638-4ceb-8fd9-8447d5e39d26) [retry 23/60] 2018-01-25 21:23:55,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5209263e-0fb7-431d-ad31-e2c5977592de) [retry 24/60] 2018-01-25 21:23:55,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 24/60] 2018-01-25 21:23:55,786 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 24/60] 2018-01-25 21:24:01,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b3f7a2ac-5f1d-4ff6-8159-088641b6cd82) [retry 24/60] 2018-01-25 21:24:06,436 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 24/60] 2018-01-25 21:24:06,436 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 24/60] 2018-01-25 21:24:06,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-25d4b969-c063-4228-b52c-fbcd9d149a6e) [retry 24/60] 2018-01-25 21:24:06,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 24/60] 2018-01-25 21:24:11,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 24/60] 2018-01-25 21:24:11,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 24/60] 2018-01-25 21:24:11,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 24/60] 2018-01-25 21:24:11,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 24/60] 2018-01-25 21:24:11,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 25/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 25/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b5de50bc-4915-49a3-8440-7e367d8267de) [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4d2ba7f7-6759-4fe5-8233-453e5eff61fe) [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6da0f23e-d202-4574-b7d3-f56dc2c74ad1) [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-23c884e8-21e8-4da6-8074-e112dc747eb1) [retry 24/60] 2018-01-25 21:24:11,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0993e776-db51-422e-a3af-179a65968742) [retry 25/60] 2018-01-25 21:24:11,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 25/60] 2018-01-25 21:24:11,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 25/60] 2018-01-25 21:24:17,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-18e22950-4aa9-4634-a6d7-52b7835c177a) [retry 25/60] 2018-01-25 21:24:22,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 25/60] 2018-01-25 21:24:22,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 25/60] 2018-01-25 21:24:22,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d443597b-1f03-4add-b4ad-81889c82ffec) [retry 25/60] 2018-01-25 21:24:27,561 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 25/60] 2018-01-25 21:24:27,561 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 25/60] 2018-01-25 21:24:27,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 25/60] 2018-01-25 21:24:27,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 25/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 25/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 25/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 25/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 25/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 26/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 26/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9826cba2-ba74-4e02-adff-3ad3cf377681) [retry 25/60] 2018-01-25 21:24:27,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-fc707204-b108-4650-b9a5-b6a56c55847e) [retry 25/60] 2018-01-25 21:24:32,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d96bc4a6-e3d7-48ae-b5ae-e08f5c476ce7) [retry 25/60] 2018-01-25 21:24:32,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5c427b7a-eeb0-496b-acd4-7a0040fe3c13) [retry 26/60] 2018-01-25 21:24:32,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-506cf5b4-3839-4bb8-93f7-1f943f2e5e2b) [retry 25/60] 2018-01-25 21:24:32,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 26/60] 2018-01-25 21:24:32,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 26/60] 2018-01-25 21:24:32,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7fb532d0-3c4e-4d90-b84f-36dd27eee887) [retry 26/60] 2018-01-25 21:24:37,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 26/60] 2018-01-25 21:24:37,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 26/60] 2018-01-25 21:24:43,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-548faa77-b424-487c-8802-abfe49444ede) [retry 26/60] 2018-01-25 21:24:43,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 26/60] 2018-01-25 21:24:43,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 26/60] 2018-01-25 21:24:43,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 26/60] 2018-01-25 21:24:43,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 26/60] 2018-01-25 21:24:48,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 26/60] 2018-01-25 21:24:48,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 26/60] 2018-01-25 21:24:48,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 27/60] 2018-01-25 21:24:48,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 27/60] 2018-01-25 21:24:48,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 26/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 26/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0925de99-4cd2-474f-8547-f85dfca64e51) [retry 26/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-311a1541-ce40-4632-b8c5-d82752094b46) [retry 26/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-da7b8a88-ea8a-479a-9b49-5161f132b76c) [retry 27/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4e559440-070e-44f8-aa6d-a1fbc6ab6421) [retry 26/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 27/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 27/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a5db2d7d-9f43-499d-86c0-dbcfcda6fca8) [retry 26/60] 2018-01-25 21:24:48,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2550e78d-e700-4985-8d71-78174e461828) [retry 27/60] 2018-01-25 21:24:53,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 27/60] 2018-01-25 21:24:58,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 27/60] 2018-01-25 21:24:58,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-da696308-3287-4d81-8336-eac38517cc1a) [retry 27/60] 2018-01-25 21:24:58,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 27/60] 2018-01-25 21:24:58,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 27/60] 2018-01-25 21:25:04,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 27/60] 2018-01-25 21:25:04,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 27/60] 2018-01-25 21:25:04,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 28/60] 2018-01-25 21:25:04,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 28/60] 2018-01-25 21:25:04,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 27/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 27/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 27/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 27/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ea86848a-3404-4769-a126-cc7161dc91e3) [retry 27/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-81827387-c23b-44b1-bec2-0b822856d4c3) [retry 27/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 28/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 28/60] 2018-01-25 21:25:04,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a688bcc1-623c-437b-b18e-4a571a8950fe) [retry 28/60] 2018-01-25 21:25:04,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3b912eb8-02a4-492e-ad6a-f59e5ada59fb) [retry 27/60] 2018-01-25 21:25:04,167 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-01aa3e46-cb3f-47d2-b61b-2db8e0660053) [retry 27/60] 2018-01-25 21:25:09,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-51adf82a-f861-4598-b79f-a768ecaa6090) [retry 28/60] 2018-01-25 21:25:14,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 28/60] 2018-01-25 21:25:14,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 28/60] 2018-01-25 21:25:14,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e3274aee-8f1e-4b50-a446-e76441d0f728) [retry 28/60] 2018-01-25 21:25:19,734 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 28/60] 2018-01-25 21:25:19,734 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 28/60] 2018-01-25 21:25:19,735 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 28/60] 2018-01-25 21:25:19,735 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 28/60] 2018-01-25 21:25:19,735 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 29/60] 2018-01-25 21:25:19,735 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 28/60] 2018-01-25 21:25:19,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 29/60] 2018-01-25 21:25:19,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 28/60] 2018-01-25 21:25:19,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 28/60] 2018-01-25 21:25:19,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 28/60] 2018-01-25 21:25:19,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c2dffabd-4fb5-4333-924d-3ad485cc3d1f) [retry 28/60] 2018-01-25 21:25:24,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a5fc9780-ecc0-4637-8102-040093540fc6) [retry 28/60] 2018-01-25 21:25:24,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 29/60] 2018-01-25 21:25:24,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 29/60] 2018-01-25 21:25:24,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-16eff2dc-428c-4213-89a6-a71f90eae220) [retry 29/60] 2018-01-25 21:25:24,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b42079b0-9d4c-465f-b150-c9ee022756e9) [retry 28/60] 2018-01-25 21:25:24,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ab09d7c4-b0ae-4e0d-9bf1-05590f20a950) [retry 28/60] 2018-01-25 21:25:24,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6d9cc817-3942-444b-8190-8f4963b39735) [retry 29/60] 2018-01-25 21:25:30,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 29/60] 2018-01-25 21:25:30,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 29/60] 2018-01-25 21:25:30,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-72b39d06-95a1-413d-8961-1956004b91ee) [retry 29/60] 2018-01-25 21:25:35,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 29/60] 2018-01-25 21:25:35,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 29/60] 2018-01-25 21:25:35,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 29/60] 2018-01-25 21:25:35,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 29/60] 2018-01-25 21:25:35,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 30/60] 2018-01-25 21:25:40,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 30/60] 2018-01-25 21:25:40,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 29/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 29/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9c2305c9-3e8f-46db-a00e-5ba77e243f11) [retry 29/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 29/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 29/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 30/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 30/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-15f700cf-99c6-4383-9f36-db5643607fa4) [retry 29/60] 2018-01-25 21:25:40,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3af0673b-a5aa-4c2d-92ab-0ddc6935a7c0) [retry 30/60] 2018-01-25 21:25:40,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4fb28102-f7fd-429e-8260-9493e01e0a66) [retry 29/60] 2018-01-25 21:25:40,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-776a09e3-a552-49c5-b66e-cbabfaff9e03) [retry 29/60] 2018-01-25 21:25:40,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ca54a6c7-066c-4f15-a5c0-2c1d9bcf835c) [retry 30/60] 2018-01-25 21:25:46,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 30/60] 2018-01-25 21:25:46,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 30/60] 2018-01-25 21:25:51,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-22696803-d892-4d3c-a1b1-75047ab64105) [retry 30/60] 2018-01-25 21:25:51,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 30/60] 2018-01-25 21:25:51,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 30/60] 2018-01-25 21:25:51,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 30/60] 2018-01-25 21:25:51,347 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 30/60] 2018-01-25 21:25:56,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 31/60] 2018-01-25 21:25:56,564 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 31/60] 2018-01-25 21:25:56,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a8f4d028-4bdc-4979-9dcc-1a39d592fd26) [retry 30/60] 2018-01-25 21:25:56,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-13190a76-1ad8-419a-b9a3-9f833bbe2c6e) [retry 30/60] 2018-01-25 21:25:56,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 30/60] 2018-01-25 21:25:56,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 30/60] 2018-01-25 21:25:56,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 30/60] 2018-01-25 21:25:56,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 30/60] 2018-01-25 21:25:56,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 31/60] 2018-01-25 21:25:56,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 31/60] 2018-01-25 21:25:56,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-55a83955-aa5e-4ee0-b293-0649a8a70d94) [retry 31/60] 2018-01-25 21:25:56,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1feaaad8-a277-47ec-9c80-f582baf0cb6f) [retry 30/60] 2018-01-25 21:25:56,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-fd185bd7-8f67-49e8-8f0e-f816da8f3714) [retry 30/60] 2018-01-25 21:25:56,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-bc456f30-cd58-4a64-8ed4-d2864bb0e3a6) [retry 31/60] 2018-01-25 21:26:07,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 31/60] 2018-01-25 21:26:07,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 31/60] 2018-01-25 21:26:07,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-63286bc3-4d7c-4f3f-b8ef-5d35454224c5) [retry 31/60] 2018-01-25 21:26:12,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 31/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 31/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 31/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 31/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 32/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 32/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-540b327e-ad53-4eb7-9947-1fb1ce0eb8bc) [retry 31/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b7e94875-6e3c-4233-a802-9057aa7ec394) [retry 31/60] 2018-01-25 21:26:12,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 31/60] 2018-01-25 21:26:12,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 31/60] 2018-01-25 21:26:12,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 31/60] 2018-01-25 21:26:12,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 31/60] 2018-01-25 21:26:12,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 32/60] 2018-01-25 21:26:12,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 32/60] 2018-01-25 21:26:12,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-18bf5805-f93b-43ef-9787-288d5c798c14) [retry 32/60] 2018-01-25 21:26:17,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cf8ee80e-1c60-43a4-b2fe-2bc8f241e5f8) [retry 31/60] 2018-01-25 21:26:17,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ffcbd110-8ac5-434d-a9e1-e0bac2c6ccec) [retry 31/60] 2018-01-25 21:26:17,447 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2bc0bcc4-205b-4c45-adc2-11857c849473) [retry 32/60] 2018-01-25 21:26:22,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 32/60] 2018-01-25 21:26:22,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 32/60] 2018-01-25 21:26:22,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9a75b66d-3585-4590-8a3f-b161bb663fd3) [retry 32/60] 2018-01-25 21:26:27,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 32/60] 2018-01-25 21:26:27,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 32/60] 2018-01-25 21:26:27,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 32/60] 2018-01-25 21:26:27,901 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 32/60] 2018-01-25 21:26:27,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-99e855cb-a6b3-40f5-8310-7f73bfb696b5) [retry 32/60] 2018-01-25 21:26:27,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cc9b9726-a9c8-489f-8364-2ae749ba1f30) [retry 32/60] 2018-01-25 21:26:27,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 33/60] 2018-01-25 21:26:27,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 33/60] 2018-01-25 21:26:33,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 32/60] 2018-01-25 21:26:33,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 32/60] 2018-01-25 21:26:33,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 32/60] 2018-01-25 21:26:33,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 32/60] 2018-01-25 21:26:33,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-82f5a05a-99fe-4353-a81f-2e4fdecf5b54) [retry 33/60] 2018-01-25 21:26:33,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 33/60] 2018-01-25 21:26:33,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 33/60] 2018-01-25 21:26:33,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-200f015d-1621-45da-ab12-68dc33c0b1f9) [retry 32/60] 2018-01-25 21:26:33,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a6c9d6c1-df63-4ff6-ab41-6c7a48dcae27) [retry 32/60] 2018-01-25 21:26:33,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-586faffa-eeae-405b-b52d-5d1694710af6) [retry 33/60] 2018-01-25 21:26:38,495 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 33/60] 2018-01-25 21:26:38,496 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 33/60] 2018-01-25 21:26:43,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b985815e-3734-49ce-a354-779cfcb41e25) [retry 33/60] 2018-01-25 21:26:43,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 33/60] 2018-01-25 21:26:43,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 33/60] 2018-01-25 21:26:43,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 33/60] 2018-01-25 21:26:43,703 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 33/60] 2018-01-25 21:26:43,704 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-74bf67c7-5475-48af-910e-5bceb7ef0b1b) [retry 33/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6966bce1-c9fb-4a6f-9743-3354c8aec7df) [retry 33/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 34/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 34/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 33/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 33/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 33/60] 2018-01-25 21:26:49,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 33/60] 2018-01-25 21:26:49,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 34/60] 2018-01-25 21:26:49,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 34/60] 2018-01-25 21:26:49,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e8534ad1-702b-46f0-9655-aa93a81139b5) [retry 34/60] 2018-01-25 21:26:49,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6d059da7-91c3-41e5-98eb-1054352c9748) [retry 33/60] 2018-01-25 21:26:49,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-75fa57a7-193f-48d5-bf0c-5f1b302d4319) [retry 33/60] 2018-01-25 21:26:49,010 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ab1906d0-f40c-421c-a75c-3b1fdbb67350) [retry 34/60] 2018-01-25 21:26:54,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 34/60] 2018-01-25 21:26:59,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 34/60] 2018-01-25 21:26:59,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-60932c63-7103-4ff5-9f87-f9df48886cff) [retry 34/60] 2018-01-25 21:26:59,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 34/60] 2018-01-25 21:26:59,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 34/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 34/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 34/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f4321823-b329-4362-8c90-168d631da904) [retry 34/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8db0ca15-eef9-4e7d-9b1c-374be38c748f) [retry 34/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 35/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 35/60] 2018-01-25 21:27:04,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 34/60] 2018-01-25 21:27:04,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 34/60] 2018-01-25 21:27:04,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 34/60] 2018-01-25 21:27:04,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 35/60] 2018-01-25 21:27:04,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 34/60] 2018-01-25 21:27:04,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 35/60] 2018-01-25 21:27:04,710 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-142c668c-ef61-4d8b-92fd-8db7373e509c) [retry 35/60] 2018-01-25 21:27:09,929 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-11c3a7b5-cb86-4770-8d0f-42c12f7a86e3) [retry 34/60] 2018-01-25 21:27:09,929 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d74ae804-6186-4447-8288-87c7b9709a57) [retry 35/60] 2018-01-25 21:27:09,930 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a6c8a35b-575d-4ff9-9392-9097f1558aa3) [retry 34/60] 2018-01-25 21:27:15,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 35/60] 2018-01-25 21:27:15,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 35/60] 2018-01-25 21:27:15,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-fece7da8-5023-45e7-b9be-71f9aa33853d) [retry 35/60] 2018-01-25 21:27:20,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 35/60] 2018-01-25 21:27:20,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 35/60] 2018-01-25 21:27:20,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 35/60] 2018-01-25 21:27:20,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 35/60] 2018-01-25 21:27:20,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3d5f2f53-9dbd-48e9-aa99-d383ffab6852) [retry 35/60] 2018-01-25 21:27:20,555 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-26cb1060-0311-4027-8408-bcc460738b3e) [retry 35/60] 2018-01-25 21:27:20,555 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 36/60] 2018-01-25 21:27:20,555 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 36/60] 2018-01-25 21:27:25,920 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 35/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 35/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 35/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 35/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 36/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 36/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9f44b0b1-a046-4104-a6ca-546793ce401e) [retry 36/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c833fe93-2a39-4908-a4a0-40b408d83456) [retry 35/60] 2018-01-25 21:27:25,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6ef04bb1-06e8-4859-af83-66eab1950a1c) [retry 36/60] 2018-01-25 21:27:25,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6b3f93e8-918c-4df1-a291-424fa3a2d16a) [retry 35/60] 2018-01-25 21:27:31,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 36/60] 2018-01-25 21:27:31,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 36/60] 2018-01-25 21:27:31,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a2cfaa98-921f-463b-866d-2c51d4d832a9) [retry 36/60] 2018-01-25 21:27:36,344 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 36/60] 2018-01-25 21:27:36,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 36/60] 2018-01-25 21:27:36,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 36/60] 2018-01-25 21:27:36,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 36/60] 2018-01-25 21:27:36,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c87a1175-00d0-4c61-be3d-b48e5c849313) [retry 36/60] 2018-01-25 21:27:36,345 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d451446b-c25a-46ce-a653-388d402e1653) [retry 36/60] 2018-01-25 21:27:36,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 37/60] 2018-01-25 21:27:41,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 37/60] 2018-01-25 21:27:41,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 36/60] 2018-01-25 21:27:41,565 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 36/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 36/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 37/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 37/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 36/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8a835ecd-b0d3-4d2c-bb5a-3167cfa73985) [retry 37/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d7ca5bac-0df7-4607-8ee4-795e00d5e029) [retry 36/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f2ab5992-c900-419d-9266-1918d9abada5) [retry 36/60] 2018-01-25 21:27:41,566 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-5b79a034-48f5-42ae-be9c-80dc62e073ee) [retry 37/60] 2018-01-25 21:27:46,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 37/60] 2018-01-25 21:27:46,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 37/60] 2018-01-25 21:27:52,086 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7603b243-8d7c-4c2e-8456-c7cc12abde71) [retry 37/60] 2018-01-25 21:27:52,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 37/60] 2018-01-25 21:27:52,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 37/60] 2018-01-25 21:27:52,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 37/60] 2018-01-25 21:27:52,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 37/60] 2018-01-25 21:27:52,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9c109f94-d044-4ad6-961c-ba619b5de365) [retry 37/60] 2018-01-25 21:27:57,299 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-feb107f9-f05f-46c0-ae3c-f80c0e3a845a) [retry 37/60] 2018-01-25 21:27:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 38/60] 2018-01-25 21:27:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 38/60] 2018-01-25 21:27:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 37/60] 2018-01-25 21:27:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 37/60] 2018-01-25 21:27:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 38/60] 2018-01-25 21:27:57,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 38/60] 2018-01-25 21:27:57,301 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 37/60] 2018-01-25 21:27:57,301 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 37/60] 2018-01-25 21:27:57,301 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9565ee27-d19b-443e-9071-7f8ae8a85ced) [retry 38/60] 2018-01-25 21:28:02,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ca7f3bd9-fd1b-41a1-ba51-2aebaa4d2eca) [retry 37/60] 2018-01-25 21:28:02,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a9f3b11d-d3a5-4c72-a922-893565785ac2) [retry 38/60] 2018-01-25 21:28:02,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-834972a1-59f1-4a7c-9cf9-bf1c4b4cb862) [retry 37/60] 2018-01-25 21:28:02,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 38/60] 2018-01-25 21:28:02,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 38/60] 2018-01-25 21:28:07,726 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-61c4e7ad-0f9f-4850-8e28-71ae454e167d) [retry 38/60] 2018-01-25 21:28:07,727 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 38/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 38/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 38/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 38/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ae3b447e-c75f-47e1-a28a-1ea1dac61044) [retry 38/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-08205348-76f9-451e-81e9-388807a72e69) [retry 38/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 39/60] 2018-01-25 21:28:13,042 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 39/60] 2018-01-25 21:28:18,306 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 38/60] 2018-01-25 21:28:18,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 38/60] 2018-01-25 21:28:18,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 39/60] 2018-01-25 21:28:18,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 38/60] 2018-01-25 21:28:18,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 39/60] 2018-01-25 21:28:18,307 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 38/60] 2018-01-25 21:28:18,308 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ed2eaf86-93de-4e4b-99a6-965f771e4039) [retry 39/60] 2018-01-25 21:28:18,308 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-278a3d2d-3559-4a07-a5d5-980734123813) [retry 38/60] 2018-01-25 21:28:18,308 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c2e9e477-1453-4aed-a0f2-948dcd412350) [retry 39/60] 2018-01-25 21:28:18,308 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-91cbb055-212a-4c8e-b234-5e54ed1330e2) [retry 38/60] 2018-01-25 21:28:23,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 39/60] 2018-01-25 21:28:23,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 39/60] 2018-01-25 21:28:23,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9d079e64-c521-4100-833e-6054e1b9b211) [retry 39/60] 2018-01-25 21:28:28,693 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 39/60] 2018-01-25 21:28:28,693 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 39/60] 2018-01-25 21:28:28,693 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 39/60] 2018-01-25 21:28:28,693 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 39/60] 2018-01-25 21:28:28,693 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f184e11d-08b5-425c-a4a0-4d2dfc01a978) [retry 39/60] 2018-01-25 21:28:28,693 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-30247874-ccfc-4c95-bb08-2f6c0361d500) [retry 39/60] 2018-01-25 21:28:28,694 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 40/60] 2018-01-25 21:28:28,694 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 40/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 40/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 39/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 40/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-67786bfd-0b69-4f23-81cd-518518d93bc6) [retry 40/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 39/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 39/60] 2018-01-25 21:28:33,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 39/60] 2018-01-25 21:28:33,875 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-69f8fa03-6820-4197-b20d-a6c3b660f9e1) [retry 40/60] 2018-01-25 21:28:33,875 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-830c52bc-d82f-4b76-b5fc-84fb2215d27a) [retry 39/60] 2018-01-25 21:28:33,875 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2954761e-a1f2-4f7a-af76-e396dc00ab65) [retry 39/60] 2018-01-25 21:28:39,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 40/60] 2018-01-25 21:28:39,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 40/60] 2018-01-25 21:28:39,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-df2e462a-d353-4c1c-8e8d-dd183f04731f) [retry 40/60] 2018-01-25 21:28:44,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 40/60] 2018-01-25 21:28:44,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 40/60] 2018-01-25 21:28:44,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 40/60] 2018-01-25 21:28:44,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 40/60] 2018-01-25 21:28:44,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0f2323a0-9fb2-4b18-97e7-2d39b5fa4c28) [retry 40/60] 2018-01-25 21:28:44,273 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-742846c6-5be8-4d3a-8f8b-e2c8748ef471) [retry 40/60] 2018-01-25 21:28:49,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 41/60] 2018-01-25 21:28:49,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 41/60] 2018-01-25 21:28:49,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ec74dfce-e328-42f5-9052-cd84d7e994f7) [retry 41/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 40/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 40/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 41/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 41/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 40/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 40/60] 2018-01-25 21:28:49,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-207d48e3-a344-4a5a-8f67-2e491ae26daf) [retry 41/60] 2018-01-25 21:28:54,641 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9a7fa8b2-51b8-41e8-8fa7-3af367fd4671) [retry 40/60] 2018-01-25 21:28:54,641 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f399409a-5c2e-4704-a44b-6ed985edc087) [retry 40/60] 2018-01-25 21:28:54,642 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 41/60] 2018-01-25 21:28:54,643 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 41/60] 2018-01-25 21:28:59,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-aaee90e8-685d-4bb0-aedd-d7f08cd0ab12) [retry 41/60] 2018-01-25 21:28:59,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 41/60] 2018-01-25 21:28:59,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 41/60] 2018-01-25 21:28:59,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 41/60] 2018-01-25 21:28:59,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 41/60] 2018-01-25 21:28:59,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-de7cc05d-4304-4c52-a6b8-d2921401ff74) [retry 41/60] 2018-01-25 21:29:05,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d2ede18a-8716-4da7-ba4c-7c17da452c7e) [retry 41/60] 2018-01-25 21:29:05,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 42/60] 2018-01-25 21:29:05,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 42/60] 2018-01-25 21:29:05,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0fd3febb-92b4-4df5-8852-7970fe6141b0) [retry 42/60] 2018-01-25 21:29:05,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 42/60] 2018-01-25 21:29:05,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 42/60] 2018-01-25 21:29:10,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 41/60] 2018-01-25 21:29:10,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 41/60] 2018-01-25 21:29:10,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 41/60] 2018-01-25 21:29:10,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 41/60] 2018-01-25 21:29:10,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3830a34a-2d35-4634-9b62-8b10271dbda6) [retry 42/60] 2018-01-25 21:29:10,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-87f498a7-4e92-4597-8ad2-8b80c697573b) [retry 41/60] 2018-01-25 21:29:10,383 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2f1d662a-cda1-4be1-a3f9-14612a47831a) [retry 41/60] 2018-01-25 21:29:15,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 42/60] 2018-01-25 21:29:15,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 42/60] 2018-01-25 21:29:15,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b0819ecd-4f68-4b39-a0b2-b4b4b241c17e) [retry 42/60] 2018-01-25 21:29:15,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 42/60] 2018-01-25 21:29:15,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 42/60] 2018-01-25 21:29:15,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 42/60] 2018-01-25 21:29:15,797 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 42/60] 2018-01-25 21:29:20,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cac277b1-09a6-4b2e-8353-705cc2e97815) [retry 42/60] 2018-01-25 21:29:20,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-15633fd9-0e11-47ba-92f2-f8f0d3ec3d68) [retry 42/60] 2018-01-25 21:29:20,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 43/60] 2018-01-25 21:29:20,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 43/60] 2018-01-25 21:29:26,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c5ad86bc-9a3d-469f-93f7-6a0b0cf2bd33) [retry 43/60] 2018-01-25 21:29:26,218 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 43/60] 2018-01-25 21:29:26,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 43/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 42/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 42/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 42/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 42/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-04f98924-468e-434d-9c7e-3e2c5f542720) [retry 43/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0bb1bebf-b270-4333-b16c-90b169cab884) [retry 42/60] 2018-01-25 21:29:26,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a7a946ce-2b05-4ecb-a7c4-5dd376b3f597) [retry 42/60] 2018-01-25 21:29:31,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 43/60] 2018-01-25 21:29:31,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 43/60] 2018-01-25 21:29:31,435 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-afbf5172-0974-47f7-8604-263fae5d0d2a) [retry 43/60] 2018-01-25 21:29:36,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 43/60] 2018-01-25 21:29:36,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 43/60] 2018-01-25 21:29:36,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 43/60] 2018-01-25 21:29:36,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 43/60] 2018-01-25 21:29:36,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-35a15215-8fdf-48cb-ad86-cd81e712ffcd) [retry 43/60] 2018-01-25 21:29:36,613 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-432279b1-c92c-4cce-a93f-f04d191f85e4) [retry 43/60] 2018-01-25 21:29:36,614 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 44/60] 2018-01-25 21:29:41,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 44/60] 2018-01-25 21:29:41,874 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cd65d804-ee6d-450d-8e0a-b2f8457cc164) [retry 44/60] 2018-01-25 21:29:41,875 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 44/60] 2018-01-25 21:29:41,875 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 44/60] 2018-01-25 21:29:41,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 43/60] 2018-01-25 21:29:41,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 43/60] 2018-01-25 21:29:41,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 43/60] 2018-01-25 21:29:41,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 43/60] 2018-01-25 21:29:41,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2764293a-24ef-4299-ba36-81495130ae74) [retry 44/60] 2018-01-25 21:29:41,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-caf33818-0603-4c32-8acb-c8a27453bc99) [retry 43/60] 2018-01-25 21:29:47,074 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-372883a7-f633-423d-8ef5-e529b563c5f7) [retry 43/60] 2018-01-25 21:29:47,075 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 44/60] 2018-01-25 21:29:47,075 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 44/60] 2018-01-25 21:29:47,075 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7ef7f9f9-d773-41fb-9f6e-72bbe6362b1b) [retry 44/60] 2018-01-25 21:29:52,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 44/60] 2018-01-25 21:29:52,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 44/60] 2018-01-25 21:29:52,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 44/60] 2018-01-25 21:29:52,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 44/60] 2018-01-25 21:29:52,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-de7e9c57-9414-46ac-a3c2-565dc518ca86) [retry 44/60] 2018-01-25 21:29:52,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-df685136-d148-479c-96c9-67d29036eaae) [retry 44/60] 2018-01-25 21:29:57,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 45/60] 2018-01-25 21:29:57,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 45/60] 2018-01-25 21:29:57,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-aa9721ca-fb40-40bc-87e0-69ddff163ebe) [retry 45/60] 2018-01-25 21:29:57,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 44/60] 2018-01-25 21:29:57,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 45/60] 2018-01-25 21:29:57,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 44/60] 2018-01-25 21:29:57,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 45/60] 2018-01-25 21:29:57,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 44/60] 2018-01-25 21:29:57,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 44/60] 2018-01-25 21:30:02,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b18bbec2-25c6-45f3-a755-3c21a6fbdb0f) [retry 45/60] 2018-01-25 21:30:02,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6b809f3e-b5d4-46da-8688-cfb5b4a7e15c) [retry 44/60] 2018-01-25 21:30:02,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d3de3947-da27-4d8b-ba6b-7b945010a3f2) [retry 44/60] 2018-01-25 21:30:02,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 45/60] 2018-01-25 21:30:02,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 45/60] 2018-01-25 21:30:07,954 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-560f1919-959e-43b3-be3a-db150a820e49) [retry 45/60] 2018-01-25 21:30:07,956 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 45/60] 2018-01-25 21:30:07,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 45/60] 2018-01-25 21:30:07,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 45/60] 2018-01-25 21:30:07,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 45/60] 2018-01-25 21:30:07,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cf37cc68-58a3-4de1-81b8-98bb95f4e8e4) [retry 45/60] 2018-01-25 21:30:13,181 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a0707024-fedd-4670-9783-6543d3c111ac) [retry 45/60] 2018-01-25 21:30:13,182 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 46/60] 2018-01-25 21:30:13,183 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 46/60] 2018-01-25 21:30:13,183 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b14f96da-f0f7-4aa6-bbf4-c0677ac3d402) [retry 46/60] 2018-01-25 21:30:18,427 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 45/60] 2018-01-25 21:30:18,427 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 46/60] 2018-01-25 21:30:18,427 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 46/60] 2018-01-25 21:30:18,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 45/60] 2018-01-25 21:30:18,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 45/60] 2018-01-25 21:30:18,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 45/60] 2018-01-25 21:30:18,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cd6a503b-4f6d-4556-b89f-bf9febe24086) [retry 46/60] 2018-01-25 21:30:18,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-eb867f25-c9cd-41fa-b532-5172f11bd866) [retry 45/60] 2018-01-25 21:30:18,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9b21eeda-5f70-4672-9818-4194aa4604d0) [retry 45/60] 2018-01-25 21:30:23,649 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 46/60] 2018-01-25 21:30:23,650 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 46/60] 2018-01-25 21:30:23,650 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-13bb4858-cc99-460c-a722-cb08a0394540) [retry 46/60] 2018-01-25 21:30:23,650 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 46/60] 2018-01-25 21:30:23,651 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 46/60] 2018-01-25 21:30:28,871 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 46/60] 2018-01-25 21:30:28,872 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 46/60] 2018-01-25 21:30:28,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9f4b6f17-4f72-4216-bbfa-237d67d44771) [retry 46/60] 2018-01-25 21:30:28,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-2dad6fd4-0350-4d07-bc32-f155e7ddbd81) [retry 46/60] 2018-01-25 21:30:28,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 47/60] 2018-01-25 21:30:28,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 47/60] 2018-01-25 21:30:34,080 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-89ec1913-6bda-4545-ad96-e8a27d067369) [retry 47/60] 2018-01-25 21:30:34,080 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 47/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 46/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 47/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 46/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 46/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 46/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7583a8d0-a07d-4ea3-988d-b0d941cd209c) [retry 46/60] 2018-01-25 21:30:34,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d07c1b3d-2113-4812-935e-c86332dd402d) [retry 47/60] 2018-01-25 21:30:39,385 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-dbe7d082-ff32-4315-85e7-3ee4682c9a68) [retry 46/60] 2018-01-25 21:30:39,385 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 47/60] 2018-01-25 21:30:39,394 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 47/60] 2018-01-25 21:30:39,394 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e383f036-c121-40bc-b214-16a302d5be9e) [retry 47/60] 2018-01-25 21:30:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 47/60] 2018-01-25 21:30:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 47/60] 2018-01-25 21:30:44,624 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 47/60] 2018-01-25 21:30:44,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 47/60] 2018-01-25 21:30:44,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ce00e640-6564-4dbd-8faf-9bdabec69d6b) [retry 47/60] 2018-01-25 21:30:44,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-db225085-4c4c-4d15-b30f-dc422a3fdca7) [retry 47/60] 2018-01-25 21:30:44,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 48/60] 2018-01-25 21:30:49,930 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 48/60] 2018-01-25 21:30:49,930 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-67c0693b-da91-4131-a702-2dcc4fbc8b78) [retry 48/60] 2018-01-25 21:30:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 47/60] 2018-01-25 21:30:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 47/60] 2018-01-25 21:30:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 48/60] 2018-01-25 21:30:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 48/60] 2018-01-25 21:30:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 47/60] 2018-01-25 21:30:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 47/60] 2018-01-25 21:30:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-16e517a1-93bd-4b82-85bf-ca733fd2fab3) [retry 48/60] 2018-01-25 21:30:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-bc856799-bc92-4102-816b-2c278598241f) [retry 47/60] 2018-01-25 21:30:55,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-402cb6db-e1a9-4b7b-b614-6184f4464601) [retry 47/60] 2018-01-25 21:30:55,123 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 48/60] 2018-01-25 21:30:55,125 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 48/60] 2018-01-25 21:31:00,372 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b2a821d2-529e-4bb5-bf07-a51ca14585d4) [retry 48/60] 2018-01-25 21:31:00,372 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 48/60] 2018-01-25 21:31:00,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 48/60] 2018-01-25 21:31:00,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 48/60] 2018-01-25 21:31:00,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 48/60] 2018-01-25 21:31:00,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9510f558-bcea-4f0f-a480-bf6e172b3feb) [retry 48/60] 2018-01-25 21:31:00,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9f35bae8-cdf0-4b2e-b923-067bc421b39e) [retry 48/60] 2018-01-25 21:31:05,534 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 49/60] 2018-01-25 21:31:05,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 49/60] 2018-01-25 21:31:05,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-87f30ece-59c6-4008-a29a-3e8cb269dc11) [retry 49/60] 2018-01-25 21:31:05,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 48/60] 2018-01-25 21:31:05,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 49/60] 2018-01-25 21:31:05,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 48/60] 2018-01-25 21:31:05,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 49/60] 2018-01-25 21:31:10,973 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 48/60] 2018-01-25 21:31:10,973 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 48/60] 2018-01-25 21:31:10,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c666cbea-3a2e-47b1-8a0f-bddc96993d76) [retry 48/60] 2018-01-25 21:31:10,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-076d65c9-c262-491b-bdc0-b71a17bfce55) [retry 49/60] 2018-01-25 21:31:10,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4ab0f17e-aa1e-45d9-9261-af9b99eb8ebb) [retry 48/60] 2018-01-25 21:31:10,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 49/60] 2018-01-25 21:31:16,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 49/60] 2018-01-25 21:31:16,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b059d414-6ca7-4324-be9d-fad59dc79586) [retry 49/60] 2018-01-25 21:31:16,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 49/60] 2018-01-25 21:31:16,180 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 49/60] 2018-01-25 21:31:16,180 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 49/60] 2018-01-25 21:31:16,180 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 49/60] 2018-01-25 21:31:16,180 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-03299587-54b1-4b76-b5c0-1a018b28e73a) [retry 49/60] 2018-01-25 21:31:21,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4d31db9f-78de-4cf2-9a4d-9ec53049fc64) [retry 49/60] 2018-01-25 21:31:21,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 50/60] 2018-01-25 21:31:21,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 50/60] 2018-01-25 21:31:21,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d8580685-ec38-428c-80f5-a404dd759aa8) [retry 50/60] 2018-01-25 21:31:26,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 49/60] 2018-01-25 21:31:26,618 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 50/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 49/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 50/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 49/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d7dc5820-386d-4d49-ad73-c0923e2802ab) [retry 50/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 49/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ee0a33a5-6164-4ef3-974d-6ac7748d0615) [retry 49/60] 2018-01-25 21:31:26,619 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-05ae8b1c-d565-4fbd-a787-e3066d50f1a8) [retry 49/60] 2018-01-25 21:31:31,805 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 50/60] 2018-01-25 21:31:31,805 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 50/60] 2018-01-25 21:31:31,805 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-731c1895-d972-4ca8-b2df-055c8ccd3cc6) [retry 50/60] 2018-01-25 21:31:31,805 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 50/60] 2018-01-25 21:31:31,806 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 50/60] 2018-01-25 21:31:36,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 50/60] 2018-01-25 21:31:36,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 50/60] 2018-01-25 21:31:36,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ee31bc9b-b8de-4f30-8347-74fb9825fc80) [retry 50/60] 2018-01-25 21:31:36,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-eb166707-205e-4e10-8786-10b8af6444b8) [retry 50/60] 2018-01-25 21:31:36,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 51/60] 2018-01-25 21:31:36,977 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 51/60] 2018-01-25 21:31:42,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9bec1ae0-e0d0-4c19-9de1-09a3e129c37d) [retry 51/60] 2018-01-25 21:31:42,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 51/60] 2018-01-25 21:31:42,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 50/60] 2018-01-25 21:31:42,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 51/60] 2018-01-25 21:31:42,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 50/60] 2018-01-25 21:31:42,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 50/60] 2018-01-25 21:31:42,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 50/60] 2018-01-25 21:31:42,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-821e3b4e-0dce-415c-a85f-c71f72f22e3c) [retry 50/60] 2018-01-25 21:31:42,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-80d294ac-3786-487e-911b-1e2f554b6b3e) [retry 51/60] 2018-01-25 21:31:47,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-04093fe1-04f9-432e-9be1-f72001b2dc2e) [retry 50/60] 2018-01-25 21:31:47,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 51/60] 2018-01-25 21:31:47,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 51/60] 2018-01-25 21:31:47,356 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ae08917f-cc9a-4e61-853e-bbcf0f575e35) [retry 51/60] 2018-01-25 21:31:52,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 51/60] 2018-01-25 21:31:52,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 51/60] 2018-01-25 21:31:52,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 51/60] 2018-01-25 21:31:52,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 51/60] 2018-01-25 21:31:52,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-38322412-26a9-40e0-bfd2-c51694282cac) [retry 51/60] 2018-01-25 21:31:52,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a063a64b-7127-4335-af5a-d7b191f6c421) [retry 51/60] 2018-01-25 21:31:57,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 52/60] 2018-01-25 21:31:57,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 52/60] 2018-01-25 21:31:57,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b2a20bbe-a31e-4cf6-8787-7c1f5f70ad51) [retry 52/60] 2018-01-25 21:31:57,742 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 51/60] 2018-01-25 21:31:57,743 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 52/60] 2018-01-25 21:31:57,743 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 51/60] 2018-01-25 21:31:57,743 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 52/60] 2018-01-25 21:31:57,743 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 51/60] 2018-01-25 21:32:02,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 51/60] 2018-01-25 21:32:02,925 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8dbbe059-def5-4de9-aa86-017ffd474d18) [retry 51/60] 2018-01-25 21:32:02,925 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d17ced49-b1ce-42b2-a0cd-bde5cb546294) [retry 52/60] 2018-01-25 21:32:02,925 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7ea35f58-c10b-4c4f-a1e0-6280e3905bdd) [retry 51/60] 2018-01-25 21:32:02,925 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 52/60] 2018-01-25 21:32:08,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 52/60] 2018-01-25 21:32:08,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-abe41ea6-4cbb-4593-b51e-78c928275d1b) [retry 52/60] 2018-01-25 21:32:08,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 52/60] 2018-01-25 21:32:08,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 52/60] 2018-01-25 21:32:08,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 52/60] 2018-01-25 21:32:08,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 52/60] 2018-01-25 21:32:08,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-8a5edc99-5771-4695-af12-016bf7b75502) [retry 52/60] 2018-01-25 21:32:13,385 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-90abe066-8484-4bdd-a780-8e012e1e30fb) [retry 52/60] 2018-01-25 21:32:13,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 53/60] 2018-01-25 21:32:13,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 53/60] 2018-01-25 21:32:13,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-906c52c4-ef55-4525-8caf-765f6f550d85) [retry 53/60] 2018-01-25 21:32:13,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 53/60] 2018-01-25 21:32:13,386 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 53/60] 2018-01-25 21:32:13,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 52/60] 2018-01-25 21:32:13,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 52/60] 2018-01-25 21:32:18,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b6607d7b-b661-4c71-9d89-6cc295757761) [retry 53/60] 2018-01-25 21:32:18,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 52/60] 2018-01-25 21:32:18,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 52/60] 2018-01-25 21:32:18,731 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-0ee6931e-0050-4c75-8584-86514ddf5095) [retry 52/60] 2018-01-25 21:32:18,732 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-74cdafe6-6873-48ac-ba06-0e3a84ffd5bc) [retry 52/60] 2018-01-25 21:32:23,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 53/60] 2018-01-25 21:32:23,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 53/60] 2018-01-25 21:32:23,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 53/60] 2018-01-25 21:32:23,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 53/60] 2018-01-25 21:32:23,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-03042618-9b5f-4bfd-8004-7d744af931e1) [retry 53/60] 2018-01-25 21:32:23,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 53/60] 2018-01-25 21:32:23,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 53/60] 2018-01-25 21:32:29,177 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a3d407f4-9e4b-4c1e-a9db-30c386831dfb) [retry 53/60] 2018-01-25 21:32:29,177 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b93cbcc7-0bb2-4dbe-9c8c-9ddcc9308796) [retry 53/60] 2018-01-25 21:32:29,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 54/60] 2018-01-25 21:32:29,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 54/60] 2018-01-25 21:32:34,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ddae8273-2f2c-4137-b78a-3d4afe3b55ff) [retry 54/60] 2018-01-25 21:32:34,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 54/60] 2018-01-25 21:32:34,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 54/60] 2018-01-25 21:32:34,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 53/60] 2018-01-25 21:32:34,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 53/60] 2018-01-25 21:32:34,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-95eb0c6a-b031-4fb2-a4c6-4e4216f53e9d) [retry 54/60] 2018-01-25 21:32:34,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 53/60] 2018-01-25 21:32:34,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 53/60] 2018-01-25 21:32:34,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c0d8b1a9-a237-4f3a-ab07-afe37403c354) [retry 53/60] 2018-01-25 21:32:34,406 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-731b6833-ff01-4989-95e6-c490c7fb64c1) [retry 53/60] 2018-01-25 21:32:39,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 54/60] 2018-01-25 21:32:39,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 54/60] 2018-01-25 21:32:39,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 54/60] 2018-01-25 21:32:39,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 54/60] 2018-01-25 21:32:39,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b9ef3043-902a-4be6-9558-b20a70b34ca8) [retry 54/60] 2018-01-25 21:32:39,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 54/60] 2018-01-25 21:32:39,679 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 54/60] 2018-01-25 21:32:45,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c67a6a7d-db12-4570-bb5f-c565f7bb7892) [retry 54/60] 2018-01-25 21:32:45,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d56b3d35-21cd-4947-880c-336198f15434) [retry 54/60] 2018-01-25 21:32:45,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 55/60] 2018-01-25 21:32:45,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 55/60] 2018-01-25 21:32:50,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-03c2096c-051a-4a19-8b79-a799e162d8f6) [retry 55/60] 2018-01-25 21:32:50,228 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 55/60] 2018-01-25 21:32:50,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 55/60] 2018-01-25 21:32:50,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 54/60] 2018-01-25 21:32:50,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 54/60] 2018-01-25 21:32:50,236 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-977988c4-146e-4f74-ab69-020dfbce8b30) [retry 55/60] 2018-01-25 21:32:50,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-74099f0c-6efb-4057-a748-ef55589e7241) [retry 54/60] 2018-01-25 21:32:50,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 54/60] 2018-01-25 21:32:50,237 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 54/60] 2018-01-25 21:32:55,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ab0b2409-5678-4e50-a565-cfee941fcadd) [retry 54/60] 2018-01-25 21:32:55,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 55/60] 2018-01-25 21:32:55,466 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 55/60] 2018-01-25 21:33:00,659 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 55/60] 2018-01-25 21:33:00,659 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 55/60] 2018-01-25 21:33:00,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9be3901b-209e-4bae-ac0c-3e7d8c34860f) [retry 55/60] 2018-01-25 21:33:00,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 55/60] 2018-01-25 21:33:00,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 55/60] 2018-01-25 21:33:00,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-4f7ea2a7-eb0f-48b2-8350-827158d64325) [retry 55/60] 2018-01-25 21:33:00,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ee479281-6ccc-4ffd-b873-3c371d1c80e9) [retry 55/60] 2018-01-25 21:33:05,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 56/60] 2018-01-25 21:33:05,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 56/60] 2018-01-25 21:33:05,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3bef0c1e-bdf6-42a2-9bf0-cadf424d126c) [retry 56/60] 2018-01-25 21:33:05,841 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 56/60] 2018-01-25 21:33:05,841 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 55/60] 2018-01-25 21:33:05,841 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 56/60] 2018-01-25 21:33:05,841 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 55/60] 2018-01-25 21:33:05,841 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-d428f744-b9b2-4c5c-b945-d91d53c6dff8) [retry 56/60] 2018-01-25 21:33:11,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c9e63b4c-e7bb-41c2-a9fb-9e3f9b981a3a) [retry 55/60] 2018-01-25 21:33:11,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 55/60] 2018-01-25 21:33:11,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 55/60] 2018-01-25 21:33:11,043 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-397ccb12-2711-4106-8bf8-191568e60497) [retry 55/60] 2018-01-25 21:33:16,335 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 56/60] 2018-01-25 21:33:16,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 56/60] 2018-01-25 21:33:16,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 56/60] 2018-01-25 21:33:16,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 56/60] 2018-01-25 21:33:16,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ae7db2f9-5790-48b0-9a2c-c3712711b791) [retry 56/60] 2018-01-25 21:33:16,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 56/60] 2018-01-25 21:33:16,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 56/60] 2018-01-25 21:33:16,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a1cc854e-42d2-4dde-b94d-88479cd64c5c) [retry 56/60] 2018-01-25 21:33:16,342 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1a5816c6-332e-4a09-b348-f6d54f15f984) [retry 56/60] 2018-01-25 21:33:21,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 57/60] 2018-01-25 21:33:21,583 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 57/60] 2018-01-25 21:33:21,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-70df4354-f4f8-4cef-9903-8f5e90fd504d) [retry 57/60] 2018-01-25 21:33:21,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 57/60] 2018-01-25 21:33:21,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 57/60] 2018-01-25 21:33:26,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 56/60] 2018-01-25 21:33:26,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 56/60] 2018-01-25 21:33:26,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-e35323fe-b4d0-4810-a99b-ce7c8773826c) [retry 57/60] 2018-01-25 21:33:26,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 56/60] 2018-01-25 21:33:26,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 56/60] 2018-01-25 21:33:26,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-7f8e38d0-03aa-480e-9c9b-e99d2cae5253) [retry 56/60] 2018-01-25 21:33:26,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-1b7ab9e8-56ba-4848-98a7-b906f3f95a9e) [retry 56/60] 2018-01-25 21:33:32,020 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 57/60] 2018-01-25 21:33:32,020 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 57/60] 2018-01-25 21:33:32,020 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 57/60] 2018-01-25 21:33:32,020 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 57/60] 2018-01-25 21:33:32,021 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 57/60] 2018-01-25 21:33:32,021 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-85452048-9da1-450f-b597-f6ec4444bc15) [retry 57/60] 2018-01-25 21:33:32,021 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 57/60] 2018-01-25 21:33:32,021 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-36788fcf-47fa-46c0-aef9-4404567025c2) [retry 57/60] 2018-01-25 21:33:37,234 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-ad059e3a-7b4b-4f1d-a788-66d7647f15ec) [retry 57/60] 2018-01-25 21:33:37,234 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 58/60] 2018-01-25 21:33:37,239 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 58/60] 2018-01-25 21:33:37,239 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f245d8a2-e779-4dcd-b94d-78bd9de8d70a) [retry 58/60] 2018-01-25 21:33:42,462 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 58/60] 2018-01-25 21:33:42,462 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 58/60] 2018-01-25 21:33:42,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 57/60] 2018-01-25 21:33:42,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 57/60] 2018-01-25 21:33:42,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-c6fc1413-83c6-4a75-9241-a5e83ecb5e12) [retry 58/60] 2018-01-25 21:33:42,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9c44f39a-529f-4fd6-88a5-b9dbc128c668) [retry 57/60] 2018-01-25 21:33:42,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 57/60] 2018-01-25 21:33:42,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 57/60] 2018-01-25 21:33:47,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6fd0fe3c-590a-4bcb-b6a1-0bf326a06553) [retry 57/60] 2018-01-25 21:33:47,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 58/60] 2018-01-25 21:33:47,681 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 58/60] 2018-01-25 21:33:47,681 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 58/60] 2018-01-25 21:33:47,681 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 58/60] 2018-01-25 21:33:52,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 58/60] 2018-01-25 21:33:52,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 58/60] 2018-01-25 21:33:52,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-09feed4e-7e57-4824-8e57-184938d46061) [retry 58/60] 2018-01-25 21:33:52,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-b2b759d0-501c-4c79-9acc-bb39d39140ac) [retry 58/60] 2018-01-25 21:33:52,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-25734f69-ed42-4469-9b28-c7331c7af779) [retry 58/60] 2018-01-25 21:33:52,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 59/60] 2018-01-25 21:33:58,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 59/60] 2018-01-25 21:33:58,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-6fc5a092-65a5-486b-b0f2-ff0d3299e4ab) [retry 59/60] 2018-01-25 21:33:58,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 59/60] 2018-01-25 21:33:58,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 59/60] 2018-01-25 21:33:58,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 58/60] 2018-01-25 21:33:58,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 58/60] 2018-01-25 21:33:58,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-cd09a591-49b1-4d5c-8357-1eb2e2f6d033) [retry 59/60] 2018-01-25 21:33:58,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' [retry 58/60] 2018-01-25 21:33:58,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-9143393f-1f85-4e85-896c-e50618793d98) [retry 58/60] 2018-01-25 21:33:58,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' [retry 58/60] 2018-01-25 21:34:03,331 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.security_group.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-3687ada2-c195-41c3-bec6-2c2400e90b51) [retry 58/60] 2018-01-25 21:34:03,331 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' [retry 59/60] 2018-01-25 21:34:03,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' [retry 59/60] 2018-01-25 21:34:08,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 59/60] 2018-01-25 21:34:08,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 59/60] 2018-01-25 21:34:08,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' [retry 59/60] 2018-01-25 21:34:08,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' [retry 59/60] 2018-01-25 21:34:08,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.keypair.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-823cfe63-a8ce-47f2-9e05-6c1cd4795e2d) [retry 59/60] 2018-01-25 21:34:08,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-a5d0bd03-add8-43fd-b8bd-e52c1922079c) [retry 59/60] 2018-01-25 21:34:08,567 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.network.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-634e06c3-af22-4bc7-89eb-c9d801c4c78b) [retry 59/60] 2018-01-25 21:34:13,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' [retry 60/60] 2018-01-25 21:34:13,790 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' [retry 60/60] 2018-01-25 21:34:13,797 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f2341886-2c43-48aa-9ef2-b1f527b3a6ea) [retry 60/60] 2018-01-25 21:34:13,797 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'neutron_plugin.floatingip.create' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f2341886-2c43-48aa-9ef2-b1f527b3a6ea) 2018-01-25 21:34:13,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'failed', 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-25T21:16:56.091Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'Traceback (most recent call last):\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 502, in _remote_workflow_child_thread\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 533, in _execute_workflow_function\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py", line 27, in install\n node_instances=set(ctx.node_instances))\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 28, in install_node_instances\n processor.install()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 93, in install\n graph_finisher_func=self._finish_install)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 114, in _process_node_instances\n self.graph.execute()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 133, in execute\n self._handle_terminated_task(task)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed \'neutron_plugin.floatingip.create\' -> The request you have made requires authentication. (HTTP 401) (Request-ID: req-f2341886-2c43-48aa-9ef2-b1f527b3a6ea)\n', u'deployment_id': u'vrouter-opnfv', u'id': u'a1f0600c-07b3-46e1-89f7-7e8e68960d64'} 2018-01-25 21:34:14,335 - functest.utils.functest_utils - DEBUG - 2018-01-25 21:34:14,335 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 21:34:14,337 - functest.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 22:03 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-01-25 21:34:14,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-01-25 21:34:14,687 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-01-25 21:34:14,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-01-25 21:34:14,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Remove the cloudify manager OS object .. 2018-01-25 21:34:32,015 - functest.core.vnf - INFO - test cleaning 2018-01-25 21:34:32,015 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-25 21:34:32,046 - functest.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-01-25 21:34:32,046 - functest.ci.run_tests - INFO - Running test case 'orchestra_openims'... 2018-01-25 21:34:32,111 - 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-25 21:34:32,112 - functest.ci.run_tests.orchestra - INFO - orchestra_openims VNF onboarding test starting 2018-01-25 21:34:32,129 - 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-25 21:34:32,145 - 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-25 21:34:32,181 - functest.core.vnf - INFO - Prepare VNF: orchestra_openims, description: OpenIMS deployed with Open Baton 2018-01-25 21:34:34,523 - functest.ci.run_tests.orchestra - INFO - Additional pre-configuration steps 2018-01-25 21:34:34,524 - functest.ci.run_tests.orchestra - INFO - Upload images if they doen't exist yet 2018-01-25 21:34:34,524 - 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-25 21:34:43,257 - functest.ci.run_tests.orchestra - INFO - image: openims, file: /home/opnfv/functest/images/img 2018-01-25 21:35:30,210 - functest.ci.run_tests.orchestra - INFO - Create Flavor for Open Baton NFVO if not yet existing 2018-01-25 21:35:30,839 - functest.ci.run_tests.orchestra - INFO - Creating security group for Open Baton if not yet existing... 2018-01-25 21:35:34,451 - functest.ci.run_tests.orchestra - INFO - Security group orchestra-sec-group-allowall prepared 2018-01-25 21:35:34,451 - functest.ci.run_tests.orchestra - INFO - Creating network/subnet/router if they doen't exist yet... 2018-01-25 21:35:42,998 - functest.ci.run_tests.orchestra - INFO - Created network and router for Open Baton NFVO... 2018-01-25 21:35:42,999 - functest.ci.run_tests.orchestra - INFO - Retrieving floating IP for Open Baton NFVO 2018-01-25 21:35:43,003 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-25 21:35:43,996 - functest.ci.run_tests.orchestra - INFO - Creating floating IP for Open Baton NFVO 2018-01-25 21:35:45,972 - functest.ci.run_tests.orchestra - INFO - Created floating IP for Open Baton NFVO 172.10.0.13 2018-01-25 21:35:45,973 - functest.ci.run_tests.orchestra - INFO - Deploying Open Baton... 2018-01-25 21:35:45,973 - functest.ci.run_tests.orchestra - INFO - Details: {'flavor': {'name': u'openbaton', 'id': u'486c6a3c-7131-4f11-9fa4-0b3b773ce4fc'}, 'fip': , 'external_net_name': u'admin_external', 'sec_group': u'orchestra-sec-group-allowall', 'network': {'id': u'ce8ed55d-5898-4ce3-a0c7-29b9f2d735ca', 'name': u'orchestra_openims_net'}} 2018-01-25 21:35:45,973 - functest.ci.run_tests.orchestra - INFO - Creating orchestra instance... 2018-01-25 21:35:45,973 - functest.ci.run_tests.orchestra - INFO - flavor: openbaton image: ubuntu-14.04-server-cloudimg-amd64-disk1 network_id: ce8ed55d-5898-4ce3-a0c7-29b9f2d735ca 2018-01-25 21:35:45,974 - 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.13'" sed -i s/rabbitmq_broker_ip=localhost/rabbitmq_broker_ip=172.10.0.13/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-25 21:36:27,133 - functest.ci.run_tests.orchestra - INFO - Created orchestra instance: 1df4c792-43e5-4baa-ba76-e4369ee5c60e 2018-01-25 21:36:27,134 - functest.ci.run_tests.orchestra - INFO - Associating floating ip: '172.10.0.13' to VM 'orchestra_openims' 2018-01-25 21:36:29,796 - functest.ci.run_tests.orchestra - INFO - Waiting for Open Baton NFVO to be up and running... 2018-01-25 21:36:32,805 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (0s) 2018-01-25 21:37:32,835 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (60s) 2018-01-25 21:38:32,861 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (120s) 2018-01-25 21:39:32,877 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (180s) 2018-01-25 21:40:32,939 - functest.ci.run_tests.orchestra - INFO - Waiting for all components to be up and running... 2018-01-25 21:41:32,997 - functest.ci.run_tests.orchestra - INFO - Deploy Open Baton NFVO: OK 2018-01-25 21:41:32,997 - functest.ci.run_tests.orchestra - INFO - Deploying OpenIMS... 2018-01-25 21:41:32,998 - functest.ci.run_tests.orchestra - INFO - Create OpenIMS Flavor if not existing 2018-01-25 21:41:33,640 - functest.ci.run_tests.orchestra - DEBUG - Flavor id: 93c57e43-1492-485d-b277-413a22a7d3e8 2018-01-25 21:41:33,640 - functest.ci.run_tests.orchestra - INFO - Getting project 'default'... 2018-01-25 21:41:34,496 - functest.ci.run_tests.orchestra - INFO - Found project 'default': {u'description': u'default project', u'id': u'd16a5232-4179-4970-beac-c6769796b60b', u'name': u'default'} 2018-01-25 21:41:34,496 - functest.ci.run_tests.orchestra - INFO - Building VIM descriptor with PoP creds: {'username': 'orchestra_openims', 'project_name': 'orchestra_openims', 'password': '0365285a-a5fc-4914-9598-9bd44fc822e2', 'auth_url': u'http://192.168.11.20:5000'} 2018-01-25 21:41:34,496 - functest.ci.run_tests.orchestra - INFO - Using v3 API of OpenStack... -> Using OS_PROJECT_ID 2018-01-25 21:41:34,498 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-25 21:41:34,989 - functest.ci.run_tests.orchestra - DEBUG - VIM project/tenant id: 423d31dfa9f44ae78ed41d7ab53db972 2018-01-25 21:41:34,989 - 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': '0365285a-a5fc-4914-9598-9bd44fc822e2', 'type': 'openstack', 'tenant': u'423d31dfa9f44ae78ed41d7ab53db972', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-25 21:41:34,990 - 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': '0365285a-a5fc-4914-9598-9bd44fc822e2', 'type': 'openstack', 'tenant': u'423d31dfa9f44ae78ed41d7ab53db972', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-25 21:41:36,738 - functest.ci.run_tests.orchestra - INFO - sending: http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/OpenImsCore/3.2.0/json 2018-01-25 21:41:39,698 - functest.ci.run_tests.orchestra - ERROR - Not Found 2018-01-25 21:41:40,121 - functest.utils.functest_utils - DEBUG - 2018-01-25 21:41:40,121 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 21:41:40,121 - functest.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | orchestra_openims | orchestra | 07:08 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-01-25 21:41:40,125 - functest.ci.run_tests.orchestra - INFO - Cleaning orchestra_openims... 2018-01-25 21:41:40,125 - functest.ci.run_tests.orchestra - INFO - Terminating OpenIMS... 2018-01-25 21:41:40,126 - functest.ci.run_tests.orchestra - INFO - No need to terminate the VNF... 2018-01-25 21:41:40,128 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Port... 2018-01-25 21:41:51,734 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Floating IP... 2018-01-25 21:41:52,768 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:41:52,871 - functest.ci.run_tests.orchestra - ERROR - Unexpected error cleaning - Port 62d8123a-48e1-4b13-a657-3b03525741c5 could not be found. Neutron server returns request_ids: ['req-92e1bcaa-16c9-4511-b2cc-e5d2017b6a73'] 2018-01-25 21:41:52,871 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:41:56,491 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:41:59,419 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:42:00,491 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:42:00,581 - functest.core.vnf - INFO - test cleaning 2018-01-25 21:42:00,581 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-25 21:42:01,823 - functest.ci.run_tests - ERROR - The test case 'orchestra_openims' failed. 2018-01-25 21:42:01,824 - functest.ci.run_tests - INFO - Running test case 'orchestra_clearwaterims'... 2018-01-25 21:42:01,872 - 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-25 21:42:01,872 - functest.ci.run_tests.orchestra - INFO - orchestra_clearwaterims VNF onboarding test starting 2018-01-25 21:42:01,889 - 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-25 21:42:01,905 - 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-25 21:42:01,940 - functest.core.vnf - INFO - Prepare VNF: orchestra_clearwaterims, description: Clearwater IMS deployed with Open Baton 2018-01-25 21:42:03,778 - functest.ci.run_tests.orchestra - INFO - Additional pre-configuration steps 2018-01-25 21:42:04,329 - functest.ci.run_tests.orchestra - INFO - Upload images if they doen't exist yet 2018-01-25 21:42:04,330 - 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-25 21:42:04,884 - functest.ci.run_tests.orchestra - INFO - Create Flavor for Open Baton NFVO if not yet existing 2018-01-25 21:42:05,502 - functest.ci.run_tests.orchestra - INFO - Creating security group for Open Baton if not yet existing... 2018-01-25 21:42:10,107 - functest.ci.run_tests.orchestra - INFO - Security group orchestra-sec-group-allowall prepared 2018-01-25 21:42:10,107 - functest.ci.run_tests.orchestra - INFO - Creating network/subnet/router if they doen't exist yet... 2018-01-25 21:42:18,475 - functest.ci.run_tests.orchestra - INFO - Created network and router for Open Baton NFVO... 2018-01-25 21:42:18,476 - functest.ci.run_tests.orchestra - INFO - Retrieving floating IP for Open Baton NFVO 2018-01-25 21:42:18,478 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-25 21:42:19,458 - functest.ci.run_tests.orchestra - INFO - Creating floating IP for Open Baton NFVO 2018-01-25 21:42:21,478 - functest.ci.run_tests.orchestra - INFO - Created floating IP for Open Baton NFVO 172.10.0.14 2018-01-25 21:42:21,479 - functest.ci.run_tests.orchestra - INFO - Deploying Open Baton... 2018-01-25 21:42:21,479 - functest.ci.run_tests.orchestra - INFO - Details: {'flavor': {'name': u'openbaton', 'id': u'af9ca99c-62ee-4003-b1d8-d222f421eb21'}, 'fip': , 'external_net_name': u'admin_external', 'sec_group': u'orchestra-sec-group-allowall', 'network': {'id': u'4092b6ff-9882-433d-9eff-56e92e7b498e', 'name': u'orchestra_clearwaterims_net'}} 2018-01-25 21:42:21,479 - functest.ci.run_tests.orchestra - INFO - Creating orchestra instance... 2018-01-25 21:42:21,479 - functest.ci.run_tests.orchestra - INFO - flavor: openbaton image: ubuntu-14.04-server-cloudimg-amd64-disk1 network_id: 4092b6ff-9882-433d-9eff-56e92e7b498e 2018-01-25 21:42:21,480 - 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.14'" sed -i s/rabbitmq_broker_ip=localhost/rabbitmq_broker_ip=172.10.0.14/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-25 21:43:02,623 - functest.ci.run_tests.orchestra - INFO - Created orchestra instance: 560bbcb5-09e1-4697-b774-5bbf77067102 2018-01-25 21:43:02,624 - functest.ci.run_tests.orchestra - INFO - Associating floating ip: '172.10.0.14' to VM 'orchestra_clearwaterims' 2018-01-25 21:43:05,091 - functest.ci.run_tests.orchestra - INFO - Waiting for Open Baton NFVO to be up and running... 2018-01-25 21:43:08,096 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (0s) 2018-01-25 21:44:08,147 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (60s) 2018-01-25 21:45:08,165 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (120s) 2018-01-25 21:46:08,218 - functest.ci.run_tests.orchestra - INFO - Open Baton NFVO is not started yet (180s) 2018-01-25 21:47:08,221 - functest.ci.run_tests.orchestra - INFO - Waiting for all components to be up and running... 2018-01-25 21:48:08,281 - functest.ci.run_tests.orchestra - INFO - Deploy Open Baton NFVO: OK 2018-01-25 21:48:08,281 - functest.ci.run_tests.orchestra - INFO - Deploying Clearwater IMS... 2018-01-25 21:48:08,282 - functest.ci.run_tests.orchestra - INFO - Create Clearwater IMS Flavor if not existing 2018-01-25 21:48:08,859 - functest.ci.run_tests.orchestra - DEBUG - Flavor id: 93c57e43-1492-485d-b277-413a22a7d3e8 2018-01-25 21:48:08,859 - functest.ci.run_tests.orchestra - INFO - Getting project 'default'... 2018-01-25 21:48:09,689 - functest.ci.run_tests.orchestra - INFO - Found project 'default': {u'description': u'default project', u'id': u'cc0ca9f1-fce7-4910-ba77-04859df90094', u'name': u'default'} 2018-01-25 21:48:09,689 - functest.ci.run_tests.orchestra - INFO - Building VIM descriptor with PoP creds: {'username': 'orchestra_clearwaterims', 'project_name': 'orchestra_clearwaterims', 'password': 'a3d31c5e-964e-47b1-92db-a4401885d126', 'auth_url': u'http://192.168.11.20:5000'} 2018-01-25 21:48:09,690 - functest.ci.run_tests.orchestra - INFO - Using v3 API of OpenStack... -> Using OS_PROJECT_ID 2018-01-25 21:48:09,692 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-25 21:48:10,318 - functest.ci.run_tests.orchestra - DEBUG - VIM project/tenant id: f458cd750cc64d6883bb0b1bd1b3a02c 2018-01-25 21:48:10,319 - 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': 'a3d31c5e-964e-47b1-92db-a4401885d126', 'type': 'openstack', 'tenant': u'f458cd750cc64d6883bb0b1bd1b3a02c', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-25 21:48:10,319 - 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': 'a3d31c5e-964e-47b1-92db-a4401885d126', 'type': 'openstack', 'tenant': u'f458cd750cc64d6883bb0b1bd1b3a02c', 'location': {'latitude': '52.525876', 'name': 'opnfv', 'longitude': '13.314400'}} 2018-01-25 21:48:12,065 - functest.ci.run_tests.orchestra - INFO - sending: http://marketplace.openbaton.org:8080/api/v1/nsds/fokus/ClearwaterIMS/3.2.0/json 2018-01-25 21:48:14,825 - functest.ci.run_tests.orchestra - ERROR - Not Found 2018-01-25 21:48:15,233 - functest.utils.functest_utils - DEBUG - 2018-01-25 21:48:15,233 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 21:48:15,234 - functest.ci.run_tests - INFO - Test result: +---------------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------------+-------------------+------------------+----------------+ | orchestra_clearwaterims | orchestra | 06:13 | FAIL | +---------------------------------+-------------------+------------------+----------------+ 2018-01-25 21:48:15,237 - functest.ci.run_tests.orchestra - INFO - Cleaning orchestra_clearwaterims... 2018-01-25 21:48:15,238 - functest.ci.run_tests.orchestra - INFO - Terminating Clearwater IMS... 2018-01-25 21:48:15,238 - functest.ci.run_tests.orchestra - INFO - No need to terminate the VNF... 2018-01-25 21:48:15,240 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Port... 2018-01-25 21:48:26,985 - functest.ci.run_tests.orchestra - INFO - Deleting Open Baton Floating IP... 2018-01-25 21:48:27,768 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:48:27,868 - functest.ci.run_tests.orchestra - ERROR - Unexpected error cleaning - Port 1ce27fed-3b4a-42ec-ad54-91d2fed1dfc6 could not be found. Neutron server returns request_ids: ['req-54888244-8133-4185-9548-28d80754f8fa'] 2018-01-25 21:48:27,868 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:48:31,487 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:48:34,338 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:48:35,758 - functest.ci.run_tests.orchestra - INFO - Cleaning 2018-01-25 21:48:35,847 - functest.core.vnf - INFO - test cleaning 2018-01-25 21:48:35,847 - functest.core.vnf - INFO - Remove the cloudify manager OS object .. 2018-01-25 21:48:37,188 - functest.ci.run_tests - ERROR - The test case 'orchestra_clearwaterims' failed. 2018-01-25 21:48:37,188 - functest.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-01-25 21:48:37,311 - 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-25 21:48:37,341 - 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-25 21:48:37,342 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-25 21:48:37,803 - 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-25 21:48:37,803 - functest.core.vnf - INFO - Prepare VNF: abotepc, description: OAI EPC deployed with Juju 2018-01-25 21:48:39,677 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-01-25 21:48:40,314 - functest.utils.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-01-25 21:48:40,314 - 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-25 21:48:40,314 - 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-25 21:48:40,326 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-01-25 21:48:40,326 - 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-25 21:48:40,766 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/vnf.py", line 75, in run self.prepare() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 162, in prepare image_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_image.py", line 88, in create self.initialize() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_image.py", line 59, in initialize self.__glance, image_settings=self.image_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/glance_utils.py", line 66, in get_image for image in images: File "/usr/lib/python2.7/site-packages/glanceclient/common/utils.py", line 524, in next return self._next() File "/usr/lib/python2.7/site-packages/glanceclient/common/utils.py", line 517, in _next obj, resp = next(self._self_wrapped) File "/usr/lib/python2.7/site-packages/glanceclient/v2/images.py", line 183, in list for image, resp in paginate(url, page_size, limit): File "/usr/lib/python2.7/site-packages/glanceclient/v2/images.py", line 110, in paginate resp, body = self.http_client.get(next_url, headers=req_id_hdr) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 288, in get return self.request(url, 'GET', **kwargs) File "/usr/lib/python2.7/site-packages/glanceclient/common/http.py", line 335, in request **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 192, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/positional/__init__.py", line 108, in inner return wrapped(*args, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 578, in request auth_headers = self.get_auth_headers(auth) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 905, in get_auth_headers return auth.get_headers(self, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py", line 90, in get_headers token = self.get_token(session) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 89, in get_token return self.get_access(session).auth_token File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 135, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py", line 167, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 853, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/positional/__init__.py", line 108, in inner return wrapped(*args, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 742, in request raise exceptions.from_response(resp, method, url) Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-6e4b1c2b-f1e7-4da2-a426-03b5ccbf1cb4) 2018-01-25 21:48:41,180 - functest.utils.functest_utils - DEBUG - 2018-01-25 21:48:41,180 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 21:48:41,180 - functest.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:03 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-01-25 21:48:41,184 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing deployment files... 2018-01-25 21:48:41,184 - 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-25 21:48:41,184 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-01-25 21:48:41,187 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-01-25 21:48:43,297 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Releasing all the floating IPs 2018-01-25 21:48:43,914 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - TENANT ID : 2018-01-25 21:48:43,914 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Cleaning Projects and Users 2018-01-25 21:48:43,944 - functest.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-01-25 21:48:43,945 - 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-271 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-25 21:48:43,948 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +---------------------------------+-------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------------+-------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 26:04 | PASS | | vyos_vrouter | functest | vnf | 22:03 | FAIL | | orchestra_openims | orchestra | vnf | 07:08 | FAIL | | orchestra_clearwaterims | orchestra | vnf | 06:13 | FAIL | | juju_epc | functest | vnf | 00:03 | FAIL | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-01-25 21:48:43,952 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-01-25 21:48:47,704 - functest.ci.run_tests - DEBUG - Sourcing the OpenStack RC file... 2018-01-25 21:48:47,705 - functest.ci.run_tests - DEBUG - Test args: all 2018-01-25 21:48:47,706 - 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-25 21:48:47,708 - functest.ci.run_tests - INFO - Running tier 'features' 2018-01-25 21:48:47,708 - functest.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-01-25 21:52:20,628 - functest.core.feature - INFO - Test result is stored in '/home/opnfv/functest/results/parser-basics.log' 2018-01-25 21:52:21,077 - functest.utils.functest_utils - DEBUG - 2018-01-25 21:52:21,077 - functest.core.testcase - INFO - The results were successfully pushed to DB 2018-01-25 21:52:21,078 - functest.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:33 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-01-25 21:52:21,081 - 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-271 | | CI_LOOP | daily | +-------------------------+-----------------------------------------------------------+ 2018-01-25 21:52:21,083 - functest.ci.run_tests - INFO - FUNCTEST REPORT: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:33 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-01-25 21:52:21,085 - functest.ci.run_tests - INFO - Execution exit value: Result.EX_OK