2018-03-13 04:45:01,796 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-03-13 04:45:01,796 - functest.ci.check_deployment - INFO - Connectivity to OS_AUTH_URL http://172.30.9.29:5000/v3 ...OK 2018-03-13 04:45:02,249 - functest.ci.check_deployment - INFO - Got token ...OK 2018-03-13 04:45:02,690 - functest.ci.check_deployment - DEBUG - 172.30.9.29:5000 is reachable! 2018-03-13 04:45:02,690 - functest.ci.check_deployment - INFO - Connectivity to the public endpoint http://172.30.9.29:5000 ...OK 2018-03-13 04:45:03,073 - functest.ci.check_deployment - DEBUG - 172.30.9.29:8774 is reachable! 2018-03-13 04:45:03,074 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'compute' http://172.30.9.29:8774/v2.1 ...OK 2018-03-13 04:45:03,441 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9696 is reachable! 2018-03-13 04:45:03,441 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'network' http://172.30.9.29:9696 ...OK 2018-03-13 04:45:03,807 - functest.ci.check_deployment - DEBUG - 172.30.9.29:9292 is reachable! 2018-03-13 04:45:03,807 - functest.ci.check_deployment - INFO - Connectivity to endpoint 'image' http://172.30.9.29:9292 ...OK 2018-03-13 04:45:08,084 - functest.ci.check_deployment - INFO - Nova service ...OK 2018-03-13 04:45:09,727 - functest.ci.check_deployment - INFO - Neutron service ...OK 2018-03-13 04:45:09,755 - functest.ci.check_deployment - INFO - Glance service ...OK 2018-03-13 04:45:11,197 - functest.ci.check_deployment - INFO - External network found: external 2018-03-13 04:45:13,846 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-10 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 04:45:13,848 - 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=K6h9XYjutCsqY3PgBKp38asZp export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-13 04:45:13,849 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 04:45:13,849 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-03-13 04:45:13,851 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-03-13 04:45:13,851 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-03-13 04:45:15,012 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 04:45:23,727 - 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.703s OK 2018-03-13 04:45:23,849 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 04:45:23,849 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-13 04:45:23,853 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-03-13 04:45:24,569 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 04:55:09,428 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 83 tests in 584.805s OK 2018-03-13 04:55:09,538 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 04:55:09,539 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-13 04:55:09,543 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-03-13 04:55:10,219 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 04:55:42,619 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.398s OK 2018-03-13 04:55:42,730 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 04:55:42,730 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:32 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-03-13 04:55:42,734 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 09:45 | PASS | | snaps_health_check | functest | healthcheck | 00:32 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-03-13 04:55:42,737 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-13 04:56:12,859 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-10 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 04:56:12,861 - 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=K6h9XYjutCsqY3PgBKp38asZp export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-13 04:56:12,861 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 04:56:12,862 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore snaps_smoke | +---------------+---------------+--------------------------+------------------------------------------+-------------------------------------------+ 2018-03-13 04:56:12,863 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-13 04:56:12,863 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-03-13 04:56:17,704 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-13 04:56:17,704 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-13 04:56:17,705 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-13 04:56:17' 2018-03-13 04:56:17,705 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:19,375 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:21,655 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:26,602 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:27,441 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:28,377 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:32,582 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:35,150 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-3d3bda7b-f350-4c0a-98f1-b1c7094b4d64' 2018-03-13 04:56:54,312 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-13 04:56:56,427 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-03-13 04:56:56,564 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-13 04:56:57,580 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-13 04:57:13,274 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 04:57:13,274 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-13 04:57:13,278 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-03-13 04:57:13,356 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-03-13 04:57:13,356 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-03-13 04:57:13' 2018-03-13 04:57:13,356 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6f202047-abb4-4d3b-807d-20338d898f88' 2018-03-13 04:57:15,780 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6f202047-abb4-4d3b-807d-20338d898f88' 2018-03-13 04:57:18,110 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6f202047-abb4-4d3b-807d-20338d898f88' 2018-03-13 04:57:23,070 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6f202047-abb4-4d3b-807d-20338d898f88' 2018-03-13 04:57:23,720 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6f202047-abb4-4d3b-807d-20338d898f88' 2018-03-13 04:57:28,448 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6f202047-abb4-4d3b-807d-20338d898f88' 2018-03-13 04:57:33,295 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-03-13 04:57:40,929 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-03-13 04:57:43,166 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-03-13 04:58:00,673 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 04:58:00,673 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:30 | PASS | +------------------------+------------------+------------------+----------------+ 2018-03-13 04:58:00,678 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-03-13 04:58:00,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 04:58:02,933 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 04:58:05,295 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 04:58:08,551 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-13 04:58:10,488 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-13 04:58:16,628 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-13 04:58:18,271 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-13 04:58:20,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-13 04:58:20,963 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-13 04:58:23,868 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-13 04:58:23,869 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-13 04:58:23,871 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-13 04:58:23,875 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-13 04:58:23,876 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-d1a38999-16c0-4572-b334-650d58eabf5f/repo;testr list-tests 'tempest\.(api|scenario).*\[.*\bsmoke\b.*\]' > /home/opnfv/functest/results/tempest/test_list.txt;cd -;' 2018-03-13 04:58:26,850 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-03-13 04:58:26,862 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-03-13 04:58:26,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-03-13 04:58:28,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:58:28.940 61 INFO rally.api [-] Starting verification (UUID=964eead5-4e51-4d6f-a291-43fbef186f3f) for deployment 'opnfv-rally' (UUID=08c6aee2-4cdc-4e28-aad6-36bacae33357) by verifier 'opnfv-tempest' (UUID=d1a38999-16c0-4572-b334-650d58eabf5f). 2018-03-13 04:58:28,941 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 964eead5-4e51-4d6f-a291-43fbef186f3f 2018-03-13 04:58:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:58:34.869 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.155s] 2018-03-13 04:58:34,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:58:34.926 61 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-03-13 04:58:40,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:58:40.096 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.957s] 2018-03-13 04:58:41,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:58:41.429 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.332s] 2018-03-13 04:58:48,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:58:48.953 61 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.363s] 2018-03-13 04:59:03,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:59:03.126 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.348s] 2018-03-13 04:59:28,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:59:28.320 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.064s] 2018-03-13 04:59:28,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:59:28.321 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-03-13 04:59:52,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:59:52.804 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-03-13 04:59:52,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 04:59:52.805 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-03-13 05:00:16,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:00:16.580 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-03-13 05:00:16,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:00:16.582 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-03-13 05:00:51,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:00:51.143 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.334s] 2018-03-13 05:01:07,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:07.478 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.060s] 2018-03-13 05:01:07,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:07.573 61 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-03-13 05:01:14,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:14.549 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.788s] 2018-03-13 05:01:14,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:14.558 61 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-03-13 05:01:15,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:15.737 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-03-13 05:01:15,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:15.739 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-03-13 05:01:19,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:19.637 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.281s] 2018-03-13 05:01:24,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:24.722 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.070s] 2018-03-13 05:01:30,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:30.189 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.516s] 2018-03-13 05:01:36,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:36.138 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.375s] 2018-03-13 05:01:43,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:43.949 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.818s] 2018-03-13 05:01:49,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:49.371 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.346s] 2018-03-13 05:01:54,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:01:54.167 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.152s] 2018-03-13 05:02:00,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:00.514 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.437s] 2018-03-13 05:02:06,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:06.329 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.339s] 2018-03-13 05:02:13,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:13.422 61 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.579s] 2018-03-13 05:02:15,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:15.255 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-03-13 05:02:17,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:17.219 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-03-13 05:02:17,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:17.285 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.065s] 2018-03-13 05:02:17,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:17.339 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.054s] 2018-03-13 05:02:17,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:17.346 61 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-03-13 05:02:20,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:20.469 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.375s] 2018-03-13 05:02:21,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:21.375 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.905s] 2018-03-13 05:02:22,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:22.536 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.161s] 2018-03-13 05:02:27,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:27.617 61 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-03-13 05:02:31,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:31.945 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.397s] 2018-03-13 05:02:42,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:42.844 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.464s] 2018-03-13 05:02:45,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:45.642 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.797s] 2018-03-13 05:02:55,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:55.615 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.637s] 2018-03-13 05:02:58,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:02:58.411 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.794s] 2018-03-13 05:03:03,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:03.091 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.679s] 2018-03-13 05:03:10,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:10.991 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.120s] 2018-03-13 05:03:13,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:13.657 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.664s] 2018-03-13 05:03:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:16.706 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.048s] 2018-03-13 05:03:29,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:29.840 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.103s] 2018-03-13 05:03:30,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:30.010 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.169s] 2018-03-13 05:03:30,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:30.115 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.105s] 2018-03-13 05:03:30,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:30.166 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2018-03-13 05:03:30,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:30.264 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-03-13 05:03:30,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:30.315 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.050s] 2018-03-13 05:03:39,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:39.946 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.399s] 2018-03-13 05:03:40,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:40.126 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.181s] 2018-03-13 05:03:40,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:40.252 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.125s] 2018-03-13 05:03:40,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:40.316 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2018-03-13 05:03:40,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:40.566 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.249s] 2018-03-13 05:03:40,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:40.615 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-03-13 05:03:49,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:49.390 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.084s] 2018-03-13 05:03:53,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:53.281 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.890s] 2018-03-13 05:03:54,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:54.894 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.612s] 2018-03-13 05:03:55,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:55.082 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.187s] 2018-03-13 05:03:55,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:03:55.133 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-03-13 05:04:03,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:03.863 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.873s] 2018-03-13 05:04:08,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:08.653 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.788s] 2018-03-13 05:04:10,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:10.195 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.541s] 2018-03-13 05:04:10,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:10.395 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.201s] 2018-03-13 05:04:10,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:10.444 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.048s] 2018-03-13 05:04:22,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:22.595 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.843s] 2018-03-13 05:04:27,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:27.156 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.561s] 2018-03-13 05:04:30,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:30.871 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.712s] 2018-03-13 05:04:33,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:33.533 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.662s] 2018-03-13 05:04:50,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:50.619 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.904s] 2018-03-13 05:04:55,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:55.194 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.574s] 2018-03-13 05:04:58,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:04:58.913 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.718s] 2018-03-13 05:05:01,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:01.420 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.506s] 2018-03-13 05:05:12,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:12.487 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.332s] 2018-03-13 05:05:13,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:13.657 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.167s] 2018-03-13 05:05:13,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:13.701 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-03-13 05:05:17,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:17.464 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.022s] 2018-03-13 05:05:18,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:18.765 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.298s] 2018-03-13 05:05:18,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:18.830 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.068s] 2018-03-13 05:05:22,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:22.125 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.505s] 2018-03-13 05:05:24,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:24.986 61 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-03-13 05:05:25,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:25.989 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-03-13 05:05:25,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:25.994 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-03-13 05:05:25,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:25.996 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-03-13 05:05:25,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:25.997 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-03-13 05:05:25,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:25.998 61 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-03-13 05:05:27,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:27.741 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-03-13 05:05:41,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:41.348 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.791s] 2018-03-13 05:05:52,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:05:52.577 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.884s] 2018-03-13 05:06:02,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:06:02.150 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.571s] 2018-03-13 05:06:10,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:06:10.446 61 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-03-13 05:07:05,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:07:05.338 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [49.422s] 2018-03-13 05:07:31,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:07:31.507 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [18.612s] 2018-03-13 05:08:07,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:08:07.076 61 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [19.880s] 2018-03-13 05:08:18,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '964eead5-4e51-4d6f-a291-43fbef186f3f']'. 2018-03-13 05:08:19,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 964eead5-4e51-4d6f-a291-43fbef186f3f | 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-13 04:58:28 | 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-13 05:08:18 | 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:50 | 2018-03-13 05:08:19,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d1a38999-16c0-4572-b334-650d58eabf5f) | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 08c6aee2-4cdc-4e28-aad6-36bacae33357) | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 574.355 | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-03-13 05:08:19,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-13 05:08:19,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-13 05:08:19,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-13 05:08:19,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 05:08:19,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-13 05:08:19,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-03-13 05:08:22,758 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 05:08:22,758 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 10:06 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-03-13 05:08:22,763 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-03-13 05:08:22,856 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 05:08:25,434 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 05:08:27,570 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 05:08:30,704 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-03-13 05:08:31,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973'... 2018-03-13 05:08:33,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-54ac250e-092d-489c-8a6c-8f8d66b80973'... 2018-03-13 05:08:34,971 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-54ac250e-092d-489c-8a6c-8f8d66b80973'... 2018-03-13 05:08:39,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973'... 2018-03-13 05:08:39,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973'... 2018-03-13 05:08:40,494 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-03-13 05:08:40,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-03-13 05:08:40,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:08:40,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:08:40,548 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:09:39,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 30664365-7c07-438c-b722-6a13da46c7ee 2018-03-13 05:09:39,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-03-13 05:09:39,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '30664365-7c07-438c-b722-6a13da46c7ee'] 2018-03-13 05:09:40,583 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 30664365-7c07-438c-b722-6a13da46c7ee: 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 30664365-7c07-438c-b722-6a13da46c7ee 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.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | total | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | -> duration | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.456857 Full duration: 6.324134 -------------------------------------------------------------------------------- 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 30664365-7c07-438c-b722-6a13da46c7ee 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.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> duration | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74018 Full duration: 6.907791 -------------------------------------------------------------------------------- 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 30664365-7c07-438c-b722-6a13da46c7ee 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.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> duration | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610241 Full duration: 6.852541 -------------------------------------------------------------------------------- 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 30664365-7c07-438c-b722-6a13da46c7ee 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.321 | 0.321 | 0.321 | 0.321 | 0.321 | 0.321 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.736 Full duration: 6.734121 -------------------------------------------------------------------------------- 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 30664365-7c07-438c-b722-6a13da46c7ee 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730293 Full duration: 6.775255 -------------------------------------------------------------------------------- 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 30664365-7c07-438c-b722-6a13da46c7ee 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.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74808 Full duration: 6.673763 HINTS: * To plot HTML graphics with this data, run: rally task report 30664365-7c07-438c-b722-6a13da46c7ee --out output.html * To generate a JUnit report, run: rally task export 30664365-7c07-438c-b722-6a13da46c7ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 30664365-7c07-438c-b722-6a13da46c7ee --json --out output.json 2018-03-13 05:09:40,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '30664365-7c07-438c-b722-6a13da46c7ee'] 2018-03-13 05:09:41,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:09:41,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '30664365-7c07-438c-b722-6a13da46c7ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-03-13 05:09:41,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-03-13 05:09:41,560 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-03-13 05:09:41,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-03-13 05:09:41,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:09:41,591 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:09:41,593 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:11:08,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 2018-03-13 05:11:08,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9'] 2018-03-13 05:11:09,430 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9: 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 ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 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.959 | 3.959 | 3.959 | 3.959 | 3.959 | 3.959 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | -> glance_v2.upload_data | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 1.663 | 100.0% | 1 | | glance_v2.delete_image | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 1.493 | 100.0% | 1 | | total | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 100.0% | 1 | | -> duration | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 5.452 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.451829 Full duration: 12.837388 -------------------------------------------------------------------------------- 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 ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 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 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | glance_v2.list_images | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 0.031 | 100.0% | 1 | | total | 3.213 | 3.213 | 3.213 | 3.213 | 3.213 | 3.213 | 100.0% | 1 | | -> duration | 3.213 | 3.213 | 3.213 | 3.213 | 3.213 | 3.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.213225 Full duration: 13.04983 -------------------------------------------------------------------------------- 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 ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 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.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | -> duration | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.180676 Full duration: 7.091735 -------------------------------------------------------------------------------- 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-54ac250e-092d-489c-8a6c-8f8d66b80973" }, "number_instances": 2, "nics": [ { "net-id": "c2ba3324-72b4-4fe9-9ddb-5abff49de26d" } ] }, "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 ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 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.106 | 4.106 | 4.106 | 4.106 | 4.106 | 4.106 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 1.813 | 100.0% | 1 | | nova.boot_servers | 12.782 | 12.782 | 12.782 | 12.782 | 12.782 | 12.782 | 100.0% | 1 | | total | 16.889 | 16.889 | 16.889 | 16.889 | 16.889 | 16.889 | 100.0% | 1 | | -> duration | 15.889 | 15.889 | 15.889 | 15.889 | 15.889 | 15.889 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.889203 Full duration: 38.076388 HINTS: * To plot HTML graphics with this data, run: rally task report ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 --out output.html * To generate a JUnit report, run: rally task export ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9 --json --out output.json 2018-03-13 05:11:09,431 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9'] 2018-03-13 05:11:10,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:11:10,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ef85b0f8-86b1-4833-8d09-15cfb3e3e3e9', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-03-13 05:11:10,359 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-03-13 05:11:10,359 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "ceilometer" ... 2018-03-13 05:11:10,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-ceilometer.yaml 2018-03-13 05:11:10,360 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:11:10,393 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:11:10,393 - functest.opnfv_tests.openstack.rally.rally - INFO - No tests for scenario "ceilometer" 2018-03-13 05:11:10,394 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-03-13 05:11:10,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-03-13 05:11:10,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:11:10,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:11:10,425 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:14:07,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 51bfbd2f-95f5-4313-940c-53ceb6853d57 2018-03-13 05:14:07,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '51bfbd2f-95f5-4313-940c-53ceb6853d57'] 2018-03-13 05:14:08,739 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 51bfbd2f-95f5-4313-940c-53ceb6853d57: 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 2.422 | 100.0% | 1 | | total | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 100.0% | 1 | | -> duration | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 5.539 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.539111 Full duration: 21.176665 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.075 | 3.075 | 3.075 | 3.075 | 3.075 | 3.075 | 100.0% | 1 | | cinder_v2.delete_volume | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | total | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> duration | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 5.519 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.51929 Full duration: 14.601298 -------------------------------------------------------------------------------- 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-54ac250e-092d-489c-8a6c-8f8d66b80973" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.707 | 5.707 | 5.707 | 5.707 | 5.707 | 5.707 | 100.0% | 1 | | cinder_v2.delete_volume | 2.295 | 2.295 | 2.295 | 2.295 | 2.295 | 2.295 | 100.0% | 1 | | total | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 100.0% | 1 | | -> duration | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 8.003 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.002785 Full duration: 17.427733 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.044 | 3.044 | 3.044 | 3.044 | 3.044 | 3.044 | 100.0% | 1 | | cinder_v2.delete_volume | 2.577 | 2.577 | 2.577 | 2.577 | 2.577 | 2.577 | 100.0% | 1 | | total | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 100.0% | 1 | | -> duration | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 5.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.621115 Full duration: 14.578529 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.166 | 3.166 | 3.166 | 3.166 | 3.166 | 3.166 | 100.0% | 1 | | cinder_v2.extend_volume | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 100.0% | 1 | | cinder_v2.delete_volume | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 2.425 | 100.0% | 1 | | total | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 100.0% | 1 | | -> duration | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 8.066 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.066058 Full duration: 16.975969 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.128 | 3.128 | 3.128 | 3.128 | 3.128 | 3.128 | 100.0% | 1 | | cinder_v2.delete_volume | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 100.0% | 1 | | total | 5.577 | 5.577 | 5.577 | 5.577 | 5.577 | 5.577 | 100.0% | 1 | | -> duration | 5.577 | 5.577 | 5.577 | 5.577 | 5.577 | 5.577 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.577018 Full duration: 21.253956 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | cinder_v2.list_qos | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> duration | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.743239 Full duration: 11.136345 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | cinder_v2.set_qos | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> duration | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920061 Full duration: 11.357613 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | cinder_v2.list_types | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7421 Full duration: 11.182952 -------------------------------------------------------------------------------- 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 51bfbd2f-95f5-4313-940c-53ceb6853d57 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86195 Full duration: 11.148163 HINTS: * To plot HTML graphics with this data, run: rally task report 51bfbd2f-95f5-4313-940c-53ceb6853d57 --out output.html * To generate a JUnit report, run: rally task export 51bfbd2f-95f5-4313-940c-53ceb6853d57 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 51bfbd2f-95f5-4313-940c-53ceb6853d57 --json --out output.json 2018-03-13 05:14:08,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '51bfbd2f-95f5-4313-940c-53ceb6853d57'] 2018-03-13 05:14:09,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:14:09,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '51bfbd2f-95f5-4313-940c-53ceb6853d57', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-03-13 05:14:09,786 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-03-13 05:14:09,786 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-03-13 05:14:09,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-03-13 05:14:09,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:14:09,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:14:09,805 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:15:23,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : caa302af-f34d-4853-a349-c1ca8e7ae9bf 2018-03-13 05:15:23,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'caa302af-f34d-4853-a349-c1ca8e7ae9bf'] 2018-03-13 05:15:24,294 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task caa302af-f34d-4853-a349-c1ca8e7ae9bf: 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 caa302af-f34d-4853-a349-c1ca8e7ae9bf 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.216 | 4.216 | 4.216 | 4.216 | 4.216 | 4.216 | 100.0% | 1 | | heat.update_stack | 2.394 | 2.394 | 2.394 | 2.394 | 2.394 | 2.394 | 100.0% | 1 | | heat.delete_stack | 2.195 | 2.195 | 2.195 | 2.195 | 2.195 | 2.195 | 100.0% | 1 | | total | 8.805 | 8.805 | 8.805 | 8.805 | 8.805 | 8.805 | 100.0% | 1 | | -> duration | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 4.805 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.804557 Full duration: 16.509403 -------------------------------------------------------------------------------- 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 caa302af-f34d-4853-a349-c1ca8e7ae9bf 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.323 | 4.323 | 4.323 | 4.323 | 4.323 | 4.323 | 100.0% | 1 | | heat.check_stack | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | heat.delete_stack | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 100.0% | 1 | | total | 8.111 | 8.111 | 8.111 | 8.111 | 8.111 | 8.111 | 100.0% | 1 | | -> duration | 6.111 | 6.111 | 6.111 | 6.111 | 6.111 | 6.111 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.111126 Full duration: 15.573868 -------------------------------------------------------------------------------- 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 caa302af-f34d-4853-a349-c1ca8e7ae9bf 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.267 | 4.267 | 4.267 | 4.267 | 4.267 | 4.267 | 100.0% | 1 | | heat.suspend_stack | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | heat.resume_stack | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | heat.delete_stack | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 2.246 | 100.0% | 1 | | total | 9.155 | 9.155 | 9.155 | 9.155 | 9.155 | 9.155 | 100.0% | 1 | | -> duration | 7.155 | 7.155 | 7.155 | 7.155 | 7.155 | 7.155 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.155161 Full duration: 16.526628 -------------------------------------------------------------------------------- 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 caa302af-f34d-4853-a349-c1ca8e7ae9bf 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.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.56098 Full duration: 7.629699 HINTS: * To plot HTML graphics with this data, run: rally task report caa302af-f34d-4853-a349-c1ca8e7ae9bf --out output.html * To generate a JUnit report, run: rally task export caa302af-f34d-4853-a349-c1ca8e7ae9bf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report caa302af-f34d-4853-a349-c1ca8e7ae9bf --json --out output.json 2018-03-13 05:15:24,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'caa302af-f34d-4853-a349-c1ca8e7ae9bf'] 2018-03-13 05:15:25,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:15:25,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'caa302af-f34d-4853-a349-c1ca8e7ae9bf', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-03-13 05:15:25,281 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-03-13 05:15:25,282 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-03-13 05:15:25,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-03-13 05:15:25,282 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:15:25,323 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:15:25,326 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:18:22,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f69a2574-e63e-4276-862c-f4fbdade4619 2018-03-13 05:18:22,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f69a2574-e63e-4276-862c-f4fbdade4619'] 2018-03-13 05:18:23,311 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f69a2574-e63e-4276-862c-f4fbdade4619: 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | keystone_v3.add_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.revoke_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706485 Full duration: 13.186393 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.add_role | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.list_roles | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678763 Full duration: 13.06932 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | keystone_v3.list_projects | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885171 Full duration: 13.515924 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | keystone_v3.delete_role | 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.56212 Full duration: 11.141488 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | keystone_v3.delete_service | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706712 Full duration: 11.40381 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.create_user | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 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.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_project | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | keystone_v3.get_user | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.get_role | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | keystone_v3.list_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.get_services | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.82741 Full duration: 18.457278 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | keystone_v3.update_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.delete_project | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824142 Full duration: 11.651215 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f69a2574-e63e-4276-862c-f4fbdade4619 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752209 Full duration: 13.507299 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task f69a2574-e63e-4276-862c-f4fbdade4619 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 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.638034 Full duration: 13.271516 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | keystone_v3.list_users | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.82545 Full duration: 13.592039 -------------------------------------------------------------------------------- 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 f69a2574-e63e-4276-862c-f4fbdade4619 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | keystone_v3.create_users | 4.385 | 4.385 | 4.385 | 4.385 | 4.385 | 4.385 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.385 | 4.385 | 4.385 | 4.385 | 4.385 | 4.385 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | total | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 100.0% | 1 | | -> duration | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 5.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.900874 Full duration: 23.051965 HINTS: * To plot HTML graphics with this data, run: rally task report f69a2574-e63e-4276-862c-f4fbdade4619 --out output.html * To generate a JUnit report, run: rally task export f69a2574-e63e-4276-862c-f4fbdade4619 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f69a2574-e63e-4276-862c-f4fbdade4619 --json --out output.json 2018-03-13 05:18:23,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f69a2574-e63e-4276-862c-f4fbdade4619'] 2018-03-13 05:18:24,357 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:18:24,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f69a2574-e63e-4276-862c-f4fbdade4619', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-03-13 05:18:24,366 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-03-13 05:18:24,366 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-03-13 05:18:24,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-03-13 05:18:24,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:18:24,407 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:18:24,414 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:22:52,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e698ca61-60ba-4b81-886b-9200cf64941a 2018-03-13 05:22:52,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e698ca61-60ba-4b81-886b-9200cf64941a'] 2018-03-13 05:22:53,098 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e698ca61-60ba-4b81-886b-9200cf64941a: 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.925 | 0.925 | 0.925 | 0.925 | 0.925 | 0.925 | 100.0% | 1 | | neutron.delete_network | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 100.0% | 1 | | -> duration | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.504318 Full duration: 13.680788 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.441 | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 100.0% | 1 | | neutron.delete_port | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 0.399 | 100.0% | 1 | | total | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 100.0% | 1 | | -> duration | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.840059 Full duration: 24.037136 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | neutron.create_subnet | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | neutron.create_router | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | neutron.add_interface_router | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | neutron.remove_interface_router | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 1.081 | 100.0% | 1 | | neutron.delete_router | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | total | 4.551 | 4.551 | 4.551 | 4.551 | 4.551 | 4.551 | 100.0% | 1 | | -> duration | 4.551 | 4.551 | 4.551 | 4.551 | 4.551 | 4.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.55126 Full duration: 31.322296 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.delete_subnet | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | total | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 100.0% | 1 | | -> duration | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.484142 Full duration: 23.419662 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | neutron.list_networks | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | -> duration | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.186248 Full duration: 15.566382 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | neutron.list_ports | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> duration | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.458759 Full duration: 23.776168 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | neutron.create_subnet | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | neutron.create_router | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | neutron.add_interface_router | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | neutron.list_routers | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 2.944 | 2.944 | 2.944 | 2.944 | 2.944 | 2.944 | 100.0% | 1 | | -> duration | 2.944 | 2.944 | 2.944 | 2.944 | 2.944 | 2.944 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.943553 Full duration: 33.127015 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.create_subnet | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | neutron.list_subnets | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | total | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> duration | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 1.536 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.536167 Full duration: 28.359834 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | neutron.delete_security_group | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> duration | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.935671 Full duration: 13.076014 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_security_group_rule | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | neutron.delete_security_group | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> duration | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.15301 Full duration: 13.254147 -------------------------------------------------------------------------------- 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 e698ca61-60ba-4b81-886b-9200cf64941a 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.834 | 0.834 | 0.834 | 0.834 | 0.834 | 0.834 | 100.0% | 1 | | neutron.create_router | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | neutron.add_gateway_router | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 100.0% | 1 | | neutron.remove_gateway_router | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | total | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | -> duration | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 3.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.557507 Full duration: 22.642046 HINTS: * To plot HTML graphics with this data, run: rally task report e698ca61-60ba-4b81-886b-9200cf64941a --out output.html * To generate a JUnit report, run: rally task export e698ca61-60ba-4b81-886b-9200cf64941a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e698ca61-60ba-4b81-886b-9200cf64941a --json --out output.json 2018-03-13 05:22:53,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e698ca61-60ba-4b81-886b-9200cf64941a'] 2018-03-13 05:22:54,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:22:54,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e698ca61-60ba-4b81-886b-9200cf64941a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-03-13 05:22:54,148 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-03-13 05:22:54,149 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-03-13 05:22:54,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-03-13 05:22:54,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:22:54,189 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:22:54,194 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:25:50,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192 2018-03-13 05:25:50,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192'] 2018-03-13 05:25:50,826 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973" }, "image": { "name": "Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973" }, "block_migration": false, "nics": [ { "net-id": "c2ba3324-72b4-4fe9-9ddb-5abff49de26d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/servers.py", line 722, in run block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 87, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 770, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.365 | 8.365 | 8.365 | 8.365 | 8.365 | 8.365 | 100.0% | 1 | | nova.find_host_to_migrate | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | nova.live_migrate | 132.997 | 132.997 | 132.997 | 132.997 | 132.997 | 132.997 | 0.0% | 1 | | total | 142.388 | 142.388 | 142.388 | 142.388 | 142.388 | 142.388 | 0.0% | 1 | | -> duration | 141.388 | 141.388 | 141.388 | 141.388 | 141.388 | 141.388 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 141.388443 Full duration: 155.947389 HINTS: * To plot HTML graphics with this data, run: rally task report bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192 --out output.html * To generate a JUnit report, run: rally task export bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192 --json --out output.json 2018-03-13 05:25:50,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192'] 2018-03-13 05:25:51,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:25:51,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'bcab9e6b-a237-4bd1-b99f-ed2ea9e4b192', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-03-13 05:25:51,732 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-03-13 05:25:51,732 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-03-13 05:25:51,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-03-13 05:25:51,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-03-13 05:25:51,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'CeilometerSamples.list_samples', u'CeilometerMeters.list_matched_meters', u'CeilometerSamples.list_matched_samples', u'Quotas.nova_update_and_delete', u'CeilometerStats.get_stats', u'CeilometerResource.list_matched_resources', u'CeilometerEvents..*', u'CeilometerMeters.list_meters', u'CeilometerTraits..*', u'Ceilometer..*', u'CeilometerResource.list_resources', u'CeilometerResource.get_tenant_resources', u'CeilometerEvents.create_user_and_list_event_types', u'CeilometerQueries.create_and_query_samples', u'CeilometerStats.create_meter_and_get_stats'] 2018-03-13 05:25:51,776 - 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': 'c2ba3324-72b4-4fe9-9ddb-5abff49de26d', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-54ac250e-092d-489c-8a6c-8f8d66b80973', 'flavor_name': 'rally-tiny-54ac250e-092d-489c-8a6c-8f8d66b80973', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-54ac250e-092d-489c-8a6c-8f8d66b80973', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-03-13 05:26:35,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 2018-03-13 05:26:35,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0'] 2018-03-13 05:26:36,454 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0: 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 d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | quotas.delete_quotas | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824036 Full duration: 7.78835 -------------------------------------------------------------------------------- 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 d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664177 Full duration: 7.66035 -------------------------------------------------------------------------------- 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 d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 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.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611918 Full duration: 7.426737 -------------------------------------------------------------------------------- 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 d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 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.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89124 Full duration: 7.893484 HINTS: * To plot HTML graphics with this data, run: rally task report d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 --out output.html * To generate a JUnit report, run: rally task export d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0 --json --out output.json 2018-03-13 05:26:36,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0'] 2018-03-13 05:26:37,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-03-13 05:26:37,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd0a3d8b9-f4ff-4759-b4d0-a8fcb5f0bad0', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-03-13 05:26:37,445 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-03-13 05:26:37,449 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:11 | 4 | 100.00% | | cinder | 02:30 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 04:02 | 11 | 100.00% | | nova | 02:35 | 1 | 0.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:03 | 51 | 98.04% | +----------------+------------+----------------+-----------+ 2018-03-13 05:26:37,450 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.04% 2018-03-13 05:26:43,914 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 05:26:43,914 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 18:21 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-03-13 05:26:43,919 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-03-13 05:26:43,920 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-03-13 05:26:43,995 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 05:26:46,352 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 05:26:48,507 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 05:26:51,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-13 05:26:53,785 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-13 05:26:59,808 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-13 05:27:01,620 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-13 05:27:04,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-13 05:27:04,261 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-13 05:27:07,017 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-13 05:27:07,018 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-13 05:27:07,020 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-13 05:27:08,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-03-13 05:27:10,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:10.923 9846 INFO rally.api [-] Starting verification (UUID=1f0c9971-20d9-4d42-93e3-dcd26b78186a) for deployment 'opnfv-rally' (UUID=55cce7fd-2cad-4ffc-9c27-2e41d5e1136c) by verifier 'opnfv-tempest' (UUID=8457b44b-a309-487c-9ce4-d41696c69eac). 2018-03-13 05:27:10,925 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1f0c9971-20d9-4d42-93e3-dcd26b78186a 2018-03-13 05:27:19,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:19.096 9846 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2018-03-13 05:27:19,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:19.130 9846 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.218s] 2018-03-13 05:27:19,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:19.335 9846 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.339s] 2018-03-13 05:27:19,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:19.357 9846 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2018-03-13 05:27:22,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:22.016 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.068s] 2018-03-13 05:27:24,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:24.588 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.192s] 2018-03-13 05:27:26,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:26.254 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.663s] 2018-03-13 05:27:27,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:27.807 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.553s] 2018-03-13 05:27:28,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:28.373 9846 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.902s] 2018-03-13 05:27:28,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:28.712 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.904s] 2018-03-13 05:27:29,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:29.376 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [10.296s] 2018-03-13 05:27:29,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:29.410 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.697s] 2018-03-13 05:27:29,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:29.996 9846 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.621s] 2018-03-13 05:27:30,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:30.114 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.708s] 2018-03-13 05:27:30,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:30.882 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.471s] 2018-03-13 05:27:31,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.020 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.905s] 2018-03-13 05:27:31,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.503 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.620s] 2018-03-13 05:27:31,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.569 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.067s] 2018-03-13 05:27:31,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.595 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-03-13 05:27:31,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.612 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.016s] 2018-03-13 05:27:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.653 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [9.633s] 2018-03-13 05:27:31,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:31.660 9846 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.047s] 2018-03-13 05:27:41,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:41.151 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.416s] 2018-03-13 05:27:42,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:42.117 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.965s] 2018-03-13 05:27:42,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:42.308 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-03-13 05:27:42,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:42.345 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.036s] 2018-03-13 05:27:42,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:42.519 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.173s] 2018-03-13 05:27:42,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:42.787 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.267s] 2018-03-13 05:27:43,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.091 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.974s] 2018-03-13 05:27:43,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.173 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.386s] 2018-03-13 05:27:43,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.425 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.251s] 2018-03-13 05:27:43,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.465 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-03-13 05:27:43,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.515 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2018-03-13 05:27:43,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.566 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.050s] 2018-03-13 05:27:43,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.616 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-03-13 05:27:43,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.657 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-03-13 05:27:43,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.737 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.079s] 2018-03-13 05:27:43,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.818 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.080s] 2018-03-13 05:27:43,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.896 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.078s] 2018-03-13 05:27:43,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:43.960 9846 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.063s] 2018-03-13 05:27:44,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:44.219 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.127s] 2018-03-13 05:27:45,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:45.233 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.012s] 2018-03-13 05:27:45,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:45.844 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [14.188s] 2018-03-13 05:27:46,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:46.245 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.012s] 2018-03-13 05:27:46,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:46.502 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.257s] 2018-03-13 05:27:46,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:46.765 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.262s] 2018-03-13 05:27:47,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:47.023 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.257s] 2018-03-13 05:27:48,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:48.048 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.023s] 2018-03-13 05:27:48,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:48.291 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.244s] 2018-03-13 05:27:48,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:48.545 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.253s] 2018-03-13 05:27:48,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:48.947 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.401s] 2018-03-13 05:27:49,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:49.913 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.964s] 2018-03-13 05:27:50,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:50.140 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.227s] 2018-03-13 05:27:50,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:50.369 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.229s] 2018-03-13 05:27:50,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:50.593 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.223s] 2018-03-13 05:27:50,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:50.829 9846 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.235s] 2018-03-13 05:27:53,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:27:53.024 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.179s] 2018-03-13 05:28:01,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:01.732 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.355s] 2018-03-13 05:28:01,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:01.733 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... skip [0.000s]: Need distinct images to run this test 2018-03-13 05:28:01,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:01.937 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.206s] 2018-03-13 05:28:02,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.173 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.234s] 2018-03-13 05:28:02,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.656 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.483s] 2018-03-13 05:28:02,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.732 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-03-13 05:28:02,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.800 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.068s] 2018-03-13 05:28:02,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.802 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... skip [0.000s]: Need distinct images to run this test 2018-03-13 05:28:02,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.874 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.072s] 2018-03-13 05:28:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:02.942 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-03-13 05:28:03,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:03.079 9846 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2018-03-13 05:28:10,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:10.774 9846 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.160s] 2018-03-13 05:28:46,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:46.005 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [52.966s] 2018-03-13 05:28:49,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:49.768 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.295s] 2018-03-13 05:28:50,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:50.049 9846 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.280s] 2018-03-13 05:28:58,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:58.988 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-03-13 05:28:58,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:58.997 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-03-13 05:28:59,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.177 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.179s] 2018-03-13 05:28:59,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.204 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.028s] 2018-03-13 05:28:59,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.465 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.259s] 2018-03-13 05:28:59,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.514 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.048s] 2018-03-13 05:28:59,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.691 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.176s] 2018-03-13 05:28:59,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.834 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.141s] 2018-03-13 05:28:59,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.870 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.035s] 2018-03-13 05:28:59,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 05:28:59.909 9846 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.039s] 2018-03-13 05:29:09,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1f0c9971-20d9-4d42-93e3-dcd26b78186a']'. 2018-03-13 05:29:10,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-13 05:29:10,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1f0c9971-20d9-4d42-93e3-dcd26b78186a | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-13 05:27:10 | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-13 05:29:09 | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:59 | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8457b44b-a309-487c-9ce4-d41696c69eac) | 2018-03-13 05:29:10,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 55cce7fd-2cad-4ffc-9c27-2e41d5e1136c) | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 82 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 102.972 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 80 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 2 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 05:29:10,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-13 05:29:10,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-03-13 05:29:13,970 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 05:29:13,970 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:14 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-03-13 05:29:13,975 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-03-13 05:29:14,735 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-03-13 06:08:44,387 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_zone (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_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_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 116 tests in 2369.580s OK 2018-03-13 06:08:44,513 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 06:08:44,514 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:30 | PASS | +---------------------+------------------+------------------+----------------+ 2018-03-13 06:08:44,518 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:40 | PASS | | vping_userdata | functest | smoke | 00:30 | PASS | | tempest_smoke_serial | functest | smoke | 10:06 | PASS | | rally_sanity | functest | smoke | 18:21 | FAIL | | refstack_defcore | functest | smoke | 02:14 | PASS | | snaps_smoke | functest | smoke | 39:30 | PASS | | odl | functest | smoke | 00:00 | SKIP | | odl_netvirt | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-03-13 06:08:44,524 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-13 06:09:04,138 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-10 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 06:09:04,140 - 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=K6h9XYjutCsqY3PgBKp38asZp export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-13 06:09:04,140 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 06:09:04,141 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | patrole | | | | | validate the OPNFV scenarios. | | +---------------+---------------+--------------------------+------------------------------------------+-------------------+ 2018-03-13 06:09:04,142 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-03-13 06:09:04,142 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-03-13 06:09:04,546 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-03-13 06:09:07,098 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment create --fromenv --name=opnfv-rally' 2018-03-13 06:09:13,004 - functest.utils.functest_utils - DEBUG - Executing command: 'rally deployment check' 2018-03-13 06:09:16,143 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-03-13 06:09:18,202 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide' 2018-03-13 06:09:26,854 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-03-13 06:09:29,308 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating image for Tempest suite 2018-03-13 06:09:31,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Configuring the verifier... 2018-03-13 06:09:31,292 - functest.utils.functest_utils - DEBUG - Executing command: 'rally verify configure-verifier' 2018-03-13 06:09:34,185 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-03-13 06:09:34,186 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-03-13 06:09:34,188 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-03-13 06:09:34,197 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-03-13 06:09:34,197 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /root/.rally/verification/verifier-a1efd963-7e30-4a46-b554-e4111bc7a2d1/repo;testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' > /home/opnfv/functest/results/patrole/tempest-list.txt;cd -;' 2018-03-13 06:09:37,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', '/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-03-13 06:09:39,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-03-13 06:09:39.290 57 INFO rally.api [-] Starting verification (UUID=a6238018-2883-4f46-81a5-8429f78bb58b) for deployment 'opnfv-rally' (UUID=19e3ec30-4e11-46f5-b7a7-1eea8a89a9ad) by verifier 'opnfv-tempest' (UUID=a1efd963-7e30-4a46-b554-e4111bc7a2d1). 2018-03-13 06:09:39,292 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a6238018-2883-4f46-81a5-8429f78bb58b 2018-03-13 06:12:07,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a6238018-2883-4f46-81a5-8429f78bb58b']'. 2018-03-13 06:12:08,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-03-13 06:12:08,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a6238018-2883-4f46-81a5-8429f78bb58b | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-03-13 06:09:39 | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-03-13 06:12:07 | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:28 | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a1efd963-7e30-4a46-b554-e4111bc7a2d1) | 2018-03-13 06:12:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 19e3ec30-4e11-46f5-b7a7-1eea8a89a9ad) | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 140.005 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-03-13 06:12:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-03-13 06:12:08,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-03-13 06:12:12,264 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 06:12:12,264 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-03-13 06:12:12,268 - xtesting.ci.run_tests - INFO - Xtesting report: +-------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------+------------------+----------------+ | patrole | functest | smoke | 02:45 | PASS | +-------------------+------------------+---------------+------------------+----------------+ 2018-03-13 06:12:12,270 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-13 06:12:52,991 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-10 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 06:12:52,993 - 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=K6h9XYjutCsqY3PgBKp38asZp export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-13 06:12:52,993 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 06:12:52,994 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------+ 2018-03-13 06:12:52,995 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-03-13 06:12:52,995 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-03-13 06:16:13,888 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-03-13 06:16:14,018 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 06:16:14,018 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:21 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-03-13 06:16:14,022 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:21 | PASS | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-03-13 06:16:14,026 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-03-13 06:17:57,419 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-10 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 06:17:57,423 - 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=K6h9XYjutCsqY3PgBKp38asZp export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-13 06:17:57,423 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 06:17:57,424 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-03-13 06:17:57,425 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-03-13 06:17:57,425 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-03-13 06:17:57,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-03-13 06:17:57,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/master.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-03-13 06:17:57,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-03-13 06:18:02,131 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Read timed out. (read timeout=4) 2018-03-13 06:18:02,132 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-03-13 06:18:04,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-03-13 06:18:06,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-03-13 06:18:06,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-03-13 06:19:36,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-03-13 06:19:43,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-03-13 06:19:43,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-03-13 06:19:50,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-03-13 06:19:52,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-03-13 06:19:53,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-03-13 06:22:44,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '51514226-670c-4974-b24c-814b4eac84e3', 'keystone_tenant_name': 'cloudify_ims-f57d80ff-330c-4969-b049-4fcfc82de735', 'region': None, 'keystone_url': u'http://172.30.9.29:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-f57d80ff-330c-4969-b049-4fcfc82de735', 'project_domain_name': 'Default'} 2018-03-13 06:22:44,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-03-13 06:22:49,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The current manager status is running 2018-03-13 06:23:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-03-13 06:23:19,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-03-13 06:23:20,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-03-13 06:23:21,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-03-13 06:23:21,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-03-13 06:23:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.s.uw.edu * extras: mirrors.cat.pdx.edu * updates: centos.s.uw.edu Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-16.el7_4.2 will be installed --> Processing Dependency: libgomp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: cpp = 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libgcc >= 4.8.5-16.el7_4.2 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-16.el7_4.2.x86_64 ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-16.el7_4.2 will be installed ---> Package glibc-devel.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: glibc-headers = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc = 2.17-196.el7_4.2 for package: glibc-devel-2.17-196.el7_4.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-196.el7_4.2.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-16.el7_4.2 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-58.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package glibc-headers.x86_64 0:2.17-196.el7_4.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-196.el7_4.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-196.el7_4.2.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-58.el7 will be an update --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-196.el7_4.2 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-693.21.1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-16.el7_4.2 updates 16 M python-devel x86_64 2.7.5-58.el7 base 395 k Installing for dependencies: cpp x86_64 4.8.5-16.el7_4.2 updates 6.0 M glibc-devel x86_64 2.17-196.el7_4.2 updates 1.1 M glibc-headers x86_64 2.17-196.el7_4.2 updates 676 k kernel-headers x86_64 3.10.0-693.21.1.el7 updates 6.0 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-196.el7_4.2 updates 3.6 M glibc-common x86_64 2.17-196.el7_4.2 updates 11 M libgcc x86_64 4.8.5-16.el7_4.2 updates 98 k libgomp x86_64 4.8.5-16.el7_4.2 updates 154 k python x86_64 2.7.5-58.el7 base 91 k python-libs x86_64 2.7.5-58.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 6 Dependent packages) Total download size: 52 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 8.8 MB/s | 52 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-03-13 06:23:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-03-13 06:24:01,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for all clearwater vm 2018-03-13 06:24:02,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-03-13 06:24:09,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-03-13 06:24:09,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:24:09,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:24:09,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-03-13 06:24:35,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:24:35,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-03-13 06:24:35,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-03-13 06:24:35,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-03-13 06:24:35,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:40,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-13 06:24:40,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:40,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:40,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:40,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:40,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:40,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-13 06:24:45,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:45,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:45,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-03-13 06:24:45,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:45,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:45,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:45,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:45,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:45,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:50,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-13 06:24:50,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:50,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:50,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:50,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:50,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:50,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:24:50,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:50,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:56,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:24:56,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:24:56,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:25:01,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:01,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:06,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:06,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:25:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:06,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:11,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:11,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:25:11,647 - 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-03-13 06:25:11,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:11,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:11,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:11,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:25:32,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:32,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:32,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:37,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:37,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:37,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:37,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:37,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:25:42,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:26:03,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:03,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:08,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:08,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:08,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:08,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:08,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:13,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:13,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:13,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:13,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-03-13 06:26:34,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:40,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:40,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:40,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:40,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:50,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:56,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:56,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:56,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:26:56,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-03-13 06:27:16,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-03-13 06:27:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:16,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-03-13 06:27:27,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:27,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-03-13 06:27:35,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-03-13 06:27:35,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-03-13 06:27:35,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:35,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:27:35,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-03-13 06:27:35,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:27:35,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:27:35,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:27:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:27:41,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:27:41,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 10.67.79.6 on port 22: Unable to connect to port 22 on 10.67.79.6 (tried 1 time) 2018-03-13 06:27:41,649 - 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.17 on port 22: Unable to connect to port 22 on 10.67.79.17 (tried 1 time) 2018-03-13 06:27:52,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:27:52,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:27:52,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:27:52,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:27:52,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:27:52,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:27:52,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:27:52,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:03,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:03,158 - 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-03-13 06:28:03,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:03,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:11,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:11,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:11,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:28:11,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:11,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:11,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-03-13 06:28:11,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:11,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:11,559 - 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-03-13 06:28:11,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:11,559 - 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-03-13 06:28:11,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:17,316 - 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-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:17,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:22,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:22,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:28:22,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:22,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:22,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:22,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:28:28,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:28,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:28,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:28:28,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:28,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:28,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:33,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:33,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:28:33,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:33,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:33,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:39,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:28:39,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:39,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:45,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:28:45,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:28:45,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:45,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:45,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:28:45,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:28:51,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:51,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:51,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:28:56,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:28:56,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:28:56,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:56,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:28:56,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:02,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:02,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:29:02,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:29:02,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:29:02,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:29:02,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:29:07,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:29:07,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:29:07,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:07,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:07,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:29:07,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:07,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:13,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:13,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:13,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:13,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:19,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:19,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:26,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:26,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:26,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:26,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-03-13 06:29:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-03-13 06:29:32,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-03-13 06:29:32,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:32,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:38,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:38,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:38,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:38,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-03-13 06:29:38,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:38,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:38,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:38,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:29:38,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:29:38,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:29:43,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:43,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:43,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:49,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-03-13 06:29:49,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:49,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:49,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-03-13 06:29:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:29:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:29:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:29:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:24,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:24,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:31:24,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:31:24,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:24,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:24,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:24,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:31:24,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-03-13 06:31:24,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:24,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:24,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:24,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:31:30,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:30,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:31:30,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:30,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:30,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:31:35,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:31:35,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:31:35,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-03-13 06:35:46,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:35:52,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:35:52,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:35:52,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:35:52,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:35:52,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:35:52,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:35:57,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:35:57,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:35:57,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:35:57,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:35:57,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:02,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:13,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:13,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:36:13,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:36:13,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:36:13,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:18,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:36:18,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:36:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:35,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:35,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:36:35,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:36:35,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:36:40,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:40,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:36:51,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:37:12,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:37:12,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-03-13 06:37:12,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:37:12,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:38:36,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:38:36,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:38:36,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:38:36,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:38:36,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-03-13T06:24:35.145Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'6d0e6dba-27af-46cb-9f97-96eff00f56db'} 2018-03-13 06:38:36,481 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Configure Ellis: 172.30.9.211 2018-03-13 06:38:36,583 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Account is created on Ellis: {'signup_code': 'secret', 'password': 'functest', 'email': 'functest@opnfv.org', 'full_name': 'opnfv functest user'} 2018-03-13 06:38:36,652 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Cookies: ]> 2018-03-13 06:38:36,652 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Create 1st calling number on Ellis 2018-03-13 06:38:36,778 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:39:01,867 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:39:27,191 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:39:52,261 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:40:17,402 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:40:42,489 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:41:07,573 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:41:32,633 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:41:57,724 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - WARNING - Unable to create a number. Retry .. 2018-03-13 06:42:22,960 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Calling number is created: {u'private_id': u'6505550340@clearwater.opnfv', u'sip_username': u'6505550340', u'formatted_number': u'(650) 555-0340', u'number': u'6505550340', u'sip_uri': u'sip:6505550340@clearwater.opnfv', u'number_id': u'803c9d8ff6184c2db27f535d6efe4827', u'sip_password': u'wpfa4kmsD', u'pstn': False} 2018-03-13 06:42:22,960 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - INFO - Run Clearwater live test 2018-03-13 06:42:22,960 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-03-13 06:42:22,971 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-03-13 06:42:22,971 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-03-13 06:44:32,557 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - ** Invoke test (first_time) ** Execute test /src/vims-test/lib/tests/call-diversion.rb:307:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:435:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:436:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:470:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/call-diversion.rb:471:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:86:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:194:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:195:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:198:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:200:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/contact-filtering.rb:265:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:149:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:185:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:221:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:257:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:382:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:418:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /src/vims-test/lib/tests/gruu.rb:454:in `block (2 levels) in ': QuaffEndpoint#no_new_calls? at /usr/lib/ruby/gems/2.4.0/gems/forwarder-0.1.1/lib/forwarder.rb:42 forwarding to private method Quaff::TCPSIPEndpoint#no_new_calls? /usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated Basic Call - Mainline (TCP) - (6505550945, 6505550954) Passed Basic Call - Tel URIs (TCP) - (6505550187, 6505550386) Passed Basic Call - Unknown number (TCP) - (6505550375, 6505550791) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550976, 6505550897) Passed Basic Call - Messages - Pager model (TCP) - (6505550613, 6505550393) Passed Basic Call - Pracks (TCP) - (6505550875, 6505550223) Passed Basic Registration (TCP) - (6505550635) Passed Multiple Identities (TCP) - (6505550178, 6505550904) Passed Call Barring - Outbound Rejection (TCP) - (6505550982, 6505550273) Passed Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - (6505550027, 6505550379) Passed Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - (6505550224, 6505550952, 6505550103) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550050, 6505550747, 6505550422) Passed Call Diversion - Not reachable (408) (TCP) - (6505550347, 6505550915, 6505550335) Passed Call Diversion - Not reachable (503) (TCP) - (6505550640, 6505550591, 6505550485) Passed Call Diversion - Not reachable (500) (TCP) - (6505550212, 6505550898, 6505550099) Passed Call Diversion - Busy (TCP) - (6505550847, 6505550277, 6505550232) Passed Call Diversion - Unconditional (TCP) - (6505550303, 6505550971, 6505550455) Passed Call Diversion - No answer (TCP) - (6505550228, 6505550588, 6505550133) Passed Call Diversion - Bad target URI (TCP) - (6505550964, 6505550962) Passed Call Diversion - Audio-only call (TCP) - (6505550626, 6505550842, 6505550966, 6505550055) Passed Call Diversion - Audio-video call (TCP) - (6505550538, 6505550691, 6505550819, 6505550892) Passed Call Waiting - Accepted (TCP) - (6505550750, 6505550461, 6505550013) Passed Call Waiting - Cancelled (TCP) - (6505550977, 6505550084, 6505550447) Passed CANCEL - Mainline (TCP) - (6505550645, 6505550502) Passed Filtering - Accept-Contact (TCP) - (6505550740, 6505550779) Passed Filtering - Accept-Contact no match (TCP) - (6505550388, 6505550702) Passed Filtering - Accept-Contact negated match (TCP) - (6505550148, 6505550438) Passed Filtering - RFC3841 example (TCP) - (6505550868, 6505550005) Passed Filtering - Reject-Contact no match (TCP) - (6505550141, 6505550690) Passed Filtering - Reject-Contact match (TCP) - (6505550699, 6505550467) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550781) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550069) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550766) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550229) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550250, 6505550759) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550865, 6505550359) Passed GRUU - Call - only GRUU as target (TCP) - (6505550817, 6505550527) Passed GRUU - Call - AoR as target (TCP) - (6505550545, 6505550043) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550287, 6505550921) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550186, 6505550136) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550603, 6505550091) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550546, 6505550554) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550023, 6505550877) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550308, 6505550092) Passed Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550436) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550797) Passed 2018-03-13 06:44:32,557 - functest.opnfv_tests.vnf.ims.clearwater_ims_base - DEBUG - Trying to load test results 2018-03-13 06:44:32,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 30, 'passed': 46} 2018-03-13 06:44:32,675 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 06:44:32,675 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 26:30 | PASS | +----------------------+------------------+------------------+----------------+ 2018-03-13 06:44:32,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:38,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:38,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:38,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_config_manager" 2018-03-13 06:44:43,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> There is no service named "clearwater_cluster_manager" 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-03-13 06:44:43,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:48,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:44:48,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:44:53,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:44:53,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:53,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:44:53,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:44:58,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:44:58,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:45:04,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5960) 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:45:04,560 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:04,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:04,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:10,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:45:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:45:15,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:45:15,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:15,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:21,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:45:21,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:21,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:21,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:45:21,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:31,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:45:31,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:31,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:45:31,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:45:31,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:45:31,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:31,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:31,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:31,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:31,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:36,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-13 06:45:36,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:36,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:45:36,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-13 06:45:41,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:45:47,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:45:47,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:47,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:47,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:45:47,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:45:47,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:45:52,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:45:52,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-03-13 06:47:04,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-03-13 06:47:09,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:47:09,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:47:09,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-03-13 06:47:09,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-03-13 06:47:09,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-03-13 06:47:09,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-03-13 06:47:14,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:47:14,916 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:47:20,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-03-13 06:47:20,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-03-13 06:47:20,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-03-13 06:47:20,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:47:20,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:47:20,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-03-13 06:47:20,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:20,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:20,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:47:25,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-03-13 06:47:25,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:25,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:30,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:30,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:47:30,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:47:30,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-03-13 06:47:30,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:30,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-03-13 06:47:30,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-03-13 06:47:35,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:47:35,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:35,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:35,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:47:35,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:47:35,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-03-13 06:47:40,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-03-13 06:47:40,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-03-13 06:47:40,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-03-13 06:47:40,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-03-13 06:47:40,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-03-13 06:47:41,783 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-13 06:48:05,550 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-03-13 06:48:05,663 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 06:48:06,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-03-13 06:48:06,119 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-03-13 06:48:06,147 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'master', u'name': u'vrouter-opnfv'}} 2018-03-13 06:48:06,152 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 06:48:06,175 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-03-13 06:48:06,175 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-03-13 06:48:08,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-03-13 06:48:08,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-03-13 06:48:08,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-03-13 06:49:33,365 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-03-13 06:49:43,384 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-03-13 06:49:44,126 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-03-13 06:49:51,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-03-13 06:49:52,888 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-03-13 06:49:53,474 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-03-13 06:52:43,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-03-13 06:52:47,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Cloudify Manager isn't up and running. Retrying ... Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 265, in deploy_orchestrator cfy_status = cfy_client.manager.get_status()['status'] File "/usr/lib/python2.7/site-packages/cloudify_rest_client/manager.py", line 28, in get_status response = self.api.get('/status') 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 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.202', port=80): Max retries exceeded with url: /api/v3/status (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2018-03-13 06:53:17,455 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - The current manager status is running 2018-03-13 06:53:47,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-03-13 06:53:47,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-03-13 06:53:48,651 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-03-13 06:53:48,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-03-13 06:54:40,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.sfo12.us.leaseweb.net * extras: mirrors.xmission.com * updates: mirror.pac-12.org 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 2.9 MB/s | 52 MB 00:17 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-16.el7_4.2.x86_64 1/20 Updating : glibc-2.17-196.el7_4.2.x86_64 2/20 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Updating : glibc-common-2.17-196.el7_4.2.x86_64 3/20 Installing : mpfr-3.1.1-4.el7.x86_64 4/20 Installing : libmpc-1.0.1-3.el7.x86_64 5/20 Updating : python-libs-2.7.5-58.el7.x86_64 6/20 Updating : python-2.7.5-58.el7.x86_64 7/20 Installing : cpp-4.8.5-16.el7_4.2.x86_64 8/20 Updating : libgomp-4.8.5-16.el7_4.2.x86_64 9/20 Installing : kernel-headers-3.10.0-693.21.1.el7.x86_64 10/20 Installing : glibc-headers-2.17-196.el7_4.2.x86_64 11/20 Installing : glibc-devel-2.17-196.el7_4.2.x86_64 12/20 Installing : gcc-4.8.5-16.el7_4.2.x86_64 13/20 Installing : python-devel-2.7.5-58.el7.x86_64 14/20 Cleanup : python-2.7.5-48.el7.x86_64 15/20 Cleanup : python-libs-2.7.5-48.el7.x86_64 16/20 Cleanup : libgomp-4.8.5-11.el7.x86_64 17/20 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/20 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 19/20 Cleanup : libgcc-4.8.5-11.el7.x86_64 20/20 Verifying : python-devel-2.7.5-58.el7.x86_64 1/20 Verifying : glibc-common-2.17-196.el7_4.2.x86_64 2/20 Verifying : mpfr-3.1.1-4.el7.x86_64 3/20 Verifying : python-2.7.5-58.el7.x86_64 4/20 Verifying : glibc-devel-2.17-196.el7_4.2.x86_64 5/20 Verifying : libgcc-4.8.5-16.el7_4.2.x86_64 6/20 Verifying : python-libs-2.7.5-58.el7.x86_64 7/20 Verifying : kernel-headers-3.10.0-693.21.1.el7.x86_64 8/20 Verifying : gcc-4.8.5-16.el7_4.2.x86_64 9/20 Verifying : libgomp-4.8.5-16.el7_4.2.x86_64 10/20 Verifying : cpp-4.8.5-16.el7_4.2.x86_64 11/20 Verifying : glibc-headers-2.17-196.el7_4.2.x86_64 12/20 Verifying : glibc-2.17-196.el7_4.2.x86_64 13/20 Verifying : libmpc-1.0.1-3.el7.x86_64 14/20 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 15/20 Verifying : glibc-2.17-157.el7_3.1.x86_64 16/20 Verifying : python-libs-2.7.5-48.el7.x86_64 17/20 Verifying : libgcc-4.8.5-11.el7.x86_64 18/20 Verifying : python-2.7.5-48.el7.x86_64 19/20 Verifying : libgomp-4.8.5-11.el7.x86_64 20/20 Installed: gcc.x86_64 0:4.8.5-16.el7_4.2 python-devel.x86_64 0:2.7.5-58.el7 Dependency Installed: cpp.x86_64 0:4.8.5-16.el7_4.2 glibc-devel.x86_64 0:2.17-196.el7_4.2 glibc-headers.x86_64 0:2.17-196.el7_4.2 kernel-headers.x86_64 0:3.10.0-693.21.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-196.el7_4.2 glibc-common.x86_64 0:2.17-196.el7_4.2 libgcc.x86_64 0:4.8.5-16.el7_4.2 libgomp.x86_64 0:4.8.5-16.el7_4.2 python.x86_64 0:2.7.5-58.el7 python-libs.x86_64 0:2.7.5-58.el7 Complete! 2018-03-13 06:54:40,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-03-13 06:54:44,261 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for vrouter 2018-03-13 06:54:48,105 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-03-13 06:54:54,295 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-03-13 06:54:54,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-03-13 06:54:54,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-03-13 06:54:54,296 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-03-13 06:55:20,112 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-03-13 06:55:20,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-03-13 06:55:20,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-03-13 06:55:20,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-03-13 06:55:20,170 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-03-13 06:55:25,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-03-13 06:55:25,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:25,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:25,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-03-13 06:55:25,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-03-13 06:55:25,690 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:30,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-03-13 06:55:30,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-03-13 06:55:30,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-03-13 06:55:30,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-03-13 06:55:30,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-03-13 06:55:30,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-03-13 06:55:30,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:30,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:36,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-13 06:55:36,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-13 06:55:36,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:36,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:36,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-13 06:55:36,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:36,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-03-13 06:55:36,025 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-03-13 06:55:41,152 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-13 06:55:41,152 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:41,152 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:41,152 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:41,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-03-13 06:55:41,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-03-13 06:55:41,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:41,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-03-13 06:55:46,898 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-03-13 06:55:52,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-13 06:55:52,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-03-13 06:55:52,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:52,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-03-13 06:55:52,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-03-13 06:55:57,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-03-13 06:55:57,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-03-13 06:56:02,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:56:02,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-03-13 06:56:02,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:56:02,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-03-13 06:56:02,998 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:56:02,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:56:02,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:56:02,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-03-13 06:56:02,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-03-13 06:56:02,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-03-13 06:56:08,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:56:08,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-03-13 06:56:35,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:56:35,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:56:35,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:56:35,160 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-03-13 06:56:40,302 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:56:40,302 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-03-13 06:57:06,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:57:06,012 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:57:11,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:57:11,153 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:57:11,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:57:11,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-03-13 06:57:11,154 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-03-13 06:57:11,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-03-13T06:55:20.238Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'2bf7ca6f-a5f1-4803-89c5-8b2c89dd870f'} 2018-03-13 06:57:11,234 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-03-13 06:57:11,302 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.204'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.207'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-03-13 06:57:11,367 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.204'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.207'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-03-13 06:57:11,368 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-03-13 06:57:11,368 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.204 2018-03-13 06:57:13,099 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.11 2018-03-13 06:57:13,099 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:d3:55:ba 2018-03-13 06:57:14,912 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.4 2018-03-13 06:57:14,912 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:74:ac:0a 2018-03-13 06:57:14,912 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-03-13 06:57:14,912 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.207 2018-03-13 06:57:16,603 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.8 2018-03-13 06:57:16,603 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:f2:c8:2a 2018-03-13 06:57:18,254 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.8 2018-03-13 06:57:18,254 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:e0:66:10 2018-03-13 06:57:18,255 - functest.opnfv_tests.vnf.router.vrouter_base - DEBUG - request vnf's reboot. 2018-03-13 06:57:18,255 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the reference_vnf 2018-03-13 06:57:19,359 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reboot the target_vnf 2018-03-13 06:57:50,360 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-03-13 06:57:50,373 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 06:57:50,393 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-03-13 06:57:50,403 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 06:57:50,419 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-03-13 06:57:50,419 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-03-13 06:57:50,427 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 06:57:50,514 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-03-13 06:57:50' 2018-03-13 06:57:50,514 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-03-13 06:57:50,514 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-03-13 06:57:50,539 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 06:57:50,575 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.207. 2018-03-13 06:58:02,820 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.207. 2018-03-13 06:58:03,864 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-03-13 06:58:04,866 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-03-13 06:58:09,871 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-03-13 06:58:10,873 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-03-13 06:58:15,878 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-03-13 06:58:16,880 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-03-13 06:58:21,881 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-03-13 06:58:22,883 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:58:27,888 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-03-13 06:58:28,890 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:58:33,895 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-03-13 06:58:34,897 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:58:39,903 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-03-13 06:58:40,905 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:58:45,910 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-03-13 06:58:46,912 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:58:51,917 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-03-13 06:58:52,919 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:58:57,924 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-03-13 06:58:58,926 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:59:03,931 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-03-13 06:59:04,933 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:59:09,938 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-03-13 06:59:10,940 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:59:15,945 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-03-13 06:59:16,947 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 06:59:21,952 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-13 06:59:22,954 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-13 06:59:27,958 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' 2018-03-13 06:59:28,960 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-03-13 06:59:33,965 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 2018-03-13 06:59:34,967 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 [edit] vyos@vyos# 2018-03-13 06:59:39,973 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.8 2018-03-13 06:59:40,975 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.8 [edit] vyos@vyos# 2018-03-13 06:59:45,980 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-03-13 06:59:46,982 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-03-13 06:59:51,983 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 2018-03-13 06:59:52,985 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-03-13 06:59:57,986 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-03-13 06:59:58,988 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-03-13 07:00:03,993 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-03-13 07:00:04,995 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-03-13 07:00:10,001 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-03-13 07:00:11,002 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-03-13 07:00:16,003 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-03-13 07:00:17,005 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-03-13 07:00:22,010 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-03-13 07:00:23,012 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-03-13 07:00:28,018 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-03-13 07:00:29,020 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-03-13 07:00:34,025 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-03-13 07:00:35,027 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-03-13 07:00:40,032 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-03-13 07:00:41,034 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-03-13 07:00:46,039 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-03-13 07:00:47,041 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-03-13 07:00:52,046 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-03-13 07:00:53,048 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-03-13 07:00:58,053 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.8 2018-03-13 07:00:59,055 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-03-13 07:01:04,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-13 07:01:05,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-13 07:01:10,132 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-03-13 07:01:10,156 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 07:01:10,189 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.204. 2018-03-13 07:01:10,420 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.204. 2018-03-13 07:01:11,452 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-03-13 07:01:12,454 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-03-13 07:01:17,459 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-03-13 07:01:18,461 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-03-13 07:01:23,466 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-03-13 07:01:24,468 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-03-13 07:01:29,473 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-03-13 07:01:30,475 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:01:35,481 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-03-13 07:01:36,482 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:01:41,488 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-03-13 07:01:42,489 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:01:47,495 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-03-13 07:01:48,496 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:01:53,502 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-03-13 07:01:54,503 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:01:59,504 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-03-13 07:02:00,506 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:02:05,511 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-03-13 07:02:06,513 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:02:11,518 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-03-13 07:02:12,520 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:02:17,525 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-03-13 07:02:18,527 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:02:23,532 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-03-13 07:02:24,533 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-03-13 07:02:29,539 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-13 07:02:30,540 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-13 07:02:35,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 ebgp-multihop '2' 2018-03-13 07:02:36,545 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-03-13 07:02:41,550 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 remote-as 65001 2018-03-13 07:02:42,552 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 remote-as 65001 [edit] vyos@vyos# 2018-03-13 07:02:47,557 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 update-source 12.0.0.4 2018-03-13 07:02:48,559 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 update-source 12.0.0.4 [edit] vyos@vyos# 2018-03-13 07:02:53,564 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-03-13 07:02:54,566 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-03-13 07:02:59,571 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.8 password lab0033 2018-03-13 07:03:00,573 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-03-13 07:03:05,578 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-03-13 07:03:06,580 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-03-13 07:03:11,586 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-03-13 07:03:12,587 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-03-13 07:03:17,592 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-03-13 07:03:18,594 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-03-13 07:03:23,599 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-03-13 07:03:24,601 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-03-13 07:03:29,606 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-03-13 07:03:30,608 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-03-13 07:03:35,613 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-03-13 07:03:36,615 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-03-13 07:03:41,620 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-03-13 07:03:42,622 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-03-13 07:03:47,627 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-03-13 07:03:48,628 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-03-13 07:03:53,634 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-03-13 07:03:54,635 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-03-13 07:03:59,641 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-03-13 07:04:00,642 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-03-13 07:04:05,648 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.4 2018-03-13 07:04:06,650 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-03-13 07:04:11,655 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-03-13 07:04:13,658 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-03-13 07:04:18,728 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-03-13 07:04:18,728 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-03-13 07:05:18,782 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-03-13 07:05:18,801 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-03-13 07:05:18,837 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.207. 2018-03-13 07:05:19,068 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.207. 2018-03-13 07:05:20,074 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-03-13 07:05:50,173 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.8, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.4 4 65002 3 5 0 0 0 00:01:03 10 Total number of neighbors 1 vyos@vyos:~$ 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 | no-more BGP neighbor is 12.0.0.4, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.4 BGP state = Established, up for 00:01:09 Last read 17:08:42, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.8 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.8, Local port: 179 Foreign host: 12.0.0.4, Foreign port: 49709 Nexthop: 12.0.0.8 Nexthop global: fe80::f816:3eff:fee0:6610 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.8 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.8 0 32768 i *> 10.0.2.0/24 12.0.0.8 0 32768 i *> 10.0.3.0/24 12.0.0.8 0 32768 i *> 10.0.4.0/24 12.0.0.8 0 32768 i *> 10.0.5.0/24 12.0.0.8 0 32768 i *> 10.0.6.0/24 12.0.0.8 0 32768 i *> 10.0.7.0/24 12.0.0.8 0 32768 i *> 10.0.8.0/24 12.0.0.8 0 32768 i *> 10.0.9.0/24 12.0.0.8 0 32768 i *> 10.0.10.0/24 12.0.0.8 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.8 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 routes | no-more BGP table version is 0, local router ID is 12.0.0.8 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-03-13 07:05:50,174 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'479.7' 2018-03-13 07:05:50,175 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-03-13 07:05:51,420 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-03-13 07:05:52,719 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 07:05:52,720 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 17:46 | PASS | +----------------------+------------------+------------------+----------------+ 2018-03-13 07:05:52,723 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-03-13 07:05:52,896 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Some issue during the undeployment .. 2018-03-13 07:05:52,896 - functest.opnfv_tests.vnf.router.cloudify_vrouter - WARNING - Tenant clean continue .. 2018-03-13 07:05:52,897 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-13 07:06:16,617 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-03-13 07:06:16,710 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-03-13 07:06:16,729 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-03-13 07:06:16,729 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-03-13 07:06:19,923 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-03-13 07:06:20,928 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-03-13 07:06:22,368 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-03-13 07:06:22,368 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-03-13 07:06:24,809 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-03-13 07:06:28,970 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-03-13 07:06:29,757 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-03-13 07:06:29,768 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-03-13 07:06:29,768 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-03-13 07:06:38,271 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-03-13 07:06:45,517 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : e23a062e-4884-4079-8c9a-465ff96b4b35 2018-03-13 07:06:51,335 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-03-13 07:06:51,335 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Get or create flavor for all Abot-EPC 2018-03-13 07:06:52,015 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-03-13 07:06:52,095 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-03-13 07:06:52,315 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju wait completed: 256 2018-03-13 07:06:52,316 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-03-13 07:06:52,428 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-03-13 07:06:52,428 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:36 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-03-13 07:06:52,431 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Removing deployment files... 2018-03-13 07:06:52,432 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-03-13 07:06:52,510 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-03-13 07:06:52,510 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-03-13 07:06:59,845 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-03-13 07:06:59,846 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 26:30 | PASS | | vyos_vrouter | functest | vnf | 17:46 | PASS | | juju_epc | functest | vnf | 00:36 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-03-13 07:06:59,849 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-03-13 07:07:11,172 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-10 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-03-13 07:07:11,176 - 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=K6h9XYjutCsqY3PgBKp38asZp export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi 2018-03-13 07:07:11,176 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-03-13 07:07:11,176 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-03-13 07:07:11,177 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-03-13 07:07:11,178 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK