2018-03-19 17:28:58,026 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-19 17:28:58,027 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.25:5000/v3 ...OK 2018-03-19 17:28:58,494 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-19 17:28:58,935 - functest.ci.check_deployment - DEBUG - 172.30.9.25:5000 is reachable! 2018-03-19 17:28:58,935 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.25:5000 ...OK 2018-03-19 17:28:59,415 - functest.ci.check_deployment - DEBUG - 172.30.9.25:8774 is reachable! 2018-03-19 17:28:59,416 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.25:8774/v2.1 ...OK 2018-03-19 17:28:59,890 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9696 is reachable! 2018-03-19 17:28:59,890 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.25:9696 ...OK 2018-03-19 17:29:00,345 - functest.ci.check_deployment - DEBUG - 172.30.9.25:9292 is reachable! 2018-03-19 17:29:00,345 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.25:9292 ...OK 2018-03-19 17:29:01,654 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-19 17:29:06,487 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-19 17:29:06,574 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-19 17:29:08,705 - functest.ci.check_deployment - INFO - External network found: external 2018-03-19 17:29:11,294 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-26 | | 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-19 17:29:11,299 - 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=PMJkXCaF8k7fzewqsdV3qnr8c export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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 export OS_REGION_NAME=regionOne 2018-03-19 17:29:11,299 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 17:29:11,301 - 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-19 17:29:11,303 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-19 17:29:11,303 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-19 17:29:15,037 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-19 17:29:25,548 - 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 10.505s OK 2018-03-19 17:29:25,669 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 17:29:25,669 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-19 17:29:25,673 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-19 17:29:27,833 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-19 17:42:15,449 - 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 767.565s OK 2018-03-19 17:42:15,571 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 17:42:15,572 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-19 17:42:15,576 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-19 17:42:16,565 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-19 17:43:00,450 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.884s OK 2018-03-19 17:43:00,561 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 17:43:00,562 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:44 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-19 17:43:00,566 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:48 | PASS | | snaps_health_check | functest | healthcheck | 00:44 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-19 17:43:00,569 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-19 17:43:05,673 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-26 | | 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-19 17:43:05,678 - 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=PMJkXCaF8k7fzewqsdV3qnr8c export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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 export OS_REGION_NAME=regionOne 2018-03-19 17:43:05,678 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 17:43:05,680 - 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 patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-03-19 17:43:05,683 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-19 17:43:05,683 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-19 17:43:08,025 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-19 17:43:08,025 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-19 17:43:08,499 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-19 17:43:08,499 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-03-19 17:43:08,912 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-19 17:43:08,912 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-19 17:43:08' 2018-03-19 17:43:08,913 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:12,008 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:15,406 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:26,708 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:27,578 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:28,373 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:35,489 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:43:39,923 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7aab3f4a-b7cd-4068-96c2-66574fb2923e' 2018-03-19 17:44:04,856 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-19 17:44:09,987 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-19 17:44:10,133 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-19 17:44:11,140 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-19 17:44:31,312 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-19 17:44:31,313 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-19 17:44:31,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 17:44:31,853 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:02 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-19 17:44:31,857 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-19 17:44:31,956 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-19 17:44:31,956 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-19 17:44:31' 2018-03-19 17:44:31,956 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--7e7ad341-d550-43bd-b0a9-9fcc75d25422' 2018-03-19 17:44:35,189 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-7e7ad341-d550-43bd-b0a9-9fcc75d25422' 2018-03-19 17:44:37,803 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-7e7ad341-d550-43bd-b0a9-9fcc75d25422' 2018-03-19 17:44:49,221 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-7e7ad341-d550-43bd-b0a9-9fcc75d25422' 2018-03-19 17:44:49,944 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-7e7ad341-d550-43bd-b0a9-9fcc75d25422' 2018-03-19 17:44:56,781 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-7e7ad341-d550-43bd-b0a9-9fcc75d25422' 2018-03-19 17:45:03,444 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-19 17:45:14,902 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-19 17:45:17,515 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-19 17:45:39,217 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 17:45:39,217 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:46 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-19 17:45:39,221 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-19 17:45:39,358 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-19 17:45:46,232 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-19 17:45:45.943 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=994ddc45-1c0d-4270-a58c-b330d73fc965) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 994ddc45-1c0d-4270-a58c-b330d73fc965 | 2018-03-19T17:45:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 994ddc45-1c0d-4270-a58c-b330d73fc965 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-19 17:45:49,587 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-19 17:45:49,587 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-19 17:45:56,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-19 17:45:53.678 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-19 17:45:53.826 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-19 17:45:56.240 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f) as the default verifier for the future CLI operations. 2018-03-19 17:45:59,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-19 17:46:02,055 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-19 17:46:09,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-19 17:46:14,534 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-19 17:46:13.509 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f) for deployment 'opnfv-rally' (UUID=994ddc45-1c0d-4270-a58c-b330d73fc965). 2018-03-19 17:46:14.361 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f) has been successfully configured for deployment 'opnfv-rally' (UUID=994ddc45-1c0d-4270-a58c-b330d73fc965)! 2018-03-19 17:46:14,534 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-19 17:46:14,534 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-19 17:46:14,537 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-19 17:46:14,544 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-19 17:46:18,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6d24e676-d685-4a4e-965b-1d1f365fa54f/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-03-19 17:46:18,667 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-19 17:46:18,669 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-19 17:46:18,669 - 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-19 17:46:20,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:46:20.747 55 INFO rally.api [-] Starting verification (UUID=6f9f0754-1a50-48d6-8744-2f4cf420deef) for deployment 'opnfv-rally' (UUID=994ddc45-1c0d-4270-a58c-b330d73fc965) by verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f). 2018-03-19 17:46:20,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6f9f0754-1a50-48d6-8744-2f4cf420deef 2018-03-19 17:46:27,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:46:27.974 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-03-19 17:46:28,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:46:28.037 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.063s] 2018-03-19 17:46:34,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:46:34.040 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.323s] 2018-03-19 17:46:37,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:46:37.395 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.354s] 2018-03-19 17:46:50,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:46:50.829 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.057s] 2018-03-19 17:47:09,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:47:09.289 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.501s] 2018-03-19 17:47:46,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:47:46.179 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.085s] 2018-03-19 17:47:46,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:47:46.180 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-19 17:48:26,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:48:26.676 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.083s] 2018-03-19 17:48:26,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:48:26.677 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-19 17:49:05,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:49:05.818 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-03-19 17:49:05,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:49:05.820 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-19 17:49:55,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:49:55.776 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.223s] 2018-03-19 17:50:22,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:22.209 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-03-19 17:50:22,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:22.307 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-03-19 17:50:30,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:30.113 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.665s] 2018-03-19 17:50:30,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:30.123 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-03-19 17:50:31,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:31.340 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-19 17:50:31,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:31.340 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-19 17:50:35,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:35.508 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.368s] 2018-03-19 17:50:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:41.440 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.172s] 2018-03-19 17:50:47,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:47.594 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.797s] 2018-03-19 17:50:54,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:50:54.699 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.442s] 2018-03-19 17:51:03,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:03.699 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.141s] 2018-03-19 17:51:09,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:09.732 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.386s] 2018-03-19 17:51:15,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:15.337 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.206s] 2018-03-19 17:51:22,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:22.785 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.587s] 2018-03-19 17:51:29,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:29.985 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.474s] 2018-03-19 17:51:38,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:38.524 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.922s] 2018-03-19 17:51:40,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:40.684 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-19 17:51:42,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:42.593 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-03-19 17:51:42,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:42.672 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-03-19 17:51:42,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:42.724 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.052s] 2018-03-19 17:51:42,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:42.731 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-19 17:51:46,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:46.929 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.820s] 2018-03-19 17:51:48,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:48.751 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.821s] 2018-03-19 17:51:50,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:50.781 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.029s] 2018-03-19 17:51:56,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:51:56.635 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-19 17:52:04,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:52:04.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.099s] 2018-03-19 17:52:21,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:52:21.623 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.570s] 2018-03-19 17:52:26,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:52:26.475 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.852s] 2018-03-19 17:52:40,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:52:40.279 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.898s] 2018-03-19 17:52:44,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:52:44.169 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.889s] 2018-03-19 17:52:52,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:52:52.603 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.433s] 2018-03-19 17:53:01,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:01.525 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.719s] 2018-03-19 17:53:05,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:05.182 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.656s] 2018-03-19 17:53:10,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:10.110 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.927s] 2018-03-19 17:53:24,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:24.421 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.652s] 2018-03-19 17:53:25,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:25.024 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.604s] 2018-03-19 17:53:25,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:25.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.257s] 2018-03-19 17:53:25,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:25.342 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.060s] 2018-03-19 17:53:25,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:25.582 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.239s] 2018-03-19 17:53:25,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:25.638 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-03-19 17:53:38,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:38.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.355s] 2018-03-19 17:53:38,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:38.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.448s] 2018-03-19 17:53:39,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:39.272 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.276s] 2018-03-19 17:53:39,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:39.364 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.091s] 2018-03-19 17:53:39,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:39.496 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.131s] 2018-03-19 17:53:39,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:39.552 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-03-19 17:53:53,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:53.539 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.580s] 2018-03-19 17:53:59,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:53:59.336 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.795s] 2018-03-19 17:54:01,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:01.670 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.335s] 2018-03-19 17:54:01,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:01.733 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.063s] 2018-03-19 17:54:01,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:01.788 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.054s] 2018-03-19 17:54:13,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:13.694 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.281s] 2018-03-19 17:54:19,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:19.534 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.838s] 2018-03-19 17:54:21,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:21.497 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.963s] 2018-03-19 17:54:21,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:21.706 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2018-03-19 17:54:21,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:21.892 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.186s] 2018-03-19 17:54:42,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:42.826 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.475s] 2018-03-19 17:54:54,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:54:54.577 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.750s] 2018-03-19 17:55:05,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:55:05.383 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.805s] 2018-03-19 17:55:14,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:55:14.458 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.076s] 2018-03-19 17:55:44,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:55:44.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.918s] 2018-03-19 17:55:56,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:55:56.623 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.646s] 2018-03-19 17:56:07,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:07.391 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.767s] 2018-03-19 17:56:16,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:16.280 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.887s] 2018-03-19 17:56:32,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:32.913 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.509s] 2018-03-19 17:56:35,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:35.344 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.427s] 2018-03-19 17:56:35,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:35.542 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.201s] 2018-03-19 17:56:40,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:40.551 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.899s] 2018-03-19 17:56:43,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:43.162 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.608s] 2018-03-19 17:56:43,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:43.233 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.074s] 2018-03-19 17:56:47,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:47.440 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.170s] 2018-03-19 17:56:50,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:50.611 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-03-19 17:56:51,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:51.939 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-19 17:56:51,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:51.941 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-19 17:56:51,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:51.942 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-19 17:56:51,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:51.943 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-19 17:56:51,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:51.944 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-19 17:56:53,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:56:53.897 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-19 17:57:11,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:57:11.466 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.810s] 2018-03-19 17:57:22,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:57:22.809 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.701s] 2018-03-19 17:57:36,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:57:36.637 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.825s] 2018-03-19 17:57:45,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:57:45.299 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.194s] 2018-03-19 17:59:02,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:59:02.594 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [70.983s] 2018-03-19 17:59:43,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 17:59:43.825 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.717s] 2018-03-19 18:00:39,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:00:39.966 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.206s] 2018-03-19 18:00:59,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6f9f0754-1a50-48d6-8744-2f4cf420deef']'. 2018-03-19 18:01:00,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-19 18:01:00,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-19 18:01:00,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6f9f0754-1a50-48d6-8744-2f4cf420deef | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-19 17:46:20 | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-19 18:00:59 | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:39 | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6d24e676-d685-4a4e-965b-1d1f365fa54f) | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-19 18:01:00,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 994ddc45-1c0d-4270-a58c-b330d73fc965) | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 854.243 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 18:01:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-19 18:01:00,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-19 18:01:07,633 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 18:01:07,633 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:08 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-19 18:01:07,637 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-19 18:01:07,733 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-19 18:01:08,215 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-19 18:01:08,215 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-03-19 18:01:08,648 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-19 18:01:11,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-19 18:01:10.799 121 INFO rally.deployment.engine [-] Deployment 994ddc45-1c0d-4270-a58c-b330d73fc965 | Starting: Destroy cloud and free allocated resources. 2018-03-19 18:01:10.891 121 INFO rally.deployment.engine [-] Deployment 994ddc45-1c0d-4270-a58c-b330d73fc965 | Completed: Destroy cloud and free allocated resources. 2018-03-19 18:01:10.932 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f) for deployment 'opnfv-rally'. 2018-03-19 18:01:10.951 121 INFO rally.api [-] Deleting verification (UUID=6f9f0754-1a50-48d6-8744-2f4cf420deef). 2018-03-19 18:01:10.993 121 INFO rally.api [-] Verification has been successfully deleted! 2018-03-19 18:01:10.993 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f). 2018-03-19 18:01:11.005 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-19 18:01:13,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-19 18:01:13.419 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=69613a41-2d44-4476-811e-d866dcf1e5aa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 69613a41-2d44-4476-811e-d866dcf1e5aa | 2018-03-19T18:01:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 69613a41-2d44-4476-811e-d866dcf1e5aa ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-19 18:01:17,046 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-19 18:01:17,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-19 18:01:18,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237'... 2018-03-19 18:01:21,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-3382d036-a7eb-46ef-b7cd-6bca7531b237'... 2018-03-19 18:01:24,287 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-3382d036-a7eb-46ef-b7cd-6bca7531b237'... 2018-03-19 18:01:34,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237'... 2018-03-19 18:01:35,044 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237'... 2018-03-19 18:01:35,736 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-19 18:01:35,743 - 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-19 18:01:35,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:01:35,786 - 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-19 18:01:35,791 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:02:37,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b1f69e44-c5bf-4de7-a731-8f55ff276d1d 2018-03-19 18:02:37,682 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-19 18:02:37,684 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b1f69e44-c5bf-4de7-a731-8f55ff276d1d'] 2018-03-19 18:02:38,761 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b1f69e44-c5bf-4de7-a731-8f55ff276d1d: 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 b1f69e44-c5bf-4de7-a731-8f55ff276d1d 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | total | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> duration | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.478049 Full duration: 7.063254 -------------------------------------------------------------------------------- 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 b1f69e44-c5bf-4de7-a731-8f55ff276d1d 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 | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 100.0% | 1 | | total | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 100.0% | 1 | | -> duration | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 1.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.778287 Full duration: 8.437336 -------------------------------------------------------------------------------- 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 b1f69e44-c5bf-4de7-a731-8f55ff276d1d 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.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | total | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> duration | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.962359 Full duration: 7.725449 -------------------------------------------------------------------------------- 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 b1f69e44-c5bf-4de7-a731-8f55ff276d1d 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.381 | 0.381 | 0.381 | 0.381 | 0.381 | 0.381 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.809389 Full duration: 7.480558 -------------------------------------------------------------------------------- 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 b1f69e44-c5bf-4de7-a731-8f55ff276d1d 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | total | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> duration | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 0.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939295 Full duration: 7.85719 -------------------------------------------------------------------------------- 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 b1f69e44-c5bf-4de7-a731-8f55ff276d1d 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.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.683779 Full duration: 7.339104 HINTS: * To plot HTML graphics with this data, run: rally task report b1f69e44-c5bf-4de7-a731-8f55ff276d1d --out output.html * To generate a JUnit report, run: rally task export b1f69e44-c5bf-4de7-a731-8f55ff276d1d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b1f69e44-c5bf-4de7-a731-8f55ff276d1d --json --out output.json 2018-03-19 18:02:38,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b1f69e44-c5bf-4de7-a731-8f55ff276d1d'] 2018-03-19 18:02:39,861 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:02:39,862 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b1f69e44-c5bf-4de7-a731-8f55ff276d1d', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-19 18:02:39,869 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-19 18:02:39,869 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-19 18:02:39,878 - 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-19 18:02:39,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:02:39,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-19 18:02:39,919 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:04:14,204 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1776e193-7bfa-446a-af50-75a6ba10644e 2018-03-19 18:04:14,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1776e193-7bfa-446a-af50-75a6ba10644e'] 2018-03-19 18:04:15,197 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1776e193-7bfa-446a-af50-75a6ba10644e: 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 1776e193-7bfa-446a-af50-75a6ba10644e 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.145 | 4.145 | 4.145 | 4.145 | 4.145 | 4.145 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | -> glance_v2.upload_data | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 100.0% | 1 | | glance_v2.delete_image | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 1.199 | 100.0% | 1 | | total | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 100.0% | 1 | | -> duration | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.344183 Full duration: 13.475937 -------------------------------------------------------------------------------- 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 1776e193-7bfa-446a-af50-75a6ba10644e 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.136 | 4.136 | 4.136 | 4.136 | 4.136 | 4.136 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | -> glance_v2.upload_data | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | glance_v2.list_images | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 100.0% | 1 | | -> duration | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 4.317 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.317454 Full duration: 15.773402 -------------------------------------------------------------------------------- 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 1776e193-7bfa-446a-af50-75a6ba10644e 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.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | total | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | -> duration | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.364472 Full duration: 7.92166 -------------------------------------------------------------------------------- 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-3382d036-a7eb-46ef-b7cd-6bca7531b237" }, "number_instances": 2, "nics": [ { "net-id": "b5d971eb-c009-4bf6-a8d0-5901efd9e9de" } ] }, "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 1776e193-7bfa-446a-af50-75a6ba10644e 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.08 | 4.08 | 4.08 | 4.08 | 4.08 | 4.08 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | -> glance_v2.upload_data | 1.129 | 1.129 | 1.129 | 1.129 | 1.129 | 1.129 | 100.0% | 1 | | nova.boot_servers | 13.478 | 13.478 | 13.478 | 13.478 | 13.478 | 13.478 | 100.0% | 1 | | total | 17.559 | 17.559 | 17.559 | 17.559 | 17.559 | 17.559 | 100.0% | 1 | | -> duration | 16.559 | 16.559 | 16.559 | 16.559 | 16.559 | 16.559 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.559109 Full duration: 41.583456 HINTS: * To plot HTML graphics with this data, run: rally task report 1776e193-7bfa-446a-af50-75a6ba10644e --out output.html * To generate a JUnit report, run: rally task export 1776e193-7bfa-446a-af50-75a6ba10644e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1776e193-7bfa-446a-af50-75a6ba10644e --json --out output.json 2018-03-19 18:04:15,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1776e193-7bfa-446a-af50-75a6ba10644e'] 2018-03-19 18:04:16,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:04:16,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1776e193-7bfa-446a-af50-75a6ba10644e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-19 18:04:16,184 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-19 18:04:16,185 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-19 18:04:16,185 - 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-19 18:04:16,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:04:16,226 - 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-19 18:04:16,227 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-19 18:04:16,227 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-19 18:04:16,227 - 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-19 18:04:16,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:04:16,260 - 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-19 18:04:16,264 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:07:33,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d3c55514-a444-41e6-af85-92b1fc1a53cb 2018-03-19 18:07:33,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd3c55514-a444-41e6-af85-92b1fc1a53cb'] 2018-03-19 18:07:34,660 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d3c55514-a444-41e6-af85-92b1fc1a53cb: 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.189 | 3.189 | 3.189 | 3.189 | 3.189 | 3.189 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 100.0% | 1 | | total | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> duration | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.480073 Full duration: 22.343058 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.222 | 3.222 | 3.222 | 3.222 | 3.222 | 3.222 | 100.0% | 1 | | cinder_v2.delete_volume | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 2.687 | 100.0% | 1 | | total | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> duration | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.909051 Full duration: 15.910707 -------------------------------------------------------------------------------- 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-3382d036-a7eb-46ef-b7cd-6bca7531b237" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task d3c55514-a444-41e6-af85-92b1fc1a53cb 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 | 8.608 | 8.608 | 8.608 | 8.608 | 8.608 | 8.608 | 100.0% | 1 | | cinder_v2.delete_volume | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 100.0% | 1 | | total | 11.241 | 11.241 | 11.241 | 11.241 | 11.241 | 11.241 | 100.0% | 1 | | -> duration | 11.241 | 11.241 | 11.241 | 11.241 | 11.241 | 11.241 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.240606 Full duration: 21.944858 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.134 | 3.134 | 3.134 | 3.134 | 3.134 | 3.134 | 100.0% | 1 | | cinder_v2.delete_volume | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 100.0% | 1 | | total | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 100.0% | 1 | | -> duration | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.460402 Full duration: 15.234958 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.376 | 3.376 | 3.376 | 3.376 | 3.376 | 3.376 | 100.0% | 1 | | cinder_v2.extend_volume | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 100.0% | 1 | | cinder_v2.delete_volume | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 2.358 | 100.0% | 1 | | total | 8.422 | 8.422 | 8.422 | 8.422 | 8.422 | 8.422 | 100.0% | 1 | | -> duration | 8.422 | 8.422 | 8.422 | 8.422 | 8.422 | 8.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.422199 Full duration: 18.207283 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.416 | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 100.0% | 1 | | cinder_v2.delete_volume | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 2.605 | 100.0% | 1 | | total | 6.022 | 6.022 | 6.022 | 6.022 | 6.022 | 6.022 | 100.0% | 1 | | -> duration | 6.022 | 6.022 | 6.022 | 6.022 | 6.022 | 6.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.021987 Full duration: 23.228607 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | cinder_v2.list_qos | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.90521 Full duration: 12.300028 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.set_qos | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80885 Full duration: 12.469789 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | cinder_v2.list_types | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | -> duration | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.380393 Full duration: 13.133517 -------------------------------------------------------------------------------- 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 d3c55514-a444-41e6-af85-92b1fc1a53cb 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812385 Full duration: 12.393678 HINTS: * To plot HTML graphics with this data, run: rally task report d3c55514-a444-41e6-af85-92b1fc1a53cb --out output.html * To generate a JUnit report, run: rally task export d3c55514-a444-41e6-af85-92b1fc1a53cb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d3c55514-a444-41e6-af85-92b1fc1a53cb --json --out output.json 2018-03-19 18:07:34,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd3c55514-a444-41e6-af85-92b1fc1a53cb'] 2018-03-19 18:07:35,765 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:07:35,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd3c55514-a444-41e6-af85-92b1fc1a53cb', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-19 18:07:35,774 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-19 18:07:35,774 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-19 18:07:35,774 - 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-19 18:07:35,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:07:35,815 - 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-19 18:07:35,817 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:08:57,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 36625fdd-1295-483d-9961-05f9f290ff08 2018-03-19 18:08:57,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '36625fdd-1295-483d-9961-05f9f290ff08'] 2018-03-19 18:08:58,090 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 36625fdd-1295-483d-9961-05f9f290ff08: 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 36625fdd-1295-483d-9961-05f9f290ff08 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.492 | 4.492 | 4.492 | 4.492 | 4.492 | 4.492 | 100.0% | 1 | | heat.update_stack | 3.131 | 3.131 | 3.131 | 3.131 | 3.131 | 3.131 | 100.0% | 1 | | heat.delete_stack | 3.588 | 3.588 | 3.588 | 3.588 | 3.588 | 3.588 | 100.0% | 1 | | total | 11.211 | 11.211 | 11.211 | 11.211 | 11.211 | 11.211 | 100.0% | 1 | | -> duration | 7.211 | 7.211 | 7.211 | 7.211 | 7.211 | 7.211 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.211351 Full duration: 19.685682 -------------------------------------------------------------------------------- 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 36625fdd-1295-483d-9961-05f9f290ff08 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.678 | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 100.0% | 1 | | heat.check_stack | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | heat.delete_stack | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 100.0% | 1 | | total | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 7.994 | 100.0% | 1 | | -> duration | 5.994 | 5.994 | 5.994 | 5.994 | 5.994 | 5.994 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.994073 Full duration: 16.209609 -------------------------------------------------------------------------------- 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 36625fdd-1295-483d-9961-05f9f290ff08 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.659 | 4.659 | 4.659 | 4.659 | 4.659 | 4.659 | 100.0% | 1 | | heat.suspend_stack | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | heat.resume_stack | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 100.0% | 1 | | heat.delete_stack | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 2.373 | 100.0% | 1 | | total | 9.421 | 9.421 | 9.421 | 9.421 | 9.421 | 9.421 | 100.0% | 1 | | -> duration | 7.421 | 7.421 | 7.421 | 7.421 | 7.421 | 7.421 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.420609 Full duration: 17.870395 -------------------------------------------------------------------------------- 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 36625fdd-1295-483d-9961-05f9f290ff08 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.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | total | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> duration | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.601116 Full duration: 8.34999 HINTS: * To plot HTML graphics with this data, run: rally task report 36625fdd-1295-483d-9961-05f9f290ff08 --out output.html * To generate a JUnit report, run: rally task export 36625fdd-1295-483d-9961-05f9f290ff08 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 36625fdd-1295-483d-9961-05f9f290ff08 --json --out output.json 2018-03-19 18:08:58,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '36625fdd-1295-483d-9961-05f9f290ff08'] 2018-03-19 18:08:59,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:08:59,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '36625fdd-1295-483d-9961-05f9f290ff08', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-19 18:08:59,078 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-19 18:08:59,078 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-19 18:08:59,079 - 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-19 18:08:59,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:08:59,120 - 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-19 18:08:59,124 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:12:15,193 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 2018-03-19 18:12:15,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f'] 2018-03-19 18:12:16,294 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f: 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.revoke_role | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810397 Full duration: 14.777741 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.list_roles | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752295 Full duration: 14.39509 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920479 Full duration: 14.697873 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | keystone_v3.delete_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735835 Full duration: 12.186411 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.delete_service | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> duration | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.632099 Full duration: 12.27346 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.create_user | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.create_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_project | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_user | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.list_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | -> duration | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.873923 Full duration: 19.555789 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | keystone_v3.update_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> duration | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.976262 Full duration: 12.801236 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.82475 Full duration: 14.399248 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678907 Full duration: 14.266741 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.list_users | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88859 Full duration: 14.451644 -------------------------------------------------------------------------------- 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 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f 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.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.create_users | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 5.002 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | total | 6.633 | 6.633 | 6.633 | 6.633 | 6.633 | 6.633 | 100.0% | 1 | | -> duration | 6.633 | 6.633 | 6.633 | 6.633 | 6.633 | 6.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.633261 Full duration: 22.894946 HINTS: * To plot HTML graphics with this data, run: rally task report 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f --out output.html * To generate a JUnit report, run: rally task export 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f --json --out output.json 2018-03-19 18:12:16,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f'] 2018-03-19 18:12:17,327 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:12:17,328 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0df3f152-3f75-4bb5-b8cf-7eec1ec61f5f', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-19 18:12:17,334 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-19 18:12:17,335 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-19 18:12:17,335 - 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-19 18:12:17,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:12:17,374 - 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-19 18:12:17,382 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:18:25,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 79eb9dd7-6156-4015-b073-47ad78a7ae3c 2018-03-19 18:18:25,222 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '79eb9dd7-6156-4015-b073-47ad78a7ae3c'] 2018-03-19 18:18:26,411 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 79eb9dd7-6156-4015-b073-47ad78a7ae3c: 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | neutron.delete_network | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | total | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 100.0% | 1 | | -> duration | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 1.845 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.845168 Full duration: 15.226045 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.501 | 1.501 | 1.501 | 1.501 | 1.501 | 1.501 | 100.0% | 1 | | neutron.delete_port | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | total | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | -> duration | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.29578 Full duration: 37.913051 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.create_subnet | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | neutron.create_router | 3.217 | 3.217 | 3.217 | 3.217 | 3.217 | 3.217 | 100.0% | 1 | | neutron.add_interface_router | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | neutron.remove_interface_router | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | neutron.delete_router | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | total | 9.763 | 9.763 | 9.763 | 9.763 | 9.763 | 9.763 | 100.0% | 1 | | -> duration | 9.763 | 9.763 | 9.763 | 9.763 | 9.763 | 9.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.762571 Full duration: 47.591362 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.18 | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 100.0% | 1 | | neutron.delete_subnet | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 100.0% | 1 | | -> duration | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.887117 Full duration: 34.94888 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | neutron.list_networks | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | total | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | -> duration | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.226172 Full duration: 16.859186 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.45 | 1.45 | 1.45 | 1.45 | 1.45 | 1.45 | 100.0% | 1 | | neutron.list_ports | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 1.71 | 1.71 | 1.71 | 1.71 | 1.71 | 1.71 | 100.0% | 1 | | -> duration | 1.71 | 1.71 | 1.71 | 1.71 | 1.71 | 1.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.709551 Full duration: 34.697366 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | neutron.create_subnet | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | neutron.create_router | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | neutron.add_interface_router | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 1.808 | 100.0% | 1 | | neutron.list_routers | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 6.544 | 6.544 | 6.544 | 6.544 | 6.544 | 6.544 | 100.0% | 1 | | -> duration | 6.544 | 6.544 | 6.544 | 6.544 | 6.544 | 6.544 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.544083 Full duration: 51.573696 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.create_subnet | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | neutron.list_subnets | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | -> duration | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.773363 Full duration: 38.667839 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | neutron.delete_security_group | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | -> duration | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.370477 Full duration: 14.863981 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.create_security_group_rule | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | neutron.delete_security_group | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | -> duration | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.698551 Full duration: 15.03962 -------------------------------------------------------------------------------- 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 79eb9dd7-6156-4015-b073-47ad78a7ae3c 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.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | neutron.create_router | 3.59 | 3.59 | 3.59 | 3.59 | 3.59 | 3.59 | 100.0% | 1 | | neutron.add_gateway_router | 1.925 | 1.925 | 1.925 | 1.925 | 1.925 | 1.925 | 100.0% | 1 | | neutron.remove_gateway_router | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | total | 7.671 | 7.671 | 7.671 | 7.671 | 7.671 | 7.671 | 100.0% | 1 | | -> duration | 7.671 | 7.671 | 7.671 | 7.671 | 7.671 | 7.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.671068 Full duration: 30.494453 HINTS: * To plot HTML graphics with this data, run: rally task report 79eb9dd7-6156-4015-b073-47ad78a7ae3c --out output.html * To generate a JUnit report, run: rally task export 79eb9dd7-6156-4015-b073-47ad78a7ae3c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 79eb9dd7-6156-4015-b073-47ad78a7ae3c --json --out output.json 2018-03-19 18:18:26,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '79eb9dd7-6156-4015-b073-47ad78a7ae3c'] 2018-03-19 18:18:27,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:18:27,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '79eb9dd7-6156-4015-b073-47ad78a7ae3c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-19 18:18:27,507 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-19 18:18:27,508 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-19 18:18:27,509 - 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-19 18:18:27,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:18:27,554 - 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-19 18:18:27,568 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:21:36,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0530138b-e3d1-4352-bd2b-0cf3a5116738 2018-03-19 18:21:36,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0530138b-e3d1-4352-bd2b-0cf3a5116738'] 2018-03-19 18:21:37,380 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0530138b-e3d1-4352-bd2b-0cf3a5116738: 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-3382d036-a7eb-46ef-b7cd-6bca7531b237" }, "image": { "name": "Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237" }, "block_migration": false, "nics": [ { "net-id": "b5d971eb-c009-4bf6-a8d0-5901efd9e9de" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 0530138b-e3d1-4352-bd2b-0cf3a5116738 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 | 11.578 | 11.578 | 11.578 | 11.578 | 11.578 | 11.578 | 100.0% | 1 | | nova.find_host_to_migrate | 1.423 | 1.423 | 1.423 | 1.423 | 1.423 | 1.423 | 100.0% | 1 | | nova.live_migrate | 135.153 | 135.153 | 135.153 | 135.153 | 135.153 | 135.153 | 0.0% | 1 | | total | 148.154 | 148.154 | 148.154 | 148.154 | 148.154 | 148.154 | 0.0% | 1 | | -> duration | 147.154 | 147.154 | 147.154 | 147.154 | 147.154 | 147.154 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 147.15425 Full duration: 163.341345 HINTS: * To plot HTML graphics with this data, run: rally task report 0530138b-e3d1-4352-bd2b-0cf3a5116738 --out output.html * To generate a JUnit report, run: rally task export 0530138b-e3d1-4352-bd2b-0cf3a5116738 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0530138b-e3d1-4352-bd2b-0cf3a5116738 --json --out output.json 2018-03-19 18:21:37,380 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0530138b-e3d1-4352-bd2b-0cf3a5116738'] 2018-03-19 18:21:38,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:21:38,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0530138b-e3d1-4352-bd2b-0cf3a5116738', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-19 18:21:38,445 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-19 18:21:38,445 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-19 18:21:38,445 - 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-19 18:21:38,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-19 18:21:38,463 - 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-19 18:21:38,464 - 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': 'b5d971eb-c009-4bf6-a8d0-5901efd9e9de', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'flavor_name': 'rally-tiny-3382d036-a7eb-46ef-b7cd-6bca7531b237', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3382d036-a7eb-46ef-b7cd-6bca7531b237', '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-19 18:22:31,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 26471399-903b-4958-a8f9-809fb06bc6b4 2018-03-19 18:22:31,323 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '26471399-903b-4958-a8f9-809fb06bc6b4'] 2018-03-19 18:22:32,388 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 26471399-903b-4958-a8f9-809fb06bc6b4: 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 26471399-903b-4958-a8f9-809fb06bc6b4 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.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | quotas.delete_quotas | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.992248 Full duration: 8.693188 -------------------------------------------------------------------------------- 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 26471399-903b-4958-a8f9-809fb06bc6b4 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733152 Full duration: 8.500268 -------------------------------------------------------------------------------- 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 26471399-903b-4958-a8f9-809fb06bc6b4 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.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.707412 Full duration: 8.529 -------------------------------------------------------------------------------- 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 26471399-903b-4958-a8f9-809fb06bc6b4 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.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.947933 Full duration: 8.829541 HINTS: * To plot HTML graphics with this data, run: rally task report 26471399-903b-4958-a8f9-809fb06bc6b4 --out output.html * To generate a JUnit report, run: rally task export 26471399-903b-4958-a8f9-809fb06bc6b4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 26471399-903b-4958-a8f9-809fb06bc6b4 --json --out output.json 2018-03-19 18:22:32,389 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '26471399-903b-4958-a8f9-809fb06bc6b4'] 2018-03-19 18:22:33,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-19 18:22:33,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '26471399-903b-4958-a8f9-809fb06bc6b4', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-19 18:22:33,470 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-19 18:22:33,475 - 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:47 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:46 | 11 | 100.00% | | neutron | 05:37 | 11 | 100.00% | | nova | 02:43 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:36 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-19 18:22:33,476 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-19 18:22:43,809 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-19 18:22:43,809 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-19 18:22:44,362 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 18:22:44,362 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:35 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-19 18:22:44,367 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-19 18:22:44,367 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-19 18:22:44,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-19 18:22:46,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-19 18:22:46.577 9792 INFO rally.deployment.engine [-] Deployment 69613a41-2d44-4476-811e-d866dcf1e5aa | Starting: Destroy cloud and free allocated resources. 2018-03-19 18:22:46.660 9792 INFO rally.deployment.engine [-] Deployment 69613a41-2d44-4476-811e-d866dcf1e5aa | Completed: Destroy cloud and free allocated resources. 2018-03-19 18:22:46.684 9792 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f). 2018-03-19 18:22:46.689 9792 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-19 18:22:49,265 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-19 18:22:48.973 9795 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c9e9d94a-5665-44ea-9c00-abfe76d7db6e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c9e9d94a-5665-44ea-9c00-abfe76d7db6e | 2018-03-19T18:22:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c9e9d94a-5665-44ea-9c00-abfe76d7db6e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-19 18:22:52,584 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-19 18:22:52,585 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-19 18:22:54,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-19 18:22:54.684 9801 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6d24e676-d685-4a4e-965b-1d1f365fa54f). 2018-03-19 18:22:54.815 9801 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-19 18:22:58,464 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-19 18:22:56.946 9804 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-19 18:22:57.086 9804 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-19 18:22:58.277 9804 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947) has been successfully created! Using verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947) as the default verifier for the future CLI operations. 2018-03-19 18:23:01,702 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-19 18:23:04,361 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-19 18:23:10,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-19 18:23:16,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-19 18:23:14.867 9823 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947) for deployment 'opnfv-rally' (UUID=c9e9d94a-5665-44ea-9c00-abfe76d7db6e). 2018-03-19 18:23:15.846 9823 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947) has been successfully configured for deployment 'opnfv-rally' (UUID=c9e9d94a-5665-44ea-9c00-abfe76d7db6e)! 2018-03-19 18:23:16,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-19 18:23:16,014 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-19 18:23:16,016 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-19 18:23:20,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-19 18:23:22,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:22.197 9835 INFO rally.api [-] Starting verification (UUID=c37c2424-9a63-4dac-a59e-4d155fb6d248) for deployment 'opnfv-rally' (UUID=c9e9d94a-5665-44ea-9c00-abfe76d7db6e) by verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947). 2018-03-19 18:23:22,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c37c2424-9a63-4dac-a59e-4d155fb6d248 2018-03-19 18:23:31,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:31.470 9835 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-03-19 18:23:31,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:31.679 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.219s] 2018-03-19 18:23:31,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:31.750 9835 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.070s] 2018-03-19 18:23:32,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:32.285 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.047s] 2018-03-19 18:23:34,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:34.615 9835 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.330s] 2018-03-19 18:23:34,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:34.643 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.424s] 2018-03-19 18:23:34,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:34.831 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.330s] 2018-03-19 18:23:35,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:35.474 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.187s] 2018-03-19 18:23:36,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:36.793 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.085s] 2018-03-19 18:23:36,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:36.883 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.090s] 2018-03-19 18:23:36,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:36.958 9835 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-03-19 18:23:37,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:37.036 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.204s] 2018-03-19 18:23:37,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:37.713 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.237s] 2018-03-19 18:23:38,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:38.192 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.155s] 2018-03-19 18:23:38,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:38.984 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.271s] 2018-03-19 18:23:40,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:40.495 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.509s] 2018-03-19 18:23:41,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:41.100 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.187s] 2018-03-19 18:23:41,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:41.158 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.241s] 2018-03-19 18:23:41,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:41.285 9835 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.185s] 2018-03-19 18:23:41,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:41.362 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.203s] 2018-03-19 18:23:41,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:41.870 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.374s] 2018-03-19 18:23:42,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:42.316 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.953s] 2018-03-19 18:23:42,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:42.483 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.166s] 2018-03-19 18:23:42,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:42.647 9835 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.164s] 2018-03-19 18:23:44,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:44.196 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.325s] 2018-03-19 18:23:46,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:46.697 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.500s] 2018-03-19 18:23:46,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:46.788 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.092s] 2018-03-19 18:23:46,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:46.976 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.187s] 2018-03-19 18:23:47,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:47.291 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.314s] 2018-03-19 18:23:47,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:47.319 9835 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.028s] 2018-03-19 18:23:48,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:48.054 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [16.639s] 2018-03-19 18:23:54,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:54.987 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.065s] 2018-03-19 18:23:55,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.000 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-03-19 18:23:55,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.137 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.136s] 2018-03-19 18:23:55,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.149 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-03-19 18:23:55,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.162 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-03-19 18:23:55,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.212 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.048s] 2018-03-19 18:23:55,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.276 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-03-19 18:23:55,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.343 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.065s] 2018-03-19 18:23:55,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.362 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.715s] 2018-03-19 18:23:55,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.776 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.432s] 2018-03-19 18:23:55,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.790 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-03-19 18:23:55,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:23:55.862 9835 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-03-19 18:24:08,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:08.182 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.377s] 2018-03-19 18:24:09,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:09.498 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.315s] 2018-03-19 18:24:09,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:09.534 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.346s] 2018-03-19 18:24:10,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:10.630 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.131s] 2018-03-19 18:24:12,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:12.018 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.387s] 2018-03-19 18:24:13,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:13.565 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.547s] 2018-03-19 18:24:15,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:15.338 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.771s] 2018-03-19 18:24:15,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:15.690 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.155s] 2018-03-19 18:24:15,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:15.907 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.570s] 2018-03-19 18:24:16,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:16.733 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.825s] 2018-03-19 18:24:17,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:17.179 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.445s] 2018-03-19 18:24:18,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:18.774 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.593s] 2018-03-19 18:24:19,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:19.120 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.429s] 2018-03-19 18:24:19,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:19.288 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.513s] 2018-03-19 18:24:19,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:19.809 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.521s] 2018-03-19 18:24:20,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:20.190 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.380s] 2018-03-19 18:24:21,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:21.791 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.598s] 2018-03-19 18:24:22,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:22.411 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.620s] 2018-03-19 18:24:22,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:22.947 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.535s] 2018-03-19 18:24:23,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:23.460 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.513s] 2018-03-19 18:24:23,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:23.532 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.164s] 2018-03-19 18:24:23,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:23.631 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.510s] 2018-03-19 18:24:23,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:23.860 9835 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.399s] 2018-03-19 18:24:24,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:24.796 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [41.450s] 2018-03-19 18:24:25,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:25.725 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.933s] 2018-03-19 18:24:27,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:27.399 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.767s] 2018-03-19 18:24:28,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:28.880 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [27.921s] 2018-03-19 18:24:31,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:31.129 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.728s] 2018-03-19 18:24:34,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:34.530 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.401s] 2018-03-19 18:24:34,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:34.895 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.360s] 2018-03-19 18:24:36,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:36.631 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [58.430s] 2018-03-19 18:24:40,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:40.293 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.761s] 2018-03-19 18:24:40,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:40.504 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.625s] 2018-03-19 18:24:45,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:45.145 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.851s] 2018-03-19 18:24:45,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:45.327 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.183s] 2018-03-19 18:24:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:45.515 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.186s] 2018-03-19 18:24:45,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:45.573 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2018-03-19 18:24:45,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:45.627 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.053s] 2018-03-19 18:24:45,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:45.873 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-03-19 18:24:46,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:46.157 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.283s] 2018-03-19 18:24:46,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:46.368 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.211s] 2018-03-19 18:24:46,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:46.576 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.207s] 2018-03-19 18:24:50,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:50.857 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.342s] 2018-03-19 18:24:51,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:51.218 9835 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.360s] 2018-03-19 18:24:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:51.903 9835 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.326s] 2018-03-19 18:24:55,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:24:55.449 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [68.742s] 2018-03-19 18:25:01,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:01.288 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.079s] 2018-03-19 18:25:01,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:01.352 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.063s] 2018-03-19 18:25:02,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:02.072 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.719s] 2018-03-19 18:25:02,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:02.168 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.095s] 2018-03-19 18:25:02,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:02.170 9835 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-19 18:25:10,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:10.995 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.270s] 2018-03-19 18:25:18,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:18.145 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [37.633s] 2018-03-19 18:25:20,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:20.616 9835 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.618s] 2018-03-19 18:25:28,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:28.216 9835 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2018-03-19 18:25:28,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:28.680 9835 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.226s] 2018-03-19 18:25:37,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:37.878 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [62.970s] 2018-03-19 18:25:38,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:38.288 9835 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [20.142s] 2018-03-19 18:25:42,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:42.063 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.259s] 2018-03-19 18:25:42,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:42.413 9835 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.349s] 2018-03-19 18:25:46,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:46.302 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.151s] 2018-03-19 18:25:46,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:46.474 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.171s] 2018-03-19 18:25:46,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:46.643 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.168s] 2018-03-19 18:25:46,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:46.817 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.173s] 2018-03-19 18:25:46,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:46.835 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2018-03-19 18:25:46,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:46.988 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.153s] 2018-03-19 18:25:47,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.031 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.043s] 2018-03-19 18:25:47,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.079 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.046s] 2018-03-19 18:25:47,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.088 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-03-19 18:25:47,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.121 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-03-19 18:25:47,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.289 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.167s] 2018-03-19 18:25:47,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.489 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.199s] 2018-03-19 18:25:47,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.539 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.049s] 2018-03-19 18:25:47,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.594 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.054s] 2018-03-19 18:25:47,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:47.799 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.204s] 2018-03-19 18:25:48,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.287 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.487s] 2018-03-19 18:25:48,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.321 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-03-19 18:25:48,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.358 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2018-03-19 18:25:48,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.368 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-03-19 18:25:48,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.403 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-03-19 18:25:48,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.574 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.170s] 2018-03-19 18:25:48,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.609 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-03-19 18:25:48,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:48.645 9835 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-03-19 18:25:54,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:54.812 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.156s] 2018-03-19 18:25:54,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:54.958 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.146s] 2018-03-19 18:25:55,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:55.155 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.196s] 2018-03-19 18:25:55,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:55.186 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.031s] 2018-03-19 18:25:55,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:55.359 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.173s] 2018-03-19 18:25:55,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:55.554 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.193s] 2018-03-19 18:25:55,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:55.845 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.291s] 2018-03-19 18:25:55,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:55.890 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-03-19 18:25:56,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:56.073 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.182s] 2018-03-19 18:25:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:25:56.283 9835 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.209s] 2018-03-19 18:26:01,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:26:01.169 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.178s] 2018-03-19 18:26:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:26:11.365 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.193s] 2018-03-19 18:26:24,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:26:24.119 9835 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.752s] 2018-03-19 18:26:28,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c37c2424-9a63-4dac-a59e-4d155fb6d248']'. 2018-03-19 18:26:29,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-19 18:26:29,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c37c2424-9a63-4dac-a59e-4d155fb6d248 | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-19 18:23:22 | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-19 18:26:28 | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:06 | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 41239fe7-a172-4262-8dfe-db358df39947) | 2018-03-19 18:26:29,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c9e9d94a-5665-44ea-9c00-abfe76d7db6e) | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 139 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 174.909 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 139 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 18:26:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-19 18:26:29,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-19 18:26:35,418 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 18:26:35,418 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:34 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-19 18:26:35,423 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-19 18:26:35,532 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-19 18:26:37,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-19 18:26:37.597 9943 INFO rally.deployment.engine [-] Deployment c9e9d94a-5665-44ea-9c00-abfe76d7db6e | Starting: Destroy cloud and free allocated resources. 2018-03-19 18:26:37.672 9943 INFO rally.deployment.engine [-] Deployment c9e9d94a-5665-44ea-9c00-abfe76d7db6e | Completed: Destroy cloud and free allocated resources. 2018-03-19 18:26:37.718 9943 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947) for deployment 'opnfv-rally'. 2018-03-19 18:26:37.739 9943 INFO rally.api [-] Deleting verification (UUID=c37c2424-9a63-4dac-a59e-4d155fb6d248). 2018-03-19 18:26:37.783 9943 INFO rally.api [-] Verification has been successfully deleted! 2018-03-19 18:26:37.784 9943 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947). 2018-03-19 18:26:37.797 9943 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-19 18:26:40,475 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-19 18:26:40.126 9946 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5b7fe33c-9e2a-4d32-a946-3cc92164d59e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5b7fe33c-9e2a-4d32-a946-3cc92164d59e | 2018-03-19T18:26:40 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5b7fe33c-9e2a-4d32-a946-3cc92164d59e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-19 18:26:43,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-19 18:26:43,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-19 18:26:46,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-19 18:26:45.915 9952 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=41239fe7-a172-4262-8dfe-db358df39947). 2018-03-19 18:26:46.049 9952 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-19 18:26:49,616 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-19 18:26:48.201 9955 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-19 18:26:48.338 9955 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-19 18:26:49.451 9955 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7) as the default verifier for the future CLI operations. 2018-03-19 18:26:52,541 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-19 18:26:55,083 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-19 18:27:01,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-19 18:27:06,572 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-19 18:27:05.560 9974 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7) for deployment 'opnfv-rally' (UUID=5b7fe33c-9e2a-4d32-a946-3cc92164d59e). 2018-03-19 18:27:06.412 9974 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7) has been successfully configured for deployment 'opnfv-rally' (UUID=5b7fe33c-9e2a-4d32-a946-3cc92164d59e)! 2018-03-19 18:27:06,573 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-19 18:27:06,573 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-19 18:27:06,575 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-19 18:27:06,588 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-19 18:27:09,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-eca7fb6b-8058-47cb-ba10-59217a4926b7/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-03-19 18:27:09,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-19 18:27:12,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 18:27:12.048 9983 INFO rally.api [-] Starting verification (UUID=057d5b4a-9621-49d4-b5fc-79a0eb119d6e) for deployment 'opnfv-rally' (UUID=5b7fe33c-9e2a-4d32-a946-3cc92164d59e) by verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7). 2018-03-19 18:27:12,049 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 057d5b4a-9621-49d4-b5fc-79a0eb119d6e 2018-03-19 18:29:40,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '057d5b4a-9621-49d4-b5fc-79a0eb119d6e']'. 2018-03-19 18:29:41,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 057d5b4a-9621-49d4-b5fc-79a0eb119d6e | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-19 18:27:11 | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-19 18:29:40 | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:29 | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-19 18:29:41,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: eca7fb6b-8058-47cb-ba10-59217a4926b7) | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5b7fe33c-9e2a-4d32-a946-3cc92164d59e) | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 139.381 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-19 18:29:41,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 18:29:41,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-19 18:29:41,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-19 18:29:49,748 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 18:29:49,748 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-19 18:29:49,752 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-19 18:29:50,815 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-19 19:26:13,086 - 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_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... FAIL 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_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... 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_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (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_connect_via_ssh_heat_vm_derived (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 ====================================================================== FAIL: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 419, in test_create_router_with_ext_port self.assertEqual(ext_net.id, port.network_id) AssertionError: u'd73b2b13-3a18-4c1d-abd6-72df0e2c6320' != u'77d52b04-9cb7-405b-847b-86c981d095bf' - d73b2b13-3a18-4c1d-abd6-72df0e2c6320 + 77d52b04-9cb7-405b-847b-86c981d095bf ---------------------------------------------------------------------- Ran 120 tests in 3382.200s FAILED (failures=1) 2018-03-19 19:26:13,244 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 19:26:13,245 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 56:22 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-03-19 19:26:13,249 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-03-19 19:26:13,249 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-03-19 19:26:13,342 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-19 19:26:15,880 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-03-19 19:26:15.430 10210 INFO rally.deployment.engine [-] Deployment 5b7fe33c-9e2a-4d32-a946-3cc92164d59e | Starting: Destroy cloud and free allocated resources. 2018-03-19 19:26:15.512 10210 INFO rally.deployment.engine [-] Deployment 5b7fe33c-9e2a-4d32-a946-3cc92164d59e | Completed: Destroy cloud and free allocated resources. 2018-03-19 19:26:15.573 10210 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7) for deployment 'opnfv-rally'. 2018-03-19 19:26:15.606 10210 INFO rally.api [-] Deleting verification (UUID=057d5b4a-9621-49d4-b5fc-79a0eb119d6e). 2018-03-19 19:26:15.649 10210 INFO rally.api [-] Verification has been successfully deleted! 2018-03-19 19:26:15.650 10210 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7). 2018-03-19 19:26:15.664 10210 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-03-19 19:26:18,164 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-03-19 19:26:17.865 10213 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=440f9383-5e9f-4830-8d6d-f19b5aa30503) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 440f9383-5e9f-4830-8d6d-f19b5aa30503 | 2018-03-19T19:26:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 440f9383-5e9f-4830-8d6d-f19b5aa30503 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-03-19 19:26:21,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-03-19 19:26:21,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-19 19:26:23,989 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-03-19 19:26:23.724 10219 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=eca7fb6b-8058-47cb-ba10-59217a4926b7). 2018-03-19 19:26:23.844 10219 INFO rally.api [-] Verifier has been successfully deleted! 2018-03-19 19:26:27,478 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-03-19 19:26:25.978 10222 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-03-19 19:26:26.120 10222 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-03-19 19:26:27.279 10222 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b28b2f46-b0ff-445f-b399-e70afb3ba920) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b28b2f46-b0ff-445f-b399-e70afb3ba920) as the default verifier for the future CLI operations. 2018-03-19 19:26:30,519 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-19 19:26:33,685 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-03-19 19:26:40,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-03-19 19:26:46,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-03-19 19:26:44.667 10241 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b28b2f46-b0ff-445f-b399-e70afb3ba920) for deployment 'opnfv-rally' (UUID=440f9383-5e9f-4830-8d6d-f19b5aa30503). 2018-03-19 19:26:46.446 10241 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b28b2f46-b0ff-445f-b399-e70afb3ba920) has been successfully configured for deployment 'opnfv-rally' (UUID=440f9383-5e9f-4830-8d6d-f19b5aa30503)! 2018-03-19 19:26:46,606 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-19 19:26:46,606 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-19 19:26:46,608 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-19 19:26:46,622 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-19 19:26:49,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b28b2f46-b0ff-445f-b399-e70afb3ba920/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-03-19 19:26:49,748 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-19 19:26:49,750 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-19 19:26:49,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-03-19 19:26:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-19 19:26:51.904 10250 INFO rally.api [-] Starting verification (UUID=222a7b82-2ad3-4a20-83a0-83aff1b19493) for deployment 'opnfv-rally' (UUID=440f9383-5e9f-4830-8d6d-f19b5aa30503) by verifier 'opnfv-tempest' (UUID=b28b2f46-b0ff-445f-b399-e70afb3ba920). 2018-03-19 19:26:51,906 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 222a7b82-2ad3-4a20-83a0-83aff1b19493 2018-03-19 19:28:44,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '222a7b82-2ad3-4a20-83a0-83aff1b19493']'. 2018-03-19 19:28:45,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-19 19:28:45,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 222a7b82-2ad3-4a20-83a0-83aff1b19493 | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-19 19:26:51 | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-19 19:28:43 | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:52 | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b28b2f46-b0ff-445f-b399-e70afb3ba920) | 2018-03-19 19:28:45,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 440f9383-5e9f-4830-8d6d-f19b5aa30503) | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.592 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-19 19:28:45,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-19 19:28:45,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-03-19 19:28:51,509 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 19:28:51,509 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:21 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-03-19 19:28:51,514 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:02 | PASS | | vping_userdata | functest | smoke | 00:46 | PASS | | tempest_smoke_serial | functest | smoke | 15:08 | PASS | | rally_sanity | functest | smoke | 21:35 | FAIL | | refstack_defcore | functest | smoke | 03:34 | PASS | | patrole | functest | smoke | 02:57 | PASS | | snaps_smoke | functest | smoke | 56:22 | FAIL | | neutron_trunk | functest | smoke | 02:21 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-19 19:28:51,522 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-19 19:29:02,023 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-26 | | 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-19 19:29:02,027 - 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=PMJkXCaF8k7fzewqsdV3qnr8c export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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 export OS_REGION_NAME=regionOne 2018-03-19 19:29:02,028 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 19:29:02,028 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-19 19:29:02,029 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-19 19:29:02,032 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-19 19:29:05,907 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-26 | | 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-19 19:29:05,912 - 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=PMJkXCaF8k7fzewqsdV3qnr8c export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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 export OS_REGION_NAME=regionOne 2018-03-19 19:29:05,912 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 19:29:05,913 - 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-19 19:29:05,915 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-03-19 19:29:05,915 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-03-19 19:29:07,526 - 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-19 19:29:07,580 - 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-19 19:29:07,603 - 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-19 19:29:07,983 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-03-19 19:29:07,984 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-03-19 19:29:08,466 - xtesting.energy.energy - DEBUG - Starting recording 2018-03-19 19:29:08,466 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-03-19 19:29:08,886 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-03-19 19:29:11,861 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-f5664218-0075-44bb-9911-04ee1560441f, password=6dbe62f0-6b0c-4e25-a255-90193cfd54f6, auth_url=http://172.30.9.25:5000/v3, project_name=cloudify_ims-f5664218-0075-44bb-9911-04ee1560441f, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-03-19 19:29:11,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-03-19 19:29:13,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-03-19 19:29:13,400 - 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-19 19:30:43,084 - 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-19 19:30:51,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-03-19 19:30:52,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-03-19 19:31:07,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-03-19 19:31:11,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-03-19 19:31:12,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-03-19 19:34:01,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '6dbe62f0-6b0c-4e25-a255-90193cfd54f6', 'keystone_tenant_name': 'cloudify_ims-f5664218-0075-44bb-9911-04ee1560441f', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.25:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-f5664218-0075-44bb-9911-04ee1560441f', 'project_domain_name': 'Default'} 2018-03-19 19:34:01,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-03-19 19:34:04,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-03-19 19:34:34,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-03-19 19:34:34,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-03-19 19:34:36,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-03-19 19:34:38,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-03-19 19:34:38,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-03-19 19:35:12,080 - 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: mirror.sfo12.us.leaseweb.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 6.1 MB/s | 52 MB 00:08 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-19 19:35:12,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-03-19 19:35:16,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-03-19 19:35:17,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-03-19 19:35:23,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-03-19 19:35:23,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:35:23,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:35:23,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-03-19 19:35:49,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:35:49,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-03-19 19:35:49,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-03-19 19:35:49,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-03-19 19:35:50,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-03-19 19:35:55,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-03-19 19:35:55,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:35:55,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:35:55,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-19 19:35:55,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-03-19 19:35:55,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-19 19:36:00,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:00,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:00,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:00,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:00,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:00,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:00,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:06,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:06,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:11,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:11,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:11,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:11,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:16,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:36:16,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-19 19:36:16,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:16,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:16,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:16,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:16,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:16,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:22,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:22,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:22,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-19 19:36:22,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:22,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:22,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:22,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:22,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:22,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:22,227 - 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-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:27,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:27,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:27,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:27,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-19 19:36:27,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:27,784 - 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-19 19:36:32,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:32,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:36:32,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-19 19:36:32,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-19 19:36:32,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-19 19:36:53,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:53,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,081 - 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-19 19:36:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:36:59,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:37:04,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:37:04,295 - 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-19 19:37:04,296 - 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-19 19:37:04,296 - 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-19 19:37:04,296 - 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-19 19:37:04,296 - 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-19 19:37:04,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:37:04,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:37:04,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:37:04,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-19 19:37:04,296 - 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-19 19:37:09,467 - 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-19 19:37:25,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:25,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:30,226 - 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-19 19:37:30,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:30,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,381 - 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-19 19:37:35,381 - 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-19 19:37:35,381 - 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-19 19:37:35,381 - 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-19 19:37:35,381 - 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-19 19:37:35,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:35,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-19 19:37:40,596 - 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-19 19:37:40,596 - 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-19 19:38:06,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:06,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:06,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:06,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:06,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:06,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:06,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,815 - 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-19 19:38:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:14,815 - 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-19 19:38:14,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-19 19:38:21,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-19 19:38:21,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-19 19:38:21,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-19 19:38:21,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-19 19:38:21,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-19 19:38:21,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-19 19:38:42,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:42,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:42,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:42,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,048 - 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-19 19:38:50,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - 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-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:50,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:56,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:56,470 - 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-19 19:38:56,470 - 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-19 19:38:56,470 - 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-19 19:38:56,470 - 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-19 19:38:56,470 - 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-19 19:38:56,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-19 19:38:56,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:38:56,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:38:56,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:01,638 - 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.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) 2018-03-19 19:39:12,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-19 19:39:12,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:17,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:17,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:22,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:22,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:22,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:22,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:28,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:28,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:28,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:28,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:33,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:33,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:33,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:33,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:33,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:33,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:33,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:33,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:33,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:39,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:39,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:39,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:39,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:39,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:39,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:39,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:44,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:44,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:44,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:44,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:44,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:39:44,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:50,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:50,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:39:50,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:50,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:55,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:55,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-19 19:39:55,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-19 19:39:55,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:55,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:39:55,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:55,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:39:55,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:55,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:55,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:39:55,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:39:55,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:01,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:01,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:07,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-19 19:40:07,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:07,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-19 19:40:07,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-19 19:40:07,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:07,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:13,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:18,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:18,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:18,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:40:18,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:40:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:40:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-19 19:40:18,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:24,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-19 19:40:40,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:40:40,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:40:40,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:40:40,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:40:40,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:40:40,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:40:40,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:42:09,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:09,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:09,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:14,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:14,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:14,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:14,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:14,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:14,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:42:14,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:42:20,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:45:41,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:45:46,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:45:46,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:45:46,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:45:46,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:45:46,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:45:46,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:45:52,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:45:52,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:45:52,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:45:52,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:45:52,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:45:57,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:03,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:03,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:46:08,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:46:08,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:46:08,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:08,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:46:08,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:46:14,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:20,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:46:20,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:46:20,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:46:20,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:46:20,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:42,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:53,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:46:53,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-19 19:46:53,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:46:53,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:48:48,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:48:48,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:48:48,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:48:48,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:48:48,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-03-19 19:48:48,609 - 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-19T19:35:50.114Z', 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'6aad88cd-adf4-44cd-a580-152b9f96c13c'} 2018-03-19 19:48:48,681 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.30.9.205 2018-03-19 19:48:48,778 - 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-19 19:48:48,845 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-03-19 19:48:48,845 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-03-19 19:48:48,906 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-03-19 19:49:13,989 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-03-19 19:49:39,101 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-03-19 19:50:04,204 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-03-19 19:50:29,291 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-03-19 19:50:54,389 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-03-19 19:51:19,602 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550674@clearwater.opnfv', u'sip_username': u'6505550674', u'formatted_number': u'(650) 555-0674', u'number': u'6505550674', u'sip_uri': u'sip:6505550674@clearwater.opnfv', u'number_id': u'da1a9b393fc74b5093274b6a259f347a', u'sip_password': u'AzXMdH38j', u'pstn': False} 2018-03-19 19:51:19,602 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-03-19 19:51:19,602 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-03-19 19:51:19,621 - 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-19 19:51:19,622 - 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-19 19:59:09,023 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-03-19 19:59:09,026 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:44:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Tel URIs (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:99:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Unknown number (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:140:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Rejected by remote endpoint (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:164:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Messages - Pager model (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:199:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Pracks (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-call.rb:229:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Registration (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-register.rb:36:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Multiple Identities (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/basic-register.rb:55:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Barring - Outbound Rejection (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-barring.rb:38:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' 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) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-barring.rb:155:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' 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) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:105:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (not registered) (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:126:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (408) (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:149:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (503) (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:184:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (500) (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:218:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Busy (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:252:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Unconditional (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:283:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - No answer (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:314:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Bad target URI (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:380:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Audio-only call (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:409:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Audio-video call (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:443:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Waiting - Accepted (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-waiting.rb:38:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Waiting - Cancelled (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/call-waiting.rb:148:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' CANCEL - Mainline (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/cancel.rb:38:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Accept-Contact (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:37:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Accept-Contact no match (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:70:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Accept-Contact negated match (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:97:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - RFC3841 example (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:131:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Reject-Contact no match (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:215:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Reject-Contact match (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:248:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' 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) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:54:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - REGISTER - binding suggested GRUU (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:73:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - REGISTER - instance ID requires escaping (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:94:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - REGISTER - three bindings with GRUUs (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:109:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - first endpoint GRUU as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:131:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - second endpoint GRUU as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:167:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - only GRUU as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:203:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - AoR as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:239:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - unknown GRUU as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:275:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:303:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - Reject-Contact interop (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:331:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - Accept-Contact interop (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:361:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - AoR with other param as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:400:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - GRUU with other param as target (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:436:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' 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) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:49:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' SUBSCRIBE - reg-event with a GRUU (TCP) - Failed SocketError thrown: - Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) - /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' - /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' - /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' - /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' - /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' - /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' - /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' - /src/vims-test/lib/ellis.rb:180:in `rescue in get_security_cookie' - /src/vims-test/lib/ellis.rb:172:in `get_security_cookie' - /src/vims-test/lib/ellis.rb:81:in `initialize' - /src/vims-test/lib/test-definition.rb:348:in `new' - /src/vims-test/lib/test-definition.rb:348:in `provision_line' - /src/vims-test/lib/test-definition.rb:204:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:93:in `block in ' - /src/vims-test/lib/test-definition.rb:278:in `run' - /src/vims-test/lib/test-definition.rb:144:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:134:in `collect' - /src/vims-test/lib/test-definition.rb:134:in `block in run_all' - /src/vims-test/lib/test-definition.rb:132:in `times' - /src/vims-test/lib/test-definition.rb:132:in `run_all' - /src/vims-test/lib/live-test.rb:46:in `run_tests' - /src/vims-test/Rakefile:39:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Failed to open TCP connection to ellis.clearwater.opnfv:80 (getaddrinfo: Try again) /usr/lib/ruby/2.4.0/net/http.rb:906:in `rescue in block in connect' /usr/lib/ruby/2.4.0/net/http.rb:903:in `block in connect' /usr/lib/ruby/2.4.0/timeout.rb:93:in `block in timeout' /usr/lib/ruby/2.4.0/timeout.rb:103:in `timeout' /usr/lib/ruby/2.4.0/net/http.rb:902:in `connect' /usr/lib/ruby/2.4.0/net/http.rb:887:in `do_start' /usr/lib/ruby/2.4.0/net/http.rb:876:in `start' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' /src/vims-test/lib/ellis.rb:53:in `destroy_leaked_numbers' /src/vims-test/lib/live-test.rb:50:in `run_tests' /src/vims-test/Rakefile:39:in `block in ' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' /usr/bin/rake:23:in `load' /usr/bin/rake:23:in `
' 2018-03-19 19:59:09,027 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-03-19 19:59:09,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 46, 'skipped': 30, 'passed': 0} 2018-03-19 19:59:09,030 - xtesting.energy.energy - DEBUG - Restoring previous scenario (refstack_defcore/running) 2018-03-19 19:59:09,030 - xtesting.energy.energy - DEBUG - Submitting scenario (refstack_defcore/running) 2018-03-19 19:59:09,579 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 19:59:09,579 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 30:00 | PASS | +----------------------+------------------+------------------+----------------+ 2018-03-19 19:59:09,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-03-19 19:59:15,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:15,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:15,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-03-19 19:59:20,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:20,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:20,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-19 19:59:20,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:25,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:25,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 19:59:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 19:59:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 19:59:30,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 19:59:30,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 19:59:30,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:30,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:35,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:35,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 19:59:35,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:35,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 19:59:35,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5968) 2018-03-19 19:59:35,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:35,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:35,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:35,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 19:59:35,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 19:59:41,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 19:59:41,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 19:59:41,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:41,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 19:59:41,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-19 19:59:46,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:46,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 19:59:51,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 19:59:51,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:51,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 19:59:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 19:59:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 19:59:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 19:59:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:00:01,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:00:01,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 20:00:01,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:01,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:01,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:00:07,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:00:07,140 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:00:07,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:00:07,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:00:12,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:00:12,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:00:17,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:17,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:17,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-19 20:00:17,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:00:17,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:00:17,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 20:02:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 20:02:21,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 20:02:26,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-19 20:02:26,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-19 20:02:31,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 20:02:31,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 20:02:31,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-19 20:02:36,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-19 20:02:36,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-19 20:02:41,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:41,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:41,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:41,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-19 20:02:41,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:41,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:46,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:46,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:02:46,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 20:02:46,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 20:02:46,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:51,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:51,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:51,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-19 20:02:51,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:02:51,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-19 20:02:51,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-19 20:02:56,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:02:56,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:02:56,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:02:56,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:02:56,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:02:56,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:03:02,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-19 20:03:02,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:03:02,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:03:02,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:03:02,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-19 20:03:07,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-19 20:03:07,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:03:07,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-19 20:03:07,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-19 20:03:07,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-03-19 20:03:08,341 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-19 20:03:35,454 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-03-19 20:03:35,997 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-19 20:03:36,535 - 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-19 20:03:36,535 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-03-19 20:03:36,563 - 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-19 20:03:36,568 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-19 20:03:36,592 - 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-19 20:03:36,592 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-03-19 20:03:39,685 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-9d55f5ae-1bcc-4406-bf25-3857a9e241e2, password=26995b46-a784-443d-a145-efa65983ff00, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-9d55f5ae-1bcc-4406-bf25-3857a9e241e2, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-03-19 20:03:39,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-03-19 20:03:39,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-03-19 20:03:39,685 - 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-19 20:05:07,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-03-19 20:05:18,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-03-19 20:05:19,607 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-03-19 20:05:34,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-03-19 20:05:37,976 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-03-19 20:05:38,658 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-03-19 20:08:46,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-03-19 20:08:47,986 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-03-19 20:09:18,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-03-19 20:09:48,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-03-19 20:09:48,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-03-19 20:09:50,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-03-19 20:09:50,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-03-19 20:10:23,079 - 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.sesp.northwestern.edu * extras: mirrors.umflint.edu * updates: mirrors.sonic.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 9.0 MB/s | 52 MB 00:05 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-19 20:10:23,080 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-03-19 20:10:26,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-03-19 20:10:29,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-9d55f5ae-1bcc-4406-bf25-3857a9e241e2, password=332cdca6-4a27-4020-ad25-c2c7235968dd, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-9d55f5ae-1bcc-4406-bf25-3857a9e241e2, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-03-19 20:10:30,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-03-19 20:10:30,209 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 75, in run self.deploy_vnf() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 364, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 207, in create expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 240, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) MissingRequiredDeploymentInputError: 400: Required inputs ['keystone_user_domain_name', 'keystone_project_domain_name'] were not specified - expected inputs: ['keypair_name', 'management_plane_network_name', 'external_network_name', 'keystone_user_domain_name', 'data_plane_network_name', 'target_vnf_name', 'reference_vnf_flavor_id', 'target_vnf_flavor_id', 'reference_vnf_name', 'target_vnf_data_plane_port_name', 'reference_vnf_data_plane_port_name', 'keystone_username', 'security_group_name', 'reference_vnf_image_id', 'keystone_password', 'target_vnf_port_name', 'keystone_tenant_name', 'keystone_project_domain_name', 'keystone_url', 'reference_vnf_port_name', 'target_vnf_image_id', 'management_plane_subnet_name', 'ssh_key_filename', 'router_name', 'region', 'data_plane_subnet_name'] 2018-03-19 20:10:30,359 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 20:10:30,359 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 06:54 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-19 20:10:30,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-03-19 20:10:30,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-03-19 20:10:30,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-03-19 20:10:30,423 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-19 20:10:54,317 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-03-19 20:10:54,317 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-03-19 20:10:54,447 - 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-19 20:10:54,468 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-03-19 20:10:54,468 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-03-19 20:10:57,502 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-a33e9ca1-a564-4f94-89fd-67696c78be0b, password=bbdb8701-e2c7-42be-9026-22dd283e0a06, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-a33e9ca1-a564-4f94-89fd-67696c78be0b, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-03-19 20:10:57,885 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-03-19 20:10:59,744 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-03-19 20:10:59,744 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-03-19 20:11:01,365 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=81e455cc-bb96-40a5-be81-0fd480631cb3, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-a33e9ca1-a564-4f94-89fd-67696c78be0b, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-03-19 20:11:01,458 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-03-19 20:11:01,458 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-03-19 20:11:01,459 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-03-19 20:11:04,811 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-03-19 20:11:15,344 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-03-19 20:11:16,033 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-03-19 20:11:16,045 - 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-19 20:11:16,045 - 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-19 20:11:25,632 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d ~ -i 2eb5eec5-1bee-4a44-96bd-7165cf927edb -s trusty -r regionOne -u http://172.30.9.25:5000/v3 Image metadata files have been written to: /~/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /~ 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /~ and set the value of image-metadata-url accordingly. 2018-03-19 20:11:25,632 - 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-19 20:11:35,515 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d ~ -i d0d07e4c-fa78-4b8a-9328-3ad9ead70ce9 -s xenial -r regionOne -u http://172.30.9.25:5000/v3 Image metadata files have been written to: /~/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /~ 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /~ and set the value of image-metadata-url accordingly. 2018-03-19 20:11:35,516 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 3f990782-c7e2-4547-a410-cda4d3eaeb3f 2018-03-19 20:15:59,180 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-03-19 20:15:59,180 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-03-19 20:15:59,909 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-03-19 20:16:20,898 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-03-19 20:35:19,711 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju wait completed: 0 2018-03-19 20:35:19,712 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-03-19 20:35:21,115 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - List of Instance: [, , , , ] 2018-03-19 20:35:21,902 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Instance: juju-cc1c8605-0904-4e17-8f75-6e92bbdaf91f-371b0d80-8457-444e-8acd-173fa262ed6d 2018-03-19 20:35:21,902 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Adding Security group rule.... 2018-03-19 20:35:23,237 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files to Abot_node 2018-03-19 20:35:23,755 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files in Abot_node 2018-03-19 20:35:41,145 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-03-19 20:35:58,311 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-03-19 20:35:58,665 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-03-19 20:35:58,666 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 76, in run self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 388, in test_vnf 'json'.format(self.case_dir))) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 469, in process_abot_test_result with open(file_path) as test_result: IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/TestResults.json' 2018-03-19 20:35:58,798 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-19 20:35:58,798 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 25:04 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-19 20:35:58,801 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing deployment files... 2018-03-19 20:35:58,802 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-03-19 20:36:59,296 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-03-19 20:36:59,297 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-19 20:37:15,708 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-03-19 20:37:15,709 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 30:00 | PASS | | vyos_vrouter | functest | vnf | 06:54 | FAIL | | juju_epc | functest | vnf | 25:04 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-19 20:37:15,713 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-19 20:37:20,974 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-26 | | 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-19 20:37:20,980 - 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=PMJkXCaF8k7fzewqsdV3qnr8c export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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 export OS_REGION_NAME=regionOne 2018-03-19 20:37:20,980 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-19 20:37:20,981 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-19 20:37:20,982 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-19 20:37:20,983 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK