2018-04-23 14:22:40,283 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-42 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 14:22:40,285 - 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=UeQKV467huzUKgkkDAvezGrGD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 14:22:40,285 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 14:22:40,286 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-23 14:22:40,286 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-23 14:22:40,287 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-23 14:22:42,119 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 14:22:50,453 - 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.324s OK 2018-04-23 14:22:50,575 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 14:22:50,575 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-23 14:22:50,579 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-23 14:22:51,873 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 14:32:45,405 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 593.478s OK 2018-04-23 14:32:45,527 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 14:32:45,528 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 14:32:45,533 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-23 14:32:46,207 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 14:33:18,741 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 32.533s OK 2018-04-23 14:33:18,969 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 14:33:18,969 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:33 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-23 14:33:18,972 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | api_check | functest | healthcheck | 09:53 | PASS | | snaps_health_check | functest | healthcheck | 00:33 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-23 14:33:18,973 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 14:33:21,561 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-42 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 14:33:21,564 - 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=UeQKV467huzUKgkkDAvezGrGD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 14:33:21,564 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 14:33:21,564 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-04-23 14:33:21,566 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-23 14:33:21,566 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-23 14:33:22,395 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-23 14:33:22,395 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 14:33:22,824 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 14:33:22,825 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-23 14:33:23,290 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 14:33:23,290 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 14:33:23' 2018-04-23 14:33:23,291 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:25,279 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:28,017 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:33,276 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:34,128 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:34,933 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:40,226 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:33:42,337 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-f02bb991-1d2b-4f21-851a-cd6b7d1c0ede' 2018-04-23 14:34:02,692 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 14:34:06,098 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-23 14:34:06,235 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 14:34:07,244 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 14:34:20,598 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 14:34:20,599 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 14:34:21,098 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 14:34:21,098 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-23 14:34:21,103 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-23 14:34:21,192 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-23 14:34:21,192 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-23 14:34:21' 2018-04-23 14:34:21,193 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--294aea96-5707-445c-8ffe-577f25ff47b3' 2018-04-23 14:34:22,748 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-294aea96-5707-445c-8ffe-577f25ff47b3' 2018-04-23 14:34:24,396 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-294aea96-5707-445c-8ffe-577f25ff47b3' 2018-04-23 14:34:30,568 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-294aea96-5707-445c-8ffe-577f25ff47b3' 2018-04-23 14:34:31,241 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-294aea96-5707-445c-8ffe-577f25ff47b3' 2018-04-23 14:34:35,321 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-294aea96-5707-445c-8ffe-577f25ff47b3' 2018-04-23 14:34:40,608 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-23 14:34:52,863 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-23 14:34:55,238 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-23 14:35:13,635 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 14:35:13,636 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-23 14:35:13,640 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-23 14:35:13,733 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 14:35:18,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 14:35:18.123 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4336586f-c943-4b52-bd81-80353583fae1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4336586f-c943-4b52-bd81-80353583fae1 | 2018-04-23T14:35:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4336586f-c943-4b52-bd81-80353583fae1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 14:35:21,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 14:35:21,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 14:35:27,514 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 14:35:26.055 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 14:35:26.188 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 14:35:27.337 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e) as the default verifier for the future CLI operations. 2018-04-23 14:35:30,575 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 14:35:32,187 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 14:35:35,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 14:35:40,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 14:35:39.954 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e) for deployment 'opnfv-rally' (UUID=4336586f-c943-4b52-bd81-80353583fae1). 2018-04-23 14:35:40.763 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e) has been successfully configured for deployment 'opnfv-rally' (UUID=4336586f-c943-4b52-bd81-80353583fae1)! 2018-04-23 14:35:40,955 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 14:35:40,955 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 14:35:40,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 14:35:40,961 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 14:35:44,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c61c25cf-88b4-45a7-b710-a34ed5a1605e/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-23 14:35:44,205 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-23 14:35:44,206 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-23 14:35:44,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-23 14:35:46,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:35:46.385 55 INFO rally.api [-] Starting verification (UUID=9dc9a228-ac33-407f-951a-a5da6560f227) for deployment 'opnfv-rally' (UUID=4336586f-c943-4b52-bd81-80353583fae1) by verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e). 2018-04-23 14:35:46,388 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9dc9a228-ac33-407f-951a-a5da6560f227 2018-04-23 14:35:52,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:35:52.540 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-04-23 14:35:52,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:35:52.592 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.052s] 2018-04-23 14:35:57,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:35:57.970 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.083s] 2018-04-23 14:35:59,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:35:59.542 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.570s] 2018-04-23 14:36:07,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:36:07.368 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.592s] 2018-04-23 14:36:22,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:36:22.362 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.074s] 2018-04-23 14:36:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:36:49.163 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-04-23 14:36:49,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:36:49.164 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-23 14:37:12,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:37:12.056 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-04-23 14:37:12,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:37:12.057 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-23 14:37:36,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:37:36.485 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-04-23 14:37:36,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:37:36.486 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-23 14:38:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:10.505 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.843s] 2018-04-23 14:38:30,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:30.423 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-04-23 14:38:30,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:30.524 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-23 14:38:37,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:37.900 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.842s] 2018-04-23 14:38:37,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:37.909 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-04-23 14:38:39,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:39.038 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 14:38:39,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:39.039 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-23 14:38:42,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:42.731 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.358s] 2018-04-23 14:38:47,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:47.782 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.079s] 2018-04-23 14:38:53,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:53.255 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.594s] 2018-04-23 14:38:59,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:38:59.500 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.412s] 2018-04-23 14:39:07,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:07.701 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.078s] 2018-04-23 14:39:12,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:12.838 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.330s] 2018-04-23 14:39:18,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:18.006 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.278s] 2018-04-23 14:39:24,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:24.448 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.635s] 2018-04-23 14:39:30,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:30.773 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.431s] 2018-04-23 14:39:37,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:37.856 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.536s] 2018-04-23 14:39:39,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:39.762 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-23 14:39:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:41.720 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-04-23 14:39:41,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:41.793 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-04-23 14:39:41,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:41.866 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-04-23 14:39:41,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:41.873 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-23 14:39:45,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:45.165 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.426s] 2018-04-23 14:39:46,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:46.957 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.792s] 2018-04-23 14:39:47,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:47.810 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.851s] 2018-04-23 14:39:53,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:53.255 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-04-23 14:39:58,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:39:58.148 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.928s] 2018-04-23 14:40:09,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:09.838 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.111s] 2018-04-23 14:40:11,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:11.967 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.127s] 2018-04-23 14:40:22,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:22.281 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.883s] 2018-04-23 14:40:25,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:25.232 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.950s] 2018-04-23 14:40:30,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:30.341 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.109s] 2018-04-23 14:40:37,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:37.772 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.280s] 2018-04-23 14:40:40,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:40.614 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.840s] 2018-04-23 14:40:43,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:43.403 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.789s] 2018-04-23 14:40:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:54.948 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.992s] 2018-04-23 14:40:55,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:55.226 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.279s] 2018-04-23 14:40:55,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:55.601 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.374s] 2018-04-23 14:40:55,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:55.651 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.050s] 2018-04-23 14:40:55,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:55.766 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.115s] 2018-04-23 14:40:55,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:40:55.837 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.070s] 2018-04-23 14:41:04,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:04.223 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.020s] 2018-04-23 14:41:04,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:04.503 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.280s] 2018-04-23 14:41:04,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:04.738 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.234s] 2018-04-23 14:41:04,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:04.785 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.047s] 2018-04-23 14:41:04,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:04.912 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.126s] 2018-04-23 14:41:04,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:04.990 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.077s] 2018-04-23 14:41:12,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:12.835 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.767s] 2018-04-23 14:41:15,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:15.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.159s] 2018-04-23 14:41:17,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:17.612 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.617s] 2018-04-23 14:41:17,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:17.663 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.051s] 2018-04-23 14:41:17,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:17.734 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.070s] 2018-04-23 14:41:26,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:26.362 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.849s] 2018-04-23 14:41:29,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:29.243 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [2.880s] 2018-04-23 14:41:30,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:30.985 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.740s] 2018-04-23 14:41:31,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:31.035 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-04-23 14:41:31,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:31.274 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.239s] 2018-04-23 14:41:43,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:43.928 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.895s] 2018-04-23 14:41:48,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:48.675 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.745s] 2018-04-23 14:41:52,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:52.270 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.594s] 2018-04-23 14:41:55,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:41:55.483 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.213s] 2018-04-23 14:42:11,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:11.184 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.397s] 2018-04-23 14:42:15,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:15.827 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.643s] 2018-04-23 14:42:19,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:19.767 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.940s] 2018-04-23 14:42:22,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:22.578 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.809s] 2018-04-23 14:42:31,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:31.067 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.280s] 2018-04-23 14:42:32,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:32.939 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.870s] 2018-04-23 14:42:32,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:32.981 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.044s] 2018-04-23 14:42:36,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:36.977 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.236s] 2018-04-23 14:42:38,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:38.388 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.408s] 2018-04-23 14:42:38,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:38.428 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-04-23 14:42:42,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:42.155 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.897s] 2018-04-23 14:42:45,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:45.040 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-04-23 14:42:46,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:46.058 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-23 14:42:46,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:46.060 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-23 14:42:46,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:46.061 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-23 14:42:46,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:46.062 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-23 14:42:46,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:46.063 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-23 14:42:47,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:42:47.875 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-04-23 14:43:01,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:43:01.809 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.779s] 2018-04-23 14:43:12,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:43:12.213 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.143s] 2018-04-23 14:43:23,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:43:23.234 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.017s] 2018-04-23 14:43:31,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:43:31.150 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-04-23 14:44:28,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:44:28.276 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [51.428s] 2018-04-23 14:47:06,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:47:06.442 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [149.645s] 2018-04-23 14:47:42,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 14:47:42.175 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [21.071s] 2018-04-23 14:47:52,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9dc9a228-ac33-407f-951a-a5da6560f227']'. 2018-04-23 14:47:53,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 14:47:53,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 14:47:53,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9dc9a228-ac33-407f-951a-a5da6560f227 | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 14:35:46 | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 14:47:51 | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:12:05 | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c61c25cf-88b4-45a7-b710-a34ed5a1605e) | 2018-04-23 14:47:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4336586f-c943-4b52-bd81-80353583fae1) | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 711.554 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 14:47:53,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 14:47:53,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-23 14:47:56,925 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 14:47:56,925 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 12:26 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-23 14:47:56,931 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-23 14:47:56,932 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-23 14:47:57,030 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 14:47:57,462 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 14:47:57,462 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-23 14:47:57,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 14:48:00,404 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 14:47:59.992 101 INFO rally.deployment.engine [-] Deployment 4336586f-c943-4b52-bd81-80353583fae1 | Starting: Destroy cloud and free allocated resources. 2018-04-23 14:48:00.091 101 INFO rally.deployment.engine [-] Deployment 4336586f-c943-4b52-bd81-80353583fae1 | Completed: Destroy cloud and free allocated resources. 2018-04-23 14:48:00.132 101 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e) for deployment 'opnfv-rally'. 2018-04-23 14:48:00.151 101 INFO rally.api [-] Deleting verification (UUID=9dc9a228-ac33-407f-951a-a5da6560f227). 2018-04-23 14:48:00.186 101 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 14:48:00.187 101 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e). 2018-04-23 14:48:00.199 101 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 14:48:02,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 14:48:02.577 104 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4d189dfc-6a4f-4a87-abb4-6ced2b9bdaa8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4d189dfc-6a4f-4a87-abb4-6ced2b9bdaa8 | 2018-04-23T14:48:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4d189dfc-6a4f-4a87-abb4-6ced2b9bdaa8 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 14:48:06,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 14:48:06,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-23 14:48:07,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7'... 2018-04-23 14:48:09,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-1b813a60-eddf-4b5a-9035-89d7d83a1dd7'... 2018-04-23 14:48:11,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-1b813a60-eddf-4b5a-9035-89d7d83a1dd7'... 2018-04-23 14:48:15,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7'... 2018-04-23 14:48:16,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7'... 2018-04-23 14:48:16,849 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-23 14:48:16,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-23 14:48:16,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 14:48:16,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 14:48:16,869 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 14:49:31,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3bffd5df-1f37-472b-aa14-04b6e33d89d2 2018-04-23 14:49:31,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-23 14:49:31,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3bffd5df-1f37-472b-aa14-04b6e33d89d2'] 2018-04-23 14:49:32,150 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3bffd5df-1f37-472b-aa14-04b6e33d89d2: 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 3bffd5df-1f37-472b-aa14-04b6e33d89d2 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.45 | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 100.0% | 1 | | total | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 100.0% | 1 | | -> duration | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.450185 Full duration: 6.460332 -------------------------------------------------------------------------------- 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 3bffd5df-1f37-472b-aa14-04b6e33d89d2 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.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.765485 Full duration: 7.082062 -------------------------------------------------------------------------------- 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 3bffd5df-1f37-472b-aa14-04b6e33d89d2 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.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608686 Full duration: 6.798268 -------------------------------------------------------------------------------- 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 3bffd5df-1f37-472b-aa14-04b6e33d89d2 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.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728593 Full duration: 6.689772 -------------------------------------------------------------------------------- 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 3bffd5df-1f37-472b-aa14-04b6e33d89d2 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.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.732292 Full duration: 6.921842 -------------------------------------------------------------------------------- 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 3bffd5df-1f37-472b-aa14-04b6e33d89d2 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.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> duration | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.644341 Full duration: 6.706066 HINTS: * To plot HTML graphics with this data, run: rally task report 3bffd5df-1f37-472b-aa14-04b6e33d89d2 --out output.html * To generate a JUnit report, run: rally task export 3bffd5df-1f37-472b-aa14-04b6e33d89d2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3bffd5df-1f37-472b-aa14-04b6e33d89d2 --json --out output.json 2018-04-23 14:49:32,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3bffd5df-1f37-472b-aa14-04b6e33d89d2'] 2018-04-23 14:49:33,041 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 14:49:33,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3bffd5df-1f37-472b-aa14-04b6e33d89d2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-23 14:49:33,046 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-23 14:49:33,047 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-23 14:49:33,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-23 14:49:33,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 14:49:33,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 14:49:33,058 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 14:50:56,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 2018-04-23 14:50:56,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'da7ccf20-294c-4c21-9e6d-17bb3eb9dc29'] 2018-04-23 14:50:57,538 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task da7ccf20-294c-4c21-9e6d-17bb3eb9dc29: 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 da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 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.103 | 3.103 | 3.103 | 3.103 | 3.103 | 3.103 | 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 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | glance_v2.delete_image | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 1.319 | 100.0% | 1 | | total | 4.423 | 4.423 | 4.423 | 4.423 | 4.423 | 4.423 | 100.0% | 1 | | -> duration | 4.423 | 4.423 | 4.423 | 4.423 | 4.423 | 4.423 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.422964 Full duration: 12.037371 -------------------------------------------------------------------------------- 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 da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 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.123 | 3.123 | 3.123 | 3.123 | 3.123 | 3.123 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | -> glance_v2.upload_data | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 100.0% | 1 | | -> duration | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.161362 Full duration: 13.245525 -------------------------------------------------------------------------------- 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 da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> duration | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.179712 Full duration: 7.072428 -------------------------------------------------------------------------------- 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-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "number_instances": 2, "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] }, "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 da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 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.139 | 3.139 | 3.139 | 3.139 | 3.139 | 3.139 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | nova.boot_servers | 11.271 | 11.271 | 11.271 | 11.271 | 11.271 | 11.271 | 100.0% | 1 | | total | 14.411 | 14.411 | 14.411 | 14.411 | 14.411 | 14.411 | 100.0% | 1 | | -> duration | 13.411 | 13.411 | 13.411 | 13.411 | 13.411 | 13.411 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.411288 Full duration: 34.559835 HINTS: * To plot HTML graphics with this data, run: rally task report da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 --out output.html * To generate a JUnit report, run: rally task export da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report da7ccf20-294c-4c21-9e6d-17bb3eb9dc29 --json --out output.json 2018-04-23 14:50:57,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'da7ccf20-294c-4c21-9e6d-17bb3eb9dc29'] 2018-04-23 14:50:58,506 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 14:50:58,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'da7ccf20-294c-4c21-9e6d-17bb3eb9dc29', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-23 14:50:58,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-23 14:50:58,513 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-23 14:50:58,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-23 14:50:58,513 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 14:50:58,519 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 14:50:58,520 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 14:54:00,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 592aa784-1484-48fb-985c-25138abc9692 2018-04-23 14:54:00,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '592aa784-1484-48fb-985c-25138abc9692'] 2018-04-23 14:54:01,137 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 592aa784-1484-48fb-985c-25138abc9692: 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 592aa784-1484-48fb-985c-25138abc9692 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.118 | 3.118 | 3.118 | 3.118 | 3.118 | 3.118 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | total | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 100.0% | 1 | | -> duration | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 5.385 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.384928 Full duration: 21.100062 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.1 | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 100.0% | 1 | | -> duration | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 5.396 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.39585 Full duration: 14.732692 -------------------------------------------------------------------------------- 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-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 592aa784-1484-48fb-985c-25138abc9692 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.635 | 7.635 | 7.635 | 7.635 | 7.635 | 7.635 | 100.0% | 1 | | cinder_v2.delete_volume | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 100.0% | 1 | | total | 10.105 | 10.105 | 10.105 | 10.105 | 10.105 | 10.105 | 100.0% | 1 | | -> duration | 10.105 | 10.105 | 10.105 | 10.105 | 10.105 | 10.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.105081 Full duration: 19.510782 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.11 | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 100.0% | 1 | | cinder_v2.delete_volume | 2.543 | 2.543 | 2.543 | 2.543 | 2.543 | 2.543 | 100.0% | 1 | | total | 5.653 | 5.653 | 5.653 | 5.653 | 5.653 | 5.653 | 100.0% | 1 | | -> duration | 5.653 | 5.653 | 5.653 | 5.653 | 5.653 | 5.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.653238 Full duration: 14.79302 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.031 | 3.031 | 3.031 | 3.031 | 3.031 | 3.031 | 100.0% | 1 | | cinder_v2.extend_volume | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 100.0% | 1 | | cinder_v2.delete_volume | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | total | 6.186 | 6.186 | 6.186 | 6.186 | 6.186 | 6.186 | 100.0% | 1 | | -> duration | 6.186 | 6.186 | 6.186 | 6.186 | 6.186 | 6.186 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.186215 Full duration: 15.373759 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.201 | 3.201 | 3.201 | 3.201 | 3.201 | 3.201 | 100.0% | 1 | | cinder_v2.delete_volume | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 100.0% | 1 | | total | 5.654 | 5.654 | 5.654 | 5.654 | 5.654 | 5.654 | 100.0% | 1 | | -> duration | 5.654 | 5.654 | 5.654 | 5.654 | 5.654 | 5.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.654448 Full duration: 21.478235 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | cinder_v2.list_qos | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800356 Full duration: 11.417086 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | cinder_v2.set_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 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.751819 Full duration: 11.121456 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.565 | 0.565 | 0.565 | 0.565 | 0.565 | 0.565 | 100.0% | 1 | | cinder_v2.list_types | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720623 Full duration: 11.330237 -------------------------------------------------------------------------------- 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 592aa784-1484-48fb-985c-25138abc9692 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.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783412 Full duration: 11.240543 HINTS: * To plot HTML graphics with this data, run: rally task report 592aa784-1484-48fb-985c-25138abc9692 --out output.html * To generate a JUnit report, run: rally task export 592aa784-1484-48fb-985c-25138abc9692 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 592aa784-1484-48fb-985c-25138abc9692 --json --out output.json 2018-04-23 14:54:01,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '592aa784-1484-48fb-985c-25138abc9692'] 2018-04-23 14:54:02,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 14:54:02,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '592aa784-1484-48fb-985c-25138abc9692', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-23 14:54:02,225 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-23 14:54:02,225 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-23 14:54:02,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-23 14:54:02,226 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 14:54:02,244 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 14:54:02,244 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 14:55:17,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 57344cb1-bf31-42ca-8f66-5d8e6a18175f 2018-04-23 14:55:17,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '57344cb1-bf31-42ca-8f66-5d8e6a18175f'] 2018-04-23 14:55:18,314 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 57344cb1-bf31-42ca-8f66-5d8e6a18175f: 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 57344cb1-bf31-42ca-8f66-5d8e6a18175f 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.576 | 4.576 | 4.576 | 4.576 | 4.576 | 4.576 | 100.0% | 1 | | heat.update_stack | 2.404 | 2.404 | 2.404 | 2.404 | 2.404 | 2.404 | 100.0% | 1 | | heat.delete_stack | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 2.488 | 100.0% | 1 | | total | 9.469 | 9.469 | 9.469 | 9.469 | 9.469 | 9.469 | 100.0% | 1 | | -> duration | 5.469 | 5.469 | 5.469 | 5.469 | 5.469 | 5.469 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.468704 Full duration: 17.269711 -------------------------------------------------------------------------------- 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 57344cb1-bf31-42ca-8f66-5d8e6a18175f 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.314 | 4.314 | 4.314 | 4.314 | 4.314 | 4.314 | 100.0% | 1 | | heat.check_stack | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | heat.delete_stack | 2.212 | 2.212 | 2.212 | 2.212 | 2.212 | 2.212 | 100.0% | 1 | | total | 7.001 | 7.001 | 7.001 | 7.001 | 7.001 | 7.001 | 100.0% | 1 | | -> duration | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.001103 Full duration: 14.582938 -------------------------------------------------------------------------------- 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 57344cb1-bf31-42ca-8f66-5d8e6a18175f 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.38 | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 100.0% | 1 | | heat.suspend_stack | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 100.0% | 1 | | heat.resume_stack | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | heat.delete_stack | 2.226 | 2.226 | 2.226 | 2.226 | 2.226 | 2.226 | 100.0% | 1 | | total | 9.56 | 9.56 | 9.56 | 9.56 | 9.56 | 9.56 | 100.0% | 1 | | -> duration | 7.56 | 7.56 | 7.56 | 7.56 | 7.56 | 7.56 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.5602 Full duration: 17.069611 -------------------------------------------------------------------------------- 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 57344cb1-bf31-42ca-8f66-5d8e6a18175f 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | total | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> duration | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.553847 Full duration: 7.558867 HINTS: * To plot HTML graphics with this data, run: rally task report 57344cb1-bf31-42ca-8f66-5d8e6a18175f --out output.html * To generate a JUnit report, run: rally task export 57344cb1-bf31-42ca-8f66-5d8e6a18175f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 57344cb1-bf31-42ca-8f66-5d8e6a18175f --json --out output.json 2018-04-23 14:55:18,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '57344cb1-bf31-42ca-8f66-5d8e6a18175f'] 2018-04-23 14:55:19,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 14:55:19,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '57344cb1-bf31-42ca-8f66-5d8e6a18175f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-23 14:55:19,409 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-23 14:55:19,409 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-23 14:55:19,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-23 14:55:19,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 14:55:19,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 14:55:19,417 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 14:58:17,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 2018-04-23 14:58:17,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1d4d2ebf-865a-4f16-829b-4e9a9c1809f6'] 2018-04-23 14:58:18,162 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6: 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.revoke_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693509 Full duration: 13.00692 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.list_roles | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681218 Full duration: 13.136655 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | keystone_v3.list_projects | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | total | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> duration | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.960155 Full duration: 13.427968 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | keystone_v3.delete_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613546 Full duration: 11.401605 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | keystone_v3.delete_service | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> duration | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.566109 Full duration: 11.150423 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | keystone_v3.create_user | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | -> keystone_v3.add_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | keystone_v3.create_role | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_project | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | keystone_v3.get_user | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_role | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | keystone_v3.list_services | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | keystone_v3.get_services | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 100.0% | 1 | | -> duration | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 1.795 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.794691 Full duration: 18.326136 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | keystone_v3.update_project | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.delete_project | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> duration | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.856464 Full duration: 11.675263 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708889 Full duration: 13.483065 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | total | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> duration | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.628715 Full duration: 13.403151 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | keystone_v3.list_users | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.818504 Full duration: 13.400117 -------------------------------------------------------------------------------- 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 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | keystone_v3.create_users | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | total | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 100.0% | 1 | | -> duration | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 6.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.101099 Full duration: 22.819718 HINTS: * To plot HTML graphics with this data, run: rally task report 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 --out output.html * To generate a JUnit report, run: rally task export 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1d4d2ebf-865a-4f16-829b-4e9a9c1809f6 --json --out output.json 2018-04-23 14:58:18,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1d4d2ebf-865a-4f16-829b-4e9a9c1809f6'] 2018-04-23 14:58:19,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 14:58:19,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1d4d2ebf-865a-4f16-829b-4e9a9c1809f6', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-23 14:58:19,150 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-23 14:58:19,150 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-23 14:58:19,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-23 14:58:19,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 14:58:19,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 14:58:19,157 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 15:02:50,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : afc55417-17e1-488d-a233-dacc4ae510c8 2018-04-23 15:02:50,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'afc55417-17e1-488d-a233-dacc4ae510c8'] 2018-04-23 15:02:50,994 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task afc55417-17e1-488d-a233-dacc4ae510c8: 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | neutron.delete_network | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | total | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 100.0% | 1 | | -> duration | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 1.544 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.543825 Full duration: 13.761189 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.574 | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 100.0% | 1 | | neutron.delete_port | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | total | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | -> duration | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.249494 Full duration: 23.03987 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.create_subnet | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | neutron.create_router | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | neutron.add_interface_router | 1.645 | 1.645 | 1.645 | 1.645 | 1.645 | 1.645 | 100.0% | 1 | | neutron.remove_interface_router | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | neutron.delete_router | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 100.0% | 1 | | total | 4.213 | 4.213 | 4.213 | 4.213 | 4.213 | 4.213 | 100.0% | 1 | | -> duration | 4.213 | 4.213 | 4.213 | 4.213 | 4.213 | 4.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.21283 Full duration: 28.860367 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | neutron.delete_subnet | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | total | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | -> duration | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 1.535 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.534718 Full duration: 21.820097 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.002 | 1.002 | 1.002 | 1.002 | 1.002 | 1.002 | 100.0% | 1 | | neutron.list_networks | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | total | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | -> duration | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.164241 Full duration: 15.454419 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.526 | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 100.0% | 1 | | neutron.list_ports | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 100.0% | 1 | | -> duration | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.603093 Full duration: 24.461877 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | neutron.create_subnet | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 0.545 | 100.0% | 1 | | neutron.create_router | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | neutron.add_interface_router | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | neutron.list_routers | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 100.0% | 1 | | total | 3.026 | 3.026 | 3.026 | 3.026 | 3.026 | 3.026 | 100.0% | 1 | | -> duration | 3.026 | 3.026 | 3.026 | 3.026 | 3.026 | 3.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.025602 Full duration: 32.053332 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | neutron.create_subnet | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | neutron.list_subnets | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | -> duration | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.412264 Full duration: 26.234425 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.delete_security_group | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> duration | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.95978 Full duration: 13.357279 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | neutron.create_security_group_rule | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | neutron.delete_security_group | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | -> duration | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.228673 Full duration: 13.318355 -------------------------------------------------------------------------------- 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 afc55417-17e1-488d-a233-dacc4ae510c8 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.create_router | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | neutron.add_gateway_router | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | neutron.remove_gateway_router | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | total | 3.029 | 3.029 | 3.029 | 3.029 | 3.029 | 3.029 | 100.0% | 1 | | -> duration | 3.029 | 3.029 | 3.029 | 3.029 | 3.029 | 3.029 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.029072 Full duration: 22.628306 HINTS: * To plot HTML graphics with this data, run: rally task report afc55417-17e1-488d-a233-dacc4ae510c8 --out output.html * To generate a JUnit report, run: rally task export afc55417-17e1-488d-a233-dacc4ae510c8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report afc55417-17e1-488d-a233-dacc4ae510c8 --json --out output.json 2018-04-23 15:02:50,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'afc55417-17e1-488d-a233-dacc4ae510c8'] 2018-04-23 15:02:52,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 15:02:52,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'afc55417-17e1-488d-a233-dacc4ae510c8', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-23 15:02:52,024 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-23 15:02:52,024 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-23 15:02:52,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-23 15:02:52,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 15:02:52,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 15:02:52,048 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 15:08:59,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2489e701-4442-40e6-8fce-40eb22a6ee6d 2018-04-23 15:08:59,211 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2489e701-4442-40e6-8fce-40eb22a6ee6d'] 2018-04-23 15:09:00,257 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "block_migration": false, "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.178 | 9.178 | 9.178 | 9.178 | 9.178 | 9.178 | 100.0% | 1 | | nova.find_host_to_migrate | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | nova.live_migrate | 9.233 | 9.233 | 9.233 | 9.233 | 9.233 | 9.233 | 100.0% | 1 | | nova.delete_server | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 2.652 | 100.0% | 1 | | total | 22.0 | 22.0 | 22.0 | 22.0 | 22.0 | 22.0 | 100.0% | 1 | | -> duration | 21.0 | 21.0 | 21.0 | 21.0 | 21.0 | 21.0 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.999943 Full duration: 30.691056 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.007 | 8.007 | 8.007 | 8.007 | 8.007 | 8.007 | 100.0% | 1 | | cinder_v2.create_volume | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | nova.attach_volume | 3.878 | 3.878 | 3.878 | 3.878 | 3.878 | 3.878 | 100.0% | 1 | | nova.find_host_to_migrate | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | nova.live_migrate | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 100.0% | 1 | | nova.detach_volume | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | cinder_v2.delete_volume | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 100.0% | 1 | | nova.delete_server | 2.684 | 2.684 | 2.684 | 2.684 | 2.684 | 2.684 | 100.0% | 1 | | total | 30.431 | 30.431 | 30.431 | 30.431 | 30.431 | 30.431 | 100.0% | 1 | | -> duration | 29.431 | 29.431 | 29.431 | 29.431 | 29.431 | 29.431 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.431043 Full duration: 41.198331 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.425 | 7.425 | 7.425 | 7.425 | 7.425 | 7.425 | 100.0% | 1 | | nova.boot_server | 7.862 | 7.862 | 7.862 | 7.862 | 7.862 | 7.862 | 100.0% | 1 | | nova.find_host_to_migrate | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | nova.live_migrate | 13.431 | 13.431 | 13.431 | 13.431 | 13.431 | 13.431 | 100.0% | 1 | | nova.delete_server | 6.716 | 6.716 | 6.716 | 6.716 | 6.716 | 6.716 | 100.0% | 1 | | total | 36.335 | 36.335 | 36.335 | 36.335 | 36.335 | 36.335 | 100.0% | 1 | | -> duration | 35.335 | 35.335 | 35.335 | 35.335 | 35.335 | 35.335 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.334692 Full duration: 47.242861 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "server_kwargs": { "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | nova.boot_server | 7.576 | 7.576 | 7.576 | 7.576 | 7.576 | 7.576 | 100.0% | 1 | | nova.delete_server | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 2.964 | 100.0% | 1 | | nova.delete_keypair | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 11.244 | 11.244 | 11.244 | 11.244 | 11.244 | 11.244 | 100.0% | 1 | | -> duration | 10.244 | 10.244 | 10.244 | 10.244 | 10.244 | 10.244 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.244356 Full duration: 29.072001 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "volume_size": 5, "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.978 | 7.978 | 7.978 | 7.978 | 7.978 | 7.978 | 100.0% | 1 | | nova.boot_server | 8.59 | 8.59 | 8.59 | 8.59 | 8.59 | 8.59 | 100.0% | 1 | | nova.delete_server | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 19.211 | 19.211 | 19.211 | 19.211 | 19.211 | 19.211 | 100.0% | 1 | | -> duration | 18.211 | 18.211 | 18.211 | 18.211 | 18.211 | 18.211 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.211136 Full duration: 39.605043 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "force_delete": false, "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.924 | 7.924 | 7.924 | 7.924 | 7.924 | 7.924 | 100.0% | 1 | | nova.pause_server | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 100.0% | 1 | | nova.unpause_server | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 2.478 | 100.0% | 1 | | nova.delete_server | 7.177 | 7.177 | 7.177 | 7.177 | 7.177 | 7.177 | 100.0% | 1 | | total | 20.178 | 20.178 | 20.178 | 20.178 | 20.178 | 20.178 | 100.0% | 1 | | -> duration | 15.178 | 15.178 | 15.178 | 15.178 | 15.178 | 15.178 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.178403 Full duration: 37.690008 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "nics": [ { "net-id": "dc14b890-f248-4796-aa2d-743b37b1b978" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.571 | 7.571 | 7.571 | 7.571 | 7.571 | 7.571 | 100.0% | 1 | | nova.migrate | 43.868 | 43.868 | 43.868 | 43.868 | 43.868 | 43.868 | 100.0% | 1 | | nova.resize_confirm | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 2.444 | 100.0% | 1 | | nova.delete_server | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 4.579 | 100.0% | 1 | | total | 58.462 | 58.462 | 58.462 | 58.462 | 58.462 | 58.462 | 100.0% | 1 | | -> duration | 57.462 | 57.462 | 57.462 | 57.462 | 57.462 | 57.462 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.462332 Full duration: 66.76386 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "image": { "name": "Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.905 | 8.905 | 8.905 | 8.905 | 8.905 | 8.905 | 100.0% | 1 | | nova.list_interfaces | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 9.094 | 9.094 | 9.094 | 9.094 | 9.094 | 9.094 | 100.0% | 1 | | -> duration | 8.094 | 8.094 | 8.094 | 8.094 | 8.094 | 8.094 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.094039 Full duration: 34.374351 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 2489e701-4442-40e6-8fce-40eb22a6ee6d has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | nova.delete_server_group | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695427 Full duration: 8.323451 HINTS: * To plot HTML graphics with this data, run: rally task report 2489e701-4442-40e6-8fce-40eb22a6ee6d --out output.html * To generate a JUnit report, run: rally task export 2489e701-4442-40e6-8fce-40eb22a6ee6d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2489e701-4442-40e6-8fce-40eb22a6ee6d --json --out output.json 2018-04-23 15:09:00,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2489e701-4442-40e6-8fce-40eb22a6ee6d'] 2018-04-23 15:09:01,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 15:09:01,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2489e701-4442-40e6-8fce-40eb22a6ee6d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-23 15:09:01,178 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-23 15:09:01,178 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-23 15:09:01,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-23 15:09:01,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-23 15:09:01,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-23 15:09:01,195 - 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': 'dc14b890-f248-4796-aa2d-743b37b1b978', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'flavor_name': 'rally-tiny-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-1b813a60-eddf-4b5a-9035-89d7d83a1dd7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-23 15:09:45,132 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 08894dca-d535-4016-ba77-8a263f45bcd5 2018-04-23 15:09:45,133 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '08894dca-d535-4016-ba77-8a263f45bcd5'] 2018-04-23 15:09:46,117 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 08894dca-d535-4016-ba77-8a263f45bcd5: 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 08894dca-d535-4016-ba77-8a263f45bcd5 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | quotas.delete_quotas | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.830308 Full duration: 7.5684 -------------------------------------------------------------------------------- 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 08894dca-d535-4016-ba77-8a263f45bcd5 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.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.655694 Full duration: 7.741835 -------------------------------------------------------------------------------- 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 08894dca-d535-4016-ba77-8a263f45bcd5 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.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | total | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> duration | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.646246 Full duration: 7.875562 -------------------------------------------------------------------------------- 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 08894dca-d535-4016-ba77-8a263f45bcd5 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.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | total | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> duration | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855678 Full duration: 7.490804 HINTS: * To plot HTML graphics with this data, run: rally task report 08894dca-d535-4016-ba77-8a263f45bcd5 --out output.html * To generate a JUnit report, run: rally task export 08894dca-d535-4016-ba77-8a263f45bcd5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 08894dca-d535-4016-ba77-8a263f45bcd5 --json --out output.json 2018-04-23 15:09:46,117 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '08894dca-d535-4016-ba77-8a263f45bcd5'] 2018-04-23 15:09:47,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-23 15:09:47,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '08894dca-d535-4016-ba77-8a263f45bcd5', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-23 15:09:47,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-23 15:09:47,017 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:40 | 6 | 100.00% | | glance | 01:06 | 4 | 100.00% | | cinder | 02:32 | 10 | 100.00% | | heat | 00:56 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 03:54 | 11 | 100.00% | | nova | 05:34 | 9 | 100.00% | | quotas | 00:30 | 4 | 100.00% | | | | | | | TOTAL: | 00:17:52 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-23 15:09:47,017 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-23 15:09:52,369 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 15:09:52,369 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 15:09:52,918 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 15:09:52,918 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:54 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-23 15:09:52,922 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-23 15:09:53,017 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 15:09:55,272 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 15:09:54.936 11180 INFO rally.deployment.engine [-] Deployment 4d189dfc-6a4f-4a87-abb4-6ced2b9bdaa8 | Starting: Destroy cloud and free allocated resources. 2018-04-23 15:09:55.035 11180 INFO rally.deployment.engine [-] Deployment 4d189dfc-6a4f-4a87-abb4-6ced2b9bdaa8 | Completed: Destroy cloud and free allocated resources. 2018-04-23 15:09:55.057 11180 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e). 2018-04-23 15:09:55.061 11180 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 15:09:57,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 15:09:57.353 11183 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8a1b4ec9-373f-4087-b860-5995c957f33f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8a1b4ec9-373f-4087-b860-5995c957f33f | 2018-04-23T15:09:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8a1b4ec9-373f-4087-b860-5995c957f33f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 15:10:00,948 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 15:10:00,948 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 15:10:03,212 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 15:10:02.985 11189 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c61c25cf-88b4-45a7-b710-a34ed5a1605e). 2018-04-23 15:10:03.106 11189 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 15:10:06,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 15:10:05.160 11192 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 15:10:05.292 11192 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 15:10:06.130 11192 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63) as the default verifier for the future CLI operations. 2018-04-23 15:10:09,217 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 15:10:10,779 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 15:10:14,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 15:10:19,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 15:10:18.595 11211 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63) for deployment 'opnfv-rally' (UUID=8a1b4ec9-373f-4087-b860-5995c957f33f). 2018-04-23 15:10:19.277 11211 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63) has been successfully configured for deployment 'opnfv-rally' (UUID=8a1b4ec9-373f-4087-b860-5995c957f33f)! 2018-04-23 15:10:19,463 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 15:10:19,463 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 15:10:19,465 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 15:10:21,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-23 15:10:23,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:23.798 11223 INFO rally.api [-] Starting verification (UUID=00386fd8-8279-47af-ae5a-992fb84428a1) for deployment 'opnfv-rally' (UUID=8a1b4ec9-373f-4087-b860-5995c957f33f) by verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63). 2018-04-23 15:10:23,799 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 00386fd8-8279-47af-ae5a-992fb84428a1 2018-04-23 15:10:32,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:32.713 11223 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-23 15:10:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:33.472 11223 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.760s] 2018-04-23 15:10:33,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:33.725 11223 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.417s] 2018-04-23 15:10:33,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:33.826 11223 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.546s] 2018-04-23 15:10:33,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:33.924 11223 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.098s] 2018-04-23 15:10:34,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:34.190 11223 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.150s] 2018-04-23 15:10:34,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:34.206 11223 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.547s] 2018-04-23 15:10:34,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:34.217 11223 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2018-04-23 15:10:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:35.710 11223 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.502s] 2018-04-23 15:10:36,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:36.192 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.354s] 2018-04-23 15:10:36,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:36.340 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.531s] 2018-04-23 15:10:37,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:37.442 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.248s] 2018-04-23 15:10:38,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:38.516 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.074s] 2018-04-23 15:10:40,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:40.091 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.397s] 2018-04-23 15:10:42,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:42.394 11223 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.851s] 2018-04-23 15:10:42,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:42.663 11223 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.268s] 2018-04-23 15:10:42,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:42.868 11223 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.204s] 2018-04-23 15:10:43,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:43.473 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.382s] 2018-04-23 15:10:43,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:43.504 11223 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.929s] 2018-04-23 15:10:44,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:44.538 11223 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.583s] 2018-04-23 15:10:45,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:45.350 11223 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.810s] 2018-04-23 15:10:46,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:46.227 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.753s] 2018-04-23 15:10:46,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:46.585 11223 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.508s] 2018-04-23 15:10:46,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:46.903 11223 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.318s] 2018-04-23 15:10:47,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:47.318 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.090s] 2018-04-23 15:10:49,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:49.735 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.416s] 2018-04-23 15:10:49,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:49.789 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.192s] 2018-04-23 15:10:50,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:50.110 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.320s] 2018-04-23 15:10:51,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:51.149 11223 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.092s] 2018-04-23 15:10:51,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:51.506 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.394s] 2018-04-23 15:10:51,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:51.515 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-04-23 15:10:51,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:51.536 11223 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.020s] 2018-04-23 15:10:52,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:52.516 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.393s] 2018-04-23 15:10:52,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:52.873 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.137s] 2018-04-23 15:10:53,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:53.248 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.732s] 2018-04-23 15:10:54,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:54.013 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.140s] 2018-04-23 15:10:54,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:54.134 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.121s] 2018-04-23 15:10:54,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:54.156 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-04-23 15:10:54,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:54.175 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-04-23 15:10:54,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:54.193 11223 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-04-23 15:10:58,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:10:58.727 11223 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.575s] 2018-04-23 15:11:02,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:02.498 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [29.401s] 2018-04-23 15:11:08,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:08.467 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.265s] 2018-04-23 15:11:08,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:08.817 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.350s] 2018-04-23 15:11:09,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.067 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.249s] 2018-04-23 15:11:09,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.271 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.078s] 2018-04-23 15:11:09,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.282 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-04-23 15:11:09,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.357 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.288s] 2018-04-23 15:11:09,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.525 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.242s] 2018-04-23 15:11:09,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.537 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-04-23 15:11:09,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.549 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-04-23 15:11:09,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.594 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.046s] 2018-04-23 15:11:09,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.607 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [33.262s] 2018-04-23 15:11:09,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.752 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.396s] 2018-04-23 15:11:09,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.778 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.183s] 2018-04-23 15:11:09,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.829 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-04-23 15:11:09,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.874 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.095s] 2018-04-23 15:11:09,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:09.931 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.101s] 2018-04-23 15:11:10,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.048 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.116s] 2018-04-23 15:11:10,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.128 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.080s] 2018-04-23 15:11:10,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.210 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.081s] 2018-04-23 15:11:10,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.257 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.382s] 2018-04-23 15:11:10,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.275 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2018-04-23 15:11:10,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.353 11223 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.077s] 2018-04-23 15:11:10,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:10.362 11223 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.152s] 2018-04-23 15:11:14,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:14.640 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.187s] 2018-04-23 15:11:14,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:14.850 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.210s] 2018-04-23 15:11:14,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:14.900 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.049s] 2018-04-23 15:11:15,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:15.154 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.254s] 2018-04-23 15:11:15,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:15.383 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.227s] 2018-04-23 15:11:15,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:15.885 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.501s] 2018-04-23 15:11:15,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:15.921 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.036s] 2018-04-23 15:11:15,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:15.966 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.045s] 2018-04-23 15:11:16,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.017 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.050s] 2018-04-23 15:11:16,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.066 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-04-23 15:11:16,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.103 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-04-23 15:11:16,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.183 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.079s] 2018-04-23 15:11:16,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.258 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.075s] 2018-04-23 15:11:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.303 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.045s] 2018-04-23 15:11:16,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:16.351 11223 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-04-23 15:11:22,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:22.492 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.957s] 2018-04-23 15:11:23,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:23.469 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.977s] 2018-04-23 15:11:24,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:24.406 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.936s] 2018-04-23 15:11:25,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:25.553 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.147s] 2018-04-23 15:11:26,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:26.699 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.145s] 2018-04-23 15:11:27,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:27.771 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.072s] 2018-04-23 15:11:27,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:27.987 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.216s] 2018-04-23 15:11:28,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:28.212 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.225s] 2018-04-23 15:11:28,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:28.458 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.245s] 2018-04-23 15:11:29,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:29.484 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.024s] 2018-04-23 15:11:29,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:29.764 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.280s] 2018-04-23 15:11:30,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:30.006 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.241s] 2018-04-23 15:11:30,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:30.249 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.242s] 2018-04-23 15:11:31,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:31.210 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.960s] 2018-04-23 15:11:31,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:31.446 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.235s] 2018-04-23 15:11:31,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:31.700 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.254s] 2018-04-23 15:11:31,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:31.918 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.217s] 2018-04-23 15:11:32,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:32.140 11223 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.222s] 2018-04-23 15:11:45,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:45.103 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [28.481s] 2018-04-23 15:11:45,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:45.169 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-04-23 15:11:45,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:45.380 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.210s] 2018-04-23 15:11:45,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:45.478 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-04-23 15:11:45,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:45.479 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-23 15:11:46,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:46.366 11223 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.186s] 2018-04-23 15:11:48,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:48.402 11223 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.866s] 2018-04-23 15:11:59,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:59.778 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.632s] 2018-04-23 15:11:59,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:11:59.786 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.648s] 2018-04-23 15:12:00,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:00.812 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [69.685s] 2018-04-23 15:12:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:01.412 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.604s] 2018-04-23 15:12:02,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:02.403 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.617s] 2018-04-23 15:12:06,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:06.177 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.398s] 2018-04-23 15:12:06,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:06.377 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [36.395s] 2018-04-23 15:12:06,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:06.753 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [57.135s] 2018-04-23 15:12:07,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:07.068 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.664s] 2018-04-23 15:12:09,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:09.002 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.824s] 2018-04-23 15:12:09,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:09.055 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2018-04-23 15:12:09,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:09.133 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.078s] 2018-04-23 15:12:09,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:09.196 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-04-23 15:12:09,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:09.242 11223 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.046s] 2018-04-23 15:12:09,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:09.808 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.739s] 2018-04-23 15:12:12,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:12.270 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.526s] 2018-04-23 15:12:12,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:12.594 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.325s] 2018-04-23 15:12:12,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:12.713 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.905s] 2018-04-23 15:12:13,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:13.033 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.438s] 2018-04-23 15:12:13,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:13.458 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.426s] 2018-04-23 15:12:13,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:13.561 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [7.187s] 2018-04-23 15:12:13,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:13.854 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.395s] 2018-04-23 15:12:14,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:14.317 11223 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.461s] 2018-04-23 15:12:14,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:14.923 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.209s] 2018-04-23 15:12:16,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:16.824 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [98.294s] 2018-04-23 15:12:17,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:17.106 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.183s] 2018-04-23 15:12:17,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:17.824 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.069s] 2018-04-23 15:12:20,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:20.961 11223 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [90.394s] 2018-04-23 15:12:20,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:20.975 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.868s] 2018-04-23 15:12:24,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:24.359 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.382s] 2018-04-23 15:12:24,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:24.532 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.174s] 2018-04-23 15:12:24,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:24.652 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.119s] 2018-04-23 15:12:24,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:24.715 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-04-23 15:12:24,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:24.825 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.110s] 2018-04-23 15:12:24,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:24.953 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.127s] 2018-04-23 15:12:25,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:25.103 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.150s] 2018-04-23 15:12:25,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:25.163 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.059s] 2018-04-23 15:12:25,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:25.273 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.108s] 2018-04-23 15:12:26,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:26.309 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.665s] 2018-04-23 15:12:27,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:27.152 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.843s] 2018-04-23 15:12:29,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:29.292 11223 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.019s] 2018-04-23 15:12:32,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:32.610 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.455s] 2018-04-23 15:12:34,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:34.663 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.056s] 2018-04-23 15:12:35,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:35.468 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.373s] 2018-04-23 15:12:35,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:35.532 11223 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.064s] 2018-04-23 15:12:36,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:36.588 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.921s] 2018-04-23 15:12:36,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:36.774 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.072s] 2018-04-23 15:12:36,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:36.843 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-04-23 15:12:37,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:37.060 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.217s] 2018-04-23 15:12:37,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:37.171 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.111s] 2018-04-23 15:12:37,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:37.172 11223 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-04-23 15:12:37,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:37.597 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.010s] 2018-04-23 15:12:39,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:39.105 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.506s] 2018-04-23 15:12:39,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:39.146 11223 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2018-04-23 15:12:43,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:43.322 11223 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.820s] 2018-04-23 15:12:48,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:48.901 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [31.073s] 2018-04-23 15:12:49,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:49.144 11223 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.178s] 2018-04-23 15:12:50,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:50.110 11223 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.788s] 2018-04-23 15:12:53,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:53.357 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.314s] 2018-04-23 15:12:53,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:53.704 11223 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.345s] 2018-04-23 15:12:54,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:54.713 11223 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.159s] 2018-04-23 15:12:56,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:12:56.791 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [43.223s] 2018-04-23 15:13:01,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.031 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.145s] 2018-04-23 15:13:01,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.193 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.162s] 2018-04-23 15:13:01,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.241 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.047s] 2018-04-23 15:13:01,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.260 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.019s] 2018-04-23 15:13:01,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.410 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.149s] 2018-04-23 15:13:01,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.565 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.154s] 2018-04-23 15:13:01,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.753 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.188s] 2018-04-23 15:13:01,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:01.920 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.166s] 2018-04-23 15:13:02,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.066 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.145s] 2018-04-23 15:13:02,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.098 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2018-04-23 15:13:02,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.107 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-04-23 15:13:02,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.152 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-04-23 15:13:02,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.197 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2018-04-23 15:13:02,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.236 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.039s] 2018-04-23 15:13:02,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.273 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.037s] 2018-04-23 15:13:02,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.826 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.552s] 2018-04-23 15:13:02,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:02.857 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-04-23 15:13:03,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:03.027 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.169s] 2018-04-23 15:13:03,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:03.037 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-04-23 15:13:03,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:03.068 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.031s] 2018-04-23 15:13:03,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:03.101 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-04-23 15:13:03,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:03.135 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-04-23 15:13:03,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:03.167 11223 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-04-23 15:13:07,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.305 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-04-23 15:13:07,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.311 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.006s] 2018-04-23 15:13:07,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.506 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.194s] 2018-04-23 15:13:07,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.538 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-04-23 15:13:07,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.567 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.029s] 2018-04-23 15:13:07,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.751 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.182s] 2018-04-23 15:13:07,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.794 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.043s] 2018-04-23 15:13:07,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:07.966 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.171s] 2018-04-23 15:13:08,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:08.000 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.034s] 2018-04-23 15:13:08,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:08.039 11223 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.039s] 2018-04-23 15:13:13,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:13.522 11223 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.728s] 2018-04-23 15:13:28,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:28.389 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.609s] 2018-04-23 15:13:37,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:37.414 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.021s] 2018-04-23 15:13:47,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:13:47.026 11223 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.612s] 2018-04-23 15:17:44,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '00386fd8-8279-47af-ae5a-992fb84428a1']'. 2018-04-23 15:17:45,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 15:17:45,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 15:17:45,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 15:17:45,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 00386fd8-8279-47af-ae5a-992fb84428a1 | 2018-04-23 15:17:45,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-23 15:17:45,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 15:10:23 | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 15:17:44 | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:21 | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e7724792-f50a-44a9-9174-c94bf6c54e63) | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8a1b4ec9-373f-4087-b860-5995c957f33f) | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 204 | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 433.741 | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 204 | 2018-04-23 15:17:45,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-23 15:17:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 15:17:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 15:17:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-23 15:17:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 15:17:45,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 15:17:45,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-23 15:17:50,021 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 15:17:50,022 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:41 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-23 15:17:50,026 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-23 15:17:50,113 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 15:17:52,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 15:17:52.148 11335 INFO rally.deployment.engine [-] Deployment 8a1b4ec9-373f-4087-b860-5995c957f33f | Starting: Destroy cloud and free allocated resources. 2018-04-23 15:17:52.221 11335 INFO rally.deployment.engine [-] Deployment 8a1b4ec9-373f-4087-b860-5995c957f33f | Completed: Destroy cloud and free allocated resources. 2018-04-23 15:17:52.243 11335 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63) for deployment 'opnfv-rally'. 2018-04-23 15:17:52.255 11335 INFO rally.api [-] Deleting verification (UUID=00386fd8-8279-47af-ae5a-992fb84428a1). 2018-04-23 15:17:52.285 11335 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 15:17:52.285 11335 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63). 2018-04-23 15:17:52.290 11335 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 15:17:54,778 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 15:17:54.504 11338 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9365f538-8189-452a-b687-3fb4f8173d11) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9365f538-8189-452a-b687-3fb4f8173d11 | 2018-04-23T15:17:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9365f538-8189-452a-b687-3fb4f8173d11 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 15:17:57,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 15:17:57,847 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 15:18:00,172 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 15:17:59.909 11344 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e7724792-f50a-44a9-9174-c94bf6c54e63). 2018-04-23 15:18:00.029 11344 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 15:18:04,368 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 15:18:02.301 11347 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 15:18:02.461 11347 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 15:18:04.174 11347 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401) has been successfully created! Using verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401) as the default verifier for the future CLI operations. 2018-04-23 15:18:07,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 15:18:08,936 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 15:18:12,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 15:18:17,678 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 15:18:16.744 11366 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401) for deployment 'opnfv-rally' (UUID=9365f538-8189-452a-b687-3fb4f8173d11). 2018-04-23 15:18:17.517 11366 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401) has been successfully configured for deployment 'opnfv-rally' (UUID=9365f538-8189-452a-b687-3fb4f8173d11)! 2018-04-23 15:18:17,678 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 15:18:17,678 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 15:18:17,681 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 15:18:17,694 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 15:18:20,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-62b839bb-2c63-40cb-9183-24217ecca401/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-23 15:18:20,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-23 15:18:28,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 15:18:28.091 11375 INFO rally.api [-] Starting verification (UUID=96c876f1-86d8-4239-bfa7-b17c063ded38) for deployment 'opnfv-rally' (UUID=9365f538-8189-452a-b687-3fb4f8173d11) by verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401). 2018-04-23 15:18:28,093 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 96c876f1-86d8-4239-bfa7-b17c063ded38 2018-04-23 15:21:00,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '96c876f1-86d8-4239-bfa7-b17c063ded38']'. 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 96c876f1-86d8-4239-bfa7-b17c063ded38 | 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 15:18:22 | 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 15:20:59 | 2018-04-23 15:21:01,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 62b839bb-2c63-40cb-9183-24217ecca401) | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9365f538-8189-452a-b687-3fb4f8173d11) | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 142.487 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 114 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 166 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 7 | 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 15:21:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 15:21:01,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 94.2148760331% 2018-04-23 15:21:04,636 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 15:21:04,637 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:57 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-23 15:21:04,640 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-04-23 15:21:04,640 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-23 15:21:05,426 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-23 16:02:52,291 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 498, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 2506.806s FAILED (errors=1) 2018-04-23 16:02:52,459 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 16:02:52,459 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:47 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-23 16:02:52,463 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-23 16:02:52,464 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-23 16:02:52,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-23 16:02:55,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-23 16:02:55.049 11602 INFO rally.deployment.engine [-] Deployment 9365f538-8189-452a-b687-3fb4f8173d11 | Starting: Destroy cloud and free allocated resources. 2018-04-23 16:02:55.260 11602 INFO rally.deployment.engine [-] Deployment 9365f538-8189-452a-b687-3fb4f8173d11 | Completed: Destroy cloud and free allocated resources. 2018-04-23 16:02:55.324 11602 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401) for deployment 'opnfv-rally'. 2018-04-23 16:02:55.357 11602 INFO rally.api [-] Deleting verification (UUID=96c876f1-86d8-4239-bfa7-b17c063ded38). 2018-04-23 16:02:55.401 11602 INFO rally.api [-] Verification has been successfully deleted! 2018-04-23 16:02:55.402 11602 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401). 2018-04-23 16:02:55.415 11602 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-23 16:02:58,080 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-23 16:02:57.794 11605 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=419f2dfe-9f04-4c37-b136-039990477c71) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 419f2dfe-9f04-4c37-b136-039990477c71 | 2018-04-23T16:02:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 419f2dfe-9f04-4c37-b136-039990477c71 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-23 16:03:01,288 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-23 16:03:01,288 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-23 16:03:03,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-23 16:03:03.381 11611 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=62b839bb-2c63-40cb-9183-24217ecca401). 2018-04-23 16:03:03.512 11611 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-23 16:03:07,223 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-23 16:03:05.780 11614 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-23 16:03:05.937 11614 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-23 16:03:07.015 11614 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7635570a-788b-4559-8ded-7ff1f461915c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7635570a-788b-4559-8ded-7ff1f461915c) as the default verifier for the future CLI operations. 2018-04-23 16:03:10,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-23 16:03:12,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-23 16:03:15,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-23 16:03:20,793 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-23 16:03:19.955 11633 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7635570a-788b-4559-8ded-7ff1f461915c) for deployment 'opnfv-rally' (UUID=419f2dfe-9f04-4c37-b136-039990477c71). 2018-04-23 16:03:20.653 11633 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7635570a-788b-4559-8ded-7ff1f461915c) has been successfully configured for deployment 'opnfv-rally' (UUID=419f2dfe-9f04-4c37-b136-039990477c71)! 2018-04-23 16:03:20,793 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-23 16:03:20,793 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-23 16:03:20,796 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-23 16:03:20,807 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-23 16:03:23,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7635570a-788b-4559-8ded-7ff1f461915c/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-23 16:03:23,724 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-23 16:03:23,725 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-23 16:03:23,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-23 16:03:25,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-23 16:03:25.820 11642 INFO rally.api [-] Starting verification (UUID=416c0c2a-7114-4904-af6e-1ee24a4433ac) for deployment 'opnfv-rally' (UUID=419f2dfe-9f04-4c37-b136-039990477c71) by verifier 'opnfv-tempest' (UUID=7635570a-788b-4559-8ded-7ff1f461915c). 2018-04-23 16:03:25,822 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 416c0c2a-7114-4904-af6e-1ee24a4433ac 2018-04-23 16:04:36,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '416c0c2a-7114-4904-af6e-1ee24a4433ac']'. 2018-04-23 16:04:37,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-23 16:04:37,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 416c0c2a-7114-4904-af6e-1ee24a4433ac | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-23 16:03:25 | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-23 16:04:36 | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:11 | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7635570a-788b-4559-8ded-7ff1f461915c) | 2018-04-23 16:04:37,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 419f2dfe-9f04-4c37-b136-039990477c71) | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 61.116 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 4 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 39 | 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-23 16:04:37,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-23 16:04:37,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 9.3023255814% 2018-04-23 16:04:40,297 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 16:04:40,298 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 01:30 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-23 16:04:40,302 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-23 16:04:40,303 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:44 | PASS | | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 12:26 | FAIL | | rally_sanity | functest | smoke | 21:54 | PASS | | refstack_defcore | functest | smoke | 07:41 | PASS | | patrole | functest | smoke | 02:57 | FAIL | | snaps_smoke | functest | smoke | 41:47 | FAIL | | neutron_trunk | functest | smoke | 01:30 | FAIL | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-23 16:04:40,310 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 16:04:43,553 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-42 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 16:04:43,557 - 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=UeQKV467huzUKgkkDAvezGrGD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 16:04:43,557 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 16:04:43,557 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 16:04:43,558 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-23 16:04:43,561 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-23 16:04:46,043 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-42 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 16:04:46,047 - 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=UeQKV467huzUKgkkDAvezGrGD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 16:04:46,047 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 16:04:46,049 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-04-23 16:04:46,050 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-04-23 16:04:46,050 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-04-23 16:04:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-23 16:04:46,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'url': u'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/fraser.zip', u'file_name': u'openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-04-23 16:04:46,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-04-23 16:04:46,851 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-23 16:04:46,852 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-23 16:04:47,385 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-23 16:04:47,385 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-04-23 16:04:47,782 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-04-23 16:04:50,456 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-5b680ca4-f119-4ffa-963d-900aff5eb27e, password=5932d2e6-f6cd-4278-a751-c5e7a834be87, auth_url=http://172.30.9.27:5000/v3, project_name=cloudify_ims-5b680ca4-f119-4ffa-963d-900aff5eb27e, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 16:04:50,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-04-23 16:04:51,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-04-23 16:04:51,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-23 16:06:12,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-23 16:06:18,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-04-23 16:06:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-04-23 16:06:26,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-04-23 16:06:27,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-04-23 16:06:28,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-04-23 16:09:36,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '5932d2e6-f6cd-4278-a751-c5e7a834be87', 'keystone_tenant_name': 'cloudify_ims-5b680ca4-f119-4ffa-963d-900aff5eb27e', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.27:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-5b680ca4-f119-4ffa-963d-900aff5eb27e', 'project_domain_name': 'Default'} 2018-04-23 16:09:36,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-04-23 16:09:52,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - The current manager status is running 2018-04-23 16:10:22,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager is up and running 2018-04-23 16:10:22,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-04-23 16:10:23,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-04-23 16:10:44,913 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo cp ~/cloudify_ims.pem /etc/cloudify/ stdout: 2018-04-23 16:10:44,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_ims.pem stdout: 2018-04-23 16:11:05,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-04-23 16:11:05,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-04-23 16:11:05,949 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 288, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 427, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-04-23 16:11:05,950 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-23 16:11:05,950 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-23 16:11:06,486 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 16:11:06,487 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 06:18 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-23 16:11:06,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-04-23 16:11:06,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 396, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `clearwater-opnfv` was not found 2018-04-23 16:11:06,577 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-23 16:11:25,433 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-04-23 16:11:25,433 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-04-23 16:11:25,695 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-23 16:11:26,278 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-04-23 16:11:26,278 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-04-23 16:11:26,306 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'url': u'https://github.com/oolorg/opnfv-vnf-vyos-blueprint/', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-04-23 16:11:26,311 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-04-23 16:11:26,334 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-04-23 16:11:26,334 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-04-23 16:11:28,962 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-b25f5f15-d386-41d3-af1d-db4ec40edf1e, password=6a485930-16c8-4ee2-943f-4e2795297077, auth_url=http://172.30.9.27:5000/v3, project_name=vyos_vrouter-b25f5f15-d386-41d3-af1d-db4ec40edf1e, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 16:11:28,962 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-04-23 16:11:28,962 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-04-23 16:11:28,963 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-04-23 16:12:51,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-04-23 16:13:01,208 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-04-23 16:13:01,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-04-23 16:13:08,689 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-04-23 16:13:10,452 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-04-23 16:13:11,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-04-23 16:16:02,412 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-04-23 16:16:19,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - The current manager status is running 2018-04-23 16:16:49,157 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager is up and running 2018-04-23 16:16:49,158 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-04-23 16:17:10,781 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo cp ~/cloudify_vrouter.pem /etc/cloudify/ stdout: 2018-04-23 16:17:10,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo chmod 444 /etc/cloudify/cloudify_vrouter.pem stdout: 2018-04-23 16:17:31,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - SSH sudo yum install -y gcc python-devel stdout: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-04-23 16:17:31,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - SSH sudo yum install -y gcc python-devel stderr: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-04-23 16:17:31,803 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 291, in deploy_orchestrator ssh, cmd, "Unable to install packages on manager") File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 133, in run_blocking_ssh_command raise Exception(error_msg) Exception: Unable to install packages on manager 2018-04-23 16:17:31,943 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 16:17:31,943 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 06:05 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-04-23 16:17:31,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-04-23 16:17:32,006 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 421, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 154, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 116, in _raise_client_error server_traceback=server_traceback) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 127, in _prepare_and_raise_exception status_code, error_code=error_code) CloudifyClientError: 404: Requested `Deployment` with ID `vrouter-opnfv` was not found 2018-04-23 16:17:32,006 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-23 16:17:50,523 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-04-23 16:17:50,523 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-04-23 16:17:50,620 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-04-23 16:17:50,640 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-04-23 16:17:50,641 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-04-23 16:17:53,413 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-6248ceb1-135d-4e13-9c2a-359d46756b26, password=c01aabc2-50f9-4abc-a1d0-1c5c6e473b54, auth_url=http://172.30.9.27:5000/v3, project_name=juju_epc-6248ceb1-135d-4e13-9c2a-359d46756b26, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 16:17:53,779 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-04-23 16:17:55,421 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud region added: added cloud region: - google/asia-south1 2018-04-23 16:17:55,422 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-04-23 16:17:56,926 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=274a2596-d8d9-49d0-8fb1-973b547c3f1e, auth_url=http://172.30.9.27:5000/v3, project_name=juju_epc-6248ceb1-135d-4e13-9c2a-359d46756b26, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-04-23 16:17:57,027 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-04-23 16:17:57,027 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Orchestrator 2018-04-23 16:17:57,027 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network ... 2018-04-23 16:17:59,419 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-04-23 16:18:04,179 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-04-23 16:18:04,833 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-04-23 16:18:04,845 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-04-23 16:18:04,845 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-04-23 16:18:11,215 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i a8836436-bfce-421d-9306-1421cf6e281e -s trusty -r regionOne -u http://172.30.9.27:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-23 16:18:11,215 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-04-23 16:18:18,861 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju metadata generate-image -d /root -i fcd172f4-d525-4a0e-9489-ba90dd702333 -s xenial -r regionOne -u http://172.30.9.27:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-04-23 16:18:18,862 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : f6d60781-8d24-475e-96d1-156bf635711e 2018-04-23 16:20:36,616 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 309, in deploy_orchestrator output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=f6d60781-8d24-475e-96d1-156bf635711e', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug']' returned non-zero exit status 1 2018-04-23 16:20:36,771 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-23 16:20:36,771 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 02:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-04-23 16:20:36,861 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/juju_epc.py", line 423, in clean output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['juju', 'debug-log', '--replay', '--no-tail']' returned non-zero exit status 1 2018-04-23 16:20:36,861 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-04-23 16:20:36,862 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-04-23 16:20:43,830 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-04-23 16:20:43,831 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 06:18 | FAIL | | vyos_vrouter | functest | vnf | 06:05 | FAIL | | juju_epc | functest | vnf | 02:46 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-04-23 16:20:43,834 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-23 16:20:47,268 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-42 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-ovn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-23 16:20:47,270 - 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=UeQKV467huzUKgkkDAvezGrGD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-04-23 16:20:47,270 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-23 16:20:47,270 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-23 16:20:47,271 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-23 16:20:47,271 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK