2018-05-08 01:18:23,873 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-100 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-08 01:18:23,875 - 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=MCxDTmDJKT89pKtcghhfZcd8D export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-08 01:18:23,875 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 01:18:23,876 - 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-05-08 01:18:23,877 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-08 01:18:23,877 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-08 01:18:25,812 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 01:18:34,230 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 8.408s OK 2018-05-08 01:18:34,356 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 01:18:34,356 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-08 01:18:34,360 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-08 01:18:35,084 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 01:27:19,288 - 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 524.156s OK 2018-05-08 01:27:19,418 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 01:27:19,418 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-08 01:27:19,422 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-08 01:27:20,097 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 01:27:52,591 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.493s OK 2018-05-08 01:27:52,805 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 01:27:52,805 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:32 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-08 01:27:52,808 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 08:44 | PASS | | snaps_health_check | functest | healthcheck | 00:32 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-08 01:27:52,809 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-08 01:27:55,579 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-100 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-08 01:27:55,583 - 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=MCxDTmDJKT89pKtcghhfZcd8D export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-08 01:27:55,583 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 01:27:55,584 - 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-05-08 01:27:55,586 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-08 01:27:55,586 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-08 01:27:56,480 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-08 01:27:56,480 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-08 01:27:56,963 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-08 01:27:56,964 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-08 01:27:57,348 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-08 01:27:57,348 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-08 01:27:57' 2018-05-08 01:27:57,348 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:27:59,394 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:01,768 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:06,907 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:07,540 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:08,227 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:13,498 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:15,685 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-1097c2ee-2f81-4ba5-b9f7-2c31fe447025' 2018-05-08 01:28:35,032 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-08 01:28:38,590 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-08 01:28:38,665 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-08 01:28:39,673 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-08 01:28:39,674 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-08 01:28:39,674 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-08 01:28:40,178 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 01:28:40,178 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-08 01:28:54,724 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-08 01:28:54,815 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-08 01:28:54,815 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-08 01:28:54' 2018-05-08 01:28:54,815 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--57cf8fab-29a1-4706-9d94-885c0e0f5fd8' 2018-05-08 01:28:56,803 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-57cf8fab-29a1-4706-9d94-885c0e0f5fd8' 2018-05-08 01:28:58,381 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-57cf8fab-29a1-4706-9d94-885c0e0f5fd8' 2018-05-08 01:29:03,732 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-57cf8fab-29a1-4706-9d94-885c0e0f5fd8' 2018-05-08 01:29:04,293 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-57cf8fab-29a1-4706-9d94-885c0e0f5fd8' 2018-05-08 01:29:09,054 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-57cf8fab-29a1-4706-9d94-885c0e0f5fd8' 2018-05-08 01:29:14,370 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-08 01:29:22,548 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-08 01:29:24,795 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-08 01:29:24,915 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 01:29:24,915 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-08 01:29:40,965 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-08 01:29:41,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 01:29:46,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 01:29:45.837 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d533be9f-0197-49a5-a2b4-51a9862994b4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d533be9f-0197-49a5-a2b4-51a9862994b4 | 2018-05-08T01:29:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d533be9f-0197-49a5-a2b4-51a9862994b4 ~/.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-05-08 01:29:49,397 - 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__ | 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-05-08 01:29:49,397 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 01:29:55,171 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 01:29:53.634 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 01:29:53.803 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 01:29:54.983 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433) as the default verifier for the future CLI operations. 2018-05-08 01:29:58,140 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 01:29:59,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 01:30:03,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 01:30:08,743 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 01:30:07.926 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433) for deployment 'opnfv-rally' (UUID=d533be9f-0197-49a5-a2b4-51a9862994b4). 2018-05-08 01:30:08.598 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433) has been successfully configured for deployment 'opnfv-rally' (UUID=d533be9f-0197-49a5-a2b4-51a9862994b4)! 2018-05-08 01:30:08,744 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 01:30:08,744 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 01:30:08,746 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 01:30:08,750 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-08 01:30:11,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d723ebd8-9435-4f6f-af59-2a6725260433/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-08 01:30:11,736 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-08 01:30:11,737 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-08 01:30:11,738 - 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-05-08 01:30:13,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:13.936 55 INFO rally.api [-] Starting verification (UUID=ef652036-5f0d-4835-bed5-52dd74f5619c) for deployment 'opnfv-rally' (UUID=d533be9f-0197-49a5-a2b4-51a9862994b4) by verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433). 2018-05-08 01:30:13,938 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ef652036-5f0d-4835-bed5-52dd74f5619c 2018-05-08 01:30:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:20.532 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.176s] 2018-05-08 01:30:20,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:20.590 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-05-08 01:30:25,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:25.743 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.983s] 2018-05-08 01:30:27,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:27.176 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.432s] 2018-05-08 01:30:34,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:34.376 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.326s] 2018-05-08 01:30:47,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:30:47.706 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [8.539s] 2018-05-08 01:31:14,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:31:14.914 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-05-08 01:31:14,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:31:14.915 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-08 01:31:39,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:31:39.904 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-08 01:31:39,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:31:39.905 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-08 01:32:03,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:32:03.544 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-05-08 01:32:03,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:32:03.546 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-08 01:32:40,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:32:40.647 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.949s] 2018-05-08 01:32:59,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:32:59.560 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-05-08 01:32:59,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:32:59.658 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-05-08 01:33:06,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:06.681 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.635s] 2018-05-08 01:33:06,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:06.690 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-08 01:33:07,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:07.818 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-08 01:33:07,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:07.819 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-08 01:33:11,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:11.612 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.430s] 2018-05-08 01:33:16,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:16.753 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.072s] 2018-05-08 01:33:22,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:22.419 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.601s] 2018-05-08 01:33:28,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:28.552 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.459s] 2018-05-08 01:33:36,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:36.619 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.896s] 2018-05-08 01:33:41,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:41.903 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.377s] 2018-05-08 01:33:46,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:46.970 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-05-08 01:33:53,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:53.292 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.395s] 2018-05-08 01:33:59,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:33:59.693 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.495s] 2018-05-08 01:34:06,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:06.740 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.466s] 2018-05-08 01:34:08,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:08.683 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-08 01:34:10,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:10.555 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-05-08 01:34:10,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:10.624 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-05-08 01:34:10,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:10.693 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2018-05-08 01:34:10,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:10.699 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-08 01:34:14,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:14.108 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.442s] 2018-05-08 01:34:15,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:15.388 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.279s] 2018-05-08 01:34:16,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:16.288 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.899s] 2018-05-08 01:34:21,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:21.506 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-08 01:34:26,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:26.020 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.480s] 2018-05-08 01:34:37,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:37.140 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [1.954s] 2018-05-08 01:34:39,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:39.246 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.105s] 2018-05-08 01:34:48,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:48.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.579s] 2018-05-08 01:34:51,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:51.842 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.877s] 2018-05-08 01:34:56,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:34:56.641 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.799s] 2018-05-08 01:35:04,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:04.208 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.331s] 2018-05-08 01:35:07,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:07.544 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.335s] 2018-05-08 01:35:10,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:10.136 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.592s] 2018-05-08 01:35:21,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:21.394 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.873s] 2018-05-08 01:35:21,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:21.777 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.383s] 2018-05-08 01:35:21,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:21.884 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.106s] 2018-05-08 01:35:21,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:21.940 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.055s] 2018-05-08 01:35:22,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:22.039 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-05-08 01:35:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:22.247 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.207s] 2018-05-08 01:35:30,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:30.365 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.988s] 2018-05-08 01:35:30,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:30.525 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.161s] 2018-05-08 01:35:30,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:30.630 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.105s] 2018-05-08 01:35:30,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:30.834 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.203s] 2018-05-08 01:35:30,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:30.941 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-05-08 01:35:30,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:30.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2018-05-08 01:35:38,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:38.830 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.770s] 2018-05-08 01:35:42,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:42.282 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.452s] 2018-05-08 01:35:43,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:43.934 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.651s] 2018-05-08 01:35:43,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:43.986 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.052s] 2018-05-08 01:35:44,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:44.347 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.360s] 2018-05-08 01:35:52,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:52.750 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.641s] 2018-05-08 01:35:56,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:56.413 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.663s] 2018-05-08 01:35:58,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:58.096 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.681s] 2018-05-08 01:35:58,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:58.168 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.072s] 2018-05-08 01:35:58,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:35:58.355 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.187s] 2018-05-08 01:36:11,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:11.315 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.344s] 2018-05-08 01:36:15,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:15.975 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.659s] 2018-05-08 01:36:20,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:20.237 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.261s] 2018-05-08 01:36:23,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:23.059 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.822s] 2018-05-08 01:36:37,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:37.650 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.630s] 2018-05-08 01:36:42,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:42.640 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.988s] 2018-05-08 01:36:46,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:46.643 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.004s] 2018-05-08 01:36:49,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:49.780 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.135s] 2018-05-08 01:36:58,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:58.187 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.257s] 2018-05-08 01:36:59,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:59.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.524s] 2018-05-08 01:36:59,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:36:59.755 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-05-08 01:37:03,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:03.394 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.962s] 2018-05-08 01:37:04,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:04.404 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.005s] 2018-05-08 01:37:04,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:04.442 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-05-08 01:37:07,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:07.891 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.714s] 2018-05-08 01:37:10,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:10.964 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-08 01:37:12,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:12.265 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-08 01:37:12,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:12.267 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-08 01:37:12,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:12.268 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-08 01:37:12,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:12.268 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-08 01:37:12,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:12.269 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-08 01:37:14,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:14.110 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-05-08 01:37:26,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:26.698 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [7.995s] 2018-05-08 01:37:37,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:37.981 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.832s] 2018-05-08 01:37:48,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:48.394 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.410s] 2018-05-08 01:37:56,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:37:56.580 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-05-08 01:38:57,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:38:57.511 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [55.506s] 2018-05-08 01:41:33,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:41:33.704 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [147.709s] 2018-05-08 01:42:10,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 01:42:10.610 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.762s] 2018-05-08 01:42:20,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ef652036-5f0d-4835-bed5-52dd74f5619c']'. 2018-05-08 01:42:21,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ef652036-5f0d-4835-bed5-52dd74f5619c | 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 01:30:13 | 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 01:42:20 | 2018-05-08 01:42:21,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:07 | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d723ebd8-9435-4f6f-af59-2a6725260433) | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d533be9f-0197-49a5-a2b4-51a9862994b4) | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 712.414 | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-08 01:42:21,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-08 01:42:21,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 01:42:21,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 01:42:21,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-08 01:42:21,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 01:42:21,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 01:42:21,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-08 01:42:25,858 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 01:42:25,859 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:28 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-08 01:42:25,863 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-08 01:42:25,864 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-08 01:42:25,953 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-08 01:42:26,393 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-08 01:42:26,394 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-08 01:42:26,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 01:42:29,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 01:42:28.800 101 INFO rally.deployment.engine [-] Deployment d533be9f-0197-49a5-a2b4-51a9862994b4 | Starting: Destroy cloud and free allocated resources. 2018-05-08 01:42:28.878 101 INFO rally.deployment.engine [-] Deployment d533be9f-0197-49a5-a2b4-51a9862994b4 | Completed: Destroy cloud and free allocated resources. 2018-05-08 01:42:28.921 101 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433) for deployment 'opnfv-rally'. 2018-05-08 01:42:28.938 101 INFO rally.api [-] Deleting verification (UUID=ef652036-5f0d-4835-bed5-52dd74f5619c). 2018-05-08 01:42:28.971 101 INFO rally.api [-] Verification has been successfully deleted! 2018-05-08 01:42:28.972 101 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433). 2018-05-08 01:42:28.982 101 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 01:42:31,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 01:42:31.244 104 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7ecbb2be-8c28-4b4d-aa07-e9cddc08e9ca) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7ecbb2be-8c28-4b4d-aa07-e9cddc08e9ca | 2018-05-08T01:42:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7ecbb2be-8c28-4b4d-aa07-e9cddc08e9ca ~/.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-05-08 01:42:34,797 - 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__ | 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-05-08 01:42:34,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-08 01:42:36,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f'... 2018-05-08 01:42:37,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-b149dfd5-010a-4cea-9631-6e36d7083d1f'... 2018-05-08 01:42:39,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-b149dfd5-010a-4cea-9631-6e36d7083d1f'... 2018-05-08 01:42:44,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f'... 2018-05-08 01:42:44,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f'... 2018-05-08 01:42:45,451 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-08 01:42:45,451 - 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-05-08 01:42:45,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:42:45,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:42:45,471 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 01:43:44,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 2018-05-08 01:43:44,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-08 01:43:44,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53'] 2018-05-08 01:43:45,874 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53: 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 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 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.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> duration | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.456484 Full duration: 6.566364 -------------------------------------------------------------------------------- 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 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 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.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 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.811212 Full duration: 6.775225 -------------------------------------------------------------------------------- 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 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 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.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> duration | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.624835 Full duration: 6.646385 -------------------------------------------------------------------------------- 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 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 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.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724444 Full duration: 6.602385 -------------------------------------------------------------------------------- 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 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.911823 Full duration: 7.021706 -------------------------------------------------------------------------------- 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 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 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.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719122 Full duration: 6.581133 HINTS: * To plot HTML graphics with this data, run: rally task report 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 --out output.html * To generate a JUnit report, run: rally task export 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53 --json --out output.json 2018-05-08 01:43:45,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53'] 2018-05-08 01:43:46,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 01:43:46,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1252a81c-0fe0-42bf-bb44-0ab6a0ce4a53', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-08 01:43:46,827 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-08 01:43:46,827 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-08 01:43:46,828 - 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-05-08 01:43:46,828 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:43:46,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:43:46,855 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 01:45:13,705 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9363460c-be73-4b6d-af59-526a312f8668 2018-05-08 01:45:13,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9363460c-be73-4b6d-af59-526a312f8668'] 2018-05-08 01:45:14,720 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9363460c-be73-4b6d-af59-526a312f8668: 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 9363460c-be73-4b6d-af59-526a312f8668 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.082 | 4.082 | 4.082 | 4.082 | 4.082 | 4.082 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 1.792 | 1.792 | 1.792 | 1.792 | 1.792 | 1.792 | 100.0% | 1 | | glance_v2.delete_image | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | total | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 100.0% | 1 | | -> duration | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 5.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.17797 Full duration: 12.728392 -------------------------------------------------------------------------------- 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 9363460c-be73-4b6d-af59-526a312f8668 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.476 | 3.476 | 3.476 | 3.476 | 3.476 | 3.476 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 1.193 | 100.0% | 1 | | glance_v2.list_images | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 3.52 | 3.52 | 3.52 | 3.52 | 3.52 | 3.52 | 100.0% | 1 | | -> duration | 3.52 | 3.52 | 3.52 | 3.52 | 3.52 | 3.52 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.520405 Full duration: 13.570289 -------------------------------------------------------------------------------- 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 9363460c-be73-4b6d-af59-526a312f8668 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.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | -> duration | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.178813 Full duration: 7.12735 -------------------------------------------------------------------------------- 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-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "number_instances": 2, "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] }, "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 9363460c-be73-4b6d-af59-526a312f8668 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.497 | 3.497 | 3.497 | 3.497 | 3.497 | 3.497 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | nova.boot_servers | 11.193 | 11.193 | 11.193 | 11.193 | 11.193 | 11.193 | 100.0% | 1 | | total | 14.691 | 14.691 | 14.691 | 14.691 | 14.691 | 14.691 | 100.0% | 1 | | -> duration | 13.691 | 13.691 | 13.691 | 13.691 | 13.691 | 13.691 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.691215 Full duration: 37.420671 HINTS: * To plot HTML graphics with this data, run: rally task report 9363460c-be73-4b6d-af59-526a312f8668 --out output.html * To generate a JUnit report, run: rally task export 9363460c-be73-4b6d-af59-526a312f8668 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9363460c-be73-4b6d-af59-526a312f8668 --json --out output.json 2018-05-08 01:45:14,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9363460c-be73-4b6d-af59-526a312f8668'] 2018-05-08 01:45:15,776 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 01:45:15,777 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9363460c-be73-4b6d-af59-526a312f8668', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-08 01:45:15,784 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-08 01:45:15,785 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-08 01:45:15,785 - 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-05-08 01:45:15,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:45:15,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:45:15,802 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 01:48:13,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 875969ee-af44-4a08-9cc7-ff035be584b0 2018-05-08 01:48:13,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '875969ee-af44-4a08-9cc7-ff035be584b0'] 2018-05-08 01:48:14,692 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 875969ee-af44-4a08-9cc7-ff035be584b0: 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.008 | 3.008 | 3.008 | 3.008 | 3.008 | 3.008 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.432 | 2.432 | 2.432 | 2.432 | 2.432 | 2.432 | 100.0% | 1 | | total | 5.441 | 5.441 | 5.441 | 5.441 | 5.441 | 5.441 | 100.0% | 1 | | -> duration | 5.441 | 5.441 | 5.441 | 5.441 | 5.441 | 5.441 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.441229 Full duration: 21.245355 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | cinder_v2.delete_volume | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 2.158 | 100.0% | 1 | | total | 5.232 | 5.232 | 5.232 | 5.232 | 5.232 | 5.232 | 100.0% | 1 | | -> duration | 5.232 | 5.232 | 5.232 | 5.232 | 5.232 | 5.232 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.231574 Full duration: 14.278033 -------------------------------------------------------------------------------- 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-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 875969ee-af44-4a08-9cc7-ff035be584b0 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 | 5.602 | 5.602 | 5.602 | 5.602 | 5.602 | 5.602 | 100.0% | 1 | | cinder_v2.delete_volume | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 2.421 | 100.0% | 1 | | total | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 100.0% | 1 | | -> duration | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 8.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.022892 Full duration: 17.566661 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.064 | 3.064 | 3.064 | 3.064 | 3.064 | 3.064 | 100.0% | 1 | | cinder_v2.delete_volume | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 2.309 | 100.0% | 1 | | total | 5.374 | 5.374 | 5.374 | 5.374 | 5.374 | 5.374 | 100.0% | 1 | | -> duration | 5.374 | 5.374 | 5.374 | 5.374 | 5.374 | 5.374 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.373985 Full duration: 14.616709 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.09 | 3.09 | 3.09 | 3.09 | 3.09 | 3.09 | 100.0% | 1 | | cinder_v2.extend_volume | 2.489 | 2.489 | 2.489 | 2.489 | 2.489 | 2.489 | 100.0% | 1 | | cinder_v2.delete_volume | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 2.191 | 100.0% | 1 | | total | 7.77 | 7.77 | 7.77 | 7.77 | 7.77 | 7.77 | 100.0% | 1 | | -> duration | 7.77 | 7.77 | 7.77 | 7.77 | 7.77 | 7.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.770011 Full duration: 16.989412 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.182 | 3.182 | 3.182 | 3.182 | 3.182 | 3.182 | 100.0% | 1 | | cinder_v2.delete_volume | 2.295 | 2.295 | 2.295 | 2.295 | 2.295 | 2.295 | 100.0% | 1 | | total | 5.477 | 5.477 | 5.477 | 5.477 | 5.477 | 5.477 | 100.0% | 1 | | -> duration | 5.477 | 5.477 | 5.477 | 5.477 | 5.477 | 5.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.47748 Full duration: 21.139223 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | cinder_v2.list_qos | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 0.156 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722818 Full duration: 11.411793 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | cinder_v2.set_qos | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740947 Full duration: 10.956636 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | cinder_v2.list_types | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731507 Full duration: 11.142002 -------------------------------------------------------------------------------- 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 875969ee-af44-4a08-9cc7-ff035be584b0 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.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> duration | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794535 Full duration: 11.206276 HINTS: * To plot HTML graphics with this data, run: rally task report 875969ee-af44-4a08-9cc7-ff035be584b0 --out output.html * To generate a JUnit report, run: rally task export 875969ee-af44-4a08-9cc7-ff035be584b0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 875969ee-af44-4a08-9cc7-ff035be584b0 --json --out output.json 2018-05-08 01:48:14,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '875969ee-af44-4a08-9cc7-ff035be584b0'] 2018-05-08 01:48:15,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 01:48:15,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '875969ee-af44-4a08-9cc7-ff035be584b0', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-08 01:48:15,762 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-08 01:48:15,762 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-08 01:48:15,762 - 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-05-08 01:48:15,762 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:48:15,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:48:15,779 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 01:49:29,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 2018-05-08 01:49:29,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7d496699-98c9-41f6-ba8f-01c7e2df1dd2'] 2018-05-08 01:49:30,994 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7d496699-98c9-41f6-ba8f-01c7e2df1dd2: 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 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 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.483 | 4.483 | 4.483 | 4.483 | 4.483 | 4.483 | 100.0% | 1 | | heat.update_stack | 2.396 | 2.396 | 2.396 | 2.396 | 2.396 | 2.396 | 100.0% | 1 | | heat.delete_stack | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 100.0% | 1 | | total | 9.24 | 9.24 | 9.24 | 9.24 | 9.24 | 9.24 | 100.0% | 1 | | -> duration | 5.24 | 5.24 | 5.24 | 5.24 | 5.24 | 5.24 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.239583 Full duration: 17.018676 -------------------------------------------------------------------------------- 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 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.492 | 4.492 | 4.492 | 4.492 | 4.492 | 4.492 | 100.0% | 1 | | heat.check_stack | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | heat.delete_stack | 2.259 | 2.259 | 2.259 | 2.259 | 2.259 | 2.259 | 100.0% | 1 | | total | 7.222 | 7.222 | 7.222 | 7.222 | 7.222 | 7.222 | 100.0% | 1 | | -> duration | 5.222 | 5.222 | 5.222 | 5.222 | 5.222 | 5.222 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.222432 Full duration: 14.903875 -------------------------------------------------------------------------------- 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 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 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.347 | 4.347 | 4.347 | 4.347 | 4.347 | 4.347 | 100.0% | 1 | | heat.suspend_stack | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 1.543 | 100.0% | 1 | | heat.resume_stack | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 1.239 | 100.0% | 1 | | heat.delete_stack | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 2.385 | 100.0% | 1 | | total | 9.515 | 9.515 | 9.515 | 9.515 | 9.515 | 9.515 | 100.0% | 1 | | -> duration | 7.515 | 7.515 | 7.515 | 7.515 | 7.515 | 7.515 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.514854 Full duration: 17.000523 -------------------------------------------------------------------------------- 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 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | total | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> duration | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.658251 Full duration: 7.56326 HINTS: * To plot HTML graphics with this data, run: rally task report 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 --out output.html * To generate a JUnit report, run: rally task export 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7d496699-98c9-41f6-ba8f-01c7e2df1dd2 --json --out output.json 2018-05-08 01:49:30,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7d496699-98c9-41f6-ba8f-01c7e2df1dd2'] 2018-05-08 01:49:32,148 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 01:49:32,148 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7d496699-98c9-41f6-ba8f-01c7e2df1dd2', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-08 01:49:32,156 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-08 01:49:32,156 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-08 01:49:32,156 - 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-05-08 01:49:32,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:49:32,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:49:32,174 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 01:52:29,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e2f50b4c-ce11-47fd-acb4-51881fb03e83 2018-05-08 01:52:29,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e2f50b4c-ce11-47fd-acb4-51881fb03e83'] 2018-05-08 01:52:30,738 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e2f50b4c-ce11-47fd-acb4-51881fb03e83: 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.revoke_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689545 Full duration: 13.038295 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | keystone_v3.add_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> duration | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.674957 Full duration: 13.264309 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | keystone_v3.list_projects | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.703743 Full duration: 13.849853 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.delete_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> duration | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.558973 Full duration: 11.22152 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.delete_service | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | -> duration | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.561645 Full duration: 11.200087 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | keystone_v3.create_user | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | -> keystone_v3.add_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.create_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_project | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_user | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_role | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.list_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_services | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | -> duration | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.705692 Full duration: 18.330085 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.868604 Full duration: 11.753703 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705475 Full duration: 13.3905 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | total | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> duration | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.639624 Full duration: 13.672037 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829096 Full duration: 13.307697 -------------------------------------------------------------------------------- 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 e2f50b4c-ce11-47fd-acb4-51881fb03e83 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.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | keystone_v3.create_users | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 4.303 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.302 | 4.302 | 4.302 | 4.302 | 4.302 | 4.302 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | total | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 100.0% | 1 | | -> duration | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 5.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.774264 Full duration: 22.473611 HINTS: * To plot HTML graphics with this data, run: rally task report e2f50b4c-ce11-47fd-acb4-51881fb03e83 --out output.html * To generate a JUnit report, run: rally task export e2f50b4c-ce11-47fd-acb4-51881fb03e83 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e2f50b4c-ce11-47fd-acb4-51881fb03e83 --json --out output.json 2018-05-08 01:52:30,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e2f50b4c-ce11-47fd-acb4-51881fb03e83'] 2018-05-08 01:52:31,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 01:52:31,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e2f50b4c-ce11-47fd-acb4-51881fb03e83', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-08 01:52:31,770 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-08 01:52:31,771 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-08 01:52:31,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-neutron.yaml 2018-05-08 01:52:31,771 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:52:31,788 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:52:31,789 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 01:56:54,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 2018-05-08 01:56:54,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3'] 2018-05-08 01:56:55,421 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3: 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | neutron.delete_network | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | total | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | -> duration | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.593164 Full duration: 13.892105 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | neutron.delete_port | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | total | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | -> duration | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.178773 Full duration: 23.515458 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | neutron.create_subnet | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | neutron.create_router | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | neutron.add_interface_router | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 100.0% | 1 | | neutron.remove_interface_router | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 0.969 | 100.0% | 1 | | neutron.delete_router | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 100.0% | 1 | | -> duration | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 4.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.223827 Full duration: 28.737434 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | neutron.delete_subnet | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> duration | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.359359 Full duration: 21.787703 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | neutron.list_networks | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> duration | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.223698 Full duration: 15.380837 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.64 | 1.64 | 1.64 | 1.64 | 1.64 | 1.64 | 100.0% | 1 | | neutron.list_ports | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 1.742 | 1.742 | 1.742 | 1.742 | 1.742 | 1.742 | 100.0% | 1 | | -> duration | 1.742 | 1.742 | 1.742 | 1.742 | 1.742 | 1.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.742034 Full duration: 23.969711 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | neutron.create_subnet | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 0.6 | 100.0% | 1 | | neutron.create_router | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | neutron.add_interface_router | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 1.445 | 100.0% | 1 | | neutron.list_routers | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 100.0% | 1 | | -> duration | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 3.052 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.051689 Full duration: 32.465826 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.create_subnet | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 0.431 | 100.0% | 1 | | neutron.list_subnets | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 100.0% | 1 | | -> duration | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 1.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.469918 Full duration: 26.348723 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | neutron.delete_security_group | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 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.966997 Full duration: 13.054889 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | neutron.create_security_group_rule | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | neutron.delete_security_group | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | -> duration | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.396441 Full duration: 13.486917 -------------------------------------------------------------------------------- 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 a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 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.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | neutron.create_router | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | neutron.add_gateway_router | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | neutron.remove_gateway_router | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | total | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 100.0% | 1 | | -> duration | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 3.107 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.106505 Full duration: 22.330209 HINTS: * To plot HTML graphics with this data, run: rally task report a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 --out output.html * To generate a JUnit report, run: rally task export a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3 --json --out output.json 2018-05-08 01:56:55,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3'] 2018-05-08 01:56:56,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 01:56:56,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a5f9aab0-1f73-4a8c-9ffc-43145ddcdea3', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-08 01:56:56,416 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-08 01:56:56,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-08 01:56:56,417 - 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-05-08 01:56:56,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 01:56:56,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 01:56:56,432 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 02:02:52,776 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aa851e6f-516f-4128-8976-30861141c937 2018-05-08 02:02:52,777 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aa851e6f-516f-4128-8976-30861141c937'] 2018-05-08 02:02:53,908 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "block_migration": false, "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.251 | 8.251 | 8.251 | 8.251 | 8.251 | 8.251 | 100.0% | 1 | | nova.find_host_to_migrate | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | nova.live_migrate | 8.788 | 8.788 | 8.788 | 8.788 | 8.788 | 8.788 | 100.0% | 1 | | nova.delete_server | 2.863 | 2.863 | 2.863 | 2.863 | 2.863 | 2.863 | 100.0% | 1 | | total | 20.874 | 20.874 | 20.874 | 20.874 | 20.874 | 20.874 | 100.0% | 1 | | -> duration | 19.874 | 19.874 | 19.874 | 19.874 | 19.874 | 19.874 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.874046 Full duration: 29.261039 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.901 | 7.901 | 7.901 | 7.901 | 7.901 | 7.901 | 100.0% | 1 | | cinder_v2.create_volume | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 100.0% | 1 | | nova.attach_volume | 3.925 | 3.925 | 3.925 | 3.925 | 3.925 | 3.925 | 100.0% | 1 | | nova.find_host_to_migrate | 1.214 | 1.214 | 1.214 | 1.214 | 1.214 | 1.214 | 100.0% | 1 | | nova.live_migrate | 8.847 | 8.847 | 8.847 | 8.847 | 8.847 | 8.847 | 100.0% | 1 | | nova.detach_volume | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | cinder_v2.delete_volume | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | nova.delete_server | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 100.0% | 1 | | total | 30.272 | 30.272 | 30.272 | 30.272 | 30.272 | 30.272 | 100.0% | 1 | | -> duration | 29.272 | 29.272 | 29.272 | 29.272 | 29.272 | 29.272 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.271802 Full duration: 41.098222 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 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 | 7.827 | 7.827 | 7.827 | 7.827 | 7.827 | 7.827 | 100.0% | 1 | | nova.boot_server | 8.136 | 8.136 | 8.136 | 8.136 | 8.136 | 8.136 | 100.0% | 1 | | nova.find_host_to_migrate | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | nova.live_migrate | 13.514 | 13.514 | 13.514 | 13.514 | 13.514 | 13.514 | 100.0% | 1 | | nova.delete_server | 6.932 | 6.932 | 6.932 | 6.932 | 6.932 | 6.932 | 100.0% | 1 | | total | 37.292 | 37.292 | 37.292 | 37.292 | 37.292 | 37.292 | 100.0% | 1 | | -> duration | 36.292 | 36.292 | 36.292 | 36.292 | 36.292 | 36.292 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 36.291727 Full duration: 48.007865 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "server_kwargs": { "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | nova.boot_server | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 7.427 | 100.0% | 1 | | nova.delete_server | 5.01 | 5.01 | 5.01 | 5.01 | 5.01 | 5.01 | 100.0% | 1 | | nova.delete_keypair | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 13.183 | 13.183 | 13.183 | 13.183 | 13.183 | 13.183 | 100.0% | 1 | | -> duration | 12.183 | 12.183 | 12.183 | 12.183 | 12.183 | 12.183 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.183042 Full duration: 31.298441 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "volume_size": 5, "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 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 | 7.595 | 7.595 | 7.595 | 7.595 | 7.595 | 7.595 | 100.0% | 1 | | nova.boot_server | 7.929 | 7.929 | 7.929 | 7.929 | 7.929 | 7.929 | 100.0% | 1 | | nova.delete_server | 2.526 | 2.526 | 2.526 | 2.526 | 2.526 | 2.526 | 100.0% | 1 | | total | 18.051 | 18.051 | 18.051 | 18.051 | 18.051 | 18.051 | 100.0% | 1 | | -> duration | 17.051 | 17.051 | 17.051 | 17.051 | 17.051 | 17.051 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.050951 Full duration: 38.352263 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "force_delete": false, "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.303 | 7.303 | 7.303 | 7.303 | 7.303 | 7.303 | 100.0% | 1 | | nova.pause_server | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 2.379 | 100.0% | 1 | | nova.unpause_server | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 100.0% | 1 | | nova.delete_server | 6.837 | 6.837 | 6.837 | 6.837 | 6.837 | 6.837 | 100.0% | 1 | | total | 18.856 | 18.856 | 18.856 | 18.856 | 18.856 | 18.856 | 100.0% | 1 | | -> duration | 13.856 | 13.856 | 13.856 | 13.856 | 13.856 | 13.856 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.856281 Full duration: 36.218908 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "nics": [ { "net-id": "74ee11fe-b0d4-4d97-891a-db7280428685" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.678 | 7.678 | 7.678 | 7.678 | 7.678 | 7.678 | 100.0% | 1 | | nova.migrate | 43.097 | 43.097 | 43.097 | 43.097 | 43.097 | 43.097 | 100.0% | 1 | | nova.resize_confirm | 2.629 | 2.629 | 2.629 | 2.629 | 2.629 | 2.629 | 100.0% | 1 | | nova.delete_server | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 100.0% | 1 | | total | 55.774 | 55.774 | 55.774 | 55.774 | 55.774 | 55.774 | 100.0% | 1 | | -> duration | 54.774 | 54.774 | 54.774 | 54.774 | 54.774 | 54.774 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 54.774402 Full duration: 64.212581 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "image": { "name": "Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.363 | 7.363 | 7.363 | 7.363 | 7.363 | 7.363 | 100.0% | 1 | | nova.list_interfaces | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | total | 7.763 | 7.763 | 7.763 | 7.763 | 7.763 | 7.763 | 100.0% | 1 | | -> duration | 6.763 | 6.763 | 6.763 | 6.763 | 6.763 | 6.763 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.762635 Full duration: 30.156636 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa851e6f-516f-4128-8976-30861141c937 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | nova.delete_server_group | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> duration | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.669946 Full duration: 8.35421 HINTS: * To plot HTML graphics with this data, run: rally task report aa851e6f-516f-4128-8976-30861141c937 --out output.html * To generate a JUnit report, run: rally task export aa851e6f-516f-4128-8976-30861141c937 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aa851e6f-516f-4128-8976-30861141c937 --json --out output.json 2018-05-08 02:02:53,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aa851e6f-516f-4128-8976-30861141c937'] 2018-05-08 02:02:55,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 02:02:55,143 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aa851e6f-516f-4128-8976-30861141c937', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-08 02:02:55,152 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-08 02:02:55,152 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-08 02:02:55,152 - 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-05-08 02:02:55,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 02:02:55,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 02:02:55,170 - 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': '74ee11fe-b0d4-4d97-891a-db7280428685', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'flavor_name': 'rally-tiny-b149dfd5-010a-4cea-9631-6e36d7083d1f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-b149dfd5-010a-4cea-9631-6e36d7083d1f', '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-05-08 02:03:41,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8016a511-b790-4c30-aa76-7ac1a52b5891 2018-05-08 02:03:41,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '8016a511-b790-4c30-aa76-7ac1a52b5891'] 2018-05-08 02:03:42,525 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 8016a511-b790-4c30-aa76-7ac1a52b5891: 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 8016a511-b790-4c30-aa76-7ac1a52b5891 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | quotas.delete_quotas | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> duration | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850034 Full duration: 7.584805 -------------------------------------------------------------------------------- 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 8016a511-b790-4c30-aa76-7ac1a52b5891 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647474 Full duration: 7.380429 -------------------------------------------------------------------------------- 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 8016a511-b790-4c30-aa76-7ac1a52b5891 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.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> duration | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.661348 Full duration: 7.515419 -------------------------------------------------------------------------------- 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 8016a511-b790-4c30-aa76-7ac1a52b5891 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.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | total | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | -> duration | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.08644 Full duration: 8.232358 HINTS: * To plot HTML graphics with this data, run: rally task report 8016a511-b790-4c30-aa76-7ac1a52b5891 --out output.html * To generate a JUnit report, run: rally task export 8016a511-b790-4c30-aa76-7ac1a52b5891 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8016a511-b790-4c30-aa76-7ac1a52b5891 --json --out output.json 2018-05-08 02:03:42,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '8016a511-b790-4c30-aa76-7ac1a52b5891'] 2018-05-08 02:03:43,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 02:03:43,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '8016a511-b790-4c30-aa76-7ac1a52b5891', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-08 02:03:43,519 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-08 02:03:43,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:10 | 4 | 100.00% | | cinder | 02:30 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 03:54 | 11 | 100.00% | | nova | 05:26 | 9 | 100.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:46 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-08 02:03:43,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-08 02:03:48,236 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-08 02:03:48,236 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-08 02:03:48,890 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 02:03:48,890 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:21 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-08 02:03:48,894 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-08 02:03:48,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 02:03:51,385 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 02:03:51.062 11180 INFO rally.deployment.engine [-] Deployment 7ecbb2be-8c28-4b4d-aa07-e9cddc08e9ca | Starting: Destroy cloud and free allocated resources. 2018-05-08 02:03:51.138 11180 INFO rally.deployment.engine [-] Deployment 7ecbb2be-8c28-4b4d-aa07-e9cddc08e9ca | Completed: Destroy cloud and free allocated resources. 2018-05-08 02:03:51.161 11180 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433). 2018-05-08 02:03:51.166 11180 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 02:03:53,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 02:03:53.556 11183 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9d1c82cf-f44d-4ad1-a15d-c0454bac0c16) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9d1c82cf-f44d-4ad1-a15d-c0454bac0c16 | 2018-05-08T02:03:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9d1c82cf-f44d-4ad1-a15d-c0454bac0c16 ~/.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-05-08 02:03:56,998 - 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__ | 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-05-08 02:03:56,998 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 02:03:59,367 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-08 02:03:59.102 11189 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d723ebd8-9435-4f6f-af59-2a6725260433). 2018-05-08 02:03:59.222 11189 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-08 02:04:02,844 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 02:04:01.303 11192 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 02:04:01.438 11192 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 02:04:02.677 11192 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445) as the default verifier for the future CLI operations. 2018-05-08 02:04:05,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 02:04:07,445 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 02:04:11,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 02:04:16,436 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 02:04:15.497 11211 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445) for deployment 'opnfv-rally' (UUID=9d1c82cf-f44d-4ad1-a15d-c0454bac0c16). 2018-05-08 02:04:16.277 11211 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445) has been successfully configured for deployment 'opnfv-rally' (UUID=9d1c82cf-f44d-4ad1-a15d-c0454bac0c16)! 2018-05-08 02:04:16,436 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 02:04:16,436 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 02:04:16,439 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 02:04:18,680 - 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-05-08 02:04:20,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:20.882 11223 INFO rally.api [-] Starting verification (UUID=c59eb56f-0a49-466b-88aa-14d836c27211) for deployment 'opnfv-rally' (UUID=9d1c82cf-f44d-4ad1-a15d-c0454bac0c16) by verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445). 2018-05-08 02:04:20,883 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c59eb56f-0a49-466b-88aa-14d836c27211 2018-05-08 02:04:29,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:29.594 11223 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.339s] 2018-05-08 02:04:29,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:29.602 11223 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.335s] 2018-05-08 02:04:30,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:30.246 11223 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.789s] 2018-05-08 02:04:32,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:32.423 11223 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.176s] 2018-05-08 02:04:33,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:33.151 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.895s] 2018-05-08 02:04:33,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:33.650 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.199s] 2018-05-08 02:04:35,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:35.081 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.431s] 2018-05-08 02:04:35,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:35.627 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.544s] 2018-05-08 02:04:36,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:36.046 11223 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.411s] 2018-05-08 02:04:37,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:37.911 11223 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.361s] 2018-05-08 02:04:38,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:38.471 11223 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.215s] 2018-05-08 02:04:38,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:38.577 11223 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.667s] 2018-05-08 02:04:38,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:38.671 11223 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.200s] 2018-05-08 02:04:48,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:48.709 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.490s] 2018-05-08 02:04:54,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:54.558 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [21.401s] 2018-05-08 02:04:57,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:57.228 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.087s] 2018-05-08 02:04:57,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:57.299 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-05-08 02:04:57,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:57.663 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.363s] 2018-05-08 02:04:57,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:57.794 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.130s] 2018-05-08 02:04:57,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:04:57.795 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-08 02:05:07,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:07.552 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.328s] 2018-05-08 02:05:08,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:08.618 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.065s] 2018-05-08 02:05:09,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:09.927 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.308s] 2018-05-08 02:05:11,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:11.125 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.197s] 2018-05-08 02:05:12,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:12.086 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.960s] 2018-05-08 02:05:13,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:13.075 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.988s] 2018-05-08 02:05:13,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:13.301 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.226s] 2018-05-08 02:05:13,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:13.543 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.242s] 2018-05-08 02:05:13,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:13.808 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.264s] 2018-05-08 02:05:14,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:14.778 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.968s] 2018-05-08 02:05:15,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:15.147 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.370s] 2018-05-08 02:05:15,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:15.394 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.244s] 2018-05-08 02:05:15,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:15.619 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.226s] 2018-05-08 02:05:16,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:16.600 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.980s] 2018-05-08 02:05:17,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:17.011 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.410s] 2018-05-08 02:05:17,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:17.243 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.230s] 2018-05-08 02:05:17,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:17.629 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.385s] 2018-05-08 02:05:17,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:17.855 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.226s] 2018-05-08 02:05:26,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:26.091 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [34.820s] 2018-05-08 02:05:34,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:34.887 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.796s] 2018-05-08 02:05:36,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:36.188 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [41.621s] 2018-05-08 02:05:42,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:42.086 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [66.447s] 2018-05-08 02:05:44,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:44.626 11223 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [69.871s] 2018-05-08 02:05:45,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:45.338 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.151s] 2018-05-08 02:05:49,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:49.171 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.376s] 2018-05-08 02:05:49,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:49.847 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.675s] 2018-05-08 02:05:50,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:50.502 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.655s] 2018-05-08 02:05:50,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:50.914 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.411s] 2018-05-08 02:05:51,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:51.345 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.431s] 2018-05-08 02:05:51,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:05:51.893 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.548s] 2018-05-08 02:06:01,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:01.633 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.071s] 2018-05-08 02:06:01,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:01.856 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.223s] 2018-05-08 02:06:09,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:09.675 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.656s] 2018-05-08 02:06:10,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:10.608 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.934s] 2018-05-08 02:06:13,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:13.405 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.793s] 2018-05-08 02:06:15,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:15.399 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.995s] 2018-05-08 02:06:15,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:15.750 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [40.853s] 2018-05-08 02:06:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:16.707 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.306s] 2018-05-08 02:06:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:17.413 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.706s] 2018-05-08 02:06:18,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:18.834 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.418s] 2018-05-08 02:06:18,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:18.881 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-05-08 02:06:18,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:18.908 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [33.564s] 2018-05-08 02:06:19,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:19.454 11223 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.818s] 2018-05-08 02:06:23,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:23.006 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.244s] 2018-05-08 02:06:23,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:23.344 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.338s] 2018-05-08 02:06:32,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:32.867 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.145s] 2018-05-08 02:06:32,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:32.894 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.027s] 2018-05-08 02:06:32,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:32.916 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.164s] 2018-05-08 02:06:33,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.056 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.162s] 2018-05-08 02:06:33,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.166 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.007s] 2018-05-08 02:06:33,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.173 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.006s] 2018-05-08 02:06:33,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.223 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.164s] 2018-05-08 02:06:33,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.358 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.184s] 2018-05-08 02:06:33,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.389 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-05-08 02:06:33,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.392 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.169s] 2018-05-08 02:06:33,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.423 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.033s] 2018-05-08 02:06:33,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.538 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.145s] 2018-05-08 02:06:33,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.592 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.053s] 2018-05-08 02:06:33,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.606 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.181s] 2018-05-08 02:06:33,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.722 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.116s] 2018-05-08 02:06:33,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.769 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-05-08 02:06:33,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.771 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.175s] 2018-05-08 02:06:33,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.809 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.042s] 2018-05-08 02:06:33,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.852 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-05-08 02:06:33,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.915 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.145s] 2018-05-08 02:06:33,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.947 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-05-08 02:06:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.956 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-05-08 02:06:33,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:33.997 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.040s] 2018-05-08 02:06:34,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.042 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-05-08 02:06:34,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.089 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.047s] 2018-05-08 02:06:34,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.131 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.040s] 2018-05-08 02:06:34,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.321 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.189s] 2018-05-08 02:06:34,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.356 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-05-08 02:06:34,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.391 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.034s] 2018-05-08 02:06:34,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.400 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-05-08 02:06:34,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.436 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.036s] 2018-05-08 02:06:34,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.469 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-05-08 02:06:34,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.678 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.208s] 2018-05-08 02:06:34,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:34.711 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-05-08 02:06:47,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:47.059 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.731s] 2018-05-08 02:06:55,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:06:55.642 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.581s] 2018-05-08 02:07:05,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:07:05.838 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.193s] 2018-05-08 02:07:10,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c59eb56f-0a49-466b-88aa-14d836c27211']'. 2018-05-08 02:07:11,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c59eb56f-0a49-466b-88aa-14d836c27211 | 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 02:04:20 | 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 02:07:10 | 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:50 | 2018-05-08 02:07:11,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bec6dac8-03d2-473c-a584-847d26514445) | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9d1c82cf-f44d-4ad1-a15d-c0454bac0c16) | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 102 | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 158.917 | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 102 | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-08 02:07:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 02:07:11,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 02:07:11,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-08 02:07:11,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 02:07:11,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 02:07:11,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-08 02:07:14,604 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 02:07:14,604 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-08 02:07:14,609 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-08 02:07:14,702 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 02:07:17,161 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 02:07:16.792 11331 INFO rally.deployment.engine [-] Deployment 9d1c82cf-f44d-4ad1-a15d-c0454bac0c16 | Starting: Destroy cloud and free allocated resources. 2018-05-08 02:07:16.870 11331 INFO rally.deployment.engine [-] Deployment 9d1c82cf-f44d-4ad1-a15d-c0454bac0c16 | Completed: Destroy cloud and free allocated resources. 2018-05-08 02:07:16.897 11331 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445) for deployment 'opnfv-rally'. 2018-05-08 02:07:16.910 11331 INFO rally.api [-] Deleting verification (UUID=c59eb56f-0a49-466b-88aa-14d836c27211). 2018-05-08 02:07:16.952 11331 INFO rally.api [-] Verification has been successfully deleted! 2018-05-08 02:07:16.952 11331 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445). 2018-05-08 02:07:16.964 11331 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 02:07:19,558 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 02:07:19.274 11334 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=928ef10d-beeb-4c62-bdc7-7d9a803df70b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 928ef10d-beeb-4c62-bdc7-7d9a803df70b | 2018-05-08T02:07:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 928ef10d-beeb-4c62-bdc7-7d9a803df70b ~/.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-05-08 02:07:22,960 - 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__ | 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-05-08 02:07:22,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 02:07:25,304 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-08 02:07:25.032 11340 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bec6dac8-03d2-473c-a584-847d26514445). 2018-05-08 02:07:25.158 11340 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-08 02:07:28,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 02:07:27.402 11343 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 02:07:27.536 11343 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 02:07:28.548 11343 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af) as the default verifier for the future CLI operations. 2018-05-08 02:07:31,747 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 02:07:33,237 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 02:07:37,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 02:07:43,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 02:07:42.569 11362 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af) for deployment 'opnfv-rally' (UUID=928ef10d-beeb-4c62-bdc7-7d9a803df70b). 2018-05-08 02:07:43.262 11362 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af) has been successfully configured for deployment 'opnfv-rally' (UUID=928ef10d-beeb-4c62-bdc7-7d9a803df70b)! 2018-05-08 02:07:43,403 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 02:07:43,403 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 02:07:43,405 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 02:07:44,001 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-08 02:07:47,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3b15821e-278d-4165-b3cf-2f325d4250af/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-05-08 02:07:47,338 - 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-05-08 02:07:49,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:07:49.533 11371 INFO rally.api [-] Starting verification (UUID=07ba0448-2ec5-442c-8758-26968c481739) for deployment 'opnfv-rally' (UUID=928ef10d-beeb-4c62-bdc7-7d9a803df70b) by verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af). 2018-05-08 02:07:49,534 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 07ba0448-2ec5-442c-8758-26968c481739 2018-05-08 02:10:18,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '07ba0448-2ec5-442c-8758-26968c481739']'. 2018-05-08 02:10:19,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 02:10:19,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 07ba0448-2ec5-442c-8758-26968c481739 | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 02:07:49 | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 02:10:17 | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:28 | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3b15821e-278d-4165-b3cf-2f325d4250af) | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 928ef10d-beeb-4c62-bdc7-7d9a803df70b) | 2018-05-08 02:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 140.091 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 114 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 166 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 02:10:19,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 02:10:19,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.2148760331% 2018-05-08 02:10:22,730 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 02:10:22,731 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-08 02:10:22,735 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-05-08 02:10:22,736 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-08 02:10:23,506 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 02:53:24,302 - 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) ... ERROR 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 ====================================================================== ERROR: 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 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 506, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 2580.723s FAILED (errors=1) 2018-05-08 02:53:24,470 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 02:53:24,471 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 43:01 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-08 02:53:24,475 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-08 02:53:24,475 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-08 02:53:24,565 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 02:53:27,067 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 02:53:26.642 11598 INFO rally.deployment.engine [-] Deployment 928ef10d-beeb-4c62-bdc7-7d9a803df70b | Starting: Destroy cloud and free allocated resources. 2018-05-08 02:53:26.728 11598 INFO rally.deployment.engine [-] Deployment 928ef10d-beeb-4c62-bdc7-7d9a803df70b | Completed: Destroy cloud and free allocated resources. 2018-05-08 02:53:26.787 11598 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af) for deployment 'opnfv-rally'. 2018-05-08 02:53:26.819 11598 INFO rally.api [-] Deleting verification (UUID=07ba0448-2ec5-442c-8758-26968c481739). 2018-05-08 02:53:26.858 11598 INFO rally.api [-] Verification has been successfully deleted! 2018-05-08 02:53:26.859 11598 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af). 2018-05-08 02:53:26.873 11598 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 02:53:29,551 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 02:53:29.261 11601 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9e8a187f-15d8-4424-97b7-c06d7f0fb87f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9e8a187f-15d8-4424-97b7-c06d7f0fb87f | 2018-05-08T02:53:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9e8a187f-15d8-4424-97b7-c06d7f0fb87f ~/.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-05-08 02:53:32,834 - 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__ | 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-05-08 02:53:32,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 02:53:35,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-08 02:53:34.920 11607 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3b15821e-278d-4165-b3cf-2f325d4250af). 2018-05-08 02:53:35.044 11607 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-08 02:53:38,543 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 02:53:37.149 11610 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 02:53:37.279 11610 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 02:53:38.339 11610 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=416456c9-6702-410c-a7ef-f2b2bf005891) has been successfully created! Using verifier 'opnfv-tempest' (UUID=416456c9-6702-410c-a7ef-f2b2bf005891) as the default verifier for the future CLI operations. 2018-05-08 02:53:41,598 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 02:53:43,298 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 02:53:47,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 02:53:51,871 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 02:53:51.053 11629 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=416456c9-6702-410c-a7ef-f2b2bf005891) for deployment 'opnfv-rally' (UUID=9e8a187f-15d8-4424-97b7-c06d7f0fb87f). 2018-05-08 02:53:51.712 11629 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=416456c9-6702-410c-a7ef-f2b2bf005891) has been successfully configured for deployment 'opnfv-rally' (UUID=9e8a187f-15d8-4424-97b7-c06d7f0fb87f)! 2018-05-08 02:53:51,871 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 02:53:51,871 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 02:53:51,873 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 02:53:51,887 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-08 02:53:54,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-416456c9-6702-410c-a7ef-f2b2bf005891/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-08 02:53:54,712 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-08 02:53:54,713 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-08 02:53:54,713 - 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-05-08 02:53:56,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 02:53:56.882 11638 INFO rally.api [-] Starting verification (UUID=d34d2e3f-f2cb-44de-bbb3-6c1e4bc47d8c) for deployment 'opnfv-rally' (UUID=9e8a187f-15d8-4424-97b7-c06d7f0fb87f) by verifier 'opnfv-tempest' (UUID=416456c9-6702-410c-a7ef-f2b2bf005891). 2018-05-08 02:53:56,884 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d34d2e3f-f2cb-44de-bbb3-6c1e4bc47d8c 2018-05-08 02:55:09,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd34d2e3f-f2cb-44de-bbb3-6c1e4bc47d8c']'. 2018-05-08 02:55:10,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 02:55:10,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 02:55:10,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 02:55:10,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d34d2e3f-f2cb-44de-bbb3-6c1e4bc47d8c | 2018-05-08 02:55:10,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-08 02:55:10,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 02:53:56 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 02:55:09 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:13 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 416456c9-6702-410c-a7ef-f2b2bf005891) | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9e8a187f-15d8-4424-97b7-c06d7f0fb87f) | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 63.398 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 4 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-08 02:55:10,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 02:55:10,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 02:55:10,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 39 | 2018-05-08 02:55:10,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 02:55:10,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 02:55:10,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 9.3023255814% 2018-05-08 02:55:13,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 02:55:13,495 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 01:32 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-08 02:55:13,499 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-08 02:55:13,500 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:42 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 12:28 | FAIL | | rally_sanity | functest | smoke | 21:21 | PASS | | refstack_defcore | functest | smoke | 03:09 | PASS | | patrole | functest | smoke | 02:51 | FAIL | | snaps_smoke | functest | smoke | 43:01 | FAIL | | neutron_trunk | functest | smoke | 01:32 | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-08 02:55:13,507 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-08 02:55:16,847 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-100 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-08 02:55:16,852 - 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=MCxDTmDJKT89pKtcghhfZcd8D export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-08 02:55:16,852 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 02:55:16,852 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-08 02:55:16,853 - 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-05-08 02:55:16,855 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-08 02:55:19,348 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-100 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-08 02:55:19,352 - 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=MCxDTmDJKT89pKtcghhfZcd8D export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-08 02:55:19,352 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 02:55:19,354 - 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-05-08 02:55:19,355 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-08 02:55:19,355 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-08 02:55:19,915 - 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-05-08 02:55:19,949 - 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/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-08 02:55:19,968 - 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-05-08 02:55:20,330 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-08 02:55:20,331 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-08 02:55:20,751 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-08 02:55:20,751 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-08 02:55:21,195 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-08 02:55:23,890 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-35f861a8-c176-4b9c-ae87-5c0c6ab22b85, password=34227804-702b-4556-af3e-266ddce01c7c, auth_url=http://172.30.9.22:5000/v3, project_name=cloudify_ims-35f861a8-c176-4b9c-ae87-5c0c6ab22b85, 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-05-08 02:55:23,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-08 02:55:25,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-08 02:55:25,308 - 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-05-08 02:56:46,595 - 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-05-08 02:56:53,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-08 02:56:53,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-08 02:57:00,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-08 02:57:02,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-08 02:57:03,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-08 02:59:50,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '34227804-702b-4556-af3e-266ddce01c7c', 'keystone_tenant_name': 'cloudify_ims-35f861a8-c176-4b9c-ae87-5c0c6ab22b85', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.22:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-35f861a8-c176-4b9c-ae87-5c0c6ab22b85', 'project_domain_name': 'Default'} 2018-05-08 02:59:50,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-08 02:59:57,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-05-08 03:00:27,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-05-08 03:00:27,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-05-08 03:00:28,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-05-08 03:00:30,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-05-08 03:00:30,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-05-08 03:01:05,571 - 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.web-ster.com * extras: centos.sonn.com * updates: mirror.den1.denvercolo.net Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-58.el7 will be an update --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 9.1 MB/s | 52 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-05-08 03:01:05,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-05-08 03:01:09,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-05-08 03:01:10,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-05-08 03:01:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-05-08 03:01:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:01:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:01:17,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-05-08 03:01:44,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:01:44,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-05-08 03:01:44,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-05-08 03:01:44,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-05-08 03:01:44,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-05-08 03:01:50,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:50,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-05-08 03:01:50,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:01:55,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:00,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:00,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:00,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:00,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:00,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:05,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:05,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:05,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:05,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:05,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:05,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:05,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:05,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:05,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:05,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:11,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:11,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:11,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-05-08 03:02:11,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:02:11,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:11,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:11,303 - 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-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:11,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:11,304 - 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-05-08 03:02:16,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:16,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:16,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:16,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:16,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-05-08 03:02:16,654 - 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-05-08 03:02:16,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:16,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:16,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:16,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:02:16,654 - 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-05-08 03:02:22,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:22,187 - 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-05-08 03:02:22,187 - 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:None state. Retrying... [retry_after=30] 2018-05-08 03:02:22,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:22,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-05-08 03:02:22,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:22,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-05-08 03:02:22,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:02:22,188 - 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-05-08 03:02:22,188 - 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-05-08 03:02:37,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:43,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:43,120 - 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-05-08 03:02:43,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:43,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:43,120 - 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-05-08 03:02:48,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - 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-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:48,305 - 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-05-08 03:02:53,681 - 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-05-08 03:02:53,681 - 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-05-08 03:02:53,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:53,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:53,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:53,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-05-08 03:02:53,681 - 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-05-08 03:02:53,681 - 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-05-08 03:03:14,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:14,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:14,258 - 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-05-08 03:03:14,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:14,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:14,258 - 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-05-08 03:03:19,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:19,411 - 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-05-08 03:03:19,411 - 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-05-08 03:03:19,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:24,554 - 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-05-08 03:03:24,554 - 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-05-08 03:03:24,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:24,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:24,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:24,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-05-08 03:03:24,555 - 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-05-08 03:03:24,555 - 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-05-08 03:03:45,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:45,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:45,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-05-08 03:03:45,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:45,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,253 - 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-05-08 03:03:52,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:52,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:58,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:58,881 - 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-05-08 03:03:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:58,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-05-08 03:03:58,881 - 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-05-08 03:04:06,248 - 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-05-08 03:04:06,249 - 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-05-08 03:04:06,249 - 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-05-08 03:04:06,249 - 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-05-08 03:04:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:19,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:29,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:29,720 - 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-05-08 03:04:29,720 - 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-05-08 03:04:29,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:29,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:29,720 - 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-05-08 03:04:29,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:29,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-05-08 03:04:42,241 - 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-05-08 03:04:42,241 - 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-05-08 03:04:52,586 - 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-05-08 03:04:52,586 - 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-05-08 03:04:52,587 - 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-05-08 03:04:52,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:01,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:01,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:01,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:01,718 - 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 5/60] 2018-05-08 03:05:01,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:01,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:01,718 - 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 5/60] 2018-05-08 03:05:08,249 - 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 5/60] 2018-05-08 03:05:08,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,885 - 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 5/60] 2018-05-08 03:05:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,886 - 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 5/60] 2018-05-08 03:05:17,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:17,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:23,233 - 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 5/60] 2018-05-08 03:05:23,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-05-08 03:05:23,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:23,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:23,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:23,233 - 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 5/60] 2018-05-08 03:05:23,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.8 on port 22: Unable to connect to port 22 on 10.67.79.8 (tried 1 time) 2018-05-08 03:05:28,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:28,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:28,537 - 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 6/60] 2018-05-08 03:05:33,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:33,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:33,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:33,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:33,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:33,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:33,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-05-08 03:05:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-05-08 03:05:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:45,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:45,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:51,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:51,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:51,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:05:51,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:51,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:51,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:56,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:56,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:05:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:05:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:05:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:05:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:05:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:06:02,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 7/60] 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:06:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 7/60] 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:02,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 7/60] 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:06:08,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:08,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:08,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:08,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:14,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:14,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:24,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-05-08 03:06:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-05-08 03:06:30,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-05-08 03:06:30,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-05-08 03:06:30,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:06:30,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:06:30,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:06:36,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:36,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:42,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:42,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:42,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:42,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-05-08 03:06:42,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-05-08 03:06:53,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:06:53,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:06:53,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:06:53,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:07:15,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:07:15,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:07:15,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:08:43,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:43,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:08:43,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:08:43,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:08:43,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:43,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:43,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:43,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-05-08 03:08:48,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:48,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:48,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:48,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:48,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:08:53,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:09:36,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:09:36,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:09:36,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-05-08 03:09:36,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:10:08,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. 2018-05-08 03:10:24,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 1/60] 2018-05-08 03:10:24,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 1/60] 2018-05-08 03:11:28,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 1/60] 2018-05-08 03:11:43,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 2/60] 2018-05-08 03:11:43,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 2/60] 2018-05-08 03:12:26,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:26,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:12:26,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:12:26,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:12:26,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:26,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:12:26,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:12:31,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:31,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:37,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:12:37,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:12:37,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:12:37,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:37,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:37,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:12:42,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:12:42,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:12:42,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:12:42,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:12:42,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:12:47,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 2/60] 2018-05-08 03:12:53,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:13:04,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 3/60] 2018-05-08 03:13:04,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 3/60] 2018-05-08 03:13:04,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:13:09,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:13:09,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:13:09,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:13:09,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:13:36,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:13:42,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:13:42,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-05-08 03:13:42,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:14:09,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 3/60] 2018-05-08 03:14:24,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 4/60] 2018-05-08 03:14:24,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 4/60] 2018-05-08 03:15:11,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:15:16,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:15:16,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:15:16,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:15:26,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 4/60] 2018-05-08 03:15:42,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 5/60] 2018-05-08 03:15:42,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 5/60] 2018-05-08 03:16:44,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 5/60] 2018-05-08 03:17:00,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 6/60] 2018-05-08 03:17:00,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 6/60] 2018-05-08 03:18:08,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 6/60] 2018-05-08 03:18:18,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 7/60] 2018-05-08 03:18:24,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 7/60] 2018-05-08 03:19:27,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 7/60] 2018-05-08 03:19:37,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 8/60] 2018-05-08 03:19:42,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 8/60] 2018-05-08 03:20:45,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 8/60] 2018-05-08 03:21:01,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 9/60] 2018-05-08 03:21:01,141 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 9/60] 2018-05-08 03:22:02,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 9/60] 2018-05-08 03:22:18,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 10/60] 2018-05-08 03:22:18,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 10/60] 2018-05-08 03:23:21,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 10/60] 2018-05-08 03:23:36,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 11/60] 2018-05-08 03:23:36,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 11/60] 2018-05-08 03:24:38,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 11/60] 2018-05-08 03:24:54,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 12/60] 2018-05-08 03:24:54,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 12/60] 2018-05-08 03:25:56,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://repo.cw-ngv.com/archive/repo122/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'nova.clouds.archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w E: Unable to locate package ellis [retry 12/60] 2018-05-08 03:26:12,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' [retry 13/60] 2018-05-08 03:26:12,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' [retry 13/60] 2018-05-08 03:26:49,034 - 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/ims/cloudify_ims.py", line 340, in deploy_vnf execution = wait_for_execution(cfy_client, execution, self.__logger) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 492, in wait_for_execution execution.deployment_id)) RuntimeError: execution of operation install for deployment clearwater-opnfv timed out 2018-05-08 03:26:49,035 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-08 03:26:49,036 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-08 03:26:49,548 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 03:26:49,548 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 31:28 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-08 03:26:49,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-08 03:26:55,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-05-08 03:26:55,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:26:55,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-05-08 03:26:55,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:26:55,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-05-08 03:27:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:27:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w sudo: monit: command not found 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:27:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:27:10,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'ellis' 2018-05-08 03:27:10,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:10,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:10,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:27:10,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:10,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:10,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:27:10,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:27:10,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:10,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:10,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:10,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=6000) 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:27:15,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:27:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:27:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:27:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:21,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:21,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-ellis-host-dt298w clearwater-etcd: unrecognized service 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:21,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:21,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:26,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:26,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:27:32,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:27:32,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:27:32,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:27:32,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:32,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:27:32,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:27:37,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:27:37,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:37,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:27:37,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:27:37,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:27:37,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:27:37,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:37,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:42,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:42,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:42,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:42,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:27:42,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:27:42,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:47,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-05-08 03:27:47,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:27:47,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:28:19,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:28:24,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:28:24,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:28:24,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:29:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:29:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:29:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:29:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:29:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:29:12,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:29:12,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:12,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:17,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:17,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:17,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:17,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:17,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:29:17,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:29:17,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:22,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:29:22,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-05-08 03:29:22,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:27,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:29:27,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-05-08 03:29:27,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:27,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:29:27,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-05-08 03:29:32,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-05-08 03:29:32,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-05-08 03:29:38,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:29:38,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:38,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:38,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-05-08 03:29:38,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:29:38,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:29:38,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:38,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:38,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:29:43,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:29:43,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:43,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:43,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:48,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-05-08 03:29:48,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:48,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-05-08 03:29:48,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-05-08 03:29:54,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:29:54,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:54,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:54,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:29:54,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:29:54,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:29:54,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-05-08 03:29:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-05-08 03:29:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-05-08 03:29:59,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-05-08 03:30:00,201 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-08 03:30:21,918 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-08 03:30:21,918 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-08 03:30:22,270 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-08 03:30:22,746 - 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-05-08 03:30:22,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-08 03:30:22,772 - 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'fraser', u'name': u'vrouter-opnfv'}} 2018-05-08 03:30:22,777 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-08 03:30:22,800 - 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-05-08 03:30:22,800 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-08 03:30:25,428 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-b37a297d-883a-42e6-a540-3d0a266aff25, password=6ad28e8a-9751-4ed1-a3f4-e1fb0bcc8b85, auth_url=http://172.30.9.22:5000/v3, project_name=vyos_vrouter-b37a297d-883a-42e6-a540-3d0a266aff25, 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-05-08 03:30:25,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-08 03:30:25,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-08 03:30:25,428 - 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-05-08 03:31:48,825 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-08 03:31:58,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-08 03:31:59,257 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-08 03:32:06,954 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-08 03:32:08,595 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-08 03:32:09,371 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-08 03:34:59,596 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-08 03:35:16,088 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-05-08 03:35:46,118 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-05-08 03:35:46,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-05-08 03:36:07,519 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-05-08 03:36:07,722 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-05-08 03:36:28,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-05-08 03:36:28,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-05-08 03:36:28,686 - 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 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 291, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 133, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-05-08 03:36:28,846 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 03:36:28,847 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 06:06 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-08 03:36:28,851 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-08 03:36:29,039 - 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 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get 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) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-05-08 03:36:29,056 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-08 03:36:48,693 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-08 03:36:48,694 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-08 03:36:48,804 - 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-05-08 03:36:48,825 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-08 03:36:48,825 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-08 03:36:51,618 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-e34beb6a-62cc-4c77-87bb-9f65bc5ad97a, password=7a1d78f4-8ff3-446c-af44-6e09d97db893, auth_url=http://172.30.9.22:5000/v3, project_name=juju_epc-e34beb6a-62cc-4c77-87bb-9f65bc5ad97a, 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-05-08 03:36:51,990 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-08 03:36:53,166 - 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-05-08 03:36:53,167 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-08 03:36:54,669 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=c3406a8c-1705-409f-b347-e7b6edf93dd4, auth_url=http://172.30.9.22:5000/v3, project_name=juju_epc-e34beb6a-62cc-4c77-87bb-9f65bc5ad97a, 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-05-08 03:36:54,772 - 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-05-08 03:36:54,773 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-05-08 03:36:54,773 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-05-08 03:36:57,231 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-08 03:37:01,890 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-08 03:37:02,542 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-08 03:37:02,553 - 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-05-08 03:37:02,554 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-08 03:37:09,545 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 727201e7-4a3f-477e-959e-e480cc172b7d -s trusty -r regionOne -u http://172.30.9.22: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-05-08 03:37:09,545 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-08 03:37:17,521 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i 1156e0d9-cdbe-4dab-9bb8-c0baa985415d -s xenial -r regionOne -u http://172.30.9.22: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-05-08 03:37:17,521 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : ceab2434-1f1f-4c80-9049-962055cd8429 2018-05-08 03:39:31,203 - 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 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 309, in deploy_orchestrator 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 '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=ceab2434-1f1f-4c80-9049-962055cd8429', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-05-08 03:39:31,337 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 03:39:31,337 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-08 03:39:31,413 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean 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', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-05-08 03:39:31,414 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-08 03:39:31,414 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-08 03:39:38,902 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-08 03:39:38,903 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 31:28 | FAIL | | vyos_vrouter | functest | vnf | 06:06 | FAIL | | juju_epc | functest | vnf | 02:42 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-08 03:39:38,906 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-08 03:39:41,538 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-100 | | 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-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-08 03:39:41,542 - 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=MCxDTmDJKT89pKtcghhfZcd8D export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 SDN_CONTROLLER_IP=192.30.9.6 export OS_REGION_NAME=regionOne 2018-05-08 03:39:41,543 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 03:39:41,543 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-08 03:39:41,544 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-08 03:39:41,545 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK