2018-04-10 19:08:37,549 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-2 | | 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-04-10 19:08:37,553 - 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=kNh2E7GKfmkNNwAAKuMzmF9gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-04-10 19:08:37,553 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 19:08:37,554 - 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-04-10 19:08:37,556 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-10 19:08:37,556 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-10 19:08:40,621 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 19:08:51,287 - 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.656s OK 2018-04-10 19:08:51,409 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:08:51,410 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-10 19:08:51,414 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-10 19:08:52,954 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 19:21:53,214 - 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_create_project_quota_override (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 84 tests in 780.206s OK 2018-04-10 19:21:53,342 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:21:53,342 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:00 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-10 19:21:53,347 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-10 19:21:54,194 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 19:22:37,608 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.412s OK 2018-04-10 19:22:37,834 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:22:37,835 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-10 19:22:37,839 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 13:00 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-10 19:22:37,842 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-10 19:23:44,490 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-2 | | 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-04-10 19:23:44,494 - 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=kNh2E7GKfmkNNwAAKuMzmF9gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-04-10 19:23:44,494 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 19:23:44,495 - 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-04-10 19:23:44,497 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-10 19:23:44,497 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-10 19:23:49,414 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-04-10 19:23:49,414 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-10 19:23:49,414 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-10 19:23:49' 2018-04-10 19:23:49,415 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:23:51,985 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:23:55,248 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:24:06,665 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:24:07,970 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:24:08,737 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:24:16,735 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:24:20,553 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b07fee2f-ffc6-4fc4-aee9-5a3302af1504' 2018-04-10 19:24:46,280 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-10 19:24:51,823 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-10 19:24:51,972 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-10 19:24:52,978 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-10 19:25:13,412 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:25:13,413 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:04 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-10 19:25:13,417 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-10 19:25:13,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-10 19:25:13,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-10 19:25:13' 2018-04-10 19:25:13,527 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--8e27dd82-6f57-4ec4-9727-03942a3f163a' 2018-04-10 19:25:16,887 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-8e27dd82-6f57-4ec4-9727-03942a3f163a' 2018-04-10 19:25:19,242 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-8e27dd82-6f57-4ec4-9727-03942a3f163a' 2018-04-10 19:25:30,587 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-8e27dd82-6f57-4ec4-9727-03942a3f163a' 2018-04-10 19:25:31,273 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8e27dd82-6f57-4ec4-9727-03942a3f163a' 2018-04-10 19:25:37,377 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-8e27dd82-6f57-4ec4-9727-03942a3f163a' 2018-04-10 19:25:44,654 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-10 19:25:58,484 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-10 19:26:01,066 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-10 19:26:18,917 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:26:18,918 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:48 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-10 19:26:18,922 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-10 19:26:19,066 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 19:26:24,470 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 19:26:24.137 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=59a757b3-2a47-4462-992b-1f142df62daf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 59a757b3-2a47-4462-992b-1f142df62daf | 2018-04-10T19:26:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 59a757b3-2a47-4462-992b-1f142df62daf ~/.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-04-10 19:26:28,055 - 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-04-10 19:26:28,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 19:26:34,177 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 19:26:32.603 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 19:26:32.725 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 19:26:34.048 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727) has been successfully created! Using verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727) as the default verifier for the future CLI operations. 2018-04-10 19:26:37,248 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 19:26:39,599 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 19:26:45,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 19:26:51,120 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 19:26:50.022 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727) for deployment 'opnfv-rally' (UUID=59a757b3-2a47-4462-992b-1f142df62daf). 2018-04-10 19:26:50.920 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727) has been successfully configured for deployment 'opnfv-rally' (UUID=59a757b3-2a47-4462-992b-1f142df62daf)! 2018-04-10 19:26:51,120 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 19:26:51,121 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 19:26:51,122 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 19:26:51,137 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-10 19:26:54,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-16094f77-e93d-4921-81e4-985c685ac727/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-10 19:26:54,529 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-10 19:26:54,536 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-10 19:26:54,537 - 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-04-10 19:26:56,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:26:56.806 55 INFO rally.api [-] Starting verification (UUID=5643f798-e193-4025-ab71-70091f05c3ee) for deployment 'opnfv-rally' (UUID=59a757b3-2a47-4462-992b-1f142df62daf) by verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727). 2018-04-10 19:26:56,809 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5643f798-e193-4025-ab71-70091f05c3ee 2018-04-10 19:27:04,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:27:04.113 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.173s] 2018-04-10 19:27:04,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:27:04.170 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-04-10 19:27:10,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:27:10.520 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.575s] 2018-04-10 19:27:13,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:27:13.709 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.189s] 2018-04-10 19:27:27,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:27:27.082 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.442s] 2018-04-10 19:27:46,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:27:46.621 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [13.591s] 2018-04-10 19:28:24,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:28:24.811 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-04-10 19:28:24,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:28:24.812 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-10 19:29:04,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:29:04.914 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-04-10 19:29:04,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:29:04.916 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-10 19:29:44,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:29:44.099 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.082s] 2018-04-10 19:29:44,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:29:44.101 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-10 19:30:35,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:30:35.771 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.487s] 2018-04-10 19:31:01,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:01.506 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-04-10 19:31:01,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:01.612 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.107s] 2018-04-10 19:31:09,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:09.302 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.659s] 2018-04-10 19:31:09,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:09.312 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-10 19:31:10,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:10.739 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-10 19:31:10,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:10.740 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-10 19:31:14,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:14.758 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.411s] 2018-04-10 19:31:20,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:20.576 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2018-04-10 19:31:26,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:26.676 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.659s] 2018-04-10 19:31:33,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:33.852 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.471s] 2018-04-10 19:31:42,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:42.992 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.225s] 2018-04-10 19:31:48,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:48.850 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.387s] 2018-04-10 19:31:54,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:31:54.611 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-04-10 19:32:01,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:01.616 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.431s] 2018-04-10 19:32:08,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:08.316 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.462s] 2018-04-10 19:32:16,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:16.301 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.857s] 2018-04-10 19:32:18,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:18.301 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-10 19:32:20,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:20.294 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.085s] 2018-04-10 19:32:20,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:20.370 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-04-10 19:32:20,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:20.444 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-04-10 19:32:20,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:20.452 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-10 19:32:24,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:24.388 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.808s] 2018-04-10 19:32:26,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:26.513 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.124s] 2018-04-10 19:32:28,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:28.346 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.833s] 2018-04-10 19:32:34,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:34.168 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-10 19:32:41,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:41.575 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.208s] 2018-04-10 19:32:58,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:32:58.876 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.191s] 2018-04-10 19:33:04,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:04.036 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.159s] 2018-04-10 19:33:17,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:17.359 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.102s] 2018-04-10 19:33:20,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:20.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.580s] 2018-04-10 19:33:27,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:27.507 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.566s] 2018-04-10 19:33:36,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:36.812 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.716s] 2018-04-10 19:33:40,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:40.714 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.900s] 2018-04-10 19:33:45,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:33:45.845 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.130s] 2018-04-10 19:34:00,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:00.502 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.393s] 2018-04-10 19:34:00,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:00.795 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.293s] 2018-04-10 19:34:00,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:00.944 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.147s] 2018-04-10 19:34:01,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:01.148 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.204s] 2018-04-10 19:34:01,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:01.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-04-10 19:34:01,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:01.601 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.355s] 2018-04-10 19:34:15,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:15.043 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.426s] 2018-04-10 19:34:15,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:15.494 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.452s] 2018-04-10 19:34:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:15.744 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.248s] 2018-04-10 19:34:15,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:15.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.195s] 2018-04-10 19:34:16,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:16.199 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.259s] 2018-04-10 19:34:16,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:16.398 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.198s] 2018-04-10 19:34:29,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:29.685 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.273s] 2018-04-10 19:34:36,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:36.044 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.357s] 2018-04-10 19:34:37,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:37.992 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.948s] 2018-04-10 19:34:38,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:38.201 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.209s] 2018-04-10 19:34:38,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:38.408 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.206s] 2018-04-10 19:34:50,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:50.775 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.255s] 2018-04-10 19:34:56,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:56.783 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.008s] 2018-04-10 19:34:59,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:59.169 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.384s] 2018-04-10 19:34:59,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:59.365 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-04-10 19:34:59,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:34:59.555 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.188s] 2018-04-10 19:35:21,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:35:21.480 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.199s] 2018-04-10 19:35:33,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:35:33.630 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.149s] 2018-04-10 19:35:44,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:35:44.423 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.791s] 2018-04-10 19:35:53,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:35:53.880 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.456s] 2018-04-10 19:36:24,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:36:24.936 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.765s] 2018-04-10 19:36:36,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:36:36.428 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.491s] 2018-04-10 19:36:47,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:36:47.546 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.117s] 2018-04-10 19:36:56,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:36:56.653 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.106s] 2018-04-10 19:37:14,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:14.083 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.771s] 2018-04-10 19:37:16,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:16.129 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.044s] 2018-04-10 19:37:16,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:16.316 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.190s] 2018-04-10 19:37:21,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:21.198 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.591s] 2018-04-10 19:37:23,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:23.420 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.220s] 2018-04-10 19:37:23,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:23.464 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-04-10 19:37:27,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:27.945 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.349s] 2018-04-10 19:37:31,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:31.270 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-10 19:37:32,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:32.592 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-10 19:37:32,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:32.594 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-10 19:37:32,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:32.594 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-10 19:37:32,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:32.595 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-10 19:37:32,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:32.596 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-10 19:37:34,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:34.436 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-10 19:37:50,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:37:50.580 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.237s] 2018-04-10 19:38:02,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:38:02.557 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.030s] 2018-04-10 19:38:14,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:38:14.964 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.405s] 2018-04-10 19:38:24,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:38:24.224 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.677s] 2018-04-10 19:39:41,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:39:41.580 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [70.143s] 2018-04-10 19:40:20,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:40:20.565 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.091s] 2018-04-10 19:41:15,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 19:41:15.430 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.133s] 2018-04-10 19:41:35,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5643f798-e193-4025-ab71-70091f05c3ee']'. 2018-04-10 19:41:36,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5643f798-e193-4025-ab71-70091f05c3ee | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 19:26:56 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 19:41:35 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:39 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 16094f77-e93d-4921-81e4-985c685ac727) | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 59a757b3-2a47-4462-992b-1f142df62daf) | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 853.581 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-10 19:41:36,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 19:41:36,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 19:41:36,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-10 19:41:43,294 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 19:41:43,295 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:06 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-10 19:41:43,301 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-10 19:41:43,420 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 19:41:46,148 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 19:41:45.766 119 INFO rally.deployment.engine [-] Deployment 59a757b3-2a47-4462-992b-1f142df62daf | Starting: Destroy cloud and free allocated resources. 2018-04-10 19:41:45.837 119 INFO rally.deployment.engine [-] Deployment 59a757b3-2a47-4462-992b-1f142df62daf | Completed: Destroy cloud and free allocated resources. 2018-04-10 19:41:45.858 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727) for deployment 'opnfv-rally'. 2018-04-10 19:41:45.868 119 INFO rally.api [-] Deleting verification (UUID=5643f798-e193-4025-ab71-70091f05c3ee). 2018-04-10 19:41:45.903 119 INFO rally.api [-] Verification has been successfully deleted! 2018-04-10 19:41:45.903 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727). 2018-04-10 19:41:45.915 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 19:41:48,580 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 19:41:48.308 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=66d232eb-f062-4d83-86fa-76129be9439d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 66d232eb-f062-4d83-86fa-76129be9439d | 2018-04-10T19:41:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 66d232eb-f062-4d83-86fa-76129be9439d ~/.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-04-10 19:41:51,812 - 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-04-10 19:41:51,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-10 19:41:53,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081'... 2018-04-10 19:41:56,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081'... 2018-04-10 19:41:59,211 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081'... 2018-04-10 19:42:10,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081'... 2018-04-10 19:42:10,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081'... 2018-04-10 19:42:11,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-10 19:42:11,559 - 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-04-10 19:42:11,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:42:11,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:42:11,587 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 19:43:12,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd846a3c-bb9f-424d-a972-ea275dbab6a9 2018-04-10 19:43:12,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-10 19:43:12,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bd846a3c-bb9f-424d-a972-ea275dbab6a9'] 2018-04-10 19:43:13,243 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bd846a3c-bb9f-424d-a972-ea275dbab6a9: 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 bd846a3c-bb9f-424d-a972-ea275dbab6a9 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484395 Full duration: 7.022377 -------------------------------------------------------------------------------- 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 bd846a3c-bb9f-424d-a972-ea275dbab6a9 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781481 Full duration: 7.317806 -------------------------------------------------------------------------------- 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 bd846a3c-bb9f-424d-a972-ea275dbab6a9 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | total | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> duration | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.995711 Full duration: 7.67453 -------------------------------------------------------------------------------- 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 bd846a3c-bb9f-424d-a972-ea275dbab6a9 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.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | total | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | -> duration | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.260656 Full duration: 7.977481 -------------------------------------------------------------------------------- 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 bd846a3c-bb9f-424d-a972-ea275dbab6a9 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | total | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> duration | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.953902 Full duration: 7.858444 -------------------------------------------------------------------------------- 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 bd846a3c-bb9f-424d-a972-ea275dbab6a9 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.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701639 Full duration: 7.316015 HINTS: * To plot HTML graphics with this data, run: rally task report bd846a3c-bb9f-424d-a972-ea275dbab6a9 --out output.html * To generate a JUnit report, run: rally task export bd846a3c-bb9f-424d-a972-ea275dbab6a9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd846a3c-bb9f-424d-a972-ea275dbab6a9 --json --out output.json 2018-04-10 19:43:13,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bd846a3c-bb9f-424d-a972-ea275dbab6a9'] 2018-04-10 19:43:14,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 19:43:14,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bd846a3c-bb9f-424d-a972-ea275dbab6a9', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-10 19:43:14,374 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-10 19:43:14,375 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-10 19:43:14,375 - 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-04-10 19:43:14,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:43:14,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:43:14,396 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 19:44:54,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c47c39da-96f0-4849-b265-d6f6a0bb3193 2018-04-10 19:44:54,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c47c39da-96f0-4849-b265-d6f6a0bb3193'] 2018-04-10 19:44:55,600 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c47c39da-96f0-4849-b265-d6f6a0bb3193: 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 c47c39da-96f0-4849-b265-d6f6a0bb3193 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 | 5.143 | 5.143 | 5.143 | 5.143 | 5.143 | 5.143 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 100.0% | 1 | | -> glance_v2.upload_data | 2.208 | 2.208 | 2.208 | 2.208 | 2.208 | 2.208 | 100.0% | 1 | | glance_v2.delete_image | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | total | 6.249 | 6.249 | 6.249 | 6.249 | 6.249 | 6.249 | 100.0% | 1 | | -> duration | 6.249 | 6.249 | 6.249 | 6.249 | 6.249 | 6.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.249056 Full duration: 14.547694 -------------------------------------------------------------------------------- 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 c47c39da-96f0-4849-b265-d6f6a0bb3193 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 | 5.25 | 5.25 | 5.25 | 5.25 | 5.25 | 5.25 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> glance_v2.upload_data | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 100.0% | 1 | | glance_v2.list_images | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 5.429 | 5.429 | 5.429 | 5.429 | 5.429 | 5.429 | 100.0% | 1 | | -> duration | 5.429 | 5.429 | 5.429 | 5.429 | 5.429 | 5.429 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.428784 Full duration: 17.400337 -------------------------------------------------------------------------------- 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 c47c39da-96f0-4849-b265-d6f6a0bb3193 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.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | total | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | -> duration | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 0.368 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.368149 Full duration: 7.675666 -------------------------------------------------------------------------------- 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-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081" }, "number_instances": 2, "nics": [ { "net-id": "7492990e-2387-40f0-9e78-f8ca19ea0c74" } ] }, "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 c47c39da-96f0-4849-b265-d6f6a0bb3193 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.541 | 4.541 | 4.541 | 4.541 | 4.541 | 4.541 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | -> glance_v2.upload_data | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 1.59 | 100.0% | 1 | | nova.boot_servers | 13.927 | 13.927 | 13.927 | 13.927 | 13.927 | 13.927 | 100.0% | 1 | | total | 18.469 | 18.469 | 18.469 | 18.469 | 18.469 | 18.469 | 100.0% | 1 | | -> duration | 17.469 | 17.469 | 17.469 | 17.469 | 17.469 | 17.469 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.468764 Full duration: 43.475841 HINTS: * To plot HTML graphics with this data, run: rally task report c47c39da-96f0-4849-b265-d6f6a0bb3193 --out output.html * To generate a JUnit report, run: rally task export c47c39da-96f0-4849-b265-d6f6a0bb3193 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c47c39da-96f0-4849-b265-d6f6a0bb3193 --json --out output.json 2018-04-10 19:44:55,600 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c47c39da-96f0-4849-b265-d6f6a0bb3193'] 2018-04-10 19:44:56,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 19:44:56,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c47c39da-96f0-4849-b265-d6f6a0bb3193', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-10 19:44:56,729 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-10 19:44:56,729 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-10 19:44:56,729 - 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-04-10 19:44:56,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:44:56,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:44:56,755 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 19:48:15,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0f35c403-b565-441e-9ead-a495d6e66b9c 2018-04-10 19:48:15,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0f35c403-b565-441e-9ead-a495d6e66b9c'] 2018-04-10 19:48:16,707 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0f35c403-b565-441e-9ead-a495d6e66b9c: 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.691 | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 100.0% | 1 | | total | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 100.0% | 1 | | -> duration | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.158139 Full duration: 22.866521 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.821 | 3.821 | 3.821 | 3.821 | 3.821 | 3.821 | 100.0% | 1 | | cinder_v2.delete_volume | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 100.0% | 1 | | total | 6.421 | 6.421 | 6.421 | 6.421 | 6.421 | 6.421 | 100.0% | 1 | | -> duration | 6.421 | 6.421 | 6.421 | 6.421 | 6.421 | 6.421 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.420684 Full duration: 16.500887 -------------------------------------------------------------------------------- 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-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 0f35c403-b565-441e-9ead-a495d6e66b9c 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.319 | 8.319 | 8.319 | 8.319 | 8.319 | 8.319 | 100.0% | 1 | | cinder_v2.delete_volume | 2.498 | 2.498 | 2.498 | 2.498 | 2.498 | 2.498 | 100.0% | 1 | | total | 10.817 | 10.817 | 10.817 | 10.817 | 10.817 | 10.817 | 100.0% | 1 | | -> duration | 10.817 | 10.817 | 10.817 | 10.817 | 10.817 | 10.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.816674 Full duration: 21.610526 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.194 | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 100.0% | 1 | | cinder_v2.delete_volume | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 2.608 | 100.0% | 1 | | total | 5.802 | 5.802 | 5.802 | 5.802 | 5.802 | 5.802 | 100.0% | 1 | | -> duration | 5.802 | 5.802 | 5.802 | 5.802 | 5.802 | 5.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.802434 Full duration: 15.854379 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.562 | 2.562 | 2.562 | 2.562 | 2.562 | 2.562 | 100.0% | 1 | | cinder_v2.delete_volume | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 2.544 | 100.0% | 1 | | total | 8.482 | 8.482 | 8.482 | 8.482 | 8.482 | 8.482 | 100.0% | 1 | | -> duration | 8.482 | 8.482 | 8.482 | 8.482 | 8.482 | 8.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.481963 Full duration: 18.456814 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.785 | 3.785 | 3.785 | 3.785 | 3.785 | 3.785 | 100.0% | 1 | | cinder_v2.delete_volume | 2.624 | 2.624 | 2.624 | 2.624 | 2.624 | 2.624 | 100.0% | 1 | | total | 6.41 | 6.41 | 6.41 | 6.41 | 6.41 | 6.41 | 100.0% | 1 | | -> duration | 6.41 | 6.41 | 6.41 | 6.41 | 6.41 | 6.41 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.409709 Full duration: 23.248392 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | cinder_v2.list_qos | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.793872 Full duration: 12.537488 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.set_qos | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> duration | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817691 Full duration: 12.15827 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | cinder_v2.list_types | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795576 Full duration: 12.537062 -------------------------------------------------------------------------------- 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 0f35c403-b565-441e-9ead-a495d6e66b9c 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.816433 Full duration: 12.960528 HINTS: * To plot HTML graphics with this data, run: rally task report 0f35c403-b565-441e-9ead-a495d6e66b9c --out output.html * To generate a JUnit report, run: rally task export 0f35c403-b565-441e-9ead-a495d6e66b9c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0f35c403-b565-441e-9ead-a495d6e66b9c --json --out output.json 2018-04-10 19:48:16,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0f35c403-b565-441e-9ead-a495d6e66b9c'] 2018-04-10 19:48:17,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 19:48:17,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0f35c403-b565-441e-9ead-a495d6e66b9c', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-10 19:48:17,721 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-10 19:48:17,722 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-10 19:48:17,722 - 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-04-10 19:48:17,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:48:17,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:48:17,746 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 19:49:38,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b71a7553-1ea6-4ec9-9512-21d0c5317d24 2018-04-10 19:49:38,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b71a7553-1ea6-4ec9-9512-21d0c5317d24'] 2018-04-10 19:49:39,656 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b71a7553-1ea6-4ec9-9512-21d0c5317d24: 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 b71a7553-1ea6-4ec9-9512-21d0c5317d24 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.645 | 4.645 | 4.645 | 4.645 | 4.645 | 4.645 | 100.0% | 1 | | heat.update_stack | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | heat.delete_stack | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 3.593 | 100.0% | 1 | | total | 11.178 | 11.178 | 11.178 | 11.178 | 11.178 | 11.178 | 100.0% | 1 | | -> duration | 7.178 | 7.178 | 7.178 | 7.178 | 7.178 | 7.178 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.178108 Full duration: 19.465144 -------------------------------------------------------------------------------- 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 b71a7553-1ea6-4ec9-9512-21d0c5317d24 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.799 | 4.799 | 4.799 | 4.799 | 4.799 | 4.799 | 100.0% | 1 | | heat.check_stack | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | heat.delete_stack | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 1.644 | 100.0% | 1 | | total | 7.369 | 7.369 | 7.369 | 7.369 | 7.369 | 7.369 | 100.0% | 1 | | -> duration | 5.369 | 5.369 | 5.369 | 5.369 | 5.369 | 5.369 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.3693 Full duration: 17.155658 -------------------------------------------------------------------------------- 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 b71a7553-1ea6-4ec9-9512-21d0c5317d24 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.497 | 4.497 | 4.497 | 4.497 | 4.497 | 4.497 | 100.0% | 1 | | heat.suspend_stack | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | heat.resume_stack | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | heat.delete_stack | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | total | 9.591 | 9.591 | 9.591 | 9.591 | 9.591 | 9.591 | 100.0% | 1 | | -> duration | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 7.591 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.591162 Full duration: 17.997322 -------------------------------------------------------------------------------- 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 b71a7553-1ea6-4ec9-9512-21d0c5317d24 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | total | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> duration | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.592895 Full duration: 8.146679 HINTS: * To plot HTML graphics with this data, run: rally task report b71a7553-1ea6-4ec9-9512-21d0c5317d24 --out output.html * To generate a JUnit report, run: rally task export b71a7553-1ea6-4ec9-9512-21d0c5317d24 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b71a7553-1ea6-4ec9-9512-21d0c5317d24 --json --out output.json 2018-04-10 19:49:39,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b71a7553-1ea6-4ec9-9512-21d0c5317d24'] 2018-04-10 19:49:40,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 19:49:40,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b71a7553-1ea6-4ec9-9512-21d0c5317d24', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-10 19:49:40,700 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-10 19:49:40,700 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-10 19:49:40,700 - 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-04-10 19:49:40,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:49:40,718 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:49:40,732 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 19:52:56,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 32384166-8262-470f-a1b3-29dae8ff4917 2018-04-10 19:52:56,547 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '32384166-8262-470f-a1b3-29dae8ff4917'] 2018-04-10 19:52:57,718 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 32384166-8262-470f-a1b3-29dae8ff4917: 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 32384166-8262-470f-a1b3-29dae8ff4917 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753162 Full duration: 14.622144 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.756418 Full duration: 14.444422 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | keystone_v3.list_projects | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> duration | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.014528 Full duration: 14.572557 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608921 Full duration: 12.290258 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> duration | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.615431 Full duration: 12.374471 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.create_user | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 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.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.create_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_project | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 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.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | -> duration | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 1.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.817121 Full duration: 19.662398 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> duration | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949105 Full duration: 12.433411 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 32384166-8262-470f-a1b3-29dae8ff4917 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781705 Full duration: 14.53749 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 32384166-8262-470f-a1b3-29dae8ff4917 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682215 Full duration: 14.523142 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | keystone_v3.list_users | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> duration | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.999489 Full duration: 14.667579 -------------------------------------------------------------------------------- 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 32384166-8262-470f-a1b3-29dae8ff4917 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.create_users | 4.967 | 4.967 | 4.967 | 4.967 | 4.967 | 4.967 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.967 | 4.967 | 4.967 | 4.967 | 4.967 | 4.967 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | total | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 100.0% | 1 | | -> duration | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.703686 Full duration: 22.932961 HINTS: * To plot HTML graphics with this data, run: rally task report 32384166-8262-470f-a1b3-29dae8ff4917 --out output.html * To generate a JUnit report, run: rally task export 32384166-8262-470f-a1b3-29dae8ff4917 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 32384166-8262-470f-a1b3-29dae8ff4917 --json --out output.json 2018-04-10 19:52:57,719 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '32384166-8262-470f-a1b3-29dae8ff4917'] 2018-04-10 19:52:58,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 19:52:58,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '32384166-8262-470f-a1b3-29dae8ff4917', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-10 19:52:58,792 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-10 19:52:58,793 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-10 19:52:58,793 - 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-04-10 19:52:58,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:52:58,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:52:58,820 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 19:59:08,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dfd42b12-c39e-47a0-9ecd-5efbaba2a273 2018-04-10 19:59:08,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dfd42b12-c39e-47a0-9ecd-5efbaba2a273'] 2018-04-10 19:59:09,666 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dfd42b12-c39e-47a0-9ecd-5efbaba2a273: 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | neutron.delete_network | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> duration | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.764048 Full duration: 15.098218 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | neutron.delete_port | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 100.0% | 1 | | -> duration | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 2.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.27315 Full duration: 38.449442 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | neutron.create_subnet | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | neutron.create_router | 3.223 | 3.223 | 3.223 | 3.223 | 3.223 | 3.223 | 100.0% | 1 | | neutron.add_interface_router | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 2.155 | 100.0% | 1 | | neutron.remove_interface_router | 1.346 | 1.346 | 1.346 | 1.346 | 1.346 | 1.346 | 100.0% | 1 | | neutron.delete_router | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 1.973 | 100.0% | 1 | | total | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 100.0% | 1 | | -> duration | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 10.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.220763 Full duration: 47.95653 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | neutron.delete_subnet | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | total | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 100.0% | 1 | | -> duration | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.929082 Full duration: 37.832279 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | neutron.list_networks | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | -> duration | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.220833 Full duration: 16.930761 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.683 | 1.683 | 1.683 | 1.683 | 1.683 | 1.683 | 100.0% | 1 | | neutron.list_ports | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 0.271 | 100.0% | 1 | | total | 1.954 | 1.954 | 1.954 | 1.954 | 1.954 | 1.954 | 100.0% | 1 | | -> duration | 1.954 | 1.954 | 1.954 | 1.954 | 1.954 | 1.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.953907 Full duration: 34.796592 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | neutron.create_subnet | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | neutron.create_router | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 3.136 | 100.0% | 1 | | neutron.add_interface_router | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 100.0% | 1 | | neutron.list_routers | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 6.814 | 6.814 | 6.814 | 6.814 | 6.814 | 6.814 | 100.0% | 1 | | -> duration | 6.814 | 6.814 | 6.814 | 6.814 | 6.814 | 6.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.814036 Full duration: 50.12846 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | neutron.create_subnet | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | neutron.list_subnets | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 1.657 | 1.657 | 1.657 | 1.657 | 1.657 | 1.657 | 100.0% | 1 | | -> duration | 1.657 | 1.657 | 1.657 | 1.657 | 1.657 | 1.657 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.65653 Full duration: 39.477494 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.delete_security_group | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 0.261 | 100.0% | 1 | | total | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | -> duration | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.163624 Full duration: 14.582911 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.create_security_group_rule | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | neutron.delete_security_group | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 100.0% | 1 | | -> duration | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 1.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.73449 Full duration: 14.623036 -------------------------------------------------------------------------------- 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 dfd42b12-c39e-47a0-9ecd-5efbaba2a273 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | neutron.create_router | 3.792 | 3.792 | 3.792 | 3.792 | 3.792 | 3.792 | 100.0% | 1 | | neutron.add_gateway_router | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 100.0% | 1 | | neutron.remove_gateway_router | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | total | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | -> duration | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.745779 Full duration: 30.810822 HINTS: * To plot HTML graphics with this data, run: rally task report dfd42b12-c39e-47a0-9ecd-5efbaba2a273 --out output.html * To generate a JUnit report, run: rally task export dfd42b12-c39e-47a0-9ecd-5efbaba2a273 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dfd42b12-c39e-47a0-9ecd-5efbaba2a273 --json --out output.json 2018-04-10 19:59:09,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dfd42b12-c39e-47a0-9ecd-5efbaba2a273'] 2018-04-10 19:59:10,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 19:59:10,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dfd42b12-c39e-47a0-9ecd-5efbaba2a273', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-10 19:59:10,800 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-10 19:59:10,801 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-10 19:59:10,801 - 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-04-10 19:59:10,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 19:59:10,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 19:59:10,826 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 20:02:19,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 38593386-327d-450c-b979-805b7a9d5987 2018-04-10 20:02:19,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '38593386-327d-450c-b979-805b7a9d5987'] 2018-04-10 20:02:20,832 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 38593386-327d-450c-b979-805b7a9d5987: 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-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081" }, "image": { "name": "Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081" }, "block_migration": false, "nics": [ { "net-id": "7492990e-2387-40f0-9e78-f8ca19ea0c74" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 38593386-327d-450c-b979-805b7a9d5987 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 | 12.383 | 12.383 | 12.383 | 12.383 | 12.383 | 12.383 | 100.0% | 1 | | nova.find_host_to_migrate | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | nova.live_migrate | 134.694 | 134.694 | 134.694 | 134.694 | 134.694 | 134.694 | 0.0% | 1 | | total | 148.566 | 148.566 | 148.566 | 148.566 | 148.566 | 148.566 | 0.0% | 1 | | -> duration | 147.566 | 147.566 | 147.566 | 147.566 | 147.566 | 147.566 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 147.565524 Full duration: 163.13879 HINTS: * To plot HTML graphics with this data, run: rally task report 38593386-327d-450c-b979-805b7a9d5987 --out output.html * To generate a JUnit report, run: rally task export 38593386-327d-450c-b979-805b7a9d5987 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 38593386-327d-450c-b979-805b7a9d5987 --json --out output.json 2018-04-10 20:02:20,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '38593386-327d-450c-b979-805b7a9d5987'] 2018-04-10 20:02:21,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 20:02:21,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '38593386-327d-450c-b979-805b7a9d5987', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-10 20:02:21,839 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-10 20:02:21,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-10 20:02:21,840 - 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-04-10 20:02:21,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-10 20:02:21,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-10 20:02:21,867 - 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': '7492990e-2387-40f0-9e78-f8ca19ea0c74', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'flavor_name': 'rally-tiny-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b18de82f-5ff2-4a8b-92a7-8e1b94f7a081', '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-04-10 20:03:14,817 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f91b6358-d751-4df9-ac2a-15e67a6853dc 2018-04-10 20:03:14,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f91b6358-d751-4df9-ac2a-15e67a6853dc'] 2018-04-10 20:03:15,911 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f91b6358-d751-4df9-ac2a-15e67a6853dc: 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 f91b6358-d751-4df9-ac2a-15e67a6853dc 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | quotas.delete_quotas | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 0.188 | 100.0% | 1 | | total | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> duration | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.901312 Full duration: 8.543967 -------------------------------------------------------------------------------- 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 f91b6358-d751-4df9-ac2a-15e67a6853dc 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740829 Full duration: 8.414836 -------------------------------------------------------------------------------- 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 f91b6358-d751-4df9-ac2a-15e67a6853dc 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.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69671 Full duration: 8.321538 -------------------------------------------------------------------------------- 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 f91b6358-d751-4df9-ac2a-15e67a6853dc 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958181 Full duration: 8.942755 HINTS: * To plot HTML graphics with this data, run: rally task report f91b6358-d751-4df9-ac2a-15e67a6853dc --out output.html * To generate a JUnit report, run: rally task export f91b6358-d751-4df9-ac2a-15e67a6853dc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f91b6358-d751-4df9-ac2a-15e67a6853dc --json --out output.json 2018-04-10 20:03:15,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f91b6358-d751-4df9-ac2a-15e67a6853dc'] 2018-04-10 20:03:17,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-10 20:03:17,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f91b6358-d751-4df9-ac2a-15e67a6853dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-10 20:03:17,026 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-10 20:03:17,030 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:23 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 05:40 | 11 | 100.00% | | nova | 02:43 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:44 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-10 20:03:17,030 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-10 20:03:27,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 20:03:27,309 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:44 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-10 20:03:27,314 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-10 20:03:27,314 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-10 20:03:27,436 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 20:03:29,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 20:03:29.508 9790 INFO rally.deployment.engine [-] Deployment 66d232eb-f062-4d83-86fa-76129be9439d | Starting: Destroy cloud and free allocated resources. 2018-04-10 20:03:29.585 9790 INFO rally.deployment.engine [-] Deployment 66d232eb-f062-4d83-86fa-76129be9439d | Completed: Destroy cloud and free allocated resources. 2018-04-10 20:03:29.603 9790 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727). 2018-04-10 20:03:29.607 9790 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 20:03:32,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 20:03:32.004 9793 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2d9c9af5-a0b4-4643-9094-e08844507c65) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2d9c9af5-a0b4-4643-9094-e08844507c65 | 2018-04-10T20:03:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2d9c9af5-a0b4-4643-9094-e08844507c65 ~/.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-04-10 20:03:35,537 - 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-04-10 20:03:35,537 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 20:03:38,039 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-10 20:03:37.754 9799 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=16094f77-e93d-4921-81e4-985c685ac727). 2018-04-10 20:03:37.870 9799 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-10 20:03:41,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 20:03:40.172 9802 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 20:03:40.296 9802 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 20:03:41.386 9802 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69) has been successfully created! Using verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69) as the default verifier for the future CLI operations. 2018-04-10 20:03:44,578 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 20:03:46,980 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 20:03:53,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 20:03:58,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 20:03:57.840 9821 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69) for deployment 'opnfv-rally' (UUID=2d9c9af5-a0b4-4643-9094-e08844507c65). 2018-04-10 20:03:58.689 9821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69) has been successfully configured for deployment 'opnfv-rally' (UUID=2d9c9af5-a0b4-4643-9094-e08844507c65)! 2018-04-10 20:03:58,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 20:03:58,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 20:03:58,891 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 20:04:01,331 - 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-04-10 20:04:03,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:03.496 9833 INFO rally.api [-] Starting verification (UUID=f8938d2b-3ccb-4fd4-bf73-62131fc299db) for deployment 'opnfv-rally' (UUID=2d9c9af5-a0b4-4643-9094-e08844507c65) by verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69). 2018-04-10 20:04:03,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f8938d2b-3ccb-4fd4-bf73-62131fc299db 2018-04-10 20:04:12,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:12.495 9833 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-10 20:04:12,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:12.631 9833 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.203s] 2018-04-10 20:04:12,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:12.632 9833 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.223s] 2018-04-10 20:04:12,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:12.693 9833 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-04-10 20:04:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:12.703 9833 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.319s] 2018-04-10 20:04:16,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:16.179 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.170s] 2018-04-10 20:04:16,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:16.424 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-04-10 20:04:16,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:16.522 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.097s] 2018-04-10 20:04:16,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:16.594 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-04-10 20:04:17,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:17.774 9833 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.507s] 2018-04-10 20:04:18,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:18.183 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.000s] 2018-04-10 20:04:19,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:19.235 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.052s] 2018-04-10 20:04:20,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:20.158 9833 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.061s] 2018-04-10 20:04:20,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:20.795 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.558s] 2018-04-10 20:04:21,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:21.350 9833 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.191s] 2018-04-10 20:04:22,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:22.092 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.172s] 2018-04-10 20:04:22,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:22.159 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.363s] 2018-04-10 20:04:22,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:22.295 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.203s] 2018-04-10 20:04:23,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:23.191 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.894s] 2018-04-10 20:04:23,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:23.339 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.148s] 2018-04-10 20:04:23,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:23.353 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-04-10 20:04:25,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:25.609 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.449s] 2018-04-10 20:04:26,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:26.766 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.156s] 2018-04-10 20:04:27,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:27.049 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.282s] 2018-04-10 20:04:27,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:27.073 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2018-04-10 20:04:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:27.178 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.105s] 2018-04-10 20:04:27,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:27.195 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-04-10 20:04:28,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:28.185 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.894s] 2018-04-10 20:04:36,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:36.575 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.547s] 2018-04-10 20:04:37,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:37.353 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.778s] 2018-04-10 20:04:37,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:37.932 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.578s] 2018-04-10 20:04:38,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:38.348 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.415s] 2018-04-10 20:04:39,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.048 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.700s] 2018-04-10 20:04:39,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.114 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.065s] 2018-04-10 20:04:39,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.212 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.097s] 2018-04-10 20:04:39,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.278 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-04-10 20:04:39,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.341 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.063s] 2018-04-10 20:04:39,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.406 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.064s] 2018-04-10 20:04:39,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:39.547 9833 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.141s] 2018-04-10 20:04:48,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:48.077 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.146s] 2018-04-10 20:04:49,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:49.623 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.544s] 2018-04-10 20:04:51,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:51.051 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.427s] 2018-04-10 20:04:52,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:52.549 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.496s] 2018-04-10 20:04:52,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:52.748 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [15.102s] 2018-04-10 20:04:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:52.833 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.086s] 2018-04-10 20:04:53,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:53.334 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.499s] 2018-04-10 20:04:53,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:53.435 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.100s] 2018-04-10 20:04:53,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:53.436 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-10 20:04:53,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:53.947 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.396s] 2018-04-10 20:04:55,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:55.596 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.648s] 2018-04-10 20:04:55,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:55.620 9833 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.195s] 2018-04-10 20:04:55,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:55.975 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.379s] 2018-04-10 20:04:56,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:56.360 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.384s] 2018-04-10 20:04:57,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:57.120 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.760s] 2018-04-10 20:04:58,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:58.291 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.169s] 2018-04-10 20:04:58,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:58.826 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.534s] 2018-04-10 20:04:58,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:58.881 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [33.964s] 2018-04-10 20:04:59,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:59.531 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.704s] 2018-04-10 20:04:59,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:04:59.897 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.018s] 2018-04-10 20:05:00,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:00.480 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.948s] 2018-04-10 20:05:01,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:01.784 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.303s] 2018-04-10 20:05:02,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:02.476 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.690s] 2018-04-10 20:05:03,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:03.014 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.538s] 2018-04-10 20:05:03,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:03.384 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.368s] 2018-04-10 20:05:04,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:04.055 9833 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.671s] 2018-04-10 20:05:17,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:17.017 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.390s] 2018-04-10 20:05:17,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:17.312 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.295s] 2018-04-10 20:05:17,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:17.510 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.198s] 2018-04-10 20:05:17,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:17.893 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.381s] 2018-04-10 20:05:18,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:18.268 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.375s] 2018-04-10 20:05:18,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:18.659 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.391s] 2018-04-10 20:05:25,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:25.731 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.920s] 2018-04-10 20:05:27,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:27.677 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.946s] 2018-04-10 20:05:31,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:31.095 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.413s] 2018-04-10 20:05:31,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:31.826 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.734s] 2018-04-10 20:05:33,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:33.508 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.683s] 2018-04-10 20:05:33,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:33.578 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-04-10 20:05:33,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:33.720 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.892s] 2018-04-10 20:05:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:34.257 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.679s] 2018-04-10 20:05:34,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:34.355 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-04-10 20:05:34,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:34.357 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-10 20:05:34,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:34.498 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.777s] 2018-04-10 20:05:36,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:36.684 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.182s] 2018-04-10 20:05:36,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:36.753 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.072s] 2018-04-10 20:05:50,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:05:50.112 9833 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.171s] 2018-04-10 20:05:53,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f8938d2b-3ccb-4fd4-bf73-62131fc299db']'. 2018-04-10 20:05:54,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 20:05:54,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 20:05:54,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 20:05:54,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f8938d2b-3ccb-4fd4-bf73-62131fc299db | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 20:04:03 | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 20:05:52 | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 20eec898-61cd-4060-ae57-06d49b7ffb69) | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2d9c9af5-a0b4-4643-9094-e08844507c65) | 2018-04-10 20:05:54,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 85 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.809 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 85 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 20:05:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 20:05:54,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-10 20:06:01,276 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 20:06:01,276 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:17 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-10 20:06:01,281 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-10 20:06:01,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 20:06:04,018 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 20:06:03.593 9931 INFO rally.deployment.engine [-] Deployment 2d9c9af5-a0b4-4643-9094-e08844507c65 | Starting: Destroy cloud and free allocated resources. 2018-04-10 20:06:03.674 9931 INFO rally.deployment.engine [-] Deployment 2d9c9af5-a0b4-4643-9094-e08844507c65 | Completed: Destroy cloud and free allocated resources. 2018-04-10 20:06:03.713 9931 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69) for deployment 'opnfv-rally'. 2018-04-10 20:06:03.728 9931 INFO rally.api [-] Deleting verification (UUID=f8938d2b-3ccb-4fd4-bf73-62131fc299db). 2018-04-10 20:06:03.759 9931 INFO rally.api [-] Verification has been successfully deleted! 2018-04-10 20:06:03.759 9931 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69). 2018-04-10 20:06:03.770 9931 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 20:06:06,436 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 20:06:06.121 9934 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=46ec0ba1-13ff-497a-ad93-2f492b3653c4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 46ec0ba1-13ff-497a-ad93-2f492b3653c4 | 2018-04-10T20:06:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 46ec0ba1-13ff-497a-ad93-2f492b3653c4 ~/.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-04-10 20:06:09,818 - 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-04-10 20:06:09,818 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 20:06:12,218 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-10 20:06:11.899 9940 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=20eec898-61cd-4060-ae57-06d49b7ffb69). 2018-04-10 20:06:12.020 9940 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-10 20:06:15,851 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 20:06:14.430 9943 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 20:06:14.557 9943 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 20:06:15.664 9943 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb) as the default verifier for the future CLI operations. 2018-04-10 20:06:18,876 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 20:06:21,264 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 20:06:27,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 20:06:32,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 20:06:31.669 9962 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb) for deployment 'opnfv-rally' (UUID=46ec0ba1-13ff-497a-ad93-2f492b3653c4). 2018-04-10 20:06:32.515 9962 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb) has been successfully configured for deployment 'opnfv-rally' (UUID=46ec0ba1-13ff-497a-ad93-2f492b3653c4)! 2018-04-10 20:06:32,719 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 20:06:32,719 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 20:06:32,721 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 20:06:32,734 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-10 20:06:35,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-faf94306-e50e-47e2-a57d-a36f77cacadb/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-04-10 20:06:35,913 - 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-04-10 20:06:38,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 20:06:38.240 9971 INFO rally.api [-] Starting verification (UUID=1d6848d7-7ab8-4959-9a8e-9c91e78bf2cc) for deployment 'opnfv-rally' (UUID=46ec0ba1-13ff-497a-ad93-2f492b3653c4) by verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb). 2018-04-10 20:06:38,242 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1d6848d7-7ab8-4959-9a8e-9c91e78bf2cc 2018-04-10 20:09:11,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1d6848d7-7ab8-4959-9a8e-9c91e78bf2cc']'. 2018-04-10 20:09:13,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1d6848d7-7ab8-4959-9a8e-9c91e78bf2cc | 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 20:06:38 | 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 20:09:11 | 2018-04-10 20:09:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:33 | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: faf94306-e50e-47e2-a57d-a36f77cacadb) | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 46ec0ba1-13ff-497a-ad93-2f492b3653c4) | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 143.561 | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-10 20:09:13,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 20:09:13,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 20:09:13,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-10 20:09:13,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 20:09:13,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 20:09:13,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-10 20:09:20,378 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 20:09:20,379 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-10 20:09:20,383 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-10 20:09:21,445 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-10 21:06:47,664 - 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_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'e4923433-f353-4be3-943c-0a5250c817cc' != u'a1bbfa27-eae1-46dc-a9da-65b9a253243a' - e4923433-f353-4be3-943c-0a5250c817cc + a1bbfa27-eae1-46dc-a9da-65b9a253243a ---------------------------------------------------------------------- Ran 119 tests in 3446.149s FAILED (failures=1) 2018-04-10 21:06:47,828 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 21:06:47,828 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:26 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-10 21:06:47,832 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-10 21:06:47,833 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-10 21:06:47,930 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-10 21:06:50,386 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-10 21:06:49.926 10198 INFO rally.deployment.engine [-] Deployment 46ec0ba1-13ff-497a-ad93-2f492b3653c4 | Starting: Destroy cloud and free allocated resources. 2018-04-10 21:06:50.001 10198 INFO rally.deployment.engine [-] Deployment 46ec0ba1-13ff-497a-ad93-2f492b3653c4 | Completed: Destroy cloud and free allocated resources. 2018-04-10 21:06:50.064 10198 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb) for deployment 'opnfv-rally'. 2018-04-10 21:06:50.097 10198 INFO rally.api [-] Deleting verification (UUID=1d6848d7-7ab8-4959-9a8e-9c91e78bf2cc). 2018-04-10 21:06:50.132 10198 INFO rally.api [-] Verification has been successfully deleted! 2018-04-10 21:06:50.133 10198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb). 2018-04-10 21:06:50.147 10198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-10 21:06:53,000 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-10 21:06:52.698 10201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d718bfda-f788-484d-b35f-52bd42285e25) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d718bfda-f788-484d-b35f-52bd42285e25 | 2018-04-10T21:06:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d718bfda-f788-484d-b35f-52bd42285e25 ~/.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-04-10 21:06:56,387 - 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-04-10 21:06:56,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-10 21:06:58,835 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-10 21:06:58.535 10207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=faf94306-e50e-47e2-a57d-a36f77cacadb). 2018-04-10 21:06:58.657 10207 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-10 21:07:02,328 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-10 21:07:00.943 10210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-10 21:07:01.077 10210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-10 21:07:02.108 10210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02e7f576-412a-4f0a-b143-27b1b11d3139) has been successfully created! Using verifier 'opnfv-tempest' (UUID=02e7f576-412a-4f0a-b143-27b1b11d3139) as the default verifier for the future CLI operations. 2018-04-10 21:07:05,329 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-10 21:07:08,696 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-10 21:07:13,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-10 21:07:19,329 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-10 21:07:17.674 10229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=02e7f576-412a-4f0a-b143-27b1b11d3139) for deployment 'opnfv-rally' (UUID=d718bfda-f788-484d-b35f-52bd42285e25). 2018-04-10 21:07:19.140 10229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=02e7f576-412a-4f0a-b143-27b1b11d3139) has been successfully configured for deployment 'opnfv-rally' (UUID=d718bfda-f788-484d-b35f-52bd42285e25)! 2018-04-10 21:07:19,330 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-10 21:07:19,330 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-10 21:07:19,332 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-10 21:07:19,348 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-10 21:07:22,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-02e7f576-412a-4f0a-b143-27b1b11d3139/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-10 21:07:22,805 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-10 21:07:22,806 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-10 21:07:22,807 - 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-04-10 21:07:24,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-10 21:07:24.917 10238 INFO rally.api [-] Starting verification (UUID=0728968e-ca21-4ed8-ba0c-921b4d137f91) for deployment 'opnfv-rally' (UUID=d718bfda-f788-484d-b35f-52bd42285e25) by verifier 'opnfv-tempest' (UUID=02e7f576-412a-4f0a-b143-27b1b11d3139). 2018-04-10 21:07:24,918 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0728968e-ca21-4ed8-ba0c-921b4d137f91 2018-04-10 21:09:15,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0728968e-ca21-4ed8-ba0c-921b4d137f91']'. 2018-04-10 21:09:16,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-10 21:09:16,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0728968e-ca21-4ed8-ba0c-921b4d137f91 | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-10 21:07:24 | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-10 21:09:14 | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-10 21:09:16,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 02e7f576-412a-4f0a-b143-27b1b11d3139) | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d718bfda-f788-484d-b35f-52bd42285e25) | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.101 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-10 21:09:16,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-10 21:09:16,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-10 21:09:16,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-10 21:09:21,901 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 21:09:21,901 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:16 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-10 21:09:21,906 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:04 | PASS | | vping_userdata | functest | smoke | 00:48 | PASS | | tempest_smoke_serial | functest | smoke | 15:06 | PASS | | rally_sanity | functest | smoke | 21:44 | FAIL | | refstack_defcore | functest | smoke | 02:17 | PASS | | patrole | functest | smoke | 03:01 | PASS | | snaps_smoke | functest | smoke | 57:26 | FAIL | | neutron_trunk | functest | smoke | 02:16 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-10 21:09:21,914 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-10 21:10:01,729 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-2 | | 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-04-10 21:10:01,733 - 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=kNh2E7GKfmkNNwAAKuMzmF9gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-04-10 21:10:01,733 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 21:10:01,733 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-10 21:10:01,734 - 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-04-10 21:10:01,737 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-10 21:11:50,272 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-2 | | 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-04-10 21:11:50,276 - 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=kNh2E7GKfmkNNwAAKuMzmF9gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-04-10 21:11:50,276 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 21:11:50,277 - 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-04-10 21:11:50,278 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-10 21:11:50,279 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-10 21:11:50,987 - 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-04-10 21:11:51,030 - 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-04-10 21:11:51,053 - 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-04-10 21:11:55,239 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-04-10 21:11:55,239 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-10 21:11:58,232 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-bea5f2a8-580a-465c-9867-e78ae041d3fb, password=4f33f235-b80b-408f-9db7-7fceaa2fb642, auth_url=http://172.30.9.29:5000/v3, project_name=cloudify_ims-bea5f2a8-580a-465c-9867-e78ae041d3fb, 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-04-10 21:11:58,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-10 21:11:59,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-10 21:11:59,704 - 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-04-10 21:13:30,219 - 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-04-10 21:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-10 21:13:41,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-10 21:13:56,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-04-10 21:13:59,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-04-10 21:14:00,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-04-10 21:16:51,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '4f33f235-b80b-408f-9db7-7fceaa2fb642', 'keystone_tenant_name': 'cloudify_ims-bea5f2a8-580a-465c-9867-e78ae041d3fb', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.29:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-bea5f2a8-580a-465c-9867-e78ae041d3fb', 'project_domain_name': 'Default'} 2018-04-10 21:16:51,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-04-10 21:16:52,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-10 21:17:22,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-04-10 21:17:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-04-10 21:17:52,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-04-10 21:17:53,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-04-10 21:17:55,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-04-10 21:17:55,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-04-10 21:18:28,282 - 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.mbni.med.umich.edu * extras: mirrors.xmission.com * updates: mirrors.cat.pdx.edu 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.3 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-04-10 21:18:28,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-04-10 21:18:32,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-04-10 21:18:33,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-04-10 21:18:40,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-04-10 21:18:40,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:18:40,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:18:40,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-04-10 21:19:06,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:19:06,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-04-10 21:19:06,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-04-10 21:19:06,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-04-10 21:19:06,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-04-10 21:19:12,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-04-10 21:19:12,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:12,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:12,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:12,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:17,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:22,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:22,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:22,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:22,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-04-10 21:19:22,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-10 21:19:22,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:19:22,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:22,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:22,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:22,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-04-10 21:19:22,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:27,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:27,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:19:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:19:33,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:33,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:33,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:33,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:39,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:39,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:39,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:39,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:39,857 - 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-04-10 21:19:39,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:45,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:45,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:45,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:45,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:45,080 - 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-04-10 21:19:45,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] 2018-04-10 21:19:45,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:45,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:45,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:19:45,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] 2018-04-10 21:19:45,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:19:45,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] 2018-04-10 21:19:45,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:45,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:19:45,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:19:50,228 - 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-04-10 21:19:50,229 - 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-04-10 21:19:50,229 - 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-04-10 21:20:05,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:05,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:10,800 - 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-04-10 21:20:10,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:10,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:10,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:10,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:15,955 - 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-04-10 21:20:15,955 - 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-04-10 21:20:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:15,956 - 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-04-10 21:20:15,956 - 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-04-10 21:20:21,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:21,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:21,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:21,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:21,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:21,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:20:21,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-04-10 21:20:21,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-04-10 21:20:21,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-04-10 21:20:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:41,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:41,693 - 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-04-10 21:20:46,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,855 - 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-04-10 21:20:46,855 - 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-04-10 21:20:46,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:46,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - 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-04-10 21:20:52,074 - 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-04-10 21:20:52,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:20:52,074 - 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-04-10 21:20:52,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 2/60] 2018-04-10 21:20:52,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 2/60] 2018-04-10 21:21:13,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:13,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - 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-04-10 21:21:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:21,027 - 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-04-10 21:21:28,504 - 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-04-10 21:21:28,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:28,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:28,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:28,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:28,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:28,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-10 21:21:28,505 - 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-04-10 21:21:28,505 - 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-04-10 21:21:34,613 - 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-04-10 21:21:34,614 - 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-04-10 21:21:34,614 - 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-04-10 21:21:45,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:21:58,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:05,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:05,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:15,333 - 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.12 on port 22: Unable to connect to port 22 on 10.67.79.12 (tried 1 time) 2018-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:15,334 - 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-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.5 on port 22: Unable to connect to port 22 on 10.67.79.5 (tried 1 time) 2018-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:15,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:15,334 - 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-04-10 21:22:15,335 - 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-04-10 21:22:15,335 - 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-04-10 21:22:21,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-10 21:22:21,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-10 21:22:27,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:27,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:22:27,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:27,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:27,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-10 21:22:27,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-10 21:22:27,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:27,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:22:27,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:27,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:32,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:22:32,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:32,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:22:38,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:22:38,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:38,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:38,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:45,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:45,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:22:45,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:22:45,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:45,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:45,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:22:45,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:22:45,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:22:45,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:45,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:45,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:45,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:45,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:22:50,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:50,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:50,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:22:50,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:50,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:50,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:22:50,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:22:50,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:22:50,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:22:50,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:50,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:57,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-10 21:22:57,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:57,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:22:57,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:22:57,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:22:57,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-10 21:23:02,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,650 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:02,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:02,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:10,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:23:10,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:10,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:15,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:23:15,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:15,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:15,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-10 21:23:15,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-10 21:23:15,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-10 21:23:15,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:23:15,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:15,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:21,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-10 21:23:21,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:21,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:21,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:21,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:21,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:26,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:31,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:42,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:23:42,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:23:42,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-10 21:23:42,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:23:42,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:23:42,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-10 21:23:42,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:23:42,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:23:42,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:21,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:21,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:21,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:21,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:21,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:26,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:25:26,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:25:26,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:25:26,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:26,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:25:26,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:25:31,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-10 21:25:31,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:25:31,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:28:54,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:28:59,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:29:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:29:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:29:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:16,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:22,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:29:22,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:29:22,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:29:22,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:22,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:29:22,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:29:33,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:44,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:44,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:29:44,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:29:44,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:29:44,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:29:44,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:29:44,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:29:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:29:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:29:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:29:55,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:30:01,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:30:01,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-10 21:30:01,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:30:01,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:30:47,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:32:16,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:32:21,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:32:21,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:32:21,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-04-10 21:32:21,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:32:21,259 - 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-04-10T21:19:06.847Z', 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'e3862686-fcd8-4557-9d4c-29e0b5fbe68e'} 2018-04-10 21:32:21,323 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.30.9.202 2018-04-10 21:32:21,457 - 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-04-10 21:32:21,525 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-04-10 21:32:21,525 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-04-10 21:32:21,590 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:32:46,702 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:33:11,788 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:33:36,922 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:34:02,017 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:34:27,085 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:35:32,364 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:36:37,599 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-10 21:37:10,335 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550204@clearwater.opnfv', u'sip_username': u'6505550204', u'formatted_number': u'(650) 555-0204', u'number': u'6505550204', u'sip_uri': u'sip:6505550204@clearwater.opnfv', u'number_id': u'55e48ef40ce14fd6b5df5f3fe1670f7a', u'sip_password': u'qZjxWHyhT', u'pstn': False} 2018-04-10 21:37:10,336 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-04-10 21:37:10,336 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-04-10 21:37:10,344 - 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-04-10 21:37:10,345 - 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-04-10 21:39:18,800 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - ** Invoke test (first_time) ** Execute test /src/vims-test/lib/tests/call-diversion.rb:307:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:435:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:436:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:470:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:471:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:86:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:194:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:195:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:198:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:200:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:265:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:149:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:185:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:221:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:257:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:382:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:418:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:454:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated Basic Call - Mainline (TCP) - (6505550947, 6505550339) Passed Basic Call - Tel URIs (TCP) - (6505550094, 6505550564) Passed Basic Call - Unknown number (TCP) - (6505550142, 6505550587) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550026, 6505550497) Passed Basic Call - Messages - Pager model (TCP) - (6505550635, 6505550200) Passed Basic Call - Pracks (TCP) - (6505550782, 6505550490) Passed Basic Registration (TCP) - (6505550214) Passed Multiple Identities (TCP) - (6505550228, 6505550359) Passed Call Barring - Outbound Rejection (TCP) - (6505550455, 6505550242) Passed Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - (6505550566, 6505550724) Passed Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - (6505550040, 6505550476, 6505550101) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550406, 6505550491, 6505550555) Passed Call Diversion - Not reachable (408) (TCP) - (6505550729, 6505550306, 6505550541) Passed Call Diversion - Not reachable (503) (TCP) - (6505550355, 6505550575, 6505550783) Passed Call Diversion - Not reachable (500) (TCP) - (6505550186, 6505550087, 6505550918) Passed Call Diversion - Busy (TCP) - (6505550939, 6505550825, 6505550740) Passed Call Diversion - Unconditional (TCP) - (6505550178, 6505550442, 6505550921) Passed Call Diversion - No answer (TCP) - (6505550197, 6505550932, 6505550101) Passed Call Diversion - Bad target URI (TCP) - (6505550503, 6505550265) Passed Call Diversion - Audio-only call (TCP) - (6505550640, 6505550275, 6505550172, 6505550441) Passed Call Diversion - Audio-video call (TCP) - (6505550390, 6505550789, 6505550551, 6505550556) Passed Call Waiting - Accepted (TCP) - (6505550037, 6505550349, 6505550989) Passed Call Waiting - Cancelled (TCP) - (6505550931, 6505550260, 6505550815) Passed CANCEL - Mainline (TCP) - (6505550933, 6505550370) Passed Filtering - Accept-Contact (TCP) - (6505550825, 6505550843) Passed Filtering - Accept-Contact no match (TCP) - (6505550339, 6505550648) Passed Filtering - Accept-Contact negated match (TCP) - (6505550316, 6505550112) Passed Filtering - RFC3841 example (TCP) - (6505550789, 6505550913) Passed Filtering - Reject-Contact no match (TCP) - (6505550834, 6505550429) Passed Filtering - Reject-Contact match (TCP) - (6505550554, 6505550249) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550694) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550804) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550600) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550096) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550794, 6505550300) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550647, 6505550383) Passed GRUU - Call - only GRUU as target (TCP) - (6505550810, 6505550638) Passed GRUU - Call - AoR as target (TCP) - (6505550649, 6505550574) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550115, 6505550008) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550119, 6505550583) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550162, 6505550941) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550902, 6505550493) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550374, 6505550678) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550350, 6505550023) Passed Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550149) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550818) Passed 2018-04-10 21:39:18,800 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-04-10 21:39:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-04-10 21:39:18,933 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 21:39:18,933 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 27:24 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-10 21:39:18,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-04-10 21:39:24,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-04-10 21:39:24,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:24,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-04-10 21:39:24,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:24,707 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:24,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-04-10 21:39:29,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:29,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:29,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-10 21:39:29,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-10 21:39:29,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:35,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:35,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:35,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:35,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:40,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:40,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:39:40,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:39:40,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:39:40,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:40,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:40,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:39:40,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:39:45,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:45,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:39:45,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:39:45,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5960) 2018-04-10 21:39:45,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:45,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:51,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:51,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:51,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:51,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:39:51,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:51,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:39:51,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:51,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:39:51,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:39:56,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:39:56,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:39:56,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:40:02,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:02,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:40:02,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:02,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:40:02,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:07,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:07,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:07,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:07,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:40:07,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:07,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:07,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:40:07,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:40:07,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:07,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:12,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:40:12,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:17,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:40:17,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-10 21:40:23,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:40:23,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:23,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:23,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:40:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:40:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-10 21:40:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-10 21:40:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:40:28,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:28,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:40:28,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:40:28,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-10 21:40:28,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:40:28,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:42:31,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-04-10 21:42:31,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:42:31,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:42:31,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:42:31,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:42:31,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:42:31,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:42:31,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-10 21:42:31,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-10 21:42:36,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:42:36,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:42:36,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:42:36,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:42:36,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-10 21:42:36,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-10 21:42:36,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-10 21:42:42,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-10 21:42:42,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-10 21:42:47,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:42:47,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:42:47,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:42:47,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:42:52,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:52,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:52,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:57,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-10 21:42:57,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:57,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:57,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:42:57,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:42:57,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:42:57,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:43:02,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:43:02,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:43:02,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:43:02,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-10 21:43:07,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:43:07,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:43:13,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-10 21:43:18,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:43:18,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:43:18,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-10 21:43:18,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-04-10 21:43:19,477 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-10 21:43:46,858 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-10 21:43:47,240 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:43:47,698 - 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-04-10 21:43:47,698 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-10 21:43:47,726 - 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-04-10 21:43:47,731 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:43:47,755 - 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-04-10 21:43:47,755 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-10 21:43:50,755 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-c2f94ca9-3177-4580-81b4-022be156b0f0, password=31ba10a4-01fc-42d8-9332-15a0f9691b80, auth_url=http://172.30.9.29:5000/v3, project_name=vyos_vrouter-c2f94ca9-3177-4580-81b4-022be156b0f0, 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-04-10 21:43:50,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-10 21:43:50,756 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-10 21:43:50,756 - 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-04-10 21:45:20,120 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-10 21:45:31,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-10 21:45:32,527 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-10 21:45:47,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-04-10 21:45:50,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-04-10 21:45:51,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-04-10 21:48:47,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-04-10 21:48:48,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-04-10 21:49:18,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-04-10 21:49:48,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-04-10 21:49:48,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-04-10 21:49:50,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-04-10 21:49:50,269 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-04-10 21:50:21,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.ocf.berkeley.edu * extras: centos.mirror.ndchost.com * updates: mirrors.xmission.com Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-58.el7 will be an update --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 14 MB/s | 52 MB 00:03 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-04-10 21:50:21,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-04-10 21:50:24,727 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-04-10 21:50:27,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-c2f94ca9-3177-4580-81b4-022be156b0f0, password=12f80069-e273-4f76-af96-519536473b54, auth_url=http://172.30.9.29:5000/v3, project_name=vyos_vrouter-c2f94ca9-3177-4580-81b4-022be156b0f0, 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-04-10 21:50:28,385 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-04-10 21:50:34,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-04-10 21:50:34,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-10 21:50:34,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-10 21:50:34,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-04-10 21:51:00,413 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-10 21:51:00,414 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-04-10 21:51:00,414 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-04-10 21:51:00,414 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-04-10 21:51:00,481 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-04-10 21:51:05,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,843 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-10 21:51:05,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-10 21:51:05,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-10 21:51:05,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-10 21:51:05,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-04-10 21:51:11,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-10 21:51:11,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-10 21:51:11,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:11,026 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:11,027 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-10 21:51:16,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-10 21:51:16,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-10 21:51:16,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-10 21:51:16,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-04-10 21:51:21,520 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:21,521 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:21,522 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-04-10 21:51:21,522 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:21,522 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:21,522 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:26,671 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-04-10 21:51:26,671 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:26,671 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:26,671 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:26,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:26,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-04-10 21:51:26,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-04-10 21:51:32,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-04-10 21:51:32,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:32,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:32,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:37,293 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:37,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-04-10 21:51:37,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-04-10 21:51:37,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-10 21:51:37,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-04-10 21:51:37,294 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-10 21:51:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-10 21:51:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-04-10 21:51:47,628 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:51:47,628 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-04-10 21:51:47,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-10 21:51:53,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-04-10 21:51:53,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-04-10 21:52:20,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:52:20,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:52:25,185 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:52:25,185 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-10 21:52:25,185 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-04-10 21:52:25,185 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-04-10 21:52:56,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:52:56,022 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:52:56,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:52:56,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:52:56,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:52:56,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-04-10 21:53:01,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-04-10 21:53:01,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-04-10T21:51:00.556Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'c9e78359-90aa-4400-a4a6-2065cb99ccd9'} 2018-04-10 21:53:01,241 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-04-10 21:53:01,307 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.210'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.205'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-04-10 21:53:01,371 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.210'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.205'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-04-10 21:53:01,372 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-04-10 21:53:01,372 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.210 2018-04-10 21:53:04,391 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.8 2018-04-10 21:53:04,391 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:20:4b:74 2018-04-10 21:53:07,039 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.7 2018-04-10 21:53:07,039 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:53:8d:0a 2018-04-10 21:53:07,040 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-04-10 21:53:07,040 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.205 2018-04-10 21:53:09,389 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.6 2018-04-10 21:53:09,389 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:fe:fa:59 2018-04-10 21:53:12,192 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.5 2018-04-10 21:53:12,192 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:a6:0c:ae 2018-04-10 21:53:12,192 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-04-10 21:53:12,192 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-04-10 21:53:13,667 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-04-10 21:53:44,959 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-04-10 21:53:44,973 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:53:44,993 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-04-10 21:53:45,003 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:53:45,019 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-04-10 21:53:45,019 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-04-10 21:53:45,029 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:53:45,100 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-04-10 21:53:45' 2018-04-10 21:53:45,100 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-04-10 21:53:45,100 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-04-10 21:53:45,131 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:53:45,166 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2018-04-10 21:53:45,379 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2018-04-10 21:53:46,431 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-04-10 21:53:47,433 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-04-10 21:53:52,438 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-04-10 21:53:53,440 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-04-10 21:53:58,445 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-04-10 21:53:59,447 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-04-10 21:54:04,452 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-04-10 21:54:05,454 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:10,456 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-04-10 21:54:11,458 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:16,463 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-04-10 21:54:17,465 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:22,470 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-04-10 21:54:23,472 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:28,478 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-04-10 21:54:29,479 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:34,485 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-04-10 21:54:35,487 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:40,492 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-04-10 21:54:41,493 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:46,497 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-04-10 21:54:47,499 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:52,500 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-04-10 21:54:53,502 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:54:58,507 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-04-10 21:54:59,509 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:55:04,514 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-10 21:55:05,516 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-10 21:55:10,521 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.7 ebgp-multihop '2' 2018-04-10 21:55:11,523 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.7 ebgp-multihop '2' [edit] vyos@vyos# 2018-04-10 21:55:16,528 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.7 remote-as 65002 2018-04-10 21:55:17,530 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.7 remote-as 65002 [edit] vyos@vyos# 2018-04-10 21:55:22,535 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.7 update-source 12.0.0.5 2018-04-10 21:55:23,537 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.7 update-source 12.0.0.5 [edit] vyos@vyos# 2018-04-10 21:55:28,542 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.7 soft-reconfiguration inbound 2018-04-10 21:55:29,544 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.7 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-04-10 21:55:34,549 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.7 password lab0033 2018-04-10 21:55:35,551 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.7 password lab0033 [edit] vyos@vyos# 2018-04-10 21:55:40,556 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-04-10 21:55:41,557 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-04-10 21:55:46,559 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-04-10 21:55:47,560 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-04-10 21:55:52,565 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-04-10 21:55:53,567 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-04-10 21:55:58,573 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-04-10 21:55:59,575 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-04-10 21:56:04,580 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-04-10 21:56:05,582 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-04-10 21:56:10,586 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-04-10 21:56:11,588 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-04-10 21:56:16,593 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-04-10 21:56:17,595 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-04-10 21:56:22,601 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-04-10 21:56:23,603 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-04-10 21:56:28,608 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-04-10 21:56:29,610 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-04-10 21:56:34,615 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-04-10 21:56:35,617 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-04-10 21:56:40,622 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.5 2018-04-10 21:56:41,624 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.5 [edit] vyos@vyos# 2018-04-10 21:56:46,630 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-10 21:56:47,632 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-10 21:56:52,751 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-04-10 21:56:52,787 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 21:56:52,820 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.210. 2018-04-10 21:56:53,065 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.210. 2018-04-10 21:56:54,093 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-04-10 21:56:55,095 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-04-10 21:57:00,101 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-04-10 21:57:01,102 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-04-10 21:57:06,108 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-04-10 21:57:07,109 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-04-10 21:57:12,114 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-04-10 21:57:13,116 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:18,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-04-10 21:57:19,124 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:24,129 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-04-10 21:57:25,131 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:30,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-04-10 21:57:31,136 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:36,141 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-04-10 21:57:37,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:42,148 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-04-10 21:57:43,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:48,155 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-04-10 21:57:49,157 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:57:54,162 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-04-10 21:57:55,164 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:58:00,169 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-04-10 21:58:01,171 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:58:06,176 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-04-10 21:58:07,178 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-04-10 21:58:12,182 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-10 21:58:13,183 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-10 21:58:18,188 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' 2018-04-10 21:58:19,190 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' [edit] vyos@vyos# 2018-04-10 21:58:24,196 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 2018-04-10 21:58:25,198 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 [edit] vyos@vyos# 2018-04-10 21:58:30,203 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.7 2018-04-10 21:58:31,205 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.7 [edit] vyos@vyos# 2018-04-10 21:58:36,210 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inbound 2018-04-10 21:58:37,212 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-04-10 21:58:42,217 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 2018-04-10 21:58:43,219 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 [edit] vyos@vyos# 2018-04-10 21:58:48,224 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-04-10 21:58:49,226 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-04-10 21:58:54,231 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-04-10 21:58:55,233 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-04-10 21:59:00,238 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-04-10 21:59:01,240 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-04-10 21:59:06,245 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-04-10 21:59:07,247 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-04-10 21:59:12,252 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-04-10 21:59:13,253 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-04-10 21:59:18,259 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-04-10 21:59:19,260 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-04-10 21:59:24,265 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-04-10 21:59:25,267 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-04-10 21:59:30,272 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-04-10 21:59:31,274 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-04-10 21:59:36,279 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-04-10 21:59:37,281 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-04-10 21:59:42,286 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-04-10 21:59:43,288 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-04-10 21:59:48,289 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.7 2018-04-10 21:59:49,291 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.7 [edit] vyos@vyos# 2018-04-10 21:59:54,296 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-10 21:59:55,298 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-10 22:00:00,364 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-04-10 22:00:00,364 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-04-10 22:01:00,399 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-04-10 22:01:00,417 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-10 22:01:00,452 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2018-04-10 22:01:00,680 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2018-04-10 22:01:01,686 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-04-10 22:01:31,817 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.5, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.7 4 65002 2 5 0 0 0 00:00:59 10 Total number of neighbors 1 vyos@vyos:~$ 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.7 | no-more BGP neighbor is 12.0.0.7, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.7 BGP state = Established, up for 00:01:05 Last read 02:13:13, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.5 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.5, Local port: 179 Foreign host: 12.0.0.7, Foreign port: 37119 Nexthop: 12.0.0.5 Nexthop global: fe80::f816:3eff:fea6:cae Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.7 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.5 0 32768 i *> 10.0.2.0/24 12.0.0.5 0 32768 i *> 10.0.3.0/24 12.0.0.5 0 32768 i *> 10.0.4.0/24 12.0.0.5 0 32768 i *> 10.0.5.0/24 12.0.0.5 0 32768 i *> 10.0.6.0/24 12.0.0.5 0 32768 i *> 10.0.7.0/24 12.0.0.5 0 32768 i *> 10.0.8.0/24 12.0.0.5 0 32768 i *> 10.0.9.0/24 12.0.0.5 0 32768 i *> 10.0.10.0/24 12.0.0.5 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.7 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.7 0 0 65002 i *> 10.1.2.0/24 12.0.0.7 0 0 65002 i *> 10.1.3.0/24 12.0.0.7 0 0 65002 i *> 10.1.4.0/24 12.0.0.7 0 0 65002 i *> 10.1.5.0/24 12.0.0.7 0 0 65002 i *> 10.1.6.0/24 12.0.0.7 0 0 65002 i *> 10.1.7.0/24 12.0.0.7 0 0 65002 i *> 10.1.8.0/24 12.0.0.7 0 0 65002 i *> 10.1.9.0/24 12.0.0.7 0 0 65002 i *> 10.1.10.0/24 12.0.0.7 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.7 routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.7 0 0 65002 i *> 10.1.2.0/24 12.0.0.7 0 0 65002 i *> 10.1.3.0/24 12.0.0.7 0 0 65002 i *> 10.1.4.0/24 12.0.0.7 0 0 65002 i *> 10.1.5.0/24 12.0.0.7 0 0 65002 i *> 10.1.6.0/24 12.0.0.7 0 0 65002 i *> 10.1.7.0/24 12.0.0.7 0 0 65002 i *> 10.1.8.0/24 12.0.0.7 0 0 65002 i *> 10.1.9.0/24 12.0.0.7 0 0 65002 i *> 10.1.10.0/24 12.0.0.7 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-04-10 22:01:31,818 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.7' 2018-04-10 22:01:31,819 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-04-10 22:01:33,538 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-04-10 22:01:35,035 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 22:01:35,036 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 17:47 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-10 22:01:35,040 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-04-10 22:01:35,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-04-10 22:01:35,205 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-04-10 22:01:35,205 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-10 22:02:01,603 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-10 22:02:01,706 - 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-04-10 22:02:01,726 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-10 22:02:01,726 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-10 22:02:04,833 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-69958f66-61fb-4bf6-846b-0d3db2574d68, password=491ede4b-d2bd-42c4-a9da-713c4604c435, auth_url=http://172.30.9.29:5000/v3, project_name=juju_epc-69958f66-61fb-4bf6-846b-0d3db2574d68, 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-04-10 22:02:05,224 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-10 22:02:06,466 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-04-10 22:02:06,467 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-10 22:02:08,330 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=47e5d7de-0cc4-4f3a-a3f4-d8a430029e29, auth_url=http://172.30.9.29:5000/v3, project_name=juju_epc-69958f66-61fb-4bf6-846b-0d3db2574d68, 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-04-10 22:02:08,431 - 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-04-10 22:02:08,431 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-10 22:02:08,431 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-10 22:02:12,119 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-10 22:02:23,181 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-04-10 22:02:23,805 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-04-10 22:02:23,817 - 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-04-10 22:02:23,818 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-10 22:02:31,608 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d ~ -i 8d45dd1b-8a6b-4ef1-b1f5-780862839439 -s trusty -r regionOne -u http://172.30.9.29: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-04-10 22:02:31,608 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-04-10 22:02:40,728 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d ~ -i 86034458-00fd-49a9-aa46-41c34a443a3a -s xenial -r regionOne -u http://172.30.9.29: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-04-10 22:02:40,728 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : cf32a24a-f3dc-46c9-979f-bfe792276411 2018-04-10 22:06:39,647 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-04-10 22:06:39,647 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-04-10 22:06:40,364 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-04-10 22:07:03,052 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-04-10 22:23:44,098 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju wait completed: 0 2018-04-10 22:23:44,099 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-04-10 22:23:45,529 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - List of Instance: [, , , , ] 2018-04-10 22:23:46,333 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Instance: juju-0de1d2c5-46f6-4b03-82d3-fce3aa4cddfc-066f907a-9308-497b-8127-cb65029d3f37 2018-04-10 22:23:46,333 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Adding Security group rule.... 2018-04-10 22:23:48,009 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files to Abot_node 2018-04-10 22:23:48,563 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files in Abot_node 2018-04-10 22:24:06,024 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-04-10 22:24:23,263 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-04-10 22:24:23,619 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-04-10 22:24:23,619 - 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 self.res_dir))) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 465, in process_abot_test_result with open(file_path) as test_result: IOError: [Errno 2] No such file or directory: '/home/opnfv/functest/results/juju_epc/TestResults.json' 2018-04-10 22:24:23,753 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-10 22:24:23,753 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 22:22 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-10 22:24:23,757 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-04-10 22:25:28,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-10 22:25:28,540 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-10 22:25:42,675 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-10 22:25:42,676 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 27:24 | PASS | | vyos_vrouter | functest | vnf | 17:47 | PASS | | juju_epc | functest | vnf | 22:22 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-10 22:25:42,679 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-10 22:25:55,652 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-2 | | 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-04-10 22:25:55,654 - 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=kNh2E7GKfmkNNwAAKuMzmF9gQ export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29: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-04-10 22:25:55,655 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-10 22:25:55,655 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-10 22:25:55,655 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-10 22:25:55,656 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK