2018-04-16 01:02:22,285 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-15 | | 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-16 01:02:22,288 - 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=JWdCcn3KUchHpX7VkKRuXvPtG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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-16 01:02:22,288 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 01:02:22,289 - 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-16 01:02:22,291 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-16 01:02:22,291 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-16 01:02:25,403 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 01:02:35,397 - 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 9.982s OK 2018-04-16 01:02:35,528 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:02:35,529 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-16 01:02:35,532 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-16 01:02:37,812 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 01:15:54,882 - 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 797.019s OK 2018-04-16 01:15:55,015 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:15:55,015 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 01:15:55,019 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-16 01:15:55,882 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 01:16:36,792 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.909s OK 2018-04-16 01:16:36,918 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:16:36,919 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-16 01:16:36,922 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:17 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-16 01:16:36,926 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-16 01:16:39,679 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-15 | | 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-16 01:16:39,681 - 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=JWdCcn3KUchHpX7VkKRuXvPtG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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-16 01:16:39,681 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 01:16:39,682 - 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-16 01:16:39,683 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-16 01:16:39,683 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-16 01:16:40,493 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-16 01:16:40,493 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-16 01:16:40,903 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-16 01:16:40,903 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-16 01:16:41,288 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-16 01:16:41,288 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-16 01:16:41' 2018-04-16 01:16:41,289 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:16:44,593 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:16:47,397 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:16:58,288 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:16:59,094 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:16:59,764 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:17:07,010 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:17:10,614 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-61d70c21-2128-4ad7-8d8c-05949695e4cc' 2018-04-16 01:17:34,769 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-16 01:17:38,732 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-16 01:17:38,868 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-16 01:17:39,875 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-16 01:18:00,164 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-16 01:18:00,164 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-16 01:18:00,649 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:18:00,649 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 01:18:00,653 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-16 01:18:00,753 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-16 01:18:00,753 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-16 01:18:00' 2018-04-16 01:18:00,753 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--83b7c99e-5a4a-4fb1-9f77-aa582ed2598a' 2018-04-16 01:18:03,533 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-83b7c99e-5a4a-4fb1-9f77-aa582ed2598a' 2018-04-16 01:18:06,115 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-83b7c99e-5a4a-4fb1-9f77-aa582ed2598a' 2018-04-16 01:18:18,478 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-83b7c99e-5a4a-4fb1-9f77-aa582ed2598a' 2018-04-16 01:18:19,204 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-83b7c99e-5a4a-4fb1-9f77-aa582ed2598a' 2018-04-16 01:18:25,547 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-83b7c99e-5a4a-4fb1-9f77-aa582ed2598a' 2018-04-16 01:18:31,910 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-16 01:18:42,793 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-16 01:18:45,584 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-16 01:19:04,629 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:19:04,629 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:45 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-16 01:19:04,633 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-16 01:19:04,734 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 01:19:09,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 01:19:09.224 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9f197c95-8fc6-438c-bfc2-ecff031e12bf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9f197c95-8fc6-438c-bfc2-ecff031e12bf | 2018-04-16T01:19:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9f197c95-8fc6-438c-bfc2-ecff031e12bf ~/.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-16 01:19:12,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-16 01:19:12,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 01:19:18,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 01:19:17.062 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 01:19:17.203 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 01:19:18.598 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a) as the default verifier for the future CLI operations. 2018-04-16 01:19:21,882 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 01:19:24,332 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 01:19:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 01:19:36,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 01:19:35.080 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a) for deployment 'opnfv-rally' (UUID=9f197c95-8fc6-438c-bfc2-ecff031e12bf). 2018-04-16 01:19:36.044 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a) has been successfully configured for deployment 'opnfv-rally' (UUID=9f197c95-8fc6-438c-bfc2-ecff031e12bf)! 2018-04-16 01:19:36,227 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 01:19:36,228 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 01:19:36,230 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 01:19:36,233 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-16 01:19:39,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2767020e-4183-4d1e-8ab5-f8259d69763a/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-16 01:19:39,173 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-16 01:19:39,175 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-16 01:19:39,175 - 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-16 01:19:41,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:19:41.327 55 INFO rally.api [-] Starting verification (UUID=5f2dbb83-50b4-46bc-8bce-39374a0b3b66) for deployment 'opnfv-rally' (UUID=9f197c95-8fc6-438c-bfc2-ecff031e12bf) by verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a). 2018-04-16 01:19:41,329 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5f2dbb83-50b4-46bc-8bce-39374a0b3b66 2018-04-16 01:19:49,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:19:49.050 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-04-16 01:19:49,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:19:49.112 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-04-16 01:19:55,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:19:55.378 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.320s] 2018-04-16 01:19:58,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:19:58.739 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.360s] 2018-04-16 01:20:12,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:20:12.343 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.389s] 2018-04-16 01:20:30,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:20:30.078 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.422s] 2018-04-16 01:21:07,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:21:07.823 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-04-16 01:21:07,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:21:07.824 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-16 01:21:47,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:21:47.454 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-04-16 01:21:47,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:21:47.455 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-16 01:22:27,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:22:27.364 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.086s] 2018-04-16 01:22:27,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:22:27.365 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-16 01:23:16,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:16.907 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.062s] 2018-04-16 01:23:43,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:43.219 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-04-16 01:23:43,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:43.329 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.110s] 2018-04-16 01:23:51,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:51.440 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.766s] 2018-04-16 01:23:51,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:51.449 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-16 01:23:52,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:52.803 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-16 01:23:52,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:52.804 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-16 01:23:56,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:23:56.878 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.423s] 2018-04-16 01:24:02,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:02.823 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2018-04-16 01:24:09,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:09.234 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.672s] 2018-04-16 01:24:16,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:16.704 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.538s] 2018-04-16 01:24:25,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:25.814 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.165s] 2018-04-16 01:24:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:31.564 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.396s] 2018-04-16 01:24:37,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:37.336 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.194s] 2018-04-16 01:24:44,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:44.390 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.449s] 2018-04-16 01:24:51,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:51.207 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.519s] 2018-04-16 01:24:59,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:24:59.212 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.912s] 2018-04-16 01:25:01,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:01.655 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-16 01:25:03,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:03.753 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.087s] 2018-04-16 01:25:03,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:03.833 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-04-16 01:25:03,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:03.904 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-04-16 01:25:03,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:03.912 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-04-16 01:25:08,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:08.089 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.768s] 2018-04-16 01:25:10,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:10.563 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.473s] 2018-04-16 01:25:12,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:12.723 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.159s] 2018-04-16 01:25:19,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:19.097 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-16 01:25:27,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:27.294 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.965s] 2018-04-16 01:25:44,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:44.126 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.440s] 2018-04-16 01:25:48,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:25:48.666 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.539s] 2018-04-16 01:26:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:02.593 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.890s] 2018-04-16 01:26:06,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:06.368 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.774s] 2018-04-16 01:26:13,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:13.244 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.874s] 2018-04-16 01:26:23,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:23.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.341s] 2018-04-16 01:26:26,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:26.941 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.622s] 2018-04-16 01:26:33,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:33.045 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.103s] 2018-04-16 01:26:48,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:48.011 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.394s] 2018-04-16 01:26:48,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:48.431 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.420s] 2018-04-16 01:26:48,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:48.695 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.263s] 2018-04-16 01:26:48,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:48.913 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.218s] 2018-04-16 01:26:49,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:49.034 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.119s] 2018-04-16 01:26:49,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:26:49.091 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2018-04-16 01:27:02,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:02.897 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.802s] 2018-04-16 01:27:03,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:03.314 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.418s] 2018-04-16 01:27:03,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:03.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.397s] 2018-04-16 01:27:03,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:03.766 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2018-04-16 01:27:03,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:03.883 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.117s] 2018-04-16 01:27:03,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:03.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.055s] 2018-04-16 01:27:16,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:16.389 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.349s] 2018-04-16 01:27:22,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:22.123 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.734s] 2018-04-16 01:27:24,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:24.211 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.087s] 2018-04-16 01:27:24,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:24.424 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.213s] 2018-04-16 01:27:24,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:24.631 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.206s] 2018-04-16 01:27:36,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:36.595 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.148s] 2018-04-16 01:27:42,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:42.768 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.172s] 2018-04-16 01:27:44,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:44.559 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.791s] 2018-04-16 01:27:44,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:44.766 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.207s] 2018-04-16 01:27:44,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:27:44.962 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.196s] 2018-04-16 01:28:06,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:28:06.258 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.071s] 2018-04-16 01:28:18,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:28:18.146 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.888s] 2018-04-16 01:28:28,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:28:28.696 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.549s] 2018-04-16 01:28:38,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:28:38.004 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.307s] 2018-04-16 01:29:08,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:08.651 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.022s] 2018-04-16 01:29:20,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:20.685 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.033s] 2018-04-16 01:29:31,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:31.504 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.819s] 2018-04-16 01:29:41,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:41.241 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.735s] 2018-04-16 01:29:57,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:57.717 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.646s] 2018-04-16 01:29:59,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:59.666 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.947s] 2018-04-16 01:29:59,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:29:59.728 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.064s] 2018-04-16 01:30:04,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:04.371 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.601s] 2018-04-16 01:30:06,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:06.652 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.279s] 2018-04-16 01:30:06,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:06.859 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.209s] 2018-04-16 01:30:10,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:10.956 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.163s] 2018-04-16 01:30:14,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:14.449 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-16 01:30:15,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:15.714 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-16 01:30:15,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:15.716 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-16 01:30:15,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:15.717 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-16 01:30:15,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:15.718 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-16 01:30:15,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:15.719 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-16 01:30:17,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:17.682 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-04-16 01:30:34,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:34.098 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.011s] 2018-04-16 01:30:48,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:30:48.113 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.365s] 2018-04-16 01:31:02,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:31:02.366 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.249s] 2018-04-16 01:31:11,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:31:11.405 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.208s] 2018-04-16 01:32:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:32:22.766 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [64.434s] 2018-04-16 01:33:00,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:33:00.553 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.657s] 2018-04-16 01:33:55,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:33:55.883 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.576s] 2018-04-16 01:34:16,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5f2dbb83-50b4-46bc-8bce-39374a0b3b66']'. 2018-04-16 01:34:17,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5f2dbb83-50b4-46bc-8bce-39374a0b3b66 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 01:19:41 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 01:34:16 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:35 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2767020e-4183-4d1e-8ab5-f8259d69763a) | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9f197c95-8fc6-438c-bfc2-ecff031e12bf) | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 849.177 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-04-16 01:34:17,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-16 01:34:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 01:34:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 01:34:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-16 01:34:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 01:34:17,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 01:34:17,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-04-16 01:34:24,648 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:34:24,649 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:03 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-04-16 01:34:24,653 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-16 01:34:24,758 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-16 01:34:25,173 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-16 01:34:25,173 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-16 01:34:25,551 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 01:34:28,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 01:34:27.648 119 INFO rally.deployment.engine [-] Deployment 9f197c95-8fc6-438c-bfc2-ecff031e12bf | Starting: Destroy cloud and free allocated resources. 2018-04-16 01:34:27.732 119 INFO rally.deployment.engine [-] Deployment 9f197c95-8fc6-438c-bfc2-ecff031e12bf | Completed: Destroy cloud and free allocated resources. 2018-04-16 01:34:27.764 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a) for deployment 'opnfv-rally'. 2018-04-16 01:34:27.780 119 INFO rally.api [-] Deleting verification (UUID=5f2dbb83-50b4-46bc-8bce-39374a0b3b66). 2018-04-16 01:34:27.828 119 INFO rally.api [-] Verification has been successfully deleted! 2018-04-16 01:34:27.828 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a). 2018-04-16 01:34:27.840 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 01:34:30,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 01:34:30.144 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c902d33d-2b91-4ebd-a676-8281830947c2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c902d33d-2b91-4ebd-a676-8281830947c2 | 2018-04-16T01:34:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c902d33d-2b91-4ebd-a676-8281830947c2 ~/.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-16 01:34:33,838 - 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-16 01:34:33,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-16 01:34:35,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744'... 2018-04-16 01:34:38,601 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-69579267-1026-4972-b862-2326bdcac744'... 2018-04-16 01:34:40,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-69579267-1026-4972-b862-2326bdcac744'... 2018-04-16 01:34:51,984 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-69579267-1026-4972-b862-2326bdcac744'... 2018-04-16 01:34:52,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-69579267-1026-4972-b862-2326bdcac744'... 2018-04-16 01:34:53,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-16 01:34:53,424 - 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-16 01:34:53,425 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:34:53,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:34:53,444 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:35:53,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 37de23fc-9ae5-4c41-bec0-902c28f165c2 2018-04-16 01:35:53,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-16 01:35:53,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '37de23fc-9ae5-4c41-bec0-902c28f165c2'] 2018-04-16 01:35:54,036 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 37de23fc-9ae5-4c41-bec0-902c28f165c2: 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 37de23fc-9ae5-4c41-bec0-902c28f165c2 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | total | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> duration | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472012 Full duration: 7.21203 -------------------------------------------------------------------------------- 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 37de23fc-9ae5-4c41-bec0-902c28f165c2 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.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77544 Full duration: 7.46892 -------------------------------------------------------------------------------- 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 37de23fc-9ae5-4c41-bec0-902c28f165c2 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.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | total | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> duration | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.967369 Full duration: 7.383042 -------------------------------------------------------------------------------- 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 37de23fc-9ae5-4c41-bec0-902c28f165c2 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.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> duration | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.851634 Full duration: 7.457277 -------------------------------------------------------------------------------- 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 37de23fc-9ae5-4c41-bec0-902c28f165c2 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | total | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> duration | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.917329 Full duration: 7.729411 -------------------------------------------------------------------------------- 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 37de23fc-9ae5-4c41-bec0-902c28f165c2 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.663868 Full duration: 7.4437 HINTS: * To plot HTML graphics with this data, run: rally task report 37de23fc-9ae5-4c41-bec0-902c28f165c2 --out output.html * To generate a JUnit report, run: rally task export 37de23fc-9ae5-4c41-bec0-902c28f165c2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 37de23fc-9ae5-4c41-bec0-902c28f165c2 --json --out output.json 2018-04-16 01:35:54,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '37de23fc-9ae5-4c41-bec0-902c28f165c2'] 2018-04-16 01:35:55,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:35:55,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '37de23fc-9ae5-4c41-bec0-902c28f165c2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-16 01:35:55,121 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-16 01:35:55,121 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-16 01:35:55,122 - 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-16 01:35:55,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:35:55,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:35:55,139 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:37:28,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 2018-04-16 01:37:28,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7'] 2018-04-16 01:37:29,914 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7: 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 e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 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.794 | 4.794 | 4.794 | 4.794 | 4.794 | 4.794 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | -> glance_v2.upload_data | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 100.0% | 1 | | glance_v2.delete_image | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | total | 6.008 | 6.008 | 6.008 | 6.008 | 6.008 | 6.008 | 100.0% | 1 | | -> duration | 6.008 | 6.008 | 6.008 | 6.008 | 6.008 | 6.008 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.007551 Full duration: 14.311536 -------------------------------------------------------------------------------- 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 e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 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 | 3.738 | 3.738 | 3.738 | 3.738 | 3.738 | 3.738 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | -> glance_v2.upload_data | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 3.775 | 3.775 | 3.775 | 3.775 | 3.775 | 3.775 | 100.0% | 1 | | -> duration | 3.775 | 3.775 | 3.775 | 3.775 | 3.775 | 3.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.775498 Full duration: 15.984947 -------------------------------------------------------------------------------- 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 e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 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.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | total | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | -> duration | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.362769 Full duration: 7.894933 -------------------------------------------------------------------------------- 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-69579267-1026-4972-b862-2326bdcac744" }, "number_instances": 2, "nics": [ { "net-id": "84c7d409-740c-49c9-94c5-26ed0e384f68" } ] }, "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 e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 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 | 3.915 | 3.915 | 3.915 | 3.915 | 3.915 | 3.915 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | -> glance_v2.upload_data | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | nova.boot_servers | 11.883 | 11.883 | 11.883 | 11.883 | 11.883 | 11.883 | 100.0% | 1 | | total | 15.799 | 15.799 | 15.799 | 15.799 | 15.799 | 15.799 | 100.0% | 1 | | -> duration | 14.799 | 14.799 | 14.799 | 14.799 | 14.799 | 14.799 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.79933 Full duration: 40.126871 HINTS: * To plot HTML graphics with this data, run: rally task report e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 --out output.html * To generate a JUnit report, run: rally task export e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7 --json --out output.json 2018-04-16 01:37:29,915 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7'] 2018-04-16 01:37:30,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:37:30,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e1c4c0d4-9eb5-472a-a85a-92f8a4c5b0d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-16 01:37:30,963 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-16 01:37:30,963 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-16 01:37:30,963 - 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-16 01:37:30,963 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:37:30,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:37:30,970 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:40:52,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bf27ef99-d361-49a0-8f6f-6b06690bd4e4 2018-04-16 01:40:52,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bf27ef99-d361-49a0-8f6f-6b06690bd4e4'] 2018-04-16 01:40:53,720 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bf27ef99-d361-49a0-8f6f-6b06690bd4e4: 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.214 | 3.214 | 3.214 | 3.214 | 3.214 | 3.214 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 2.63 | 100.0% | 1 | | total | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 100.0% | 1 | | -> duration | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 5.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.844225 Full duration: 22.873251 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.199 | 3.199 | 3.199 | 3.199 | 3.199 | 3.199 | 100.0% | 1 | | cinder_v2.delete_volume | 2.48 | 2.48 | 2.48 | 2.48 | 2.48 | 2.48 | 100.0% | 1 | | total | 5.68 | 5.68 | 5.68 | 5.68 | 5.68 | 5.68 | 100.0% | 1 | | -> duration | 5.68 | 5.68 | 5.68 | 5.68 | 5.68 | 5.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.679544 Full duration: 15.85558 -------------------------------------------------------------------------------- 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-69579267-1026-4972-b862-2326bdcac744" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task bf27ef99-d361-49a0-8f6f-6b06690bd4e4 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.041 | 9.041 | 9.041 | 9.041 | 9.041 | 9.041 | 100.0% | 1 | | cinder_v2.delete_volume | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | total | 11.676 | 11.676 | 11.676 | 11.676 | 11.676 | 11.676 | 100.0% | 1 | | -> duration | 11.676 | 11.676 | 11.676 | 11.676 | 11.676 | 11.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.676185 Full duration: 22.379922 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.289 | 3.289 | 3.289 | 3.289 | 3.289 | 3.289 | 100.0% | 1 | | cinder_v2.delete_volume | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 2.646 | 100.0% | 1 | | total | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 100.0% | 1 | | -> duration | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.935218 Full duration: 16.110429 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.184 | 3.184 | 3.184 | 3.184 | 3.184 | 3.184 | 100.0% | 1 | | cinder_v2.extend_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | cinder_v2.delete_volume | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 100.0% | 1 | | total | 8.258 | 8.258 | 8.258 | 8.258 | 8.258 | 8.258 | 100.0% | 1 | | -> duration | 8.258 | 8.258 | 8.258 | 8.258 | 8.258 | 8.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.257595 Full duration: 18.150879 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.25 | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 100.0% | 1 | | cinder_v2.delete_volume | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 100.0% | 1 | | total | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 100.0% | 1 | | -> duration | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 5.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.902739 Full duration: 23.382518 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | cinder_v2.list_qos | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810813 Full duration: 12.814144 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.set_qos | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811757 Full duration: 12.479101 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | cinder_v2.list_types | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 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.782473 Full duration: 12.367339 -------------------------------------------------------------------------------- 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 bf27ef99-d361-49a0-8f6f-6b06690bd4e4 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> duration | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 0.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848596 Full duration: 12.334171 HINTS: * To plot HTML graphics with this data, run: rally task report bf27ef99-d361-49a0-8f6f-6b06690bd4e4 --out output.html * To generate a JUnit report, run: rally task export bf27ef99-d361-49a0-8f6f-6b06690bd4e4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bf27ef99-d361-49a0-8f6f-6b06690bd4e4 --json --out output.json 2018-04-16 01:40:53,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bf27ef99-d361-49a0-8f6f-6b06690bd4e4'] 2018-04-16 01:40:54,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:40:54,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bf27ef99-d361-49a0-8f6f-6b06690bd4e4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-16 01:40:54,771 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-16 01:40:54,771 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-16 01:40:54,771 - 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-16 01:40:54,772 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:40:54,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:40:54,794 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:42:17,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f8c9f1da-0849-4cc2-a167-2c9c75402d02 2018-04-16 01:42:17,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f8c9f1da-0849-4cc2-a167-2c9c75402d02'] 2018-04-16 01:42:18,722 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f8c9f1da-0849-4cc2-a167-2c9c75402d02: 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 f8c9f1da-0849-4cc2-a167-2c9c75402d02 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.768 | 4.768 | 4.768 | 4.768 | 4.768 | 4.768 | 100.0% | 1 | | heat.update_stack | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 100.0% | 1 | | heat.delete_stack | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 100.0% | 1 | | total | 10.743 | 10.743 | 10.743 | 10.743 | 10.743 | 10.743 | 100.0% | 1 | | -> duration | 6.743 | 6.743 | 6.743 | 6.743 | 6.743 | 6.743 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.74324 Full duration: 20.569793 -------------------------------------------------------------------------------- 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 f8c9f1da-0849-4cc2-a167-2c9c75402d02 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.621 | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 100.0% | 1 | | heat.check_stack | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | heat.delete_stack | 2.876 | 2.876 | 2.876 | 2.876 | 2.876 | 2.876 | 100.0% | 1 | | total | 8.443 | 8.443 | 8.443 | 8.443 | 8.443 | 8.443 | 100.0% | 1 | | -> duration | 6.443 | 6.443 | 6.443 | 6.443 | 6.443 | 6.443 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.443342 Full duration: 16.62158 -------------------------------------------------------------------------------- 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 f8c9f1da-0849-4cc2-a167-2c9c75402d02 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.534 | 4.534 | 4.534 | 4.534 | 4.534 | 4.534 | 100.0% | 1 | | heat.suspend_stack | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | heat.resume_stack | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | heat.delete_stack | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 100.0% | 1 | | total | 7.621 | 7.621 | 7.621 | 7.621 | 7.621 | 7.621 | 100.0% | 1 | | -> duration | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.620665 Full duration: 17.549372 -------------------------------------------------------------------------------- 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 f8c9f1da-0849-4cc2-a167-2c9c75402d02 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.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | total | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> duration | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584234 Full duration: 8.274526 HINTS: * To plot HTML graphics with this data, run: rally task report f8c9f1da-0849-4cc2-a167-2c9c75402d02 --out output.html * To generate a JUnit report, run: rally task export f8c9f1da-0849-4cc2-a167-2c9c75402d02 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f8c9f1da-0849-4cc2-a167-2c9c75402d02 --json --out output.json 2018-04-16 01:42:18,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f8c9f1da-0849-4cc2-a167-2c9c75402d02'] 2018-04-16 01:42:19,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:42:19,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f8c9f1da-0849-4cc2-a167-2c9c75402d02', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-16 01:42:19,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-16 01:42:19,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-16 01:42:19,715 - 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-16 01:42:19,715 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:42:19,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:42:19,742 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:45:36,109 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e12b05c5-4e2b-4d58-9220-419b1003133a 2018-04-16 01:45:36,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e12b05c5-4e2b-4d58-9220-419b1003133a'] 2018-04-16 01:45:37,183 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e12b05c5-4e2b-4d58-9220-419b1003133a: 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758239 Full duration: 14.351816 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73318 Full duration: 14.488641 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.list_projects | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766087 Full duration: 15.035341 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> duration | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.606473 Full duration: 12.389829 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.442 | 0.442 | 0.442 | 0.442 | 0.442 | 0.442 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.56341 Full duration: 12.099921 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.create_user | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 0.489 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 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.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_user | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_role | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | -> duration | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 1.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.83117 Full duration: 19.926638 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 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.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.992195 Full duration: 12.751259 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e12b05c5-4e2b-4d58-9220-419b1003133a 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777518 Full duration: 14.274003 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e12b05c5-4e2b-4d58-9220-419b1003133a 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686839 Full duration: 14.203879 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.list_users | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.881471 Full duration: 14.440549 -------------------------------------------------------------------------------- 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 e12b05c5-4e2b-4d58-9220-419b1003133a 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.create_users | 4.788 | 4.788 | 4.788 | 4.788 | 4.788 | 4.788 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.787 | 4.787 | 4.787 | 4.787 | 4.787 | 4.787 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | total | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 100.0% | 1 | | -> duration | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 6.418 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.418381 Full duration: 23.093516 HINTS: * To plot HTML graphics with this data, run: rally task report e12b05c5-4e2b-4d58-9220-419b1003133a --out output.html * To generate a JUnit report, run: rally task export e12b05c5-4e2b-4d58-9220-419b1003133a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e12b05c5-4e2b-4d58-9220-419b1003133a --json --out output.json 2018-04-16 01:45:37,183 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e12b05c5-4e2b-4d58-9220-419b1003133a'] 2018-04-16 01:45:38,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:45:38,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e12b05c5-4e2b-4d58-9220-419b1003133a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-16 01:45:38,223 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-16 01:45:38,223 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-16 01:45:38,224 - 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-16 01:45:38,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:45:38,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:45:38,231 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:51:52,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 2018-04-16 01:51:52,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a4903ef4-dbb0-4f24-8ce5-9700da9dc03c'] 2018-04-16 01:51:53,178 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a4903ef4-dbb0-4f24-8ce5-9700da9dc03c: 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.delete_network | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | total | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | -> duration | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.7659 Full duration: 15.597162 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.47 | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 100.0% | 1 | | neutron.delete_port | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | total | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 100.0% | 1 | | -> duration | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 2.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.086672 Full duration: 37.333582 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.create_subnet | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | neutron.create_router | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | neutron.add_interface_router | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 1.965 | 100.0% | 1 | | neutron.remove_interface_router | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 100.0% | 1 | | neutron.delete_router | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 2.047 | 100.0% | 1 | | total | 10.423 | 10.423 | 10.423 | 10.423 | 10.423 | 10.423 | 100.0% | 1 | | -> duration | 10.423 | 10.423 | 10.423 | 10.423 | 10.423 | 10.423 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.422527 Full duration: 48.933621 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.304 | 1.304 | 1.304 | 1.304 | 1.304 | 1.304 | 100.0% | 1 | | neutron.delete_subnet | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | total | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | -> duration | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.902244 Full duration: 37.930937 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | neutron.list_networks | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | -> duration | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.401661 Full duration: 17.056434 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | neutron.list_ports | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> duration | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 1.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.648105 Full duration: 34.387249 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | neutron.create_subnet | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | neutron.create_router | 3.254 | 3.254 | 3.254 | 3.254 | 3.254 | 3.254 | 100.0% | 1 | | neutron.add_interface_router | 2.176 | 2.176 | 2.176 | 2.176 | 2.176 | 2.176 | 100.0% | 1 | | neutron.list_routers | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 7.13 | 7.13 | 7.13 | 7.13 | 7.13 | 7.13 | 100.0% | 1 | | -> duration | 7.13 | 7.13 | 7.13 | 7.13 | 7.13 | 7.13 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.12975 Full duration: 51.121773 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | neutron.create_subnet | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.list_subnets | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 1.998 | 1.998 | 1.998 | 1.998 | 1.998 | 1.998 | 100.0% | 1 | | -> duration | 1.998 | 1.998 | 1.998 | 1.998 | 1.998 | 1.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.997737 Full duration: 40.354374 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | neutron.delete_security_group | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | total | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | -> duration | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.232652 Full duration: 14.225335 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | neutron.create_security_group_rule | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | neutron.delete_security_group | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.798 | 1.798 | 1.798 | 1.798 | 1.798 | 1.798 | 100.0% | 1 | | -> duration | 1.798 | 1.798 | 1.798 | 1.798 | 1.798 | 1.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.797884 Full duration: 15.100356 -------------------------------------------------------------------------------- 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 a4903ef4-dbb0-4f24-8ce5-9700da9dc03c 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.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | neutron.create_router | 3.709 | 3.709 | 3.709 | 3.709 | 3.709 | 3.709 | 100.0% | 1 | | neutron.add_gateway_router | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | neutron.remove_gateway_router | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 1.057 | 100.0% | 1 | | total | 7.475 | 7.475 | 7.475 | 7.475 | 7.475 | 7.475 | 100.0% | 1 | | -> duration | 7.475 | 7.475 | 7.475 | 7.475 | 7.475 | 7.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.474736 Full duration: 30.799006 HINTS: * To plot HTML graphics with this data, run: rally task report a4903ef4-dbb0-4f24-8ce5-9700da9dc03c --out output.html * To generate a JUnit report, run: rally task export a4903ef4-dbb0-4f24-8ce5-9700da9dc03c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a4903ef4-dbb0-4f24-8ce5-9700da9dc03c --json --out output.json 2018-04-16 01:51:53,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a4903ef4-dbb0-4f24-8ce5-9700da9dc03c'] 2018-04-16 01:51:54,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:51:54,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a4903ef4-dbb0-4f24-8ce5-9700da9dc03c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-16 01:51:54,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-16 01:51:54,255 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-16 01:51:54,255 - 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-16 01:51:54,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:51:54,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:51:54,273 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:55:01,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 699b0de3-90ac-4f99-9846-edad1b2c72ac 2018-04-16 01:55:01,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '699b0de3-90ac-4f99-9846-edad1b2c72ac'] 2018-04-16 01:55:02,468 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 699b0de3-90ac-4f99-9846-edad1b2c72ac: 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-69579267-1026-4972-b862-2326bdcac744" }, "image": { "name": "Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744" }, "block_migration": false, "nics": [ { "net-id": "84c7d409-740c-49c9-94c5-26ed0e384f68" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 699b0de3-90ac-4f99-9846-edad1b2c72ac 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.256 | 12.256 | 12.256 | 12.256 | 12.256 | 12.256 | 100.0% | 1 | | nova.find_host_to_migrate | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | nova.live_migrate | 134.165 | 134.165 | 134.165 | 134.165 | 134.165 | 134.165 | 0.0% | 1 | | total | 147.798 | 147.798 | 147.798 | 147.798 | 147.798 | 147.798 | 0.0% | 1 | | -> duration | 146.798 | 146.798 | 146.798 | 146.798 | 146.798 | 146.798 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 146.797516 Full duration: 162.812424 HINTS: * To plot HTML graphics with this data, run: rally task report 699b0de3-90ac-4f99-9846-edad1b2c72ac --out output.html * To generate a JUnit report, run: rally task export 699b0de3-90ac-4f99-9846-edad1b2c72ac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 699b0de3-90ac-4f99-9846-edad1b2c72ac --json --out output.json 2018-04-16 01:55:02,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '699b0de3-90ac-4f99-9846-edad1b2c72ac'] 2018-04-16 01:55:03,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:55:03,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '699b0de3-90ac-4f99-9846-edad1b2c72ac', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-16 01:55:03,467 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-04-16 01:55:03,467 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-16 01:55:03,467 - 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-16 01:55:03,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-16 01:55:03,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-16 01:55:03,486 - 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': '84c7d409-740c-49c9-94c5-26ed0e384f68', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69579267-1026-4972-b862-2326bdcac744', 'flavor_name': 'rally-tiny-69579267-1026-4972-b862-2326bdcac744', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69579267-1026-4972-b862-2326bdcac744', '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-16 01:55:56,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 50b1ee3e-373d-4679-b3bd-02478745c412 2018-04-16 01:55:56,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '50b1ee3e-373d-4679-b3bd-02478745c412'] 2018-04-16 01:55:57,589 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 50b1ee3e-373d-4679-b3bd-02478745c412: 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 50b1ee3e-373d-4679-b3bd-02478745c412 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | quotas.delete_quotas | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> duration | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034352 Full duration: 8.486335 -------------------------------------------------------------------------------- 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 50b1ee3e-373d-4679-b3bd-02478745c412 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705868 Full duration: 8.306998 -------------------------------------------------------------------------------- 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 50b1ee3e-373d-4679-b3bd-02478745c412 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.748692 Full duration: 8.624227 -------------------------------------------------------------------------------- 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 50b1ee3e-373d-4679-b3bd-02478745c412 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 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | total | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | -> duration | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.454732 Full duration: 9.282597 HINTS: * To plot HTML graphics with this data, run: rally task report 50b1ee3e-373d-4679-b3bd-02478745c412 --out output.html * To generate a JUnit report, run: rally task export 50b1ee3e-373d-4679-b3bd-02478745c412 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 50b1ee3e-373d-4679-b3bd-02478745c412 --json --out output.json 2018-04-16 01:55:57,589 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '50b1ee3e-373d-4679-b3bd-02478745c412'] 2018-04-16 01:55:58,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-16 01:55:58,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '50b1ee3e-373d-4679-b3bd-02478745c412', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-16 01:55:58,676 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-16 01:55:58,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:44 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 05:42 | 11 | 100.00% | | nova | 02:42 | 1 | 0.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:42 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-04-16 01:55:58,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-04-16 01:56:09,603 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-16 01:56:09,604 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-16 01:56:10,146 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:56:10,147 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:44 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-16 01:56:10,151 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-04-16 01:56:10,151 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-16 01:56:10,250 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 01:56:12,632 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 01:56:12.322 9790 INFO rally.deployment.engine [-] Deployment c902d33d-2b91-4ebd-a676-8281830947c2 | Starting: Destroy cloud and free allocated resources. 2018-04-16 01:56:12.422 9790 INFO rally.deployment.engine [-] Deployment c902d33d-2b91-4ebd-a676-8281830947c2 | Completed: Destroy cloud and free allocated resources. 2018-04-16 01:56:12.445 9790 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a). 2018-04-16 01:56:12.449 9790 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 01:56:15,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 01:56:14.723 9793 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4738133d-a75d-4607-9b84-361e9e2a027b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4738133d-a75d-4607-9b84-361e9e2a027b | 2018-04-16T01:56:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4738133d-a75d-4607-9b84-361e9e2a027b ~/.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-16 01:56:18,464 - 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-16 01:56:18,465 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 01:56:20,822 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-16 01:56:20.574 9799 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2767020e-4183-4d1e-8ab5-f8259d69763a). 2018-04-16 01:56:20.699 9799 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-16 01:56:24,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-16 01:56:22.795 9802 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 01:56:22.960 9802 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 01:56:24.154 9802 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e) as the default verifier for the future CLI operations. 2018-04-16 01:56:27,327 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 01:56:29,670 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 01:56:36,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 01:56:41,228 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 01:56:40.200 9821 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e) for deployment 'opnfv-rally' (UUID=4738133d-a75d-4607-9b84-361e9e2a027b). 2018-04-16 01:56:41.065 9821 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e) has been successfully configured for deployment 'opnfv-rally' (UUID=4738133d-a75d-4607-9b84-361e9e2a027b)! 2018-04-16 01:56:41,228 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 01:56:41,228 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 01:56:41,231 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 01:56:43,392 - 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-16 01:56:45,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:45.469 9833 INFO rally.api [-] Starting verification (UUID=bbe605f0-4ade-4922-a217-31409ad84853) for deployment 'opnfv-rally' (UUID=4738133d-a75d-4607-9b84-361e9e2a027b) by verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e). 2018-04-16 01:56:45,470 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bbe605f0-4ade-4922-a217-31409ad84853 2018-04-16 01:56:54,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:54.301 9833 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-04-16 01:56:54,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:54.515 9833 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.230s] 2018-04-16 01:56:54,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:54.575 9833 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2018-04-16 01:56:54,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:54.748 9833 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.325s] 2018-04-16 01:56:57,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:57.305 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.954s] 2018-04-16 01:56:57,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:57.924 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.191s] 2018-04-16 01:56:58,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:58.609 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2018-04-16 01:56:58,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:58.717 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.107s] 2018-04-16 01:56:58,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:56:58.801 9833 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2018-04-16 01:57:00,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:00.752 9833 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.124s] 2018-04-16 01:57:01,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:01.511 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.585s] 2018-04-16 01:57:02,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:02.831 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.319s] 2018-04-16 01:57:03,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:03.703 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2018-04-16 01:57:03,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:03.864 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.161s] 2018-04-16 01:57:04,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:04.166 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.335s] 2018-04-16 01:57:04,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:04.214 9833 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.064s] 2018-04-16 01:57:05,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:05.153 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.288s] 2018-04-16 01:57:05,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:05.325 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.172s] 2018-04-16 01:57:05,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:05.514 9833 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.189s] 2018-04-16 01:57:05,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:05.888 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.720s] 2018-04-16 01:57:07,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:07.634 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.743s] 2018-04-16 01:57:07,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:07.867 9833 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.651s] 2018-04-16 01:57:09,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:09.002 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.367s] 2018-04-16 01:57:09,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:09.288 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.287s] 2018-04-16 01:57:09,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:09.311 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-04-16 01:57:09,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:09.336 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.024s] 2018-04-16 01:57:09,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:09.354 9833 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-04-16 01:57:13,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:13.296 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.986s] 2018-04-16 01:57:17,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:17.259 9833 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.580s] 2018-04-16 01:57:27,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:27.538 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.227s] 2018-04-16 01:57:28,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:28.842 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [24.070s] 2018-04-16 01:57:30,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:30.387 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.547s] 2018-04-16 01:57:33,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:33.380 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.841s] 2018-04-16 01:57:33,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:33.518 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [20.216s] 2018-04-16 01:57:35,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:35.194 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.812s] 2018-04-16 01:57:35,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:35.401 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.207s] 2018-04-16 01:57:35,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:35.599 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.198s] 2018-04-16 01:57:35,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:35.849 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.249s] 2018-04-16 01:57:36,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:36.054 9833 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.204s] 2018-04-16 01:57:40,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:40.428 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [15.106s] 2018-04-16 01:57:40,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:40.514 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.085s] 2018-04-16 01:57:41,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:41.314 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.799s] 2018-04-16 01:57:41,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:41.413 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.098s] 2018-04-16 01:57:41,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:41.415 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-16 01:57:43,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:57:43.878 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.362s] 2018-04-16 01:58:03,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:03.404 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.734s] 2018-04-16 01:58:03,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:03.486 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.081s] 2018-04-16 01:58:03,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:03.890 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.404s] 2018-04-16 01:58:03,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:03.990 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2018-04-16 01:58:03,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:03.992 9833 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-16 01:58:05,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:05.568 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.365s] 2018-04-16 01:58:06,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:06.386 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.817s] 2018-04-16 01:58:06,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:06.597 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.210s] 2018-04-16 01:58:07,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:07.103 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.505s] 2018-04-16 01:58:07,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:07.511 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.408s] 2018-04-16 01:58:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:07.894 9833 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.383s] 2018-04-16 01:58:14,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:14.370 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.577s] 2018-04-16 01:58:15,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:15.625 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.255s] 2018-04-16 01:58:16,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:16.946 9833 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.011s] 2018-04-16 01:58:19,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:19.752 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.122s] 2018-04-16 01:58:20,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:20.701 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.952s] 2018-04-16 01:58:22,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:22.559 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.856s] 2018-04-16 01:58:23,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:23.297 9833 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.157s] 2018-04-16 01:58:23,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:23.761 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.202s] 2018-04-16 01:58:25,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:25.303 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.538s] 2018-04-16 01:58:25,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:25.353 9833 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-04-16 01:58:42,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:42.828 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [58.936s] 2018-04-16 01:58:43,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:43.546 9833 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.597s] 2018-04-16 01:58:47,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:47.578 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.321s] 2018-04-16 01:58:48,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:58:48.059 9833 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.480s] 2018-04-16 01:59:00,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:00.721 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-04-16 01:59:00,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:00.879 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.166s] 2018-04-16 01:59:00,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:00.907 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.186s] 2018-04-16 01:59:01,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.026 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.146s] 2018-04-16 01:59:01,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.068 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.041s] 2018-04-16 01:59:01,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.086 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.177s] 2018-04-16 01:59:01,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.099 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.031s] 2018-04-16 01:59:01,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.131 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-04-16 01:59:01,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.180 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.049s] 2018-04-16 01:59:01,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.224 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.044s] 2018-04-16 01:59:01,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.247 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.161s] 2018-04-16 01:59:01,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.402 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.154s] 2018-04-16 01:59:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.411 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.187s] 2018-04-16 01:59:01,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.414 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-04-16 01:59:01,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.460 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.045s] 2018-04-16 01:59:01,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.636 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.175s] 2018-04-16 01:59:01,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.647 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-04-16 01:59:01,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.680 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-04-16 01:59:01,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.686 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.273s] 2018-04-16 01:59:01,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.690 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-04-16 01:59:01,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.730 9833 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-04-16 01:59:01,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:01.894 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.201s] 2018-04-16 01:59:02,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:02.093 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.199s] 2018-04-16 01:59:02,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:02.266 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.173s] 2018-04-16 01:59:02,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:02.468 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.201s] 2018-04-16 01:59:03,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.141 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.672s] 2018-04-16 01:59:03,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.173 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-16 01:59:03,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.208 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-04-16 01:59:03,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.374 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.164s] 2018-04-16 01:59:03,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.423 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.048s] 2018-04-16 01:59:03,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.458 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2018-04-16 01:59:03,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.494 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-04-16 01:59:03,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:03.666 9833 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.172s] 2018-04-16 01:59:12,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bbe605f0-4ade-4922-a217-31409ad84853']'. 2018-04-16 01:59:13,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 01:59:13,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 01:59:13,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bbe605f0-4ade-4922-a217-31409ad84853 | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 01:56:45 | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 01:59:12 | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:27 | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d5793a87-c23d-46b6-a4a6-88f3913e580e) | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 01:59:13,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4738133d-a75d-4607-9b84-361e9e2a027b) | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 103 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 131.44 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 103 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 01:59:13,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 01:59:13,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-16 01:59:20,004 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 01:59:20,004 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:53 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-16 01:59:20,009 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-16 01:59:20,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 01:59:22,571 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 01:59:22.192 9937 INFO rally.deployment.engine [-] Deployment 4738133d-a75d-4607-9b84-361e9e2a027b | Starting: Destroy cloud and free allocated resources. 2018-04-16 01:59:22.285 9937 INFO rally.deployment.engine [-] Deployment 4738133d-a75d-4607-9b84-361e9e2a027b | Completed: Destroy cloud and free allocated resources. 2018-04-16 01:59:22.315 9937 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e) for deployment 'opnfv-rally'. 2018-04-16 01:59:22.328 9937 INFO rally.api [-] Deleting verification (UUID=bbe605f0-4ade-4922-a217-31409ad84853). 2018-04-16 01:59:22.372 9937 INFO rally.api [-] Verification has been successfully deleted! 2018-04-16 01:59:22.372 9937 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e). 2018-04-16 01:59:22.384 9937 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 01:59:24,981 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 01:59:24.675 9940 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=948c83f6-16cb-45e7-997d-fdc5eb310f64) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 948c83f6-16cb-45e7-997d-fdc5eb310f64 | 2018-04-16T01:59:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 948c83f6-16cb-45e7-997d-fdc5eb310f64 ~/.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-16 01:59:28,255 - 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-16 01:59:28,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 01:59:30,648 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-16 01:59:30.377 9946 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d5793a87-c23d-46b6-a4a6-88f3913e580e). 2018-04-16 01:59:30.500 9946 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-16 01:59:35,010 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 01:59:32.750 9949 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 01:59:33.776 9949 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 01:59:34.806 9949 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af) as the default verifier for the future CLI operations. 2018-04-16 01:59:38,076 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 01:59:40,591 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 01:59:47,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 01:59:52,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 01:59:51.256 9968 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af) for deployment 'opnfv-rally' (UUID=948c83f6-16cb-45e7-997d-fdc5eb310f64). 2018-04-16 01:59:52.135 9968 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af) has been successfully configured for deployment 'opnfv-rally' (UUID=948c83f6-16cb-45e7-997d-fdc5eb310f64)! 2018-04-16 01:59:52,298 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 01:59:52,298 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 01:59:52,300 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 01:59:52,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-16 01:59:55,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f86c960c-956a-433b-88e7-7a4e633295af/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-16 01:59:55,613 - 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-16 01:59:57,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 01:59:57.671 9977 INFO rally.api [-] Starting verification (UUID=884c9230-b8e8-4434-93e7-3123f76440c4) for deployment 'opnfv-rally' (UUID=948c83f6-16cb-45e7-997d-fdc5eb310f64) by verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af). 2018-04-16 01:59:57,672 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 884c9230-b8e8-4434-93e7-3123f76440c4 2018-04-16 02:02:28,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '884c9230-b8e8-4434-93e7-3123f76440c4']'. 2018-04-16 02:02:29,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 884c9230-b8e8-4434-93e7-3123f76440c4 | 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 01:59:57 | 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 02:02:28 | 2018-04-16 02:02:29,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:31 | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f86c960c-956a-433b-88e7-7a4e633295af) | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 948c83f6-16cb-45e7-997d-fdc5eb310f64) | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 140.023 | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-04-16 02:02:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 02:02:29,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 02:02:29,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-16 02:02:29,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 02:02:29,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 02:02:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-16 02:02:36,313 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 02:02:36,314 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-16 02:02:36,318 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-16 02:02:37,257 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-16 02:59:56,655 - 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'6299f206-8a57-432d-86c9-36e0bfe6fd02' != u'76238d32-5cb3-4949-9cd7-53ae5486a3e8' - 6299f206-8a57-432d-86c9-36e0bfe6fd02 + 76238d32-5cb3-4949-9cd7-53ae5486a3e8 ---------------------------------------------------------------------- Ran 119 tests in 3439.324s FAILED (failures=1) 2018-04-16 02:59:56,824 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 02:59:56,824 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:19 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-16 02:59:56,828 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-16 02:59:56,829 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-16 02:59:56,929 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-16 02:59:59,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-16 02:59:59.047 10204 INFO rally.deployment.engine [-] Deployment 948c83f6-16cb-45e7-997d-fdc5eb310f64 | Starting: Destroy cloud and free allocated resources. 2018-04-16 02:59:59.143 10204 INFO rally.deployment.engine [-] Deployment 948c83f6-16cb-45e7-997d-fdc5eb310f64 | Completed: Destroy cloud and free allocated resources. 2018-04-16 02:59:59.204 10204 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af) for deployment 'opnfv-rally'. 2018-04-16 02:59:59.237 10204 INFO rally.api [-] Deleting verification (UUID=884c9230-b8e8-4434-93e7-3123f76440c4). 2018-04-16 02:59:59.271 10204 INFO rally.api [-] Verification has been successfully deleted! 2018-04-16 02:59:59.271 10204 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af). 2018-04-16 02:59:59.282 10204 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-16 03:00:01,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-16 03:00:01.660 10207 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4a7199df-bc06-447d-9460-8f6cee73c11a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4a7199df-bc06-447d-9460-8f6cee73c11a | 2018-04-16T03:00:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4a7199df-bc06-447d-9460-8f6cee73c11a ~/.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-16 03:00:05,288 - 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-16 03:00:05,289 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-16 03:00:07,651 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-16 03:00:07.385 10213 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f86c960c-956a-433b-88e7-7a4e633295af). 2018-04-16 03:00:07.508 10213 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-16 03:00:10,944 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-16 03:00:09.599 10216 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-16 03:00:09.730 10216 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-16 03:00:10.781 10216 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=86b664f3-e5e0-4e66-9348-5f93b51a5bd7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=86b664f3-e5e0-4e66-9348-5f93b51a5bd7) as the default verifier for the future CLI operations. 2018-04-16 03:00:13,740 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-16 03:00:17,201 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-16 03:00:24,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-16 03:00:29,395 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-16 03:00:28.328 10235 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=86b664f3-e5e0-4e66-9348-5f93b51a5bd7) for deployment 'opnfv-rally' (UUID=4a7199df-bc06-447d-9460-8f6cee73c11a). 2018-04-16 03:00:29.221 10235 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=86b664f3-e5e0-4e66-9348-5f93b51a5bd7) has been successfully configured for deployment 'opnfv-rally' (UUID=4a7199df-bc06-447d-9460-8f6cee73c11a)! 2018-04-16 03:00:29,396 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-16 03:00:29,396 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-16 03:00:29,398 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-16 03:00:29,409 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-16 03:00:32,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-86b664f3-e5e0-4e66-9348-5f93b51a5bd7/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-16 03:00:32,545 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-16 03:00:32,546 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-16 03:00:32,546 - 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-16 03:00:34,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-16 03:00:34.706 10244 INFO rally.api [-] Starting verification (UUID=e5829fe5-adcf-4447-a249-1f90b208425e) for deployment 'opnfv-rally' (UUID=4a7199df-bc06-447d-9460-8f6cee73c11a) by verifier 'opnfv-tempest' (UUID=86b664f3-e5e0-4e66-9348-5f93b51a5bd7). 2018-04-16 03:00:34,708 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e5829fe5-adcf-4447-a249-1f90b208425e 2018-04-16 03:02:27,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e5829fe5-adcf-4447-a249-1f90b208425e']'. 2018-04-16 03:02:28,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e5829fe5-adcf-4447-a249-1f90b208425e | 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-16 03:00:34 | 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-16 03:02:27 | 2018-04-16 03:02:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 86b664f3-e5e0-4e66-9348-5f93b51a5bd7) | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4a7199df-bc06-447d-9460-8f6cee73c11a) | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 101.065 | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-16 03:02:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-16 03:02:28,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-16 03:02:28,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-16 03:02:28,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-16 03:02:28,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-16 03:02:28,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-04-16 03:02:34,631 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 03:02:34,632 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:21 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-04-16 03:02:34,636 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:59 | PASS | | vping_userdata | functest | smoke | 00:45 | PASS | | tempest_smoke_serial | functest | smoke | 15:03 | PASS | | rally_sanity | functest | smoke | 21:44 | FAIL | | refstack_defcore | functest | smoke | 02:53 | PASS | | patrole | functest | smoke | 02:58 | PASS | | snaps_smoke | functest | smoke | 57:19 | FAIL | | neutron_trunk | functest | smoke | 02:21 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-16 03:02:34,644 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-16 03:02:37,849 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-15 | | 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-16 03:02:37,853 - 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=JWdCcn3KUchHpX7VkKRuXvPtG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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-16 03:02:37,853 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 03:02:37,853 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-16 03:02:37,854 - 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-16 03:02:37,856 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-16 03:02:40,248 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-15 | | 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-16 03:02:40,250 - 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=JWdCcn3KUchHpX7VkKRuXvPtG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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-16 03:02:40,250 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 03:02:40,251 - 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-16 03:02:40,251 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-16 03:02:40,251 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-16 03:02:40,601 - 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-16 03:02:40,634 - 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-16 03:02:40,654 - 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-16 03:02:41,019 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-16 03:02:41,019 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-16 03:02:41,469 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-16 03:02:41,469 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-16 03:02:41,886 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-16 03:02:44,871 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-5ccb1123-56df-48f4-a4b8-cc54a77b833d, password=809dda15-4544-41de-ae1b-f114678ecf86, auth_url=http://172.30.9.24:5000/v3, project_name=cloudify_ims-5ccb1123-56df-48f4-a4b8-cc54a77b833d, 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-16 03:02:44,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-16 03:02:46,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-16 03:02:46,404 - 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-16 03:04:18,626 - 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-16 03:04:28,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-16 03:04:29,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-16 03:04:43,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-04-16 03:04:48,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-04-16 03:04:48,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-04-16 03:07:49,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '809dda15-4544-41de-ae1b-f114678ecf86', 'keystone_tenant_name': 'cloudify_ims-5ccb1123-56df-48f4-a4b8-cc54a77b833d', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.24:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-5ccb1123-56df-48f4-a4b8-cc54a77b833d', 'project_domain_name': 'Default'} 2018-04-16 03:07:49,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-04-16 03:07:52,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-04-16 03:08:22,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-04-16 03:08:22,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-04-16 03:08:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-04-16 03:08:25,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-04-16 03:08:25,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-04-16 03:08:53,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.pac-12.org * extras: repo1.sea.innoscale.net * updates: centos.s.uw.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 19 MB/s | 52 MB 00:02 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-16 03:08:53,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-04-16 03:08:58,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-04-16 03:08:58,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-04-16 03:09:05,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-04-16 03:09:05,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:09:05,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:09:05,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-04-16 03:09:32,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:09:32,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-04-16 03:09:32,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-04-16 03:09:32,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-04-16 03:09:32,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-16 03:09:37,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-16 03:09:37,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:09:37,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:42,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-16 03:09:42,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:42,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:42,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-16 03:09:42,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:42,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:48,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:48,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:48,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:53,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:09:53,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:58,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:58,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:09:58,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:58,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:09:58,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:58,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:09:58,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:09:58,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:09:58,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:10:04,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:10:04,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:10:04,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:04,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:04,993 - 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-16 03:10:04,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:10:04,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:10:04,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:04,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:10:04,993 - 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-16 03:10:04,993 - 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-16 03:10:04,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:10:10,735 - 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-16 03:10:10,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:10:10,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:10:10,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:10,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:10:10,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:10:10,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:10:10,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:10:10,736 - 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-16 03:10:10,737 - 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-16 03:10:15,974 - 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-16 03:10:15,974 - 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-16 03:10:31,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:31,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:36,807 - 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-16 03:10:36,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:36,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:36,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:36,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:36,808 - 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-16 03:10:36,808 - 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-16 03:10:36,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:36,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,008 - 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-16 03:10:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,008 - 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-16 03:10:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:10:47,170 - 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-16 03:10:47,171 - 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-16 03:10:47,171 - 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-16 03:11:02,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:02,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:07,790 - 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-16 03:11:07,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:07,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:07,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:07,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:07,790 - 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-16 03:11:07,790 - 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-16 03:11:07,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:07,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:12,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-04-16 03:11:12,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:12,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:12,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-04-16 03:11:18,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:18,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:18,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:18,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:18,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:18,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:11:18,165 - 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-16 03:11:18,165 - 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-16 03:11:18,165 - 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-16 03:11:41,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,278 - 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-16 03:11:41,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:41,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:50,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-04-16 03:11:56,345 - 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-16 03:11:56,346 - 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-16 03:11:56,346 - 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-16 03:11:56,346 - 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-16 03:12:14,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:12:14,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - 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-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.10 on port 22: Unable to connect to port 22 on 10.67.79.10 (tried 1 time) 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:25,492 - 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-16 03:12:31,463 - 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-16 03:12:31,463 - 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-16 03:12:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:12:31,463 - 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-16 03:12:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:31,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-04-16 03:12:37,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:12:37,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:37,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:37,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-16 03:12:37,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-16 03:12:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:43,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:12:48,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:48,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:12:48,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:48,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:48,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:12:48,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:12:48,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:48,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:12:54,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:54,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:54,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:12:54,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:12:54,293 - 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.15 on port 22: Unable to connect to port 22 on 10.67.79.15 (tried 1 time) 2018-04-16 03:12:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:12:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:12:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:12:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:12:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:12:54,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:12:59,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:12:59,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:12:59,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:59,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:12:59,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:12:59,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:12:59,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:13:06,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:13:06,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:06,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:06,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:13:06,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:06,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:13:12,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-04-16 03:13:12,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:12,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:12,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:12,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:18,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:18,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:24,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:13:24,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-04-16 03:13:24,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:29,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:13:29,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:29,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:29,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:29,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-04-16 03:13:29,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:29,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:29,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:29,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:29,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:29,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:35,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:13:35,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:35,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:13:35,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:13:35,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:13:35,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:13:35,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:13:35,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:13:35,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:13:40,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-04-16 03:13:40,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-04-16 03:13:40,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:40,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:46,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:13:52,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-04-16 03:13:57,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:13:57,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:13:57,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:14:02,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-04-16 03:14:18,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:14:23,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:14:23,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:14:23,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:15:52,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:52,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:52,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:57,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:15:57,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:15:57,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:19:28,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:28,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:19:28,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:19:28,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:19:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:19:28,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:19:39,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:44,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:44,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:19:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:49,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:19:49,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:19:49,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:20:00,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:20:23,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:20:28,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:28,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:39,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:49,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:20:49,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:20:49,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-04-16 03:20:49,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:22:44,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:22:44,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:22:44,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:22:44,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:22:44,116 - 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-16T03:09:32.252Z', 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'4e0c4eba-7284-4324-996b-228ac0e05761'} 2018-04-16 03:22:44,182 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.30.9.205 2018-04-16 03:22:44,279 - 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-16 03:22:44,349 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-04-16 03:22:44,349 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-04-16 03:22:44,449 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-16 03:23:09,600 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-16 03:23:34,795 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-16 03:23:59,909 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-16 03:24:24,987 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-16 03:24:50,061 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Unable to create a number. Retry .. 2018-04-16 03:25:15,276 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550815@clearwater.opnfv', u'sip_username': u'6505550815', u'formatted_number': u'(650) 555-0815', u'number': u'6505550815', u'sip_uri': u'sip:6505550815@clearwater.opnfv', u'number_id': u'774a73fa79a14cdbb482c9c1ce74fd9d', u'sip_password': u'RMbtXY3Nt', u'pstn': False} 2018-04-16 03:25:15,277 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-04-16 03:25:15,277 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-04-16 03:25:15,287 - 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-16 03:25:15,287 - 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-16 03:27:23,234 - 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) - (6505550850, 6505550310) Passed Basic Call - Tel URIs (TCP) - (6505550429, 6505550180) Passed Basic Call - Unknown number (TCP) - (6505550289, 6505550208) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550766, 6505550547) Passed Basic Call - Messages - Pager model (TCP) - (6505550230, 6505550968) Passed Basic Call - Pracks (TCP) - (6505550500, 6505550362) Passed Basic Registration (TCP) - (6505550090) Passed Multiple Identities (TCP) - (6505550904, 6505550046) Passed Call Barring - Outbound Rejection (TCP) - (6505550145, 6505550927) 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) - (6505550700, 6505550902) 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) - (6505550737, 6505550799, 6505550497) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550525, 6505550474, 6505550874) Passed Call Diversion - Not reachable (408) (TCP) - (6505550203, 6505550449, 6505550920) Passed Call Diversion - Not reachable (503) (TCP) - (6505550027, 6505550239, 6505550099) Passed Call Diversion - Not reachable (500) (TCP) - (6505550487, 6505550424, 6505550213) Passed Call Diversion - Busy (TCP) - (6505550707, 6505550172, 6505550714) Passed Call Diversion - Unconditional (TCP) - (6505550303, 6505550305, 6505550585) Passed Call Diversion - No answer (TCP) - (6505550384, 6505550350, 6505550647) Passed Call Diversion - Bad target URI (TCP) - (6505550377, 6505550405) Passed Call Diversion - Audio-only call (TCP) - (6505550417, 6505550512, 6505550156, 6505550319) Passed Call Diversion - Audio-video call (TCP) - (6505550613, 6505550550, 6505550593, 6505550176) Passed Call Waiting - Accepted (TCP) - (6505550729, 6505550221, 6505550882) Passed Call Waiting - Cancelled (TCP) - (6505550943, 6505550871, 6505550989) Passed CANCEL - Mainline (TCP) - (6505550528, 6505550081) Passed Filtering - Accept-Contact (TCP) - (6505550668, 6505550463) Passed Filtering - Accept-Contact no match (TCP) - (6505550718, 6505550326) Passed Filtering - Accept-Contact negated match (TCP) - (6505550152, 6505550724) Passed Filtering - RFC3841 example (TCP) - (6505550774, 6505550525) Passed Filtering - Reject-Contact no match (TCP) - (6505550853, 6505550052) Passed Filtering - Reject-Contact match (TCP) - (6505550349, 6505550473) 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) - (6505550825) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550297) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550986) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550882) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550079, 6505550417) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550714, 6505550993) Passed GRUU - Call - only GRUU as target (TCP) - (6505550313, 6505550982) Passed GRUU - Call - AoR as target (TCP) - (6505550219, 6505550909) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550377, 6505550548) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550776, 6505550807) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550499, 6505550171) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550900, 6505550131) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550553, 6505550148) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550677, 6505550039) 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) - (6505550199) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550698) Passed 2018-04-16 03:27:23,234 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-04-16 03:27:23,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-04-16 03:27:23,237 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-16 03:27:23,237 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-16 03:27:23,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 03:27:23,852 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 24:41 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-16 03:27:23,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-04-16 03:27:29,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-04-16 03:27:29,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:29,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-04-16 03:27:29,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:29,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:34,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:34,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:34,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:27:34,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:34,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:27:34,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:39,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:27:39,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:39,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:39,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:39,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:27:39,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:27:44,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:27:44,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:44,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:27:50,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:27:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:27:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:50,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:27:55,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:27:55,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:27:55,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:55,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:27:55,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:27:55,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:27:55,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:27:55,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:27:55,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:27:55,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:27:55,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:27:55,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:28:01,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:01,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:07,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:28:07,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:28:07,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:07,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:12,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:12,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:12,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:12,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:12,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:28:12,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:28:12,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:28:12,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:12,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:28:12,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:12,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:28:12,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:28:17,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:28:17,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:17,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:28:17,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:28:17,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:17,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:28:17,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:28:17,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:28:17,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:28:17,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:28:22,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:22,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:28:22,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:28:22,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:28:22,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:28:22,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-16 03:28:22,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:28:27,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:28:27,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:28:27,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:28:27,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:28:27,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-16 03:28:27,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:29:19,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:29:19,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:29:19,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:29:19,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:29:24,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:29:24,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:29:24,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:29:24,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:29:24,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:29:24,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:29:24,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:29:29,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:29:29,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:29:29,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:29:29,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:29:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:29:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:29:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:29:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:29:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:29:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:29:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:29:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:29:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:29:45,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:29:50,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:29:50,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:29:50,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:29:55,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:29:55,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:30:00,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:30:00,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:30:00,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:30:00,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:30:31,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-04-16 03:30:31,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:30:31,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:30:31,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:30:31,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:30:31,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-04-16 03:30:31,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-04-16 03:30:31,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-04-16 03:30:37,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:30:37,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:30:37,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:30:37,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:37,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:37,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:37,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:30:37,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:37,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:42,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-04-16 03:30:42,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:42,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:42,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:42,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:47,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5964) 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:47,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:30:47,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:30:47,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-04-16 03:30:47,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-04-16 03:30:47,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:47,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:47,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:52,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-04-16 03:30:52,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-04-16 03:30:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:58,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-04-16 03:30:58,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:30:58,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:30:58,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-04-16 03:30:58,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:30:58,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:30:58,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:31:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:03,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:08,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:08,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:08,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:31:08,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:31:08,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:08,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:08,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:14,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:31:14,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-16 03:31:14,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-16 03:31:14,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:14,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:31:14,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:31:19,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-16 03:31:19,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:31:19,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:24,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:31:24,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:31:24,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-04-16 03:31:24,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-04-16 03:31:24,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:31:24,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-04-16 03:31:24,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-04-16 03:31:29,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:31:29,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:31:29,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-04-16 03:31:29,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-04-16 03:31:29,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-04-16 03:31:30,916 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-16 03:31:58,072 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-16 03:31:58,361 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:31:58,824 - 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-16 03:31:58,825 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-16 03:31:58,850 - 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-16 03:31:58,855 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:31:58,877 - 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-16 03:31:58,877 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-16 03:32:02,384 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-dd039009-beef-4bc3-ab62-3c001fe5339e, password=4ff0044e-8fb6-44fd-8417-b048c9e47988, auth_url=http://172.30.9.24:5000/v3, project_name=vyos_vrouter-dd039009-beef-4bc3-ab62-3c001fe5339e, 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-16 03:32:02,385 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-16 03:32:02,385 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-16 03:32:02,385 - 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-16 03:33:34,130 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-16 03:33:45,069 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-16 03:33:45,848 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-16 03:34:01,112 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-04-16 03:34:04,475 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-04-16 03:34:05,163 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-04-16 03:36:52,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-04-16 03:36:57,721 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-04-16 03:37:27,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-04-16 03:37:27,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-04-16 03:37:29,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-04-16 03:37:29,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-04-16 03:38:13,718 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: repos-lax.psychz.net * extras: centos.gbeservers.com * updates: mirror.web-ster.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 3.2 MB/s | 52 MB 00:15 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-16 03:38:13,719 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-04-16 03:38:17,346 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-04-16 03:38:20,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-dd039009-beef-4bc3-ab62-3c001fe5339e, password=57ba01b3-5f5e-4c7b-9631-007c62310fab, auth_url=http://172.30.9.24:5000/v3, project_name=vyos_vrouter-dd039009-beef-4bc3-ab62-3c001fe5339e, 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-16 03:38:21,285 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-04-16 03:38:27,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-04-16 03:38:27,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-04-16 03:38:27,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-04-16 03:38:27,482 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-04-16 03:38:53,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-04-16 03:38:53,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-04-16 03:38:53,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-04-16 03:38:53,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-04-16 03:38:53,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-04-16 03:38:58,973 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-04-16 03:38:58,973 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:38:58,973 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-16 03:38:58,974 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-04-16 03:38:58,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-04-16 03:39:04,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,141 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-04-16 03:39:04,142 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-04-16 03:39:04,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:04,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-04-16 03:39:04,143 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-04-16 03:39:09,271 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-16 03:39:09,272 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-16 03:39:14,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-04-16 03:39:14,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:14,410 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:14,411 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:14,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:14,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:14,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:14,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:14,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-04-16 03:39:19,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:19,608 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-16 03:39:19,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-04-16 03:39:19,610 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-16 03:39:19,610 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-04-16 03:39:24,795 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-16 03:39:24,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-04-16 03:39:24,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:24,796 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:29,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:29,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:29,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:29,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:29,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:29,934 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:29,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:29,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-04-16 03:39:29,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-04-16 03:39:29,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-04-16 03:39:29,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-04-16 03:39:29,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-04-16 03:39:35,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-04-16 03:39:35,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-04-16 03:39:35,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:39:35,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:39:35,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:35,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-04-16 03:39:35,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-04-16 03:39:35,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-04-16 03:39:40,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:39:40,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-04-16 03:39:40,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:40,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-04-16 03:39:40,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:39:40,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:40,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:39:40,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-04-16 03:39:40,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-04-16 03:39:40,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-04-16 03:39:45,371 - 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-16 03:39:45,371 - 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-16 03:40:12,603 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:40:12,603 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:40:12,603 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:40:12,603 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-04-16 03:40:17,748 - 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-16 03:40:17,748 - 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-16 03:40:48,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:40:48,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:40:48,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:40:48,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:40:48,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:40:48,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-04-16 03:40:48,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-04-16 03:40:48,741 - 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-16T03:38:53.624Z', 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'cea24f84-fd8e-49ae-9c33-54c350f64397'} 2018-04-16 03:40:48,752 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-04-16 03:40:48,818 - 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.201'}, 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.210'}}, 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-16 03:40:48,883 - 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.201'}, 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.210'}}, 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-16 03:40:48,883 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-04-16 03:40:48,883 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.201 2018-04-16 03:40:51,600 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.7 2018-04-16 03:40:51,600 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:69:ef:e6 2018-04-16 03:40:54,136 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.4 2018-04-16 03:40:54,136 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:82:82:c8 2018-04-16 03:40:54,136 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-04-16 03:40:54,136 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.210 2018-04-16 03:40:57,109 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.14 2018-04-16 03:40:57,109 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:59:b9:70 2018-04-16 03:40:59,827 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.8 2018-04-16 03:40:59,827 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:6e:be:55 2018-04-16 03:40:59,827 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-04-16 03:40:59,827 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-04-16 03:41:01,245 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-04-16 03:41:32,668 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-04-16 03:41:32,682 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:41:32,703 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-04-16 03:41:32,713 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:41:32,729 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-04-16 03:41:32,729 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-04-16 03:41:32,738 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:41:32,800 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-04-16 03:41:32' 2018-04-16 03:41:32,800 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-04-16 03:41:32,800 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-04-16 03:41:32,808 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:41:32,829 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.210. 2018-04-16 03:41:33,016 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.210. 2018-04-16 03:41:34,044 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-04-16 03:41:35,045 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-04-16 03:41:40,051 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-04-16 03:41:41,052 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-04-16 03:41:46,057 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-04-16 03:41:47,059 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-04-16 03:41:52,064 - 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-16 03:41:53,066 - 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-16 03:41:58,071 - 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-16 03:41:59,072 - 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-16 03:42:04,078 - 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-16 03:42:05,079 - 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-16 03:42:10,084 - 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-16 03:42:11,086 - 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-16 03:42:16,091 - 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-16 03:42:17,093 - 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-16 03:42:22,096 - 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-16 03:42:23,097 - 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-16 03:42:28,102 - 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-16 03:42:29,104 - 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-16 03:42:34,107 - 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-16 03:42:35,109 - 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-16 03:42:40,114 - 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-16 03:42:41,115 - 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-16 03:42:46,121 - 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-16 03:42:47,122 - 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-16 03:42:52,128 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-16 03:42:53,129 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-16 03:42:58,135 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' 2018-04-16 03:42:59,136 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-04-16 03:43:04,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 2018-04-16 03:43:05,143 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 [edit] vyos@vyos# 2018-04-16 03:43:10,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.8 2018-04-16 03:43:11,150 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.8 [edit] vyos@vyos# 2018-04-16 03:43:16,156 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-04-16 03:43:17,158 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-04-16 03:43:22,163 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 2018-04-16 03:43:23,165 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-04-16 03:43:28,170 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-04-16 03:43:29,172 - 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-16 03:43:34,177 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-04-16 03:43:35,179 - 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-16 03:43:40,180 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-04-16 03:43:41,182 - 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-16 03:43:46,187 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-04-16 03:43:47,188 - 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-16 03:43:52,192 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-04-16 03:43:53,194 - 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-16 03:43:58,199 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-04-16 03:43:59,201 - 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-16 03:44:04,206 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-04-16 03:44:05,208 - 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-16 03:44:10,212 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-04-16 03:44:11,213 - 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-16 03:44:16,218 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-04-16 03:44:17,220 - 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-16 03:44:22,225 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-04-16 03:44:23,227 - 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-16 03:44:28,232 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.8 2018-04-16 03:44:29,234 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-04-16 03:44:34,240 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-16 03:44:35,241 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-16 03:44:40,360 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-04-16 03:44:40,378 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:44:40,415 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-04-16 03:44:40,631 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-04-16 03:44:41,655 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-04-16 03:44:42,656 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-04-16 03:44:47,662 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-04-16 03:44:48,664 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-04-16 03:44:53,669 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-04-16 03:44:54,671 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-04-16 03:44:59,676 - 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-16 03:45:00,677 - 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-16 03:45:05,683 - 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-16 03:45:06,684 - 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-16 03:45:11,689 - 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-16 03:45:12,691 - 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-16 03:45:17,696 - 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-16 03:45:18,698 - 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-16 03:45:23,703 - 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-16 03:45:24,705 - 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-16 03:45:29,710 - 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-16 03:45:30,712 - 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-16 03:45:35,718 - 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-16 03:45:36,719 - 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-16 03:45:41,725 - 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-16 03:45:42,726 - 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-16 03:45:47,729 - 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-16 03:45:48,731 - 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-16 03:45:53,732 - 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-16 03:45:54,734 - 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-16 03:45:59,739 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-16 03:46:00,741 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-16 03:46:05,745 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 ebgp-multihop '2' 2018-04-16 03:46:06,747 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-04-16 03:46:11,752 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 remote-as 65001 2018-04-16 03:46:12,754 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 remote-as 65001 [edit] vyos@vyos# 2018-04-16 03:46:17,759 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 update-source 12.0.0.4 2018-04-16 03:46:18,760 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 update-source 12.0.0.4 [edit] vyos@vyos# 2018-04-16 03:46:23,761 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-04-16 03:46:24,762 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-04-16 03:46:29,767 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 password lab0033 2018-04-16 03:46:30,769 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-04-16 03:46:35,775 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-04-16 03:46:36,776 - 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-16 03:46:41,782 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-04-16 03:46:42,784 - 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-16 03:46:47,789 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-04-16 03:46:48,791 - 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-16 03:46:53,792 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-04-16 03:46:54,794 - 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-16 03:46:59,799 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-04-16 03:47:00,801 - 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-16 03:47:05,802 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-04-16 03:47:06,804 - 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-16 03:47:11,809 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-04-16 03:47:12,811 - 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-16 03:47:17,812 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-04-16 03:47:18,814 - 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-16 03:47:23,819 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-04-16 03:47:24,821 - 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-16 03:47:29,826 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-04-16 03:47:30,827 - 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-16 03:47:35,833 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.4 2018-04-16 03:47:36,834 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-04-16 03:47:41,840 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-04-16 03:47:42,841 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-04-16 03:47:47,862 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-04-16 03:47:47,862 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-04-16 03:48:47,905 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-04-16 03:48:47,924 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-16 03:48:47,960 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.210. 2018-04-16 03:48:48,179 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.210. 2018-04-16 03:48:49,184 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-04-16 03:49:19,254 - 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-16 03:49:19,254 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.8, 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.4 4 65002 2 4 0 0 0 00:00:59 10 Total number of neighbors 1 vyos@vyos:~$ 2018-04-16 03:49:19,254 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 | no-more BGP neighbor is 12.0.0.4, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.4 BGP state = Established, up for 00:01:05 Last read 20:25:32, 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: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.8 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.8, Local port: 179 Foreign host: 12.0.0.4, Foreign port: 55210 Nexthop: 12.0.0.8 Nexthop global: fe80::f816:3eff:fe6e:be55 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-04-16 03:49:19,254 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.8 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.8 0 32768 i *> 10.0.2.0/24 12.0.0.8 0 32768 i *> 10.0.3.0/24 12.0.0.8 0 32768 i *> 10.0.4.0/24 12.0.0.8 0 32768 i *> 10.0.5.0/24 12.0.0.8 0 32768 i *> 10.0.6.0/24 12.0.0.8 0 32768 i *> 10.0.7.0/24 12.0.0.8 0 32768 i *> 10.0.8.0/24 12.0.0.8 0 32768 i *> 10.0.9.0/24 12.0.0.8 0 32768 i *> 10.0.10.0/24 12.0.0.8 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-04-16 03:49:19,254 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.8 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.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-04-16 03:49:19,254 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 routes | no-more BGP table version is 0, local router ID is 12.0.0.8 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.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-04-16 03:49:19,255 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-04-16 03:49:19,255 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.5' 2018-04-16 03:49:19,255 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-04-16 03:49:20,831 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-04-16 03:49:22,448 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 03:49:22,448 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 17:23 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-16 03:49:22,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-04-16 03:49:22,664 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 431, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 185, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 262, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) IllegalExecutionParametersError: 400: Workflow "uninstall" does not have the following parameters declared: ignore_failure. Remove these parameters or use the flag for allowing custom parameters 2018-04-16 03:49:22,665 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-16 03:49:49,091 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-16 03:49:49,182 - 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-16 03:49:49,202 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-16 03:49:49,202 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-16 03:49:52,160 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-74fcc431-2196-416e-a6d9-9661ac7d79fc, password=72829386-0670-4634-a806-d479cb31d747, auth_url=http://172.30.9.24:5000/v3, project_name=juju_epc-74fcc431-2196-416e-a6d9-9661ac7d79fc, 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-16 03:49:52,544 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-16 03:49:53,531 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-04-16 03:49:53,531 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-16 03:49:55,246 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=880c85bd-d158-4a8a-ad54-0f100882765c, auth_url=http://172.30.9.24:5000/v3, project_name=juju_epc-74fcc431-2196-416e-a6d9-9661ac7d79fc, 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-16 03:49:55,350 - 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-16 03:49:55,350 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-16 03:49:55,350 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-16 03:49:59,010 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-16 03:50:10,559 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-04-16 03:50:11,242 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-04-16 03:50:11,254 - 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-16 03:50:11,254 - 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-16 03:50:20,441 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 234699d1-5bee-4855-bbe1-607e37ae2e55 -s trusty -r regionOne -u http://172.30.9.24:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/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 /root 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 /root and set the value of image-metadata-url accordingly. 2018-04-16 03:50:20,441 - 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-16 03:50:29,648 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i e2e83668-60ed-4e01-bb51-a0ab44242533 -s xenial -r regionOne -u http://172.30.9.24:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/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 /root 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 /root and set the value of image-metadata-url accordingly. 2018-04-16 03:50:29,648 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 0e35f419-c7ec-4dc8-893f-a9dcd9db1489 2018-04-16 03:54:42,939 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju bootstrap abot-epc abot-controller --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=0e35f419-c7ec-4dc8-893f-a9dcd9db1489 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 03:50:29 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 03:50:29 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=0e35f419-c7ec-4dc8-893f-a9dcd9db1489", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 03:50:29 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 03:50:29 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:0e35f419-c7ec-4dc8-893f-a9dcd9db1489 external-network:] 03:50:29 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 03:50:29 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[image-stream:released ftp-proxy: transmit-vendor-metrics:true https-proxy: ssl-hostname-verification:false max-status-history-size:5G test-mode:false image-metadata-url: no-proxy:127.0.0.1,localhost,::1 apt-no-proxy: max-action-results-size:5G default-series:xenial apt-mirror: apt-https-proxy: logging-config: uuid:64623d43-a983-42df-843d-05fc7adf78a6 ignore-machine-addresses:false use-floating-ip:true enable-os-upgrade:true provisioner-harvest-mode:destroyed enable-os-refresh-update:true logforward-enabled:false apt-http-proxy: agent-stream:released agent-metadata-url: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4H/NKgpWqfd2c7x7Yzgyp/2hcbwdMqLmUCXyOfBVTcsKUiVNLhTGMHj0oUvxd05kD3e1kYd2Z9fMZxE9m9e16ajwPQuTAJ4m0mxExKBcBWbh2o7M+l5Ay1sOyP0CkDzeSMqN+UTLdeKCKFdgShSfmwzJWCJWPTmwVsLK29eS0Ej0g+KL3b+llvRdU5f5SteC8k7P83CqP1JlRt81VOM9wpX4r1jrhXLp7VknZVs59t4Ai6ABIEeruk/1KCWRMBXDZjWvB841R7osdEV0GJKJI/c3/FvzTIVQ1l5ExGguFq+jW1ar/r8nBj4Acsxsqe2JjVHX0SW/9+IlrTo6FmWCZ juju-client-key proxy-ssh:false external-network: update-status-hook-interval:5m net-bond-reconfigure-delay:17 firewall-mode:instance max-status-history-age:336h name:controller max-action-results-age:336h use-default-secgroup:true apt-ftp-proxy: resource-tags: http-proxy: type:openstack development:false network:0e35f419-c7ec-4dc8-893f-a9dcd9db1489 automatically-retry-hooks:true disable-network-management:false] 03:50:29 INFO juju.provider.openstack provider.go:144 opening model "controller" 03:50:30 DEBUG goose :1 auth details: &{Token:gAAAAABa1B2G1uND0OxVCTSo7-ry_VrPkgP2GPsH2aFnQV7caGTzsScUkO_yLfPuaoln2-STAZEbZIEoxsdWibtnVPAJzWsPg2huXrtgutSxC7V9YsYe4n6FjwQ5h5-EE4vg1Ga8QA1_-THB1p5fw6JIf2iDV7Ua04UCHDia6iZrXD7otY8F-2g TenantId:57d879128e114fbe886aba713e92bda4 UserId:b6c65271450b4773b94b17b7e8bc151e Domain: RegionServiceURLs:map[regionOne:map[policy:http://172.30.9.24:1789 metric:http://172.30.9.24:8041 image:http://172.30.9.24:9292 orchestration:http://172.30.9.24:8004/v1/57d879128e114fbe886aba713e92bda4 key-manager:http://172.30.9.24:9311 volumev3:http://172.30.9.24:8776/v3/57d879128e114fbe886aba713e92bda4 placement:http://172.30.9.24:8778/placement cloudformation:http://172.30.9.24:8000/v1 alarming:http://172.30.9.24:8042 volumev2:http://172.30.9.24:8776/v2/57d879128e114fbe886aba713e92bda4 volume:http://172.30.9.24:8776/v1/57d879128e114fbe886aba713e92bda4 nfv-orchestration:http://172.30.9.24:9890 network:http://172.30.9.24:9696 compute:http://172.30.9.24:8774/v2.1 identity:http://172.30.9.24:5000]]} 03:50:30 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 03:50:30 DEBUG goose :1 performing API version discovery for "http://172.30.9.24:8774/" 03:50:30 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.24:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.24:8774/v2.1/ Rel:self}] Status:CURRENT}] 03:50:30 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 03:50:30 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 03:50:30 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 03:50:30 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 03:50:30 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 03:50:30 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 03:50:30 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 03:50:30 INFO cmd bootstrap.go:233 Loading image metadata 03:50:30 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 03:50:30 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 03:50:30 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 03:50:30 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.24:5000/v3} [xenial win7 centos7 precise win81 win2016 win2016nano opensuseleap raring win2012 win2012r2 win2008r2 vivid wily win2012hv win10 quantal saucy win8 utopic yakkety win2012hvr2 win2016hv genericlinux trusty zesty] [amd64 i386 armhf arm64 ppc64el s390x] released}} 03:50:30 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 03:50:32 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 03:50:33 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.24:5000/v3} not found 03:50:33 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.24:5000/v3} not found 03:50:33 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 03:50:33 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 03:50:33 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 03:50:33 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 03:50:33 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 03:50:33 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 03:50:33 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 03:50:33 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 03:50:33 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 03:50:34 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 03:50:37 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 03:50:37 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 03:50:38 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 03:50:38 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:e2e83668-60ed-4e01-bb51-a0ab44242533 Arch:amd64 VirtType:}] 03:50:38 INFO juju.environs.instances image.go:106 find instance - using image with id: e2e83668-60ed-4e01-bb51-a0ab44242533 03:50:38 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 03:50:38 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 03:50:38 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2491 bytes 03:50:38 DEBUG juju.provider.openstack provider.go:1022 using network id "0e35f419-c7ec-4dc8-893f-a9dcd9db1489" 03:50:38 DEBUG goose :1 performing API version discovery for "http://172.30.9.24:9696/" 03:50:38 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.24:9696/v2.0/ Rel:self}] Status:CURRENT}] 03:50:43 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "1ac87440-5e5c-4225-98e7-82e433389ee8" has status BUILD, wait 10 seconds before retry, attempt 10 03:52:34 INFO juju.provider.openstack provider.go:1189 started instance "1ac87440-5e5c-4225-98e7-82e433389ee8" 03:52:34 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 03:52:35 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.208 03:52:35 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.208 - 1ac87440-5e5c-4225-98e7-82e433389ee8 (arch=amd64 mem=2G cores=1) 03:52:37 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 03:52:37 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 03:52:37 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 03:52:40 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.1 03:52:40 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 03:52:41 DEBUG juju.provider.openstack provider.go:414 instance 1ac87440-5e5c-4225-98e7-82e433389ee8 has floating IP address: 172.30.9.208 Attempting to connect to 172.30.9.208:22 Attempting to connect to 172.16.0.13:22 03:52:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.13 failed: ssh: connect to host 172.16.0.13 port 22: Connection refused 03:52:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 03:52:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.13 failed: ssh: connect to host 172.16.0.13 port 22: Connection refused 03:52:46 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-df78a6-controller-0 03:54:37 INFO cmd bootstrap.go:423 Bootstrap agent now started 03:54:38 DEBUG juju.provider.openstack provider.go:414 instance 1ac87440-5e5c-4225-98e7-82e433389ee8 has floating IP address: 172.30.9.208 03:54:38 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.208:17070 172.16.0.13:17070] 03:54:38 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.208 to verify accessibility... 03:54:38 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 172.16.0.13:17070] 03:54:38 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:38 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:39 DEBUG juju.api monitor.go:35 RPC connection died 03:54:39 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 03:54:39 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 172.16.0.13:17070] 03:54:39 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:39 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:39 DEBUG juju.api monitor.go:35 RPC connection died 03:54:39 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 03:54:40 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 172.16.0.13:17070] 03:54:40 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:40 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:40 DEBUG juju.api monitor.go:35 RPC connection died 03:54:40 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 03:54:41 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 172.16.0.13:17070] 03:54:41 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:41 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:41 DEBUG juju.api monitor.go:35 RPC connection died 03:54:41 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 03:54:42 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 172.16.0.13:17070] 03:54:42 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:42 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.208:17070/model/2892c5bb-f984-48b3-8b67-577199ab6e32/api" 03:54:42 DEBUG juju.api monitor.go:35 RPC connection died 03:54:42 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 03:54:42 INFO cmd controller.go:88 Controller machines are in the "controller" model. 03:54:42 INFO cmd controller.go:89 Initial model "default" added. 03:54:42 INFO cmd supercommand.go:465 command finished 2018-04-16 03:54:42,940 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-04-16 03:54:42,940 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-04-16 03:54:43,630 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-04-16 03:55:04,479 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy //src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Deploying charm "local:xenial/abot-epc-basic-1" application abot-epc-basic exposed Deploying charm "cs:mysql-55" Deploying charm "local:trusty/oai-epc-3" Deploying charm "local:trusty/oai-hss-13" Related "mysql:db" and "oai-hss:db" Related "oai-hss:hss" and "oai-epc:hss" Related "oai-epc:epc" and "abot-epc-basic:epc" Related "oai-epc:ssh-abot-epc" and "abot-epc-basic:ssh-abot" Deploy of bundle completed. 2018-04-16 03:55:04,480 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-04-16 04:16:12,747 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju-wait INFO:root:All units idle since 2018-04-16 04:15:56.108158Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-04-16 04:16:12,748 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-04-16 04:16:14,126 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - List of Instance: [, , , , ] 2018-04-16 04:16:14,904 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Instance: juju-e8ce3e26-168e-4875-8745-cd45ef159f60-2892c5bb-f984-48b3-8b67-577199ab6e32 2018-04-16 04:16:14,904 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Adding Security group rule.... 2018-04-16 04:16:16,516 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files to Abot_node 2018-04-16 04:16:17,059 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju scp -- -r /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-04-16 04:16:17,060 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files in Abot_node 2018-04-16 04:16:17,507 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 75, in run self.deploy_vnf() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 354, in deploy_vnf output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'ssh', 'abot-epc-basic/0', 'sudo', 'rsync', '-azvv', '~/featureFiles', '/etc/rebaca-test-suite/featureFiles']' returned non-zero exit status 11 2018-04-16 04:16:17,626 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-16 04:16:17,626 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 26:28 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-16 04:16:17,631 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-04-16 04:17:23,695 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model, 1 machine Waiting on 1 model Waiting on 1 model All hosted models reclaimed, cleaning up controller machines 2018-04-16 04:17:23,695 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-16 04:17:23,696 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-16 04:17:37,009 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-16 04:17:37,009 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 24:41 | PASS | | vyos_vrouter | functest | vnf | 17:23 | PASS | | juju_epc | functest | vnf | 26:28 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-16 04:17:37,013 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-16 04:17:39,631 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-15 | | 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-16 04:17:39,634 - 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=JWdCcn3KUchHpX7VkKRuXvPtG export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24: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-16 04:17:39,634 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-16 04:17:39,634 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-16 04:17:39,635 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-16 04:17:39,636 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK