2018-03-11 03:00:29,606 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-03-11 03:00:29,606 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.26:5000/v3 ...OK 2018-03-11 03:00:30,065 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-11 03:00:30,460 - functest.ci.check_deployment - DEBUG - 172.30.9.26:5000 is reachable! 2018-03-11 03:00:30,461 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.26:5000 ...OK 2018-03-11 03:00:30,848 - functest.ci.check_deployment - DEBUG - 172.30.9.26:8774 is reachable! 2018-03-11 03:00:30,848 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.26:8774/v2.1 ...OK 2018-03-11 03:00:31,307 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9696 is reachable! 2018-03-11 03:00:31,308 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.26:9696 ...OK 2018-03-11 03:00:31,695 - functest.ci.check_deployment - DEBUG - 172.30.9.26:9292 is reachable! 2018-03-11 03:00:31,695 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.26:9292 ...OK 2018-03-11 03:00:33,040 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-11 03:00:34,695 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-11 03:00:34,742 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-11 03:00:37,235 - functest.ci.check_deployment - INFO - External network found: external 2018-03-11 03:00:45,181 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-3 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 03:00:45,183 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=akxmh7Ysdj9CTtW3btnsRnqkz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-11 03:00:45,184 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 03:00:45,184 - xtesting.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-03-11 03:00:45,185 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-11 03:00:45,185 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-11 03:00:47,597 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 03:00:56,430 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.830s OK 2018-03-11 03:00:56,553 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:00:56,554 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-11 03:00:56,557 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-11 03:00:58,984 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 03:14:56,068 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 83 tests in 837.075s OK 2018-03-11 03:14:56,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:14:56,203 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 03:14:56,206 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-11 03:14:57,177 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 03:15:39,660 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.483s OK 2018-03-11 03:15:39,772 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:15:39,772 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-11 03:15:39,777 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 13:57 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-11 03:15:39,780 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 03:15:42,499 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-3 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 03:15:42,501 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=akxmh7Ysdj9CTtW3btnsRnqkz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-11 03:15:42,501 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 03:15:42,502 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-03-11 03:15:42,503 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-11 03:15:42,503 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-11 03:15:47,242 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-11 03:15:47,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-11 03:15:47,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-11 03:15:47' 2018-03-11 03:15:47,243 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:15:50,184 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:15:53,761 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:16:06,260 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:16:06,930 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:16:07,593 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:16:15,635 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:16:20,780 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8eba3746-029d-400b-98bf-aa9b131e0f07' 2018-03-11 03:16:48,001 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-11 03:16:53,297 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-11 03:16:53,435 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-11 03:16:54,441 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-11 03:17:15,597 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:17:15,598 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 03:17:15,602 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-11 03:17:15,684 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-11 03:17:15,684 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-11 03:17:15' 2018-03-11 03:17:15,684 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--c57fa992-5f67-475b-91c5-74c08c0a111f' 2018-03-11 03:17:19,123 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-c57fa992-5f67-475b-91c5-74c08c0a111f' 2018-03-11 03:17:21,784 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-c57fa992-5f67-475b-91c5-74c08c0a111f' 2018-03-11 03:17:34,462 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-c57fa992-5f67-475b-91c5-74c08c0a111f' 2018-03-11 03:17:35,062 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-c57fa992-5f67-475b-91c5-74c08c0a111f' 2018-03-11 03:17:42,817 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-c57fa992-5f67-475b-91c5-74c08c0a111f' 2018-03-11 03:17:50,707 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-11 03:18:01,792 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-11 03:18:04,363 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-11 03:18:22,580 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:18:22,580 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:49 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-11 03:18:22,584 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-11 03:18:22,669 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 03:18:24,896 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 03:18:27,195 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 03:18:30,307 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 03:18:32,302 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 03:18:38,355 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 03:18:41,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 03:18:44,889 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 03:18:44,889 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 03:18:48,053 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 03:18:48,053 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 03:18:48,055 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 03:18:48,059 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-11 03:18:48,059 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-ae9cdf84-8433-489b-84fa-dd2023da98e2/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_raw_list.txt;cd -;' 2018-03-11 03:18:50,238 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-11 03:18:50,239 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-11 03:18:50,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-11 03:18:52,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:18:52.212 61 INFO rally.api [-] Starting verification (UUID=9ad0ec4f-cdbe-40eb-a796-ffbba786782d) for deployment 'opnfv-rally' (UUID=d4d41e38-4636-46eb-8852-889eea245833) by verifier 'opnfv-tempest' (UUID=ae9cdf84-8433-489b-84fa-dd2023da98e2). 2018-03-11 03:18:52,214 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9ad0ec4f-cdbe-40eb-a796-ffbba786782d 2018-03-11 03:18:59,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:18:59.234 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2018-03-11 03:18:59,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:18:59.295 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-03-11 03:19:05,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:19:05.533 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.456s] 2018-03-11 03:19:09,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:19:09.141 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.607s] 2018-03-11 03:19:22,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:19:22.320 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.514s] 2018-03-11 03:19:39,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:19:39.344 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.592s] 2018-03-11 03:20:19,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:20:19.539 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.086s] 2018-03-11 03:20:19,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:20:19.540 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-03-11 03:20:58,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:20:58.147 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-03-11 03:20:58,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:20:58.149 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-11 03:21:36,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:21:36.553 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.084s] 2018-03-11 03:21:36,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:21:36.554 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-11 03:23:26,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:23:26.246 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.380s] 2018-03-11 03:23:50,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:23:50.633 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2018-03-11 03:23:50,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:23:50.742 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.109s] 2018-03-11 03:23:58,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:23:58.562 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.681s] 2018-03-11 03:23:58,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:23:58.572 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-11 03:24:00,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:00.069 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-11 03:24:00,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:00.070 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-11 03:24:04,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:04.049 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.411s] 2018-03-11 03:24:10,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:10.071 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.089s] 2018-03-11 03:24:16,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:16.459 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.780s] 2018-03-11 03:24:23,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:23.748 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.470s] 2018-03-11 03:24:32,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:32.937 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.213s] 2018-03-11 03:24:38,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:38.938 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.432s] 2018-03-11 03:24:44,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:44.549 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.199s] 2018-03-11 03:24:51,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:51.488 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.425s] 2018-03-11 03:24:58,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:24:58.464 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.457s] 2018-03-11 03:25:06,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:06.550 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.847s] 2018-03-11 03:25:08,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:08.781 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-11 03:25:10,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:10.677 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.086s] 2018-03-11 03:25:10,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:10.767 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.087s] 2018-03-11 03:25:10,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:10.848 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-03-11 03:25:10,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:10.854 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-11 03:25:14,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:14.869 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.861s] 2018-03-11 03:25:16,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:16.891 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.020s] 2018-03-11 03:25:18,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:18.861 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.970s] 2018-03-11 03:25:24,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:24.685 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-03-11 03:25:31,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:31.754 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.821s] 2018-03-11 03:25:48,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:48.184 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.971s] 2018-03-11 03:25:53,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:25:53.299 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.114s] 2018-03-11 03:26:07,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:07.355 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.001s] 2018-03-11 03:26:11,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:11.207 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.850s] 2018-03-11 03:26:19,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:19.705 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.497s] 2018-03-11 03:26:28,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:28.553 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.724s] 2018-03-11 03:26:32,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:32.526 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.972s] 2018-03-11 03:26:38,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:38.014 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.487s] 2018-03-11 03:26:53,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:53.804 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.352s] 2018-03-11 03:26:54,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:54.231 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.427s] 2018-03-11 03:26:54,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:54.486 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.254s] 2018-03-11 03:26:54,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:54.684 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.198s] 2018-03-11 03:26:55,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:55.065 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.380s] 2018-03-11 03:26:55,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:26:55.150 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.085s] 2018-03-11 03:27:08,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:08.261 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.870s] 2018-03-11 03:27:08,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:08.540 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.279s] 2018-03-11 03:27:08,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:08.881 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.341s] 2018-03-11 03:27:09,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:09.091 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-03-11 03:27:09,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:09.335 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.244s] 2018-03-11 03:27:09,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:09.556 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.221s] 2018-03-11 03:27:22,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:22.630 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.149s] 2018-03-11 03:27:28,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:28.827 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.197s] 2018-03-11 03:27:31,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:31.350 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.522s] 2018-03-11 03:27:31,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:31.551 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.201s] 2018-03-11 03:27:31,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:31.602 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-03-11 03:27:42,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:42.833 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.041s] 2018-03-11 03:27:48,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:48.932 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.098s] 2018-03-11 03:27:51,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:51.226 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.293s] 2018-03-11 03:27:51,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:51.600 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.374s] 2018-03-11 03:27:51,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:27:51.800 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-03-11 03:28:13,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:28:13.247 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.149s] 2018-03-11 03:28:24,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:28:24.901 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.653s] 2018-03-11 03:28:35,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:28:35.485 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.584s] 2018-03-11 03:28:44,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:28:44.754 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.267s] 2018-03-11 03:29:15,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:29:15.230 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.385s] 2018-03-11 03:29:27,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:29:27.425 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.194s] 2018-03-11 03:29:38,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:29:38.633 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.207s] 2018-03-11 03:29:48,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:29:48.106 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.472s] 2018-03-11 03:30:04,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:04.476 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.600s] 2018-03-11 03:30:06,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:06.792 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.313s] 2018-03-11 03:30:06,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:06.836 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-03-11 03:30:11,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:11.541 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.664s] 2018-03-11 03:30:13,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:13.763 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.220s] 2018-03-11 03:30:13,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:13.812 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-03-11 03:30:17,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:17.869 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.982s] 2018-03-11 03:30:21,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:21.149 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-11 03:30:22,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:22.448 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-11 03:30:22,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:22.450 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-11 03:30:22,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:22.451 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-11 03:30:22,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:22.452 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-11 03:30:22,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:22.453 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-11 03:30:24,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:24.449 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-03-11 03:30:40,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:40.217 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.512s] 2018-03-11 03:30:52,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:30:52.669 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.650s] 2018-03-11 03:31:06,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:31:06.698 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.026s] 2018-03-11 03:31:15,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:31:15.669 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.193s] 2018-03-11 03:32:26,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:32:26.060 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [64.362s] 2018-03-11 03:33:05,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:33:05.281 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.677s] 2018-03-11 03:34:01,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 03:34:01.564 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.080s] 2018-03-11 03:34:21,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9ad0ec4f-cdbe-40eb-a796-ffbba786782d']'. 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9ad0ec4f-cdbe-40eb-a796-ffbba786782d | 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-11 03:18:52 | 2018-03-11 03:34:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-11 03:34:21 | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:29 | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ae9cdf84-8433-489b-84fa-dd2023da98e2) | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d4d41e38-4636-46eb-8852-889eea245833) | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 904.798 | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-11 03:34:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-11 03:34:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-11 03:34:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-11 03:34:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-11 03:34:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 03:34:22,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-11 03:34:22,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-11 03:34:27,992 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:34:27,992 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:50 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-11 03:34:27,997 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-11 03:34:28,080 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 03:34:30,363 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 03:34:32,627 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 03:34:35,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-11 03:34:37,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458'... 2018-03-11 03:34:40,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-0ba8c937-0e59-4ce5-b429-63380f654458'... 2018-03-11 03:34:42,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-0ba8c937-0e59-4ce5-b429-63380f654458'... 2018-03-11 03:34:53,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458'... 2018-03-11 03:34:54,302 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458'... 2018-03-11 03:34:54,925 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-11 03:34:54,925 - 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-03-11 03:34:54,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:34:54,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:34:54,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:35:54,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b8f51658-ddfe-4877-ba02-c4ac68bef426 2018-03-11 03:35:54,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-11 03:35:54,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b8f51658-ddfe-4877-ba02-c4ac68bef426'] 2018-03-11 03:35:55,529 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> duration | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.483173 Full duration: 6.88529 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | total | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> duration | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878495 Full duration: 7.598738 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | total | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> duration | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.053524 Full duration: 8.001128 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | total | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | -> duration | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.262893 Full duration: 7.908898 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | total | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> duration | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.017446 Full duration: 7.500985 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b8f51658-ddfe-4877-ba02-c4ac68bef426 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689761 Full duration: 7.685723 HINTS: * To plot HTML graphics with this data, run: rally task report b8f51658-ddfe-4877-ba02-c4ac68bef426 --out output.html * To generate a JUnit report, run: rally task export b8f51658-ddfe-4877-ba02-c4ac68bef426 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b8f51658-ddfe-4877-ba02-c4ac68bef426 --json --out output.json 2018-03-11 03:35:55,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b8f51658-ddfe-4877-ba02-c4ac68bef426'] 2018-03-11 03:35:56,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:35:56,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b8f51658-ddfe-4877-ba02-c4ac68bef426', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-11 03:35:56,438 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-11 03:35:56,439 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-11 03:35:56,439 - 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-03-11 03:35:56,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:35:56,480 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:35:56,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:37:29,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 2018-03-11 03:37:29,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dbb37f9c-9bf5-45d9-a0ba-1628fac7f628'] 2018-03-11 03:37:30,883 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dbb37f9c-9bf5-45d9-a0ba-1628fac7f628: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.354 | 4.354 | 4.354 | 4.354 | 4.354 | 4.354 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | -> glance_v2.upload_data | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 1.575 | 100.0% | 1 | | glance_v2.delete_image | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 100.0% | 1 | | total | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 100.0% | 1 | | -> duration | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.676259 Full duration: 13.956327 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.411 | 4.411 | 4.411 | 4.411 | 4.411 | 4.411 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | -> glance_v2.upload_data | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 1.48 | 100.0% | 1 | | glance_v2.list_images | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 4.597 | 4.597 | 4.597 | 4.597 | 4.597 | 4.597 | 100.0% | 1 | | -> duration | 4.597 | 4.597 | 4.597 | 4.597 | 4.597 | 4.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.596582 Full duration: 16.508303 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> duration | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.362306 Full duration: 7.829555 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458" }, "number_instances": 2, "nics": [ { "net-id": "36dbb493-b45d-47e6-8d63-0994f5626d83" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.04 | 4.04 | 4.04 | 4.04 | 4.04 | 4.04 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | -> glance_v2.upload_data | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 100.0% | 1 | | nova.boot_servers | 13.777 | 13.777 | 13.777 | 13.777 | 13.777 | 13.777 | 100.0% | 1 | | total | 17.817 | 17.817 | 17.817 | 17.817 | 17.817 | 17.817 | 100.0% | 1 | | -> duration | 16.817 | 16.817 | 16.817 | 16.817 | 16.817 | 16.817 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.81715 Full duration: 40.063463 HINTS: * To plot HTML graphics with this data, run: rally task report dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 --out output.html * To generate a JUnit report, run: rally task export dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dbb37f9c-9bf5-45d9-a0ba-1628fac7f628 --json --out output.json 2018-03-11 03:37:30,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dbb37f9c-9bf5-45d9-a0ba-1628fac7f628'] 2018-03-11 03:37:31,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:37:31,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dbb37f9c-9bf5-45d9-a0ba-1628fac7f628', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-11 03:37:31,872 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-11 03:37:31,872 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-11 03:37:31,872 - 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-03-11 03:37:31,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:37:31,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:37:31,917 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-11 03:37:31,917 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-11 03:37:31,918 - 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-03-11 03:37:31,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:37:31,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:37:31,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:40:53,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c3efc8c6-8047-4aaa-b237-e7785525648a 2018-03-11 03:40:53,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c3efc8c6-8047-4aaa-b237-e7785525648a'] 2018-03-11 03:40:54,658 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | 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.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 2.607 | 100.0% | 1 | | total | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 100.0% | 1 | | -> duration | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.769625 Full duration: 23.207516 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.148 | 3.148 | 3.148 | 3.148 | 3.148 | 3.148 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 100.0% | 1 | | -> duration | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.629871 Full duration: 16.441209 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.365 | 9.365 | 9.365 | 9.365 | 9.365 | 9.365 | 100.0% | 1 | | cinder_v2.delete_volume | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 2.642 | 100.0% | 1 | | total | 12.008 | 12.008 | 12.008 | 12.008 | 12.008 | 12.008 | 100.0% | 1 | | -> duration | 12.008 | 12.008 | 12.008 | 12.008 | 12.008 | 12.008 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.008044 Full duration: 22.90953 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.137 | 3.137 | 3.137 | 3.137 | 3.137 | 3.137 | 100.0% | 1 | | cinder_v2.delete_volume | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | total | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 100.0% | 1 | | -> duration | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.774402 Full duration: 15.620773 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.191 | 3.191 | 3.191 | 3.191 | 3.191 | 3.191 | 100.0% | 1 | | cinder_v2.extend_volume | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 100.0% | 1 | | cinder_v2.delete_volume | 2.357 | 2.357 | 2.357 | 2.357 | 2.357 | 2.357 | 100.0% | 1 | | total | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 100.0% | 1 | | -> duration | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 8.241 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.241188 Full duration: 18.371112 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.358 | 3.358 | 3.358 | 3.358 | 3.358 | 3.358 | 100.0% | 1 | | cinder_v2.delete_volume | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | total | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 100.0% | 1 | | -> duration | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 5.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.995683 Full duration: 23.027245 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | 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.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | cinder_v2.list_qos | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764751 Full duration: 12.276642 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | cinder_v2.set_qos | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796415 Full duration: 12.680173 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.list_types | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784 Full duration: 12.388013 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c3efc8c6-8047-4aaa-b237-e7785525648a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843325 Full duration: 12.523541 HINTS: * To plot HTML graphics with this data, run: rally task report c3efc8c6-8047-4aaa-b237-e7785525648a --out output.html * To generate a JUnit report, run: rally task export c3efc8c6-8047-4aaa-b237-e7785525648a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c3efc8c6-8047-4aaa-b237-e7785525648a --json --out output.json 2018-03-11 03:40:54,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c3efc8c6-8047-4aaa-b237-e7785525648a'] 2018-03-11 03:40:55,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:40:55,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c3efc8c6-8047-4aaa-b237-e7785525648a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-11 03:40:55,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-11 03:40:55,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-11 03:40:55,684 - 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-03-11 03:40:55,684 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:40:55,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:40:55,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:42:16,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e774ed58-f72a-44f4-9569-2621b40434cc 2018-03-11 03:42:16,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e774ed58-f72a-44f4-9569-2621b40434cc'] 2018-03-11 03:42:17,133 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e774ed58-f72a-44f4-9569-2621b40434cc: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task e774ed58-f72a-44f4-9569-2621b40434cc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.523 | 4.523 | 4.523 | 4.523 | 4.523 | 4.523 | 100.0% | 1 | | heat.update_stack | 2.871 | 2.871 | 2.871 | 2.871 | 2.871 | 2.871 | 100.0% | 1 | | heat.delete_stack | 2.364 | 2.364 | 2.364 | 2.364 | 2.364 | 2.364 | 100.0% | 1 | | total | 9.758 | 9.758 | 9.758 | 9.758 | 9.758 | 9.758 | 100.0% | 1 | | -> duration | 5.758 | 5.758 | 5.758 | 5.758 | 5.758 | 5.758 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.757805 Full duration: 19.54047 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task e774ed58-f72a-44f4-9569-2621b40434cc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.749 | 4.749 | 4.749 | 4.749 | 4.749 | 4.749 | 100.0% | 1 | | heat.check_stack | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | heat.delete_stack | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 100.0% | 1 | | total | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 100.0% | 1 | | -> duration | 4.97 | 4.97 | 4.97 | 4.97 | 4.97 | 4.97 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.969794 Full duration: 16.643911 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task e774ed58-f72a-44f4-9569-2621b40434cc has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 4.235 | 100.0% | 1 | | heat.suspend_stack | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | heat.resume_stack | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | heat.delete_stack | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 2.667 | 100.0% | 1 | | total | 8.222 | 8.222 | 8.222 | 8.222 | 8.222 | 8.222 | 100.0% | 1 | | -> duration | 6.222 | 6.222 | 6.222 | 6.222 | 6.222 | 6.222 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.22159 Full duration: 16.765841 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task e774ed58-f72a-44f4-9569-2621b40434cc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> duration | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.593005 Full duration: 8.485002 HINTS: * To plot HTML graphics with this data, run: rally task report e774ed58-f72a-44f4-9569-2621b40434cc --out output.html * To generate a JUnit report, run: rally task export e774ed58-f72a-44f4-9569-2621b40434cc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e774ed58-f72a-44f4-9569-2621b40434cc --json --out output.json 2018-03-11 03:42:17,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e774ed58-f72a-44f4-9569-2621b40434cc'] 2018-03-11 03:42:18,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:42:18,093 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e774ed58-f72a-44f4-9569-2621b40434cc', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-11 03:42:18,099 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-11 03:42:18,099 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-11 03:42:18,099 - 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-03-11 03:42:18,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:42:18,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:42:18,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:45:34,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a4738a9c-5708-42a1-9f52-5f458ece64fc 2018-03-11 03:45:34,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a4738a9c-5708-42a1-9f52-5f458ece64fc'] 2018-03-11 03:45:35,523 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.revoke_role | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787081 Full duration: 14.104205 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725306 Full duration: 14.752014 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | keystone_v3.list_projects | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 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.799932 Full duration: 14.806625 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | keystone_v3.delete_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695353 Full duration: 12.42841 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | keystone_v3.delete_service | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | -> duration | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.650593 Full duration: 12.413027 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | keystone_v3.create_user | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.create_role | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_role | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.list_services | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> duration | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.83156 Full duration: 20.078546 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | 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.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> duration | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.996316 Full duration: 12.475767 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78502 Full duration: 14.39707 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684707 Full duration: 14.680693 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.list_users | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.863519 Full duration: 14.557585 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a4738a9c-5708-42a1-9f52-5f458ece64fc has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | keystone_v3.create_users | 5.033 | 5.033 | 5.033 | 5.033 | 5.033 | 5.033 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.032 | 5.032 | 5.032 | 5.032 | 5.032 | 5.032 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | total | 6.701 | 6.701 | 6.701 | 6.701 | 6.701 | 6.701 | 100.0% | 1 | | -> duration | 6.701 | 6.701 | 6.701 | 6.701 | 6.701 | 6.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.700651 Full duration: 22.837252 HINTS: * To plot HTML graphics with this data, run: rally task report a4738a9c-5708-42a1-9f52-5f458ece64fc --out output.html * To generate a JUnit report, run: rally task export a4738a9c-5708-42a1-9f52-5f458ece64fc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a4738a9c-5708-42a1-9f52-5f458ece64fc --json --out output.json 2018-03-11 03:45:35,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a4738a9c-5708-42a1-9f52-5f458ece64fc'] 2018-03-11 03:45:36,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:45:36,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a4738a9c-5708-42a1-9f52-5f458ece64fc', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-11 03:45:36,494 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-11 03:45:36,494 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-11 03:45:36,495 - 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-03-11 03:45:36,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:45:36,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:45:36,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:51:48,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 57d5b883-4216-439c-b3e4-916d338df945 2018-03-11 03:51:48,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '57d5b883-4216-439c-b3e4-916d338df945'] 2018-03-11 03:51:49,660 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | neutron.delete_network | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | total | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> duration | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.763774 Full duration: 14.999876 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | neutron.delete_port | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 1.985 | 1.985 | 1.985 | 1.985 | 1.985 | 1.985 | 100.0% | 1 | | -> duration | 1.985 | 1.985 | 1.985 | 1.985 | 1.985 | 1.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.984939 Full duration: 36.421996 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_subnet | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | neutron.create_router | 3.111 | 3.111 | 3.111 | 3.111 | 3.111 | 3.111 | 100.0% | 1 | | neutron.add_interface_router | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 1.869 | 100.0% | 1 | | neutron.remove_interface_router | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 1.572 | 100.0% | 1 | | neutron.delete_router | 1.934 | 1.934 | 1.934 | 1.934 | 1.934 | 1.934 | 100.0% | 1 | | total | 9.98 | 9.98 | 9.98 | 9.98 | 9.98 | 9.98 | 100.0% | 1 | | -> duration | 9.98 | 9.98 | 9.98 | 9.98 | 9.98 | 9.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.980034 Full duration: 48.831698 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | neutron.delete_subnet | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | total | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> duration | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.813275 Full duration: 37.585013 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | neutron.list_networks | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | total | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> duration | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.187862 Full duration: 16.68229 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | neutron.list_ports | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 100.0% | 1 | | -> duration | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 1.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.598428 Full duration: 36.085124 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | neutron.create_subnet | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | neutron.create_router | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 100.0% | 1 | | neutron.add_interface_router | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | neutron.list_routers | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 6.757 | 6.757 | 6.757 | 6.757 | 6.757 | 6.757 | 100.0% | 1 | | -> duration | 6.757 | 6.757 | 6.757 | 6.757 | 6.757 | 6.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.757393 Full duration: 50.755017 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | neutron.create_subnet | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | neutron.list_subnets | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> duration | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.906563 Full duration: 39.42021 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.delete_security_group | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | -> duration | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 1.155 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.154552 Full duration: 14.491928 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | neutron.create_security_group_rule | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | neutron.delete_security_group | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 100.0% | 1 | | -> duration | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 1.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.812014 Full duration: 14.879371 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 57d5b883-4216-439c-b3e4-916d338df945 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.create_router | 3.541 | 3.541 | 3.541 | 3.541 | 3.541 | 3.541 | 100.0% | 1 | | neutron.add_gateway_router | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 100.0% | 1 | | neutron.remove_gateway_router | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | total | 7.225 | 7.225 | 7.225 | 7.225 | 7.225 | 7.225 | 100.0% | 1 | | -> duration | 7.225 | 7.225 | 7.225 | 7.225 | 7.225 | 7.225 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.225469 Full duration: 30.321334 HINTS: * To plot HTML graphics with this data, run: rally task report 57d5b883-4216-439c-b3e4-916d338df945 --out output.html * To generate a JUnit report, run: rally task export 57d5b883-4216-439c-b3e4-916d338df945 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 57d5b883-4216-439c-b3e4-916d338df945 --json --out output.json 2018-03-11 03:51:49,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '57d5b883-4216-439c-b3e4-916d338df945'] 2018-03-11 03:51:50,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:51:50,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '57d5b883-4216-439c-b3e4-916d338df945', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-11 03:51:50,491 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-11 03:51:50,491 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-11 03:51:50,492 - 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-03-11 03:51:50,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:51:50,535 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:51:50,541 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:54:57,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3aba7654-5608-4e09-aa83-908af7c4b853 2018-03-11 03:54:57,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3aba7654-5608-4e09-aa83-908af7c4b853'] 2018-03-11 03:54:57,918 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3aba7654-5608-4e09-aa83-908af7c4b853: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458" }, "image": { "name": "Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458" }, "block_migration": false, "nics": [ { "net-id": "36dbb493-b45d-47e6-8d63-0994f5626d83" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 3aba7654-5608-4e09-aa83-908af7c4b853 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.574 | 9.574 | 9.574 | 9.574 | 9.574 | 9.574 | 100.0% | 1 | | nova.find_host_to_migrate | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | nova.live_migrate | 135.216 | 135.216 | 135.216 | 135.216 | 135.216 | 135.216 | 0.0% | 1 | | total | 146.067 | 146.067 | 146.067 | 146.067 | 146.067 | 146.067 | 0.0% | 1 | | -> duration | 145.067 | 145.067 | 145.067 | 145.067 | 145.067 | 145.067 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 145.067426 Full duration: 161.126857 HINTS: * To plot HTML graphics with this data, run: rally task report 3aba7654-5608-4e09-aa83-908af7c4b853 --out output.html * To generate a JUnit report, run: rally task export 3aba7654-5608-4e09-aa83-908af7c4b853 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3aba7654-5608-4e09-aa83-908af7c4b853 --json --out output.json 2018-03-11 03:54:57,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3aba7654-5608-4e09-aa83-908af7c4b853'] 2018-03-11 03:54:58,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:54:58,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3aba7654-5608-4e09-aa83-908af7c4b853', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-11 03:54:58,667 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-11 03:54:58,668 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-11 03:54:58,668 - 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-03-11 03:54:58,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-11 03:54:58,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-11 03:54:58,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '36dbb493-b45d-47e6-8d63-0994f5626d83', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-0ba8c937-0e59-4ce5-b429-63380f654458', 'flavor_name': 'rally-tiny-0ba8c937-0e59-4ce5-b429-63380f654458', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-0ba8c937-0e59-4ce5-b429-63380f654458', '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-03-11 03:55:51,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f9857277-ee38-40c3-b49c-2af4bc68e2c3 2018-03-11 03:55:51,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f9857277-ee38-40c3-b49c-2af4bc68e2c3'] 2018-03-11 03:55:52,724 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f9857277-ee38-40c3-b49c-2af4bc68e2c3: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f9857277-ee38-40c3-b49c-2af4bc68e2c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | quotas.delete_quotas | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> duration | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.905662 Full duration: 8.674966 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f9857277-ee38-40c3-b49c-2af4bc68e2c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725012 Full duration: 8.664731 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f9857277-ee38-40c3-b49c-2af4bc68e2c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756133 Full duration: 8.315561 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f9857277-ee38-40c3-b49c-2af4bc68e2c3 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | total | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | -> duration | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.924508 Full duration: 8.569379 HINTS: * To plot HTML graphics with this data, run: rally task report f9857277-ee38-40c3-b49c-2af4bc68e2c3 --out output.html * To generate a JUnit report, run: rally task export f9857277-ee38-40c3-b49c-2af4bc68e2c3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f9857277-ee38-40c3-b49c-2af4bc68e2c3 --json --out output.json 2018-03-11 03:55:52,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f9857277-ee38-40c3-b49c-2af4bc68e2c3'] 2018-03-11 03:55:53,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-11 03:55:53,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f9857277-ee38-40c3-b49c-2af4bc68e2c3', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-11 03:55:53,696 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-11 03:55:53,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 05:40 | 11 | 100.00% | | nova | 02:41 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:38 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-11 03:55:53,700 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-11 03:56:05,109 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 03:56:05,109 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:37 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-11 03:56:05,113 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-11 03:56:05,114 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-11 03:56:05,189 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating project and user for Tempest suite 2018-03-11 03:56:07,023 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 03:56:11,171 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 03:56:14,010 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating 2nd image for Tempest suite 2018-03-11 03:56:17,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating flavor for Tempest suite 2018-03-11 03:56:17,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating 2nd flavor for Tempest suite 2018-03-11 03:56:18,687 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 03:56:20,940 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 03:56:23,253 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 03:56:26,504 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 03:56:28,664 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 03:56:34,668 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 03:56:34,669 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 03:56:37,705 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 03:56:37,705 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 03:56:37,708 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 03:56:37,712 - functest.opnfv_tests.openstack.refstack_client.refstack_client - DEBUG - Updating selected tempest.conf parameters for defcore... 2018-03-11 03:56:37,714 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add needed params into test_accounts.yaml... 2018-03-11 03:56:37,717 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Starting Refstack_defcore test case: '['refstack-client', 'test', '-c', u'/home/opnfv/functest/results/refstack/refstack_tempest.conf', '-v', '--test-list', u'/home/opnfv/functest/data/refstack/defcore.txt']'. 2018-03-11 04:12:02,811 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors [0.316198s] ... ok 2018-03-11 04:12:02,811 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail [0.059704s] ... ok 2018-03-11 04:12:02,811 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image [16.959970s] ... ok 2018-03-11 04:12:02,812 - 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.974523s] ... ok 2018-03-11 04:12:02,812 - 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.227545s] ... ok 2018-03-11 04:12:02,812 - 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 [2.961641s] ... ok 2018-03-11 04:12:02,812 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers [0.083501s] ... ok 2018-03-11 04:12:02,812 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail [0.621292s] ... ok 2018-03-11 04:12:02,812 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus [0.140421s] ... ok 2018-03-11 04:12:02,812 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details [0.001485s] ... ok 2018-03-11 04:12:02,812 - 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 [7.084617s] ... ok 2018-03-11 04:12:02,812 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers [0.077183s] ... ok 2018-03-11 04:12:02,812 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail [1.229563s] ... ok 2018-03-11 04:12:02,813 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus [0.097388s] ... ok 2018-03-11 04:12:02,813 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details [0.001124s] ... ok 2018-03-11 04:12:02,813 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server [11.015723s] ... ok 2018-03-11 04:12:02,813 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action [0.053395s] ... ok 2018-03-11 04:12:02,813 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions [2.090087s] ... ok 2018-03-11 04:12:02,813 - 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 [1.125707s] ... ok 2018-03-11 04:12:02,813 - 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.489670s] ... ok 2018-03-11 04:12:02,813 - 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.843306s] ... ok 2018-03-11 04:12:02,813 - 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.621516s] ... ok 2018-03-11 04:12:02,813 - 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 [1.014057s] ... ok 2018-03-11 04:12:02,814 - 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.080778s] ... ok 2018-03-11 04:12:02,814 - 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.070661s] ... ok 2018-03-11 04:12:02,814 - 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.076085s] ... ok 2018-03-11 04:12:02,814 - 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.064167s] ... ok 2018-03-11 04:12:02,814 - 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.068572s] ... ok 2018-03-11 04:12:02,814 - 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.135340s] ... ok 2018-03-11 04:12:02,814 - 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.074719s] ... ok 2018-03-11 04:12:02,814 - 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.012317s] ... ok 2018-03-11 04:12:02,814 - 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.139165s] ... ok 2018-03-11 04:12:02,814 - 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.010924s] ... ok 2018-03-11 04:12:02,814 - 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.010968s] ... ok 2018-03-11 04:12:02,815 - 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.032695s] ... ok 2018-03-11 04:12:02,815 - 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.062344s] ... ok 2018-03-11 04:12:02,815 - 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.074845s] ... ok 2018-03-11 04:12:02,815 - 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.440938s] ... ok 2018-03-11 04:12:02,815 - 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.014601s] ... ok 2018-03-11 04:12:02,815 - 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.082052s] ... ok 2018-03-11 04:12:02,815 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server [11.285811s] ... ok 2018-03-11 04:12:02,815 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard [8.674342s] ... ok 2018-03-11 04:12:02,815 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server [27.698330s] ... ok 2018-03-11 04:12:02,815 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server [18.190771s] ... ok 2018-03-11 04:12:02,815 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item [0.385036s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item [0.207438s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata [0.207832s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata [0.370775s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item [0.375297s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata [0.393152s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password [3.763189s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair [9.650282s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name [15.541642s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address [7.657758s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name [57.936256s] ... ok 2018-03-11 04:12:02,816 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name [1.824819s] ... ok 2018-03-11 04:12:02,816 - 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.459766s] ... ok 2018-03-11 04:12:02,817 - 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.934118s] ... ok 2018-03-11 04:12:02,817 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor [1.513787s] ... ok 2018-03-11 04:12:02,817 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image [1.418121s] ... ok 2018-03-11 04:12:02,817 - 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.329382s] ... ok 2018-03-11 04:12:02,817 - 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.374641s] ... ok 2018-03-11 04:12:02,817 - 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.519999s] ... ok 2018-03-11 04:12:02,817 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server [0.683978s] ... ok 2018-03-11 04:12:02,817 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address [1.312344s] ... ok 2018-03-11 04:12:02,817 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server [0.859602s] ... ok 2018-03-11 04:12:02,817 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server [0.563921s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server [0.681489s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank [1.196087s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server [0.548689s] ... ok 2018-03-11 04:12:02,818 - 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.528512s] ... ok 2018-03-11 04:12:02,818 - 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.664732s] ... ok 2018-03-11 04:12:02,818 - 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.751561s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas [0.326397s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas [0.344497s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions [0.011896s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [62.245681s] ... ok 2018-03-11 04:12:02,818 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [31.372989s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types [0.078738s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources [0.071820s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses [0.077958s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token [0.328143s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image [1.556567s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image [2.764396s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema [0.011678s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema [0.007704s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format [0.040654s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format [0.177667s] ... ok 2018-03-11 04:12:02,819 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit [0.184831s] ... ok 2018-03-11 04:12:02,820 - 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.595367s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size [0.351071s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status [0.193232s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility [0.561018s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params [0.044688s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id [0.179930s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image [0.152546s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image [0.785509s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id [0.007084s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image [0.166320s] ... ok 2018-03-11 04:12:02,820 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image [1.628736s] ... ok 2018-03-11 04:12:02,820 - 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.601319s] ... ok 2018-03-11 04:12:02,821 - 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.022823s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes [3.450812s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools [3.068463s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled [3.380794s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw [3.216952s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools [2.853654s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers [3.436610s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway [4.041479s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet [5.430643s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet [3.473807s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks [0.147069s] ... ok 2018-03-11 04:12:02,821 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields [0.113712s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets [0.061129s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields [0.075612s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network [0.099856s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields [0.106851s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet [0.201968s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields [0.207476s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp [3.301373s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port [3.398473s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools [5.771212s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port [2.206560s] ... ok 2018-03-11 04:12:02,822 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports [0.350372s] ... ok 2018-03-11 04:12:02,823 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields [0.083730s] ... ok 2018-03-11 04:12:02,823 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port [0.059733s] ... ok 2018-03-11 04:12:02,823 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields [0.197170s] ... ok 2018-03-11 04:12:02,823 - 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.571821s] ... ok 2018-03-11 04:12:02,823 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args [1.142821s] ... ok 2018-03-11 04:12:02,823 - 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 [4.217356s] ... ok 2018-03-11 04:12:02,823 - 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 [1.212968s] ... ok 2018-03-11 04:12:02,823 - 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.526182s] ... ok 2018-03-11 04:12:02,823 - 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.201079s] ... ok 2018-03-11 04:12:02,823 - 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.250061s] ... ok 2018-03-11 04:12:02,823 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups [0.059114s] ... ok 2018-03-11 04:12:02,823 - 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.168404s] ... ok 2018-03-11 04:12:02,824 - 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.563818s] ... ok 2018-03-11 04:12:02,824 - 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 [1.113678s] ... ok 2018-03-11 04:12:02,824 - 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.984232s] ... ok 2018-03-11 04:12:02,824 - 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 [1.291518s] ... ok 2018-03-11 04:12:02,824 - 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.957079s] ... ok 2018-03-11 04:12:02,824 - 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.982686s] ... ok 2018-03-11 04:12:02,824 - 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.227559s] ... ok 2018-03-11 04:12:02,824 - 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.023292s] ... ok 2018-03-11 04:12:02,824 - 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.020210s] ... ok 2018-03-11 04:12:02,824 - 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.017678s] ... ok 2018-03-11 04:12:02,824 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools [1.289400s] ... ok 2018-03-11 04:12:02,824 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.188921s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.183459s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [1.131533s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [1.142565s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [1.774727s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.718384s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.696619s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [1.233065s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.897805s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [32.160082s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [7.542749s] ... ok 2018-03-11 04:12:02,825 - 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 [8.814774s] ... ok 2018-03-11 04:12:02,825 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [12.131404s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.586874s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.191284s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.582056s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.406292s] ... ok 2018-03-11 04:12:02,826 - 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.259488s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.497279s] ... ok 2018-03-11 04:12:02,826 - 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.038828s] ... ok 2018-03-11 04:12:02,826 - 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.200811s] ... ok 2018-03-11 04:12:02,826 - 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.082984s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.195686s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.042883s] ... ok 2018-03-11 04:12:02,826 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.082754s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.361814s] ... ok 2018-03-11 04:12:02,827 - 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.050681s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.049469s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.156943s] ... ok 2018-03-11 04:12:02,827 - 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.174280s] ... ok 2018-03-11 04:12:02,827 - 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.037088s] ... ok 2018-03-11 04:12:02,827 - 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.018948s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.155406s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.165512s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.043523s] ... ok 2018-03-11 04:12:02,827 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.034444s] ... ok 2018-03-11 04:12:02,828 - 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.009040s] ... ok 2018-03-11 04:12:02,828 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.586307s] ... ok 2018-03-11 04:12:02,828 - 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.155601s] ... ok 2018-03-11 04:12:02,828 - 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.043758s] ... ok 2018-03-11 04:12:02,828 - 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.045372s] ... ok 2018-03-11 04:12:02,828 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.186408s] ... ok 2018-03-11 04:12:02,828 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.187735s] ... ok 2018-03-11 04:12:02,828 - 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.468361s] ... ok 2018-03-11 04:12:02,828 - 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.032592s] ... ok 2018-03-11 04:12:02,828 - 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.032368s] ... ok 2018-03-11 04:12:02,828 - 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.009213s] ... ok 2018-03-11 04:12:02,828 - 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.032003s] ... ok 2018-03-11 04:12:02,829 - 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.033958s] ... ok 2018-03-11 04:12:02,829 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.192370s] ... ok 2018-03-11 04:12:02,829 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.256710s] ... ok 2018-03-11 04:12:02,829 - 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.625831s] ... ok 2018-03-11 04:12:02,829 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [7.520397s] ... ok 2018-03-11 04:12:02,829 - 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.074349s] ... ok 2018-03-11 04:12:02,829 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.225706s] ... ok 2018-03-11 04:12:02,829 - 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.187073s] ... ok 2018-03-11 04:12:02,829 - 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.194103s] ... ok 2018-03-11 04:12:02,830 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Ran: 204 tests in 921.0000 sec. 2018-03-11 04:12:02,831 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Passed: 204 2018-03-11 04:12:02,833 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Skipped: 0 2018-03-11 04:12:02,834 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - - Failed: 0 2018-03-11 04:12:02,838 - functest.opnfv_tests.openstack.refstack_client.refstack_client - INFO - Testcase refstack_defcore success_rate is 100.0% 2018-03-11 04:12:03,013 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 04:12:03,014 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 15:58 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-11 04:12:03,018 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-11 04:12:04,125 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-11 05:08:26,631 - xtesting.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_as_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_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... 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 115 tests in 3382.494s OK 2018-03-11 05:08:26,756 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 05:08:26,756 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:22 | PASS | +---------------------+------------------+------------------+----------------+ 2018-03-11 05:08:26,761 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:07 | PASS | | vping_userdata | functest | smoke | 00:49 | PASS | | tempest_smoke_serial | functest | smoke | 15:50 | PASS | | rally_sanity | functest | smoke | 21:37 | FAIL | | refstack_defcore | functest | smoke | 15:58 | PASS | | snaps_smoke | functest | smoke | 56:22 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-11 05:08:26,767 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-11 05:08:29,821 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-3 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 05:08:29,823 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=akxmh7Ysdj9CTtW3btnsRnqkz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-11 05:08:29,823 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 05:08:29,824 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | patrole | | | | | validate the OPNFV scenarios. | | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ 2018-03-11 05:08:29,825 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-11 05:08:29,825 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-11 05:08:30,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-11 05:08:32,645 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-11 05:08:34,929 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-11 05:08:38,163 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-11 05:08:40,118 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-11 05:08:46,123 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-11 05:08:49,948 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-11 05:08:54,827 - functest.opnfv_tests.openstack.patrole.patrole - DEBUG - Updating selected tempest.conf parameters for Patrole 2018-03-11 05:08:54,827 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-11 05:08:54,827 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-11 05:08:57,871 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-11 05:08:57,871 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-11 05:08:57,873 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-11 05:08:57,886 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-11 05:08:57,886 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-14bb3416-93a4-45cc-a2f9-7169d23b4d48/repo;testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' > /home/opnfv/functest/results/patrole/test_raw_list.txt;cd -;' 2018-03-11 05:09:00,265 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-11 05:09:00,267 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-11 05:09:00,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-03-11 05:09:02,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-11 05:09:02.282 57 INFO rally.api [-] Starting verification (UUID=8d6f7b17-4b58-4f9c-a6c5-ac824d07d048) for deployment 'opnfv-rally' (UUID=f6919f05-0ffc-4481-9285-a94f8ab6ab8d) by verifier 'opnfv-tempest' (UUID=14bb3416-93a4-45cc-a2f9-7169d23b4d48). 2018-03-11 05:09:02,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8d6f7b17-4b58-4f9c-a6c5-ac824d07d048 2018-03-11 05:11:29,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8d6f7b17-4b58-4f9c-a6c5-ac824d07d048']'. 2018-03-11 05:11:30,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-11 05:11:30,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8d6f7b17-4b58-4f9c-a6c5-ac824d07d048 | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-11 05:09:02 | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-11 05:11:29 | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-11 05:11:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 14bb3416-93a4-45cc-a2f9-7169d23b4d48) | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f6919f05-0ffc-4481-9285-a94f8ab6ab8d) | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 138.189 | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-11 05:11:30,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-11 05:11:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-11 05:11:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-11 05:11:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-11 05:11:30,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-11 05:11:35,112 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 05:11:35,113 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-11 05:11:35,118 - xtesting.ci.run_tests - INFO - Xtesting report: +-------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------+------------------+----------------+ | patrole | functest | smoke | 02:49 | PASS | +-------------------+------------------+---------------+------------------+----------------+ 2018-03-11 05:11:35,120 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 05:11:37,905 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-3 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 05:11:37,909 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=akxmh7Ysdj9CTtW3btnsRnqkz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-11 05:11:37,909 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 05:11:37,911 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-03-11 05:11:37,912 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-11 05:11:37,912 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-11 05:15:03,928 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-11 05:15:04,052 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 05:15:04,052 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:26 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-11 05:15:04,056 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:26 | PASS | | 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-03-11 05:15:04,061 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-11 05:15:06,424 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-3 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 05:15:06,426 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=akxmh7Ysdj9CTtW3btnsRnqkz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-11 05:15:06,426 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 05:15:06,427 - xtesting.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 juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-03-11 05:15:06,427 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-03-11 05:15:06,427 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-03-11 05:15:06,781 - 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-03-11 05:15:06,815 - 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-03-11 05:15:06,835 - 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/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-03-11 05:15:11,036 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-11 05:15:11,036 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-03-11 05:15:14,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-03-11 05:15:17,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-03-11 05:15:17,713 - 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-03-11 05:16:41,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-03-11 05:16:50,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-03-11 05:16:51,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-03-11 05:17:06,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-03-11 05:17:10,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-03-11 05:17:11,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-03-11 05:20:05,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '289fa244-26a7-4fc8-a63b-9d5e158cadf9', 'keystone_tenant_name': 'cloudify_ims-8ce3066d-2216-468d-a00a-dc269d8b22c3', 'region': None, 'keystone_url': u'http://172.30.9.26:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-8ce3066d-2216-468d-a00a-dc269d8b22c3', 'project_domain_name': 'Default'} 2018-03-11 05:20:05,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-03-11 05:20:06,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The current manager status is running 2018-03-11 05:20:36,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-03-11 05:20:36,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-03-11 05:20:37,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-03-11 05:20:39,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-03-11 05:20:39,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-03-11 05:21:13,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.eecs.wsu.edu * extras: mirrors.sonic.net * updates: repo1.sea.innoscale.net Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-58.el7 will be an update --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 8.2 MB/s | 52 MB 00:06 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-03-11 05:21:13,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-03-11 05:21:17,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-03-11 05:21:18,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-03-11 05:21:25,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-03-11 05:21:25,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:21:25,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:21:25,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-03-11 05:21:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:21:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-03-11 05:21:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-03-11 05:21:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-03-11 05:21:52,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-03-11 05:21:57,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:21:57,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:21:57,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-03-11 05:22:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-11 05:22:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:02,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:02,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:02,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:22:02,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:02,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:08,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-11 05:22:08,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-11 05:22:08,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:08,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:13,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:13,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:13,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:13,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:18,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:18,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:18,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:26,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:22:26,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:22:26,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:26,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:26,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:26,582 - 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-03-11 05:22:26,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:26,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:31,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:31,778 - 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-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:31,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:31,779 - 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-03-11 05:22:31,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:31,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:31,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:31,780 - 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-03-11 05:22:31,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:22:31,780 - 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-03-11 05:22:31,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:22:31,780 - 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-03-11 05:22:31,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:22:31,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:22:36,963 - 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-03-11 05:22:36,963 - 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-03-11 05:22:57,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:22:57,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:22:57,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:22:57,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:22:57,866 - 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-03-11 05:23:03,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,054 - 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-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,055 - 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-03-11 05:23:03,055 - 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-03-11 05:23:03,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:03,056 - 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-03-11 05:23:08,232 - 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-03-11 05:23:08,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:08,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:23:08,232 - 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-03-11 05:23:08,232 - 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-03-11 05:23:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:28,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,037 - 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-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - 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-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:34,039 - 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-03-11 05:23:34,039 - 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-03-11 05:23:39,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:39,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:39,192 - 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-03-11 05:23:39,192 - 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-03-11 05:23:39,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:39,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:23:39,192 - 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-03-11 05:23:39,192 - 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-03-11 05:24:00,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:07,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:14,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:14,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:14,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:14,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-11 05:24:14,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:14,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:14,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:20,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:20,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:20,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-11 05:24:37,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:37,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:37,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,774 - 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.8 on port 22: Unable to connect to port 22 on 10.67.79.8 (tried 1 time) 2018-03-11 05:24:46,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,774 - 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 4/60] 2018-03-11 05:24:46,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:46,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:58,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:58,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:58,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:24:58,760 - 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 4/60] 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:24:58,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:24:58,760 - 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.7 on port 22: Unable to connect to port 22 on 10.67.79.7 (tried 1 time) 2018-03-11 05:24:58,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:24:58,761 - 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 4/60] 2018-03-11 05:25:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-11 05:25:05,387 - 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 4/60] 2018-03-11 05:25:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:25:05,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:05,388 - 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.18 on port 22: Unable to connect to port 22 on 10.67.79.18 (tried 1 time) 2018-03-11 05:25:10,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:10,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:10,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:10,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:10,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:15,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:15,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:15,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:15,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:15,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:15,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:21,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:21,702 - 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.9 on port 22: Unable to connect to port 22 on 10.67.79.9 (tried 1 time) 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:21,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:21,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:21,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:21,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:26,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:25:26,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:26,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:26,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:26,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:26,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:26,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:25:32,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:32,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:25:32,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:37,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:37,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:25:37,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:25:37,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:37,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:37,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:37,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:43,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:43,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:43,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:43,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:43,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:48,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:48,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:48,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-11 05:25:48,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:48,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-11 05:25:48,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:55,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:55,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:55,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:25:55,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:25:55,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:26:00,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:00,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:00,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:26:00,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:00,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:26:00,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:00,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:06,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:06,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:06,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:11,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:11,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:26:17,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-11 05:26:17,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-11 05:26:17,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-11 05:26:17,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:17,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:17,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:17,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:23,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:23,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:26:23,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:26:28,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-11 05:26:28,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:26:28,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:26:33,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:26:33,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:26:33,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:26:33,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-11 05:28:01,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:01,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:28:01,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:28:01,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:28:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-11 05:28:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:28:11,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-11 05:28:11,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:28:11,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:31:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:31:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:31:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:31:21,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:21,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:31:21,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:31:26,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:37,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:37,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:31:37,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:37,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:31:37,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:31:42,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:31:42,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:31:42,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:31:42,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:42,917 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:31:42,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:31:42,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:31:54,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:32:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:32:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:32:15,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:32:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:32:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:32:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:32:15,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:32:20,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:32:20,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:32:20,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:32:20,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:32:20,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:32:47,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:32:47,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-11 05:32:47,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:32:47,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:33:03,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:34:31,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:34:37,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:34:37,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:34:37,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:34:37,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-03-11 05:34:37,126 - 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-03-11T05:21:52.362Z', 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'18b0524e-2699-4591-96f4-5117905db7d2'} 2018-03-11 05:34:37,196 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.30.9.200 2018-03-11 05:34:37,332 - 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-03-11 05:34:37,404 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-03-11 05:34:37,404 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-03-11 05:34:37,484 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:35:02,861 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:35:27,956 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:35:53,027 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:36:18,160 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:36:43,316 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:37:08,480 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:38:13,803 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:39:19,049 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-11 05:39:48,675 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550278@clearwater.opnfv', u'sip_username': u'6505550278', u'formatted_number': u'(650) 555-0278', u'number': u'6505550278', u'sip_uri': u'sip:6505550278@clearwater.opnfv', u'number_id': u'34b508b94301449295c15be8c0dd6e0a', u'sip_password': u'mFSeQNaTP', u'pstn': False} 2018-03-11 05:39:48,675 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-03-11 05:39:48,676 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-03-11 05:39:48,684 - 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-03-11 05:39:48,684 - 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-03-11 05:41:53,623 - 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) - (6505550961, 6505550335) Passed Basic Call - Tel URIs (TCP) - (6505550917, 6505550649) Passed Basic Call - Unknown number (TCP) - (6505550453, 6505550131) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550507, 6505550131) Passed Basic Call - Messages - Pager model (TCP) - (6505550657, 6505550329) Passed Basic Call - Pracks (TCP) - (6505550249, 6505550939) Passed Basic Registration (TCP) - (6505550718) Passed Multiple Identities (TCP) - (6505550433, 6505550249) Passed Call Barring - Outbound Rejection (TCP) - (6505550848, 6505550479) 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) - (6505550384, 6505550583) 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) - (6505550063, 6505550339, 6505550775) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550074, 6505550525, 6505550150) Passed Call Diversion - Not reachable (408) (TCP) - (6505550003, 6505550682, 6505550059) Passed Call Diversion - Not reachable (503) (TCP) - (6505550120, 6505550471, 6505550362) Passed Call Diversion - Not reachable (500) (TCP) - (6505550481, 6505550460, 6505550221) Passed Call Diversion - Busy (TCP) - (6505550240, 6505550020, 6505550490) Passed Call Diversion - Unconditional (TCP) - (6505550707, 6505550302, 6505550119) Passed Call Diversion - No answer (TCP) - (6505550352, 6505550999, 6505550415) Passed Call Diversion - Bad target URI (TCP) - (6505550044, 6505550735) Passed Call Diversion - Audio-only call (TCP) - (6505550610, 6505550478, 6505550839, 6505550995) Passed Call Diversion - Audio-video call (TCP) - (6505550727, 6505550139, 6505550603, 6505550649) Passed Call Waiting - Accepted (TCP) - (6505550747, 6505550781, 6505550493) Passed Call Waiting - Cancelled (TCP) - (6505550170, 6505550297, 6505550789) Passed CANCEL - Mainline (TCP) - (6505550305, 6505550324) Passed Filtering - Accept-Contact (TCP) - (6505550411, 6505550506) Passed Filtering - Accept-Contact no match (TCP) - (6505550583, 6505550690) Passed Filtering - Accept-Contact negated match (TCP) - (6505550763, 6505550842) Passed Filtering - RFC3841 example (TCP) - (6505550461, 6505550013) Passed Filtering - Reject-Contact no match (TCP) - (6505550272, 6505550336) Passed Filtering - Reject-Contact match (TCP) - (6505550931, 6505550781) 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) - (6505550887) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550056) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550141) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550522) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550886, 6505550735) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550832, 6505550079) Passed GRUU - Call - only GRUU as target (TCP) - (6505550724, 6505550708) Passed GRUU - Call - AoR as target (TCP) - (6505550330, 6505550190) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550035, 6505550196) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550700, 6505550057) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550926, 6505550726) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550141, 6505550524) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550298, 6505550642) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550337, 6505550075) 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) - (6505550182) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550262) Passed 2018-03-11 05:41:53,623 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-03-11 05:41:53,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-03-11 05:41:53,755 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 05:41:53,755 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 26:43 | PASS | +----------------------+------------------+------------------+----------------+ 2018-03-11 05:41:53,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-03-11 05:41:59,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:41:59,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-03-11 05:41:59,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:41:59,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:04,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-11 05:42:04,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-11 05:42:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:09,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:42:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:09,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:42:14,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:20,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:20,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:42:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:42:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:42:20,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5969) 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:42:25,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:25,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:42:25,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:25,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:25,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:25,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:42:25,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:25,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:42:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:30,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:42:35,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:42:35,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:42:35,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:35,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:42:35,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:35,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:42:41,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:42:41,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:41,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:41,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:41,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:42:41,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:42:46,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:46,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:42:46,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:42:46,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:42:46,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:51,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:42:51,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:51,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:42:51,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:51,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:42:51,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:42:51,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:42:51,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:42:51,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:42:51,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:42:56,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:56,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:56,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:56,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:42:56,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:42:56,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:43:01,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-11 05:43:01,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:43:01,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:43:01,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:43:01,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-11 05:43:01,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:43:01,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:45:05,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-03-11 05:45:05,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:05,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:05,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:45:10,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:45:10,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-11 05:45:10,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-11 05:45:10,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:45:10,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:45:10,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-11 05:45:15,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-11 05:45:15,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:45:15,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:45:15,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:45:20,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-11 05:45:20,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-11 05:45:20,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-11 05:45:26,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-11 05:45:26,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:45:26,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:26,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:26,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:45:26,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:45:31,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:45:36,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:36,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:36,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:36,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:45:41,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-11 05:45:41,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:45:46,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-11 05:45:52,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:52,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-11 05:45:52,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-11 05:45:52,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-11 05:45:53,031 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-11 05:46:18,332 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-03-11 05:46:18,743 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 05:46:19,246 - 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-03-11 05:46:19,246 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-03-11 05:46:19,274 - 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-03-11 05:46:19,279 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 05:46:19,303 - 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-03-11 05:46:19,303 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-03-11 05:46:22,306 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-03-11 05:46:22,306 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-03-11 05:46:22,306 - 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-03-11 05:47:46,617 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-03-11 05:47:58,468 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-03-11 05:47:59,126 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-03-11 05:48:14,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-03-11 05:48:18,847 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-03-11 05:48:19,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-03-11 05:51:13,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-03-11 05:51:17,256 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - The current manager status is running 2018-03-11 05:51:47,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-03-11 05:51:47,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-03-11 05:51:49,670 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-03-11 05:51:49,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-03-11 05:53:42,006 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.grid.uchicago.edu * extras: centos.sonn.com * updates: mirror.genesisadaptive.com Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-58.el7 will be an update --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 799 kB/s | 52 MB 01:06 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-03-11 05:53:42,006 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-03-11 05:53:45,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-03-11 05:53:48,920 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-03-11 05:53:55,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-03-11 05:53:55,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-11 05:53:55,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-11 05:53:55,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-03-11 05:54:21,309 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-11 05:54:21,309 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-03-11 05:54:21,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-03-11 05:54:21,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-03-11 05:54:21,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-03-11 05:54:26,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-03-11 05:54:26,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-03-11 05:54:26,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,792 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-03-11 05:54:26,793 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-03-11 05:54:26,794 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-11 05:54:26,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-03-11 05:54:26,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-03-11 05:54:31,933 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:31,933 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:31,933 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-03-11 05:54:31,933 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:31,933 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:31,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-03-11 05:54:31,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-11 05:54:37,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:37,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-03-11 05:54:37,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:37,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:37,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-11 05:54:37,297 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:37,298 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:42,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:42,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:42,559 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:42,560 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-03-11 05:54:42,561 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:42,561 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:42,561 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-11 05:54:47,757 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-11 05:54:47,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:47,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-11 05:54:47,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:54:52,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-11 05:54:52,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:52,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-11 05:54:52,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:54:52,910 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:58,414 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:58,414 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-03-11 05:54:58,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-03-11 05:54:58,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-03-11 05:54:58,416 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:55:03,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:55:03,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-11 05:55:03,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-03-11 05:55:03,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:55:03,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-11 05:55:03,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-03-11 05:55:03,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:55:09,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:55:09,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-11 05:55:09,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:55:09,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:55:09,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:55:09,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-11 05:55:09,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-11 05:55:09,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-11 05:55:09,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-03-11 05:55:14,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-11 05:55:14,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-11 05:55:41,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:55:41,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:55:41,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:55:41,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-11 05:55:46,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-11 05:55:46,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-11 05:56:12,769 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:56:12,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:56:12,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:56:12,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:56:17,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:56:17,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-03-11 05:56:17,978 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-03-11 05:56:18,056 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-03-11T05:54:21.452Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'fe550ed7-5880-41cf-bd38-2a1f4075a80f'} 2018-03-11 05:56:18,067 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-03-11 05:56:18,135 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.203'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.209'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-03-11 05:56:18,207 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.203'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.209'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-03-11 05:56:18,207 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-03-11 05:56:18,208 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.203 2018-03-11 05:56:21,329 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.6 2018-03-11 05:56:21,330 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:ae:d4:37 2018-03-11 05:56:24,003 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.8 2018-03-11 05:56:24,003 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:4b:51:1b 2018-03-11 05:56:24,003 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-03-11 05:56:24,003 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.209 2018-03-11 05:56:26,749 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.13 2018-03-11 05:56:26,749 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:e1:f2:93 2018-03-11 05:56:29,916 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.11 2018-03-11 05:56:29,916 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:63:a2:d7 2018-03-11 05:56:29,916 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-03-11 05:56:29,917 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-03-11 05:56:31,403 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-03-11 05:57:03,224 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-03-11 05:57:03,237 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 05:57:03,257 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-03-11 05:57:03,267 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 05:57:03,284 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-03-11 05:57:03,284 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-03-11 05:57:03,294 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 05:57:03,355 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-03-11 05:57:03' 2018-03-11 05:57:03,355 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-03-11 05:57:03,355 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-03-11 05:57:03,364 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 05:57:03,384 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-03-11 05:57:05,235 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH timeout for 172.30.9.209... 2018-03-11 05:57:35,258 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-03-11 05:57:35,487 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.209. 2018-03-11 05:57:36,515 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-03-11 05:57:37,516 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-03-11 05:57:42,522 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-03-11 05:57:43,523 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-03-11 05:57:48,528 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-03-11 05:57:49,530 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-03-11 05:57:54,535 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-03-11 05:57:55,537 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:00,542 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-03-11 05:58:01,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:06,549 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-03-11 05:58:07,550 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:12,555 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-03-11 05:58:13,557 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:18,562 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-03-11 05:58:19,564 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:24,569 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-03-11 05:58:25,571 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:30,576 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-03-11 05:58:31,578 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:36,583 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-03-11 05:58:37,585 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:42,590 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-03-11 05:58:43,592 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:48,593 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-03-11 05:58:49,595 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 05:58:54,600 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-11 05:58:55,602 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-11 05:59:00,607 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' 2018-03-11 05:59:01,609 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-03-11 05:59:06,614 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 2018-03-11 05:59:07,616 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 [edit] vyos@vyos# 2018-03-11 05:59:12,621 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.11 2018-03-11 05:59:13,623 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.11 [edit] vyos@vyos# 2018-03-11 05:59:18,628 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-03-11 05:59:19,630 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-03-11 05:59:24,635 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 2018-03-11 05:59:25,637 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-03-11 05:59:30,642 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-03-11 05:59:31,644 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-03-11 05:59:36,649 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-03-11 05:59:37,651 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-03-11 05:59:42,656 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-03-11 05:59:43,658 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-03-11 05:59:48,663 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-03-11 05:59:49,665 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-03-11 05:59:54,670 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-03-11 05:59:55,672 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-03-11 06:00:00,677 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-03-11 06:00:01,679 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-03-11 06:00:06,684 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-03-11 06:00:07,686 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-03-11 06:00:12,691 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-03-11 06:00:13,693 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-03-11 06:00:18,698 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-03-11 06:00:19,700 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-03-11 06:00:24,706 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-03-11 06:00:25,707 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-03-11 06:00:30,713 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.11 2018-03-11 06:00:31,714 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.11 [edit] vyos@vyos# 2018-03-11 06:00:36,720 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-11 06:00:37,721 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-11 06:00:42,758 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-03-11 06:00:42,775 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 06:00:42,807 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.203. 2018-03-11 06:00:43,029 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.203. 2018-03-11 06:00:44,053 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-03-11 06:00:45,055 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-03-11 06:00:50,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-03-11 06:00:51,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-03-11 06:00:56,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-03-11 06:00:57,068 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-03-11 06:01:02,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-03-11 06:01:03,075 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:08,081 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-03-11 06:01:09,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:14,088 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-03-11 06:01:15,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:20,095 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-03-11 06:01:21,097 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:26,102 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-03-11 06:01:27,103 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:32,109 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-03-11 06:01:33,110 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:38,115 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-03-11 06:01:39,117 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:44,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-03-11 06:01:45,124 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:50,129 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-03-11 06:01:51,131 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:01:56,131 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-03-11 06:01:57,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-11 06:02:02,135 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-11 06:02:03,137 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-11 06:02:08,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.11 ebgp-multihop '2' 2018-03-11 06:02:09,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.11 ebgp-multihop '2' [edit] vyos@vyos# 2018-03-11 06:02:14,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.11 remote-as 65001 2018-03-11 06:02:15,151 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.11 remote-as 65001 [edit] vyos@vyos# 2018-03-11 06:02:20,156 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.11 update-source 12.0.0.8 2018-03-11 06:02:21,158 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.11 update-source 12.0.0.8 [edit] vyos@vyos# 2018-03-11 06:02:26,163 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.11 soft-reconfiguration inbound 2018-03-11 06:02:27,165 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.11 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-03-11 06:02:32,170 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.11 password lab0033 2018-03-11 06:02:33,171 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.11 password lab0033 [edit] vyos@vyos# 2018-03-11 06:02:38,177 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-03-11 06:02:39,178 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-03-11 06:02:44,184 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-03-11 06:02:45,185 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-03-11 06:02:50,190 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-03-11 06:02:51,192 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-03-11 06:02:56,197 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-03-11 06:02:57,199 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-03-11 06:03:02,202 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-03-11 06:03:03,204 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-03-11 06:03:08,209 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-03-11 06:03:09,211 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-03-11 06:03:14,216 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-03-11 06:03:15,218 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-03-11 06:03:20,223 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-03-11 06:03:21,225 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-03-11 06:03:26,230 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-03-11 06:03:27,231 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-03-11 06:03:32,237 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-03-11 06:03:33,238 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-03-11 06:03:38,244 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.8 2018-03-11 06:03:39,245 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-03-11 06:03:44,250 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-11 06:03:45,252 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-11 06:03:50,371 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-03-11 06:03:50,371 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-03-11 06:04:50,424 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-03-11 06:04:50,443 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-11 06:04:50,479 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-03-11 06:04:50,708 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.209. 2018-03-11 06:04:51,714 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-03-11 06:05:21,824 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.11, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.8 4 65002 3 6 0 0 0 00:01:02 10 Total number of neighbors 1 vyos@vyos:~$ 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 | no-more BGP neighbor is 12.0.0.8, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.8 BGP state = Established, up for 00:01:08 Last read 18:09:24, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.11 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.11, Local port: 179 Foreign host: 12.0.0.8, Foreign port: 36402 Nexthop: 12.0.0.11 Nexthop global: fe80::f816:3eff:fe63:a2d7 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.11 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.11 0 32768 i *> 10.0.2.0/24 12.0.0.11 0 32768 i *> 10.0.3.0/24 12.0.0.11 0 32768 i *> 10.0.4.0/24 12.0.0.11 0 32768 i *> 10.0.5.0/24 12.0.0.11 0 32768 i *> 10.0.6.0/24 12.0.0.11 0 32768 i *> 10.0.7.0/24 12.0.0.11 0 32768 i *> 10.0.8.0/24 12.0.0.11 0 32768 i *> 10.0.9.0/24 12.0.0.11 0 32768 i *> 10.0.10.0/24 12.0.0.11 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.11 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 routes | no-more BGP table version is 0, local router ID is 12.0.0.11 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-03-11 06:05:21,825 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'498.5' 2018-03-11 06:05:21,826 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-03-11 06:05:23,357 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-03-11 06:05:25,123 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 06:05:25,123 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 19:06 | PASS | +----------------------+------------------+------------------+----------------+ 2018-03-11 06:05:25,126 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-03-11 06:05:25,291 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-03-11 06:05:25,291 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-03-11 06:05:25,291 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-11 06:05:52,164 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-03-11 06:05:52,264 - 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-03-11 06:05:52,281 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-03-11 06:05:52,281 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-03-11 06:05:56,460 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-03-11 06:05:57,928 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-03-11 06:05:59,584 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-03-11 06:05:59,584 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-03-11 06:06:03,859 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-03-11 06:06:15,715 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-03-11 06:06:16,720 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-03-11 06:06:16,732 - 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-03-11 06:06:16,732 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-03-11 06:06:25,361 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-03-11 06:06:35,246 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : ba47f7ce-7151-40b4-9dbb-85e699db53b5 2018-03-11 06:06:35,916 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-03-11 06:06:35,916 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-03-11 06:06:37,007 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-03-11 06:06:37,085 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-03-11 06:06:37,266 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju wait completed: 256 2018-03-11 06:06:37,266 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-03-11 06:06:37,387 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 06:06:37,388 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:45 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-11 06:06:37,391 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing deployment files... 2018-03-11 06:06:37,391 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-03-11 06:06:37,467 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-03-11 06:06:37,467 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-11 06:06:50,105 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-03-11 06:06:50,105 - xtesting.ci.run_tests - INFO - Xtesting report: +---------------------------------+-------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------------+-------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 26:43 | PASS | | vyos_vrouter | functest | vnf | 19:06 | PASS | | juju_epc | functest | vnf | 00:45 | FAIL | | orchestra_openims | orchestra | vnf | 00:00 | SKIP | | orchestra_clearwaterims | orchestra | vnf | 00:00 | SKIP | +---------------------------------+-------------------+--------------+------------------+----------------+ 2018-03-11 06:06:50,110 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-11 06:06:52,755 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-3 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-11 06:06:52,758 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=akxmh7Ysdj9CTtW3btnsRnqkz export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-11 06:06:52,758 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-11 06:06:52,758 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-03-11 06:06:52,759 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-11 06:06:52,759 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-03-11 06:06:52,777 - xtesting.core.feature - ERROR - Execute command: /src/nfv-parser/tests/functest_run.sh failed 2018-03-11 06:06:52,777 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-03-11 06:06:52,888 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-11 06:06:52,888 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 00:00 | FAIL | +-----------------------+-----------------+------------------+----------------+ 2018-03-11 06:06:52,891 - xtesting.ci.run_tests - ERROR - The test case 'parser-basics' failed. 2018-03-11 06:06:52,892 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | FAIL | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-11 06:06:52,893 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR