2018-05-05 13:02:14,614 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 13:02:14,617 - 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=mFKcad4ddJGEn8KGyTnr8EY49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-05 13:02:14,617 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 13:02:14,618 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-05 13:02:14,620 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-05 13:02:14,620 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-05 13:02:17,315 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 13:02:27,602 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.276s OK 2018-05-05 13:02:27,723 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 13:02:27,724 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-05 13:02:27,728 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-05 13:02:29,901 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 13:18:36,204 - 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 966.250s OK 2018-05-05 13:18:36,328 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 13:18:36,329 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-05 13:18:36,332 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-05 13:18:37,220 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 13:19:40,383 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 63.162s OK 2018-05-05 13:19:40,500 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 13:19:40,500 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:03 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-05 13:19:40,504 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:06 | PASS | | snaps_health_check | functest | healthcheck | 01:03 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-05 13:19:40,507 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-05 13:19:43,185 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 13:19:43,187 - 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=mFKcad4ddJGEn8KGyTnr8EY49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-05 13:19:43,187 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 13:19:43,188 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-05 13:19:43,189 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-05 13:19:43,189 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-05 13:19:44,494 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-05 13:19:44,494 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-05 13:19:44,959 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-05 13:19:44,959 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-05 13:19:45,398 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-05 13:19:45,398 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-05 13:19:45' 2018-05-05 13:19:45,398 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:19:51,663 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:19:55,064 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:20:07,900 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:20:08,691 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:20:09,427 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:20:16,964 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:20:22,262 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-097b5b14-e58b-40cf-9907-79fb0db6aa6b' 2018-05-05 13:20:48,144 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-05 13:21:02,741 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-05 13:21:02,878 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-05 13:21:03,885 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-05 13:21:03,885 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-05 13:21:03,886 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-05 13:21:04,393 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 13:21:04,393 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-05 13:21:38,593 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-05 13:21:38,684 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-05 13:21:38,684 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-05 13:21:38' 2018-05-05 13:21:38,684 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--0e48d1f6-d49e-4147-a142-797086f5e2da' 2018-05-05 13:21:45,438 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-0e48d1f6-d49e-4147-a142-797086f5e2da' 2018-05-05 13:21:49,953 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-0e48d1f6-d49e-4147-a142-797086f5e2da' 2018-05-05 13:22:03,159 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-0e48d1f6-d49e-4147-a142-797086f5e2da' 2018-05-05 13:22:03,964 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0e48d1f6-d49e-4147-a142-797086f5e2da' 2018-05-05 13:22:12,018 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-0e48d1f6-d49e-4147-a142-797086f5e2da' 2018-05-05 13:22:19,186 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-05 13:22:37,012 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-05 13:22:39,788 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.9. Waiting for response... 2018-05-05 13:22:42,611 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-05 13:22:42,738 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 13:22:42,738 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-05 13:23:20,653 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-05 13:23:20,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 13:23:26,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 13:23:25.836 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=68fa8c6d-cecd-453e-8563-0665ac8da57a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 68fa8c6d-cecd-453e-8563-0665ac8da57a | 2018-05-05T13:23:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 68fa8c6d-cecd-453e-8563-0665ac8da57a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-05 13:23:29,409 - 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__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-05 13:23:29,410 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 13:23:35,435 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 13:23:33.540 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 13:23:33.671 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 13:23:35.234 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2) as the default verifier for the future CLI operations. 2018-05-05 13:23:38,570 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 13:23:41,002 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 13:23:53,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 13:23:59,576 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 13:23:58.553 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2) for deployment 'opnfv-rally' (UUID=68fa8c6d-cecd-453e-8563-0665ac8da57a). 2018-05-05 13:23:59.403 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2) has been successfully configured for deployment 'opnfv-rally' (UUID=68fa8c6d-cecd-453e-8563-0665ac8da57a)! 2018-05-05 13:23:59,576 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 13:23:59,577 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 13:23:59,579 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 13:23:59,582 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-05 13:24:02,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-38d71db1-3b72-4530-8f29-003e121532f2/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-05 13:24:02,570 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-05 13:24:02,571 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-05 13:24:02,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-05 13:24:04,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:24:04.742 55 INFO rally.api [-] Starting verification (UUID=3fe85c5c-281b-4731-9017-d46a3eb7ca03) for deployment 'opnfv-rally' (UUID=68fa8c6d-cecd-453e-8563-0665ac8da57a) by verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2). 2018-05-05 13:24:04,744 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 3fe85c5c-281b-4731-9017-d46a3eb7ca03 2018-05-05 13:24:13,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:24:13.073 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-05-05 13:24:13,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:24:13.147 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.074s] 2018-05-05 13:24:21,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:24:21.226 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.908s] 2018-05-05 13:24:24,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:24:24.445 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.217s] 2018-05-05 13:24:38,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:24:38.577 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.502s] 2018-05-05 13:25:05,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:25:05.183 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.792s] 2018-05-05 13:25:58,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:25:58.399 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-05-05 13:25:58,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:25:58.401 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-05 13:26:46,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:26:46.035 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.107s] 2018-05-05 13:26:46,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:26:46.037 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-05 13:27:34,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:27:34.356 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-05-05 13:27:34,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:27:34.357 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-05 13:28:43,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:28:43.371 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.138s] 2018-05-05 13:29:22,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:22.623 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-05 13:29:22,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:22.719 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-05-05 13:29:34,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:34.297 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.657s] 2018-05-05 13:29:34,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:34.306 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-05 13:29:35,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:35.852 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-05 13:29:35,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:35.853 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-05 13:29:40,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:40.416 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.501s] 2018-05-05 13:29:47,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:47.603 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2018-05-05 13:29:54,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:29:54.838 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.714s] 2018-05-05 13:30:03,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:03.564 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.573s] 2018-05-05 13:30:13,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:13.933 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.310s] 2018-05-05 13:30:20,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:20.964 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.478s] 2018-05-05 13:30:27,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:27.783 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.187s] 2018-05-05 13:30:36,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:36.420 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.474s] 2018-05-05 13:30:45,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:45.258 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.493s] 2018-05-05 13:30:54,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:54.246 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.214s] 2018-05-05 13:30:57,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:57.273 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-05 13:30:59,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:59.229 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-05-05 13:30:59,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:59.308 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2018-05-05 13:30:59,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:59.385 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-05-05 13:30:59,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:30:59.392 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-05 13:31:04,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:04.415 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.789s] 2018-05-05 13:31:08,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:08.820 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.405s] 2018-05-05 13:31:11,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:11.827 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.006s] 2018-05-05 13:31:25,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:25.946 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-05 13:31:34,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:34.275 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.784s] 2018-05-05 13:31:53,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:53.411 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.877s] 2018-05-05 13:31:58,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:31:58.546 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.134s] 2018-05-05 13:32:12,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:12.635 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.865s] 2018-05-05 13:32:16,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:16.487 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.850s] 2018-05-05 13:32:22,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:22.009 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.521s] 2018-05-05 13:32:32,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:32.472 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.358s] 2018-05-05 13:32:36,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:36.443 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.968s] 2018-05-05 13:32:42,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:42.913 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.469s] 2018-05-05 13:32:59,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:32:59.961 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.855s] 2018-05-05 13:33:00,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:00.367 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.405s] 2018-05-05 13:33:00,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:00.625 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.257s] 2018-05-05 13:33:00,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:00.833 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.207s] 2018-05-05 13:33:01,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:01.331 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.498s] 2018-05-05 13:33:01,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:01.529 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.198s] 2018-05-05 13:33:17,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:17.691 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.418s] 2018-05-05 13:33:18,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:18.251 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.560s] 2018-05-05 13:33:18,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:18.552 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.301s] 2018-05-05 13:33:18,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:18.755 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.202s] 2018-05-05 13:33:18,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:18.864 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.108s] 2018-05-05 13:33:18,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:18.918 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-05-05 13:33:33,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:33.327 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.439s] 2018-05-05 13:33:39,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:39.716 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.388s] 2018-05-05 13:33:42,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:42.667 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.949s] 2018-05-05 13:33:42,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:42.722 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2018-05-05 13:33:42,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:42.930 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.207s] 2018-05-05 13:33:56,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:33:56.711 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.451s] 2018-05-05 13:34:04,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:04.745 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.033s] 2018-05-05 13:34:06,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:06.597 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.851s] 2018-05-05 13:34:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:06.678 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.082s] 2018-05-05 13:34:06,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:06.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2018-05-05 13:34:32,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:32.058 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.188s] 2018-05-05 13:34:45,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:45.608 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.550s] 2018-05-05 13:34:56,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:34:56.280 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.670s] 2018-05-05 13:35:05,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:35:05.959 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.679s] 2018-05-05 13:35:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:35:41.197 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.052s] 2018-05-05 13:35:55,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:35:55.462 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.265s] 2018-05-05 13:36:07,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:07.564 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.101s] 2018-05-05 13:36:18,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:18.309 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.746s] 2018-05-05 13:36:36,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:36.546 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.009s] 2018-05-05 13:36:38,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:38.629 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.080s] 2018-05-05 13:36:38,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:38.830 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.204s] 2018-05-05 13:36:44,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:44.609 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.775s] 2018-05-05 13:36:47,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:47.424 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.813s] 2018-05-05 13:36:47,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:47.616 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.195s] 2018-05-05 13:36:52,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:52.502 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.709s] 2018-05-05 13:36:56,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:56.114 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-05 13:36:58,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:58.121 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-05 13:36:58,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:58.123 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-05 13:36:58,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:58.126 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-05 13:36:58,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:58.126 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-05 13:36:58,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:36:58.127 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-05 13:37:00,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:37:00.078 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-05 13:37:22,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:37:22.169 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.620s] 2018-05-05 13:37:41,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:37:41.354 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.368s] 2018-05-05 13:38:03,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:38:03.618 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [22.260s] 2018-05-05 13:38:15,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:38:15.375 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-05-05 13:39:51,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:39:51.888 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [89.102s] 2018-05-05 13:40:51,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:40:51.953 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [44.512s] 2018-05-05 13:42:06,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 13:42:06.926 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [39.463s] 2018-05-05 13:42:30,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3fe85c5c-281b-4731-9017-d46a3eb7ca03']'. 2018-05-05 13:42:31,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 13:42:31,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 13:42:31,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 13:42:31,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3fe85c5c-281b-4731-9017-d46a3eb7ca03 | 2018-05-05 13:42:31,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 13:24:04 | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 13:42:30 | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:26 | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 38d71db1-3b72-4530-8f29-003e121532f2) | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 68fa8c6d-cecd-453e-8563-0665ac8da57a) | 2018-05-05 13:42:31,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1076.678 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 13:42:31,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 13:42:31,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-05 13:42:43,016 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 13:42:43,016 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:04 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-05 13:42:43,021 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-05 13:42:43,112 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-05 13:42:43,543 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-05 13:42:43,543 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-05 13:42:44,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 13:42:46,533 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 13:42:46.178 119 INFO rally.deployment.engine [-] Deployment 68fa8c6d-cecd-453e-8563-0665ac8da57a | Starting: Destroy cloud and free allocated resources. 2018-05-05 13:42:46.255 119 INFO rally.deployment.engine [-] Deployment 68fa8c6d-cecd-453e-8563-0665ac8da57a | Completed: Destroy cloud and free allocated resources. 2018-05-05 13:42:46.296 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2) for deployment 'opnfv-rally'. 2018-05-05 13:42:46.313 119 INFO rally.api [-] Deleting verification (UUID=3fe85c5c-281b-4731-9017-d46a3eb7ca03). 2018-05-05 13:42:46.352 119 INFO rally.api [-] Verification has been successfully deleted! 2018-05-05 13:42:46.352 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2). 2018-05-05 13:42:46.357 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 13:42:48,818 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 13:42:48.537 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4de1a89c-f805-4f21-aa28-576bdaaccf52) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4de1a89c-f805-4f21-aa28-576bdaaccf52 | 2018-05-05T13:42:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4de1a89c-f805-4f21-aa28-576bdaaccf52 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-05 13:42:52,143 - 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__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-05 13:42:52,144 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-05 13:42:53,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e'... 2018-05-05 13:43:00,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-9dc21af6-9d22-47cb-add4-783f3334c83e'... 2018-05-05 13:43:04,003 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-9dc21af6-9d22-47cb-add4-783f3334c83e'... 2018-05-05 13:43:15,591 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e'... 2018-05-05 13:43:16,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e'... 2018-05-05 13:43:16,980 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-05 13:43:16,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-05 13:43:16,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 13:43:16,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 13:43:17,000 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 13:44:21,638 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dfc482b6-9fa1-430c-9d58-4922dfea9aa8 2018-05-05 13:44:21,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-05 13:44:21,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'dfc482b6-9fa1-430c-9d58-4922dfea9aa8'] 2018-05-05 13:44:22,668 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task dfc482b6-9fa1-430c-9d58-4922dfea9aa8: 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 dfc482b6-9fa1-430c-9d58-4922dfea9aa8 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | total | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> duration | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476041 Full duration: 7.931926 -------------------------------------------------------------------------------- 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 dfc482b6-9fa1-430c-9d58-4922dfea9aa8 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.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.765561 Full duration: 7.895776 -------------------------------------------------------------------------------- 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 dfc482b6-9fa1-430c-9d58-4922dfea9aa8 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.558 | 0.558 | 0.558 | 0.558 | 0.558 | 0.558 | 100.0% | 1 | | total | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> duration | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 0.974 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.974046 Full duration: 7.773652 -------------------------------------------------------------------------------- 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 dfc482b6-9fa1-430c-9d58-4922dfea9aa8 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.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | total | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> duration | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 0.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770328 Full duration: 8.737597 -------------------------------------------------------------------------------- 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 dfc482b6-9fa1-430c-9d58-4922dfea9aa8 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928662 Full duration: 8.90788 -------------------------------------------------------------------------------- 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 dfc482b6-9fa1-430c-9d58-4922dfea9aa8 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.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | -> duration | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.66349 Full duration: 7.218331 HINTS: * To plot HTML graphics with this data, run: rally task report dfc482b6-9fa1-430c-9d58-4922dfea9aa8 --out output.html * To generate a JUnit report, run: rally task export dfc482b6-9fa1-430c-9d58-4922dfea9aa8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dfc482b6-9fa1-430c-9d58-4922dfea9aa8 --json --out output.json 2018-05-05 13:44:22,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'dfc482b6-9fa1-430c-9d58-4922dfea9aa8'] 2018-05-05 13:44:23,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 13:44:23,706 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'dfc482b6-9fa1-430c-9d58-4922dfea9aa8', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-05 13:44:23,713 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-05 13:44:23,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-05 13:44:23,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-05 13:44:23,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 13:44:23,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 13:44:23,739 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 13:46:36,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 00e537a0-4f6d-40a2-9c82-2501e07c6ddf 2018-05-05 13:46:36,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '00e537a0-4f6d-40a2-9c82-2501e07c6ddf'] 2018-05-05 13:46:37,169 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 00e537a0-4f6d-40a2-9c82-2501e07c6ddf: 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 00e537a0-4f6d-40a2-9c82-2501e07c6ddf 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 | 7.313 | 7.313 | 7.313 | 7.313 | 7.313 | 7.313 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> glance_v2.upload_data | 3.772 | 3.772 | 3.772 | 3.772 | 3.772 | 3.772 | 100.0% | 1 | | glance_v2.delete_image | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 3.96 | 100.0% | 1 | | total | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 100.0% | 1 | | -> duration | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.273412 Full duration: 19.546148 -------------------------------------------------------------------------------- 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 00e537a0-4f6d-40a2-9c82-2501e07c6ddf 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 | 6.311 | 6.311 | 6.311 | 6.311 | 6.311 | 6.311 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | -> glance_v2.upload_data | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 100.0% | 1 | | glance_v2.list_images | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 100.0% | 1 | | -> duration | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 6.501 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.501352 Full duration: 20.136605 -------------------------------------------------------------------------------- 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 00e537a0-4f6d-40a2-9c82-2501e07c6ddf 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.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> duration | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.340335 Full duration: 8.516026 -------------------------------------------------------------------------------- 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "number_instances": 2, "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] }, "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 00e537a0-4f6d-40a2-9c82-2501e07c6ddf 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 | 7.317 | 7.317 | 7.317 | 7.317 | 7.317 | 7.317 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> glance_v2.upload_data | 4.406 | 4.406 | 4.406 | 4.406 | 4.406 | 4.406 | 100.0% | 1 | | nova.boot_servers | 20.796 | 20.796 | 20.796 | 20.796 | 20.796 | 20.796 | 100.0% | 1 | | total | 28.114 | 28.114 | 28.114 | 28.114 | 28.114 | 28.114 | 100.0% | 1 | | -> duration | 27.114 | 27.114 | 27.114 | 27.114 | 27.114 | 27.114 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.113723 Full duration: 65.039076 HINTS: * To plot HTML graphics with this data, run: rally task report 00e537a0-4f6d-40a2-9c82-2501e07c6ddf --out output.html * To generate a JUnit report, run: rally task export 00e537a0-4f6d-40a2-9c82-2501e07c6ddf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 00e537a0-4f6d-40a2-9c82-2501e07c6ddf --json --out output.json 2018-05-05 13:46:37,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '00e537a0-4f6d-40a2-9c82-2501e07c6ddf'] 2018-05-05 13:46:38,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 13:46:38,180 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '00e537a0-4f6d-40a2-9c82-2501e07c6ddf', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-05 13:46:38,187 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-05 13:46:38,187 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-05 13:46:38,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-05 13:46:38,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 13:46:38,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 13:46:38,203 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 13:50:28,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 157046b0-dc67-4415-abd5-e9a8371b5a5a 2018-05-05 13:50:28,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '157046b0-dc67-4415-abd5-e9a8371b5a5a'] 2018-05-05 13:50:29,532 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 157046b0-dc67-4415-abd5-e9a8371b5a5a: 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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 | 4.289 | 4.289 | 4.289 | 4.289 | 4.289 | 4.289 | 100.0% | 1 | | cinder_v2.delete_snapshot | 5.327 | 5.327 | 5.327 | 5.327 | 5.327 | 5.327 | 100.0% | 1 | | total | 9.616 | 9.616 | 9.616 | 9.616 | 9.616 | 9.616 | 100.0% | 1 | | -> duration | 9.616 | 9.616 | 9.616 | 9.616 | 9.616 | 9.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.616179 Full duration: 28.615671 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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.204 | 3.204 | 3.204 | 3.204 | 3.204 | 3.204 | 100.0% | 1 | | cinder_v2.delete_volume | 4.664 | 4.664 | 4.664 | 4.664 | 4.664 | 4.664 | 100.0% | 1 | | total | 7.868 | 7.868 | 7.868 | 7.868 | 7.868 | 7.868 | 100.0% | 1 | | -> duration | 7.868 | 7.868 | 7.868 | 7.868 | 7.868 | 7.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.867765 Full duration: 17.801813 -------------------------------------------------------------------------------- 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 157046b0-dc67-4415-abd5-e9a8371b5a5a 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 | 14.152 | 14.152 | 14.152 | 14.152 | 14.152 | 14.152 | 100.0% | 1 | | cinder_v2.delete_volume | 4.865 | 4.865 | 4.865 | 4.865 | 4.865 | 4.865 | 100.0% | 1 | | total | 19.018 | 19.018 | 19.018 | 19.018 | 19.018 | 19.018 | 100.0% | 1 | | -> duration | 19.018 | 19.018 | 19.018 | 19.018 | 19.018 | 19.018 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.01804 Full duration: 30.67805 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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.754 | 3.754 | 3.754 | 3.754 | 3.754 | 3.754 | 100.0% | 1 | | cinder_v2.delete_volume | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 2.524 | 100.0% | 1 | | total | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 100.0% | 1 | | -> duration | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.278335 Full duration: 18.472018 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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.174 | 3.174 | 3.174 | 3.174 | 3.174 | 3.174 | 100.0% | 1 | | cinder_v2.extend_volume | 2.726 | 2.726 | 2.726 | 2.726 | 2.726 | 2.726 | 100.0% | 1 | | cinder_v2.delete_volume | 2.201 | 2.201 | 2.201 | 2.201 | 2.201 | 2.201 | 100.0% | 1 | | total | 8.101 | 8.101 | 8.101 | 8.101 | 8.101 | 8.101 | 100.0% | 1 | | -> duration | 8.101 | 8.101 | 8.101 | 8.101 | 8.101 | 8.101 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.100834 Full duration: 19.305384 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 5.606 | 100.0% | 1 | | cinder_v2.delete_volume | 7.039 | 7.039 | 7.039 | 7.039 | 7.039 | 7.039 | 100.0% | 1 | | total | 12.645 | 12.645 | 12.645 | 12.645 | 12.645 | 12.645 | 100.0% | 1 | | -> duration | 12.645 | 12.645 | 12.645 | 12.645 | 12.645 | 12.645 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.644678 Full duration: 32.546955 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | cinder_v2.list_qos | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80445 Full duration: 12.858305 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | cinder_v2.set_qos | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805151 Full duration: 12.491396 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | cinder_v2.list_types | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.809977 Full duration: 13.07094 -------------------------------------------------------------------------------- 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 157046b0-dc67-4415-abd5-e9a8371b5a5a 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.944769 Full duration: 12.622672 HINTS: * To plot HTML graphics with this data, run: rally task report 157046b0-dc67-4415-abd5-e9a8371b5a5a --out output.html * To generate a JUnit report, run: rally task export 157046b0-dc67-4415-abd5-e9a8371b5a5a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 157046b0-dc67-4415-abd5-e9a8371b5a5a --json --out output.json 2018-05-05 13:50:29,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '157046b0-dc67-4415-abd5-e9a8371b5a5a'] 2018-05-05 13:50:30,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 13:50:30,658 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '157046b0-dc67-4415-abd5-e9a8371b5a5a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-05 13:50:30,665 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-05 13:50:30,665 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-05 13:50:30,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-05 13:50:30,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 13:50:30,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 13:50:30,673 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 13:51:57,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d30299c4-c22e-445b-baa3-6682b3179ee5 2018-05-05 13:51:57,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd30299c4-c22e-445b-baa3-6682b3179ee5'] 2018-05-05 13:51:58,874 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d30299c4-c22e-445b-baa3-6682b3179ee5: 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 d30299c4-c22e-445b-baa3-6682b3179ee5 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 | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 100.0% | 1 | | heat.update_stack | 2.976 | 2.976 | 2.976 | 2.976 | 2.976 | 2.976 | 100.0% | 1 | | heat.delete_stack | 4.093 | 4.093 | 4.093 | 4.093 | 4.093 | 4.093 | 100.0% | 1 | | total | 12.96 | 12.96 | 12.96 | 12.96 | 12.96 | 12.96 | 100.0% | 1 | | -> duration | 8.96 | 8.96 | 8.96 | 8.96 | 8.96 | 8.96 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.959752 Full duration: 21.753335 -------------------------------------------------------------------------------- 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 d30299c4-c22e-445b-baa3-6682b3179ee5 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.736 | 4.736 | 4.736 | 4.736 | 4.736 | 4.736 | 100.0% | 1 | | heat.check_stack | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | heat.delete_stack | 2.353 | 2.353 | 2.353 | 2.353 | 2.353 | 2.353 | 100.0% | 1 | | total | 7.884 | 7.884 | 7.884 | 7.884 | 7.884 | 7.884 | 100.0% | 1 | | -> duration | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.883736 Full duration: 17.830682 -------------------------------------------------------------------------------- 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 d30299c4-c22e-445b-baa3-6682b3179ee5 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 | 5.367 | 5.367 | 5.367 | 5.367 | 5.367 | 5.367 | 100.0% | 1 | | heat.suspend_stack | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | heat.resume_stack | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | heat.delete_stack | 2.536 | 2.536 | 2.536 | 2.536 | 2.536 | 2.536 | 100.0% | 1 | | total | 9.447 | 9.447 | 9.447 | 9.447 | 9.447 | 9.447 | 100.0% | 1 | | -> duration | 7.447 | 7.447 | 7.447 | 7.447 | 7.447 | 7.447 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.447432 Full duration: 20.629884 -------------------------------------------------------------------------------- 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 d30299c4-c22e-445b-baa3-6682b3179ee5 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | total | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> duration | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611361 Full duration: 8.826911 HINTS: * To plot HTML graphics with this data, run: rally task report d30299c4-c22e-445b-baa3-6682b3179ee5 --out output.html * To generate a JUnit report, run: rally task export d30299c4-c22e-445b-baa3-6682b3179ee5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d30299c4-c22e-445b-baa3-6682b3179ee5 --json --out output.json 2018-05-05 13:51:58,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd30299c4-c22e-445b-baa3-6682b3179ee5'] 2018-05-05 13:51:59,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 13:51:59,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd30299c4-c22e-445b-baa3-6682b3179ee5', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-05 13:51:59,887 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-05 13:51:59,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-05 13:51:59,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-05 13:51:59,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 13:51:59,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 13:51:59,905 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 13:55:20,449 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4cb457de-4a83-441f-94b1-2db5556984c9 2018-05-05 13:55:20,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4cb457de-4a83-441f-94b1-2db5556984c9'] 2018-05-05 13:55:21,587 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4cb457de-4a83-441f-94b1-2db5556984c9: 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.revoke_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779378 Full duration: 15.708771 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.add_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | keystone_v3.list_roles | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742169 Full duration: 15.695052 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | keystone_v3.list_projects | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> duration | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.747874 Full duration: 15.04699 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | keystone_v3.delete_role | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> duration | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 1.522 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.52171 Full duration: 13.832592 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 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.628556 Full duration: 12.442988 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | keystone_v3.create_user | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 0.562 | 100.0% | 1 | | keystone_v3.get_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_user | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_services | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 2.31 | 2.31 | 2.31 | 2.31 | 2.31 | 2.31 | 100.0% | 1 | | -> duration | 2.31 | 2.31 | 2.31 | 2.31 | 2.31 | 2.31 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.309788 Full duration: 20.228544 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | -> duration | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.970366 Full duration: 13.443546 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 4cb457de-4a83-441f-94b1-2db5556984c9 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786795 Full duration: 14.903875 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 4cb457de-4a83-441f-94b1-2db5556984c9 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 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | total | 1.04 | 1.04 | 1.04 | 1.04 | 1.04 | 1.04 | 100.0% | 1 | | -> duration | 1.04 | 1.04 | 1.04 | 1.04 | 1.04 | 1.04 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.03971 Full duration: 14.951993 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.list_users | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889341 Full duration: 14.524881 -------------------------------------------------------------------------------- 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 4cb457de-4a83-441f-94b1-2db5556984c9 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | keystone_v3.create_users | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 5.834 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.366 | 1.366 | 1.366 | 1.366 | 1.366 | 1.366 | 100.0% | 1 | | total | 7.488 | 7.488 | 7.488 | 7.488 | 7.488 | 7.488 | 100.0% | 1 | | -> duration | 7.488 | 7.488 | 7.488 | 7.488 | 7.488 | 7.488 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.487539 Full duration: 24.404389 HINTS: * To plot HTML graphics with this data, run: rally task report 4cb457de-4a83-441f-94b1-2db5556984c9 --out output.html * To generate a JUnit report, run: rally task export 4cb457de-4a83-441f-94b1-2db5556984c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4cb457de-4a83-441f-94b1-2db5556984c9 --json --out output.json 2018-05-05 13:55:21,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4cb457de-4a83-441f-94b1-2db5556984c9'] 2018-05-05 13:55:22,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 13:55:22,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4cb457de-4a83-441f-94b1-2db5556984c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-05 13:55:22,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-05 13:55:22,699 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-05 13:55:22,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-05 13:55:22,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 13:55:22,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 13:55:22,713 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 14:02:15,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0dbb0a5d-845f-4322-9210-72ae2114d40b 2018-05-05 14:02:15,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0dbb0a5d-845f-4322-9210-72ae2114d40b'] 2018-05-05 14:02:16,677 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0dbb0a5d-845f-4322-9210-72ae2114d40b: 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 0dbb0a5d-845f-4322-9210-72ae2114d40b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.delete_network | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | total | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 100.0% | 1 | | -> duration | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 1.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.715555 Full duration: 15.714705 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.833 | 1.833 | 1.833 | 1.833 | 1.833 | 1.833 | 100.0% | 1 | | neutron.delete_port | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | total | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | -> duration | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.483183 Full duration: 43.171291 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | neutron.create_subnet | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | neutron.create_router | 4.152 | 4.152 | 4.152 | 4.152 | 4.152 | 4.152 | 100.0% | 1 | | neutron.add_interface_router | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 100.0% | 1 | | neutron.remove_interface_router | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 100.0% | 1 | | neutron.delete_router | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 100.0% | 1 | | total | 12.141 | 12.141 | 12.141 | 12.141 | 12.141 | 12.141 | 100.0% | 1 | | -> duration | 12.141 | 12.141 | 12.141 | 12.141 | 12.141 | 12.141 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.140713 Full duration: 52.439672 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.49 | 1.49 | 1.49 | 1.49 | 1.49 | 1.49 | 100.0% | 1 | | neutron.delete_subnet | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | total | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 100.0% | 1 | | -> duration | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 2.262 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.261945 Full duration: 42.370514 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | neutron.list_networks | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 100.0% | 1 | | -> duration | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.463108 Full duration: 17.84637 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.525 | 1.525 | 1.525 | 1.525 | 1.525 | 1.525 | 100.0% | 1 | | neutron.list_ports | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | total | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | -> duration | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 1.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.765632 Full duration: 41.07244 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 100.0% | 1 | | neutron.create_subnet | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.create_router | 3.368 | 3.368 | 3.368 | 3.368 | 3.368 | 3.368 | 100.0% | 1 | | neutron.add_interface_router | 2.152 | 2.152 | 2.152 | 2.152 | 2.152 | 2.152 | 100.0% | 1 | | neutron.list_routers | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 8.646 | 8.646 | 8.646 | 8.646 | 8.646 | 8.646 | 100.0% | 1 | | -> duration | 8.646 | 8.646 | 8.646 | 8.646 | 8.646 | 8.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.646408 Full duration: 56.463696 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | neutron.create_subnet | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 100.0% | 1 | | neutron.list_subnets | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 100.0% | 1 | | -> duration | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 3.034 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.034139 Full duration: 43.826702 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.991 | 0.991 | 0.991 | 0.991 | 0.991 | 0.991 | 100.0% | 1 | | neutron.delete_security_group | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | total | 1.632 | 1.632 | 1.632 | 1.632 | 1.632 | 1.632 | 100.0% | 1 | | -> duration | 1.632 | 1.632 | 1.632 | 1.632 | 1.632 | 1.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.632455 Full duration: 16.945343 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | neutron.create_security_group_rule | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | neutron.delete_security_group | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 100.0% | 1 | | -> duration | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.996525 Full duration: 16.759214 -------------------------------------------------------------------------------- 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 0dbb0a5d-845f-4322-9210-72ae2114d40b 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.358 | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 100.0% | 1 | | neutron.create_router | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 4.763 | 100.0% | 1 | | neutron.add_gateway_router | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 1.78 | 100.0% | 1 | | neutron.remove_gateway_router | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | total | 9.39 | 9.39 | 9.39 | 9.39 | 9.39 | 9.39 | 100.0% | 1 | | -> duration | 9.39 | 9.39 | 9.39 | 9.39 | 9.39 | 9.39 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.389973 Full duration: 35.653149 HINTS: * To plot HTML graphics with this data, run: rally task report 0dbb0a5d-845f-4322-9210-72ae2114d40b --out output.html * To generate a JUnit report, run: rally task export 0dbb0a5d-845f-4322-9210-72ae2114d40b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0dbb0a5d-845f-4322-9210-72ae2114d40b --json --out output.json 2018-05-05 14:02:16,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0dbb0a5d-845f-4322-9210-72ae2114d40b'] 2018-05-05 14:02:17,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 14:02:17,707 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0dbb0a5d-845f-4322-9210-72ae2114d40b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-05 14:02:17,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-05 14:02:17,715 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-05 14:02:17,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-05 14:02:17,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 14:02:17,732 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 14:02:17,733 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 14:11:54,347 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c9664b4f-1d21-41ef-975e-9fe82d93bc69 2018-05-05 14:11:54,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'c9664b4f-1d21-41ef-975e-9fe82d93bc69'] 2018-05-05 14:11:55,390 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task c9664b4f-1d21-41ef-975e-9fe82d93bc69: 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "block_migration": false, "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 17.971 | 17.971 | 17.971 | 17.971 | 17.971 | 17.971 | 100.0% | 1 | | nova.find_host_to_migrate | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | nova.live_migrate | 26.01 | 26.01 | 26.01 | 26.01 | 26.01 | 26.01 | 100.0% | 1 | | nova.delete_server | 5.618 | 5.618 | 5.618 | 5.618 | 5.618 | 5.618 | 100.0% | 1 | | total | 51.229 | 51.229 | 51.229 | 51.229 | 51.229 | 51.229 | 100.0% | 1 | | -> duration | 50.229 | 50.229 | 50.229 | 50.229 | 50.229 | 50.229 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.229338 Full duration: 60.534074 -------------------------------------------------------------------------------- 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 21.228 | 21.228 | 21.228 | 21.228 | 21.228 | 21.228 | 100.0% | 1 | | cinder_v2.create_volume | 2.94 | 2.94 | 2.94 | 2.94 | 2.94 | 2.94 | 100.0% | 1 | | nova.attach_volume | 6.69 | 6.69 | 6.69 | 6.69 | 6.69 | 6.69 | 100.0% | 1 | | nova.find_host_to_migrate | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 1.401 | 100.0% | 1 | | nova.live_migrate | 16.067 | 16.067 | 16.067 | 16.067 | 16.067 | 16.067 | 100.0% | 1 | | nova.detach_volume | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 100.0% | 1 | | cinder_v2.delete_volume | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 100.0% | 1 | | nova.delete_server | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 100.0% | 1 | | total | 57.792 | 57.792 | 57.792 | 57.792 | 57.792 | 57.792 | 100.0% | 1 | | -> duration | 56.792 | 56.792 | 56.792 | 56.792 | 56.792 | 56.792 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 56.792379 Full duration: 69.817282 -------------------------------------------------------------------------------- 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 13.559 | 13.559 | 13.559 | 13.559 | 13.559 | 13.559 | 100.0% | 1 | | nova.boot_server | 13.084 | 13.084 | 13.084 | 13.084 | 13.084 | 13.084 | 100.0% | 1 | | nova.find_host_to_migrate | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 1.236 | 100.0% | 1 | | nova.live_migrate | 22.493 | 22.493 | 22.493 | 22.493 | 22.493 | 22.493 | 100.0% | 1 | | nova.delete_server | 13.972 | 13.972 | 13.972 | 13.972 | 13.972 | 13.972 | 100.0% | 1 | | total | 64.343 | 64.343 | 64.343 | 64.343 | 64.343 | 64.343 | 100.0% | 1 | | -> duration | 63.343 | 63.343 | 63.343 | 63.343 | 63.343 | 63.343 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 63.343224 Full duration: 77.813989 -------------------------------------------------------------------------------- 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "server_kwargs": { "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] } }, "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 c9664b4f-1d21-41ef-975e-9fe82d93bc69 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.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | nova.boot_server | 12.647 | 12.647 | 12.647 | 12.647 | 12.647 | 12.647 | 100.0% | 1 | | nova.delete_server | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 5.671 | 100.0% | 1 | | nova.delete_keypair | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 19.238 | 19.238 | 19.238 | 19.238 | 19.238 | 19.238 | 100.0% | 1 | | -> duration | 18.238 | 18.238 | 18.238 | 18.238 | 18.238 | 18.238 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.238241 Full duration: 54.130523 -------------------------------------------------------------------------------- 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-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "volume_size": 5, "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] }, "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 c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 16.59 | 16.59 | 16.59 | 16.59 | 16.59 | 16.59 | 100.0% | 1 | | nova.boot_server | 10.067 | 10.067 | 10.067 | 10.067 | 10.067 | 10.067 | 100.0% | 1 | | nova.delete_server | 5.466 | 5.466 | 5.466 | 5.466 | 5.466 | 5.466 | 100.0% | 1 | | total | 32.124 | 32.124 | 32.124 | 32.124 | 32.124 | 32.124 | 100.0% | 1 | | -> duration | 31.124 | 31.124 | 31.124 | 31.124 | 31.124 | 31.124 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.123913 Full duration: 72.034585 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "force_delete": false, "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] }, "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 c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 15.006 | 15.006 | 15.006 | 15.006 | 15.006 | 15.006 | 100.0% | 1 | | nova.pause_server | 3.648 | 3.648 | 3.648 | 3.648 | 3.648 | 3.648 | 100.0% | 1 | | nova.unpause_server | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | nova.delete_server | 14.939 | 14.939 | 14.939 | 14.939 | 14.939 | 14.939 | 100.0% | 1 | | total | 36.251 | 36.251 | 36.251 | 36.251 | 36.251 | 36.251 | 100.0% | 1 | | -> duration | 31.251 | 31.251 | 31.251 | 31.251 | 31.251 | 31.251 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 31.251057 Full duration: 72.428935 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "nics": [ { "net-id": "5e81565e-05fe-4aa1-942c-59287d363c1c" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 12.802 | 12.802 | 12.802 | 12.802 | 12.802 | 12.802 | 100.0% | 1 | | nova.migrate | 33.567 | 33.567 | 33.567 | 33.567 | 33.567 | 33.567 | 100.0% | 1 | | nova.resize_confirm | 6.449 | 6.449 | 6.449 | 6.449 | 6.449 | 6.449 | 100.0% | 1 | | nova.delete_server | 5.342 | 5.342 | 5.342 | 5.342 | 5.342 | 5.342 | 100.0% | 1 | | total | 58.162 | 58.162 | 58.162 | 58.162 | 58.162 | 58.162 | 100.0% | 1 | | -> duration | 57.162 | 57.162 | 57.162 | 57.162 | 57.162 | 57.162 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.161884 Full duration: 68.126166 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "image": { "name": "Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task c9664b4f-1d21-41ef-975e-9fe82d93bc69 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 | 13.306 | 13.306 | 13.306 | 13.306 | 13.306 | 13.306 | 100.0% | 1 | | nova.list_interfaces | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | total | 13.69 | 13.69 | 13.69 | 13.69 | 13.69 | 13.69 | 100.0% | 1 | | -> duration | 12.69 | 12.69 | 12.69 | 12.69 | 12.69 | 12.69 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.689901 Full duration: 55.297638 -------------------------------------------------------------------------------- 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 c9664b4f-1d21-41ef-975e-9fe82d93bc69 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | nova.delete_server_group | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> duration | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848198 Full duration: 9.732567 HINTS: * To plot HTML graphics with this data, run: rally task report c9664b4f-1d21-41ef-975e-9fe82d93bc69 --out output.html * To generate a JUnit report, run: rally task export c9664b4f-1d21-41ef-975e-9fe82d93bc69 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c9664b4f-1d21-41ef-975e-9fe82d93bc69 --json --out output.json 2018-05-05 14:11:55,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'c9664b4f-1d21-41ef-975e-9fe82d93bc69'] 2018-05-05 14:11:56,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 14:11:56,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'c9664b4f-1d21-41ef-975e-9fe82d93bc69', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-05 14:11:56,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-05 14:11:56,517 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-05 14:11:56,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-05 14:11:56,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-05 14:11:56,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-05 14:11:56,533 - 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': '5e81565e-05fe-4aa1-942c-59287d363c1c', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-9dc21af6-9d22-47cb-add4-783f3334c83e', 'flavor_name': 'rally-tiny-9dc21af6-9d22-47cb-add4-783f3334c83e', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-9dc21af6-9d22-47cb-add4-783f3334c83e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-05 14:12:53,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 2018-05-05 14:12:53,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6'] 2018-05-05 14:12:54,025 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6: 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 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | quotas.delete_quotas | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | total | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 100.0% | 1 | | -> duration | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 2.154 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.153967 Full duration: 10.150863 -------------------------------------------------------------------------------- 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 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | total | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | -> duration | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.120957 Full duration: 9.260677 -------------------------------------------------------------------------------- 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 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 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.375 | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781619 Full duration: 8.355034 -------------------------------------------------------------------------------- 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 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | total | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | -> duration | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.157441 Full duration: 8.929168 HINTS: * To plot HTML graphics with this data, run: rally task report 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 --out output.html * To generate a JUnit report, run: rally task export 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6 --json --out output.json 2018-05-05 14:12:54,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6'] 2018-05-05 14:12:55,046 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-05 14:12:55,047 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '94c5aaba-a2c3-4bb0-9ee5-7975bf5ef9c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-05 14:12:55,055 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-05 14:12:55,059 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:48 | 6 | 100.00% | | glance | 01:53 | 4 | 100.00% | | cinder | 03:18 | 10 | 100.00% | | heat | 01:09 | 4 | 100.00% | | keystone | 02:55 | 11 | 100.00% | | neutron | 06:22 | 11 | 100.00% | | nova | 08:59 | 9 | 100.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:26:03 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-05 14:12:55,059 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-05 14:13:10,293 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-05 14:13:10,293 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-05 14:13:10,797 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 14:13:10,797 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 30:26 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-05 14:13:10,802 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-05 14:13:10,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 14:13:13,218 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 14:13:12.941 11198 INFO rally.deployment.engine [-] Deployment 4de1a89c-f805-4f21-aa28-576bdaaccf52 | Starting: Destroy cloud and free allocated resources. 2018-05-05 14:13:13.009 11198 INFO rally.deployment.engine [-] Deployment 4de1a89c-f805-4f21-aa28-576bdaaccf52 | Completed: Destroy cloud and free allocated resources. 2018-05-05 14:13:13.033 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2). 2018-05-05 14:13:13.038 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 14:13:15,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 14:13:15.393 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=25628c70-3e2a-4c4f-b385-f173d141122b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 25628c70-3e2a-4c4f-b385-f173d141122b | 2018-05-05T14:13:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 25628c70-3e2a-4c4f-b385-f173d141122b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-05 14:13:19,041 - 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__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-05 14:13:19,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 14:13:21,341 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-05 14:13:21.072 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=38d71db1-3b72-4530-8f29-003e121532f2). 2018-05-05 14:13:21.194 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-05 14:13:24,762 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 14:13:23.430 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 14:13:23.589 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 14:13:24.571 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5) as the default verifier for the future CLI operations. 2018-05-05 14:13:27,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 14:13:31,077 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 14:13:45,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 14:13:51,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 14:13:50.087 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5) for deployment 'opnfv-rally' (UUID=25628c70-3e2a-4c4f-b385-f173d141122b). 2018-05-05 14:13:51.158 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5) has been successfully configured for deployment 'opnfv-rally' (UUID=25628c70-3e2a-4c4f-b385-f173d141122b)! 2018-05-05 14:13:51,326 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 14:13:51,326 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 14:13:51,328 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 14:13:53,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-05 14:13:55,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:13:55.681 11241 INFO rally.api [-] Starting verification (UUID=589631f7-ba96-4433-b748-ca84b168b5af) for deployment 'opnfv-rally' (UUID=25628c70-3e2a-4c4f-b385-f173d141122b) by verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5). 2018-05-05 14:13:55,682 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 589631f7-ba96-4433-b748-ca84b168b5af 2018-05-05 14:14:06,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:06.015 11241 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-05-05 14:14:06,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:06.243 11241 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.210s] 2018-05-05 14:14:06,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:06.323 11241 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.080s] 2018-05-05 14:14:06,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:06.677 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.714s] 2018-05-05 14:14:09,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:09.138 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.188s] 2018-05-05 14:14:11,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:11.388 11241 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [2.023s] 2018-05-05 14:14:11,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:11.447 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.255s] 2018-05-05 14:14:11,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:11.475 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-05-05 14:14:11,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:11.547 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-05-05 14:14:11,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:11.629 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.081s] 2018-05-05 14:14:13,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:13.817 11241 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.427s] 2018-05-05 14:14:13,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:13.968 11241 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [7.289s] 2018-05-05 14:14:14,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:14.558 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.109s] 2018-05-05 14:14:15,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:15.803 11241 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.986s] 2018-05-05 14:14:16,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:16.558 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.999s] 2018-05-05 14:14:17,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:17.163 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.150s] 2018-05-05 14:14:17,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:17.334 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.171s] 2018-05-05 14:14:18,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:18.541 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.982s] 2018-05-05 14:14:19,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:19.597 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.261s] 2018-05-05 14:14:19,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:19.747 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.149s] 2018-05-05 14:14:19,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:19.906 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.160s] 2018-05-05 14:14:20,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:20.093 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.551s] 2018-05-05 14:14:24,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:24.836 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.741s] 2018-05-05 14:14:25,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:25.204 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.205s] 2018-05-05 14:14:25,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:25.376 11241 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.172s] 2018-05-05 14:14:25,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:25.892 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.056s] 2018-05-05 14:14:26,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:26.157 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.265s] 2018-05-05 14:14:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:26.180 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-05-05 14:14:26,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:26.198 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-05-05 14:14:26,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:26.220 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.022s] 2018-05-05 14:14:28,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:28.480 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.055s] 2018-05-05 14:14:32,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:32.034 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [26.254s] 2018-05-05 14:14:33,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:33.175 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.693s] 2018-05-05 14:14:36,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:36.626 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [27.481s] 2018-05-05 14:14:36,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:36.857 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.442s] 2018-05-05 14:14:37,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:37.254 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.396s] 2018-05-05 14:14:37,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:37.678 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.423s] 2018-05-05 14:14:38,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:38.075 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.397s] 2018-05-05 14:14:38,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:38.734 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.659s] 2018-05-05 14:14:38,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:38.802 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-05-05 14:14:38,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:38.877 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-05-05 14:14:38,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:38.944 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-05-05 14:14:39,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:39.019 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.073s] 2018-05-05 14:14:39,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:39.091 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.071s] 2018-05-05 14:14:39,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:14:39.224 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.132s] 2018-05-05 14:15:11,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:11.087 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [34.456s] 2018-05-05 14:15:11,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:11.736 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [30.683s] 2018-05-05 14:15:15,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:15.704 11241 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.162s] 2018-05-05 14:15:18,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:18.316 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.233s] 2018-05-05 14:15:22,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:22.341 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.543s] 2018-05-05 14:15:23,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:23.909 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.567s] 2018-05-05 14:15:25,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:25.482 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.571s] 2018-05-05 14:15:26,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:26.261 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.525s] 2018-05-05 14:15:26,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:26.293 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.205s] 2018-05-05 14:15:26,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:26.784 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.301s] 2018-05-05 14:15:28,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:28.190 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.405s] 2018-05-05 14:15:29,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:29.482 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.292s] 2018-05-05 14:15:29,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:29.834 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.689s] 2018-05-05 14:15:30,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:30.017 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.534s] 2018-05-05 14:15:30,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:30.526 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.509s] 2018-05-05 14:15:30,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:30.968 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.440s] 2018-05-05 14:15:32,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:32.276 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.306s] 2018-05-05 14:15:32,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:32.840 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.565s] 2018-05-05 14:15:33,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:33.244 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.404s] 2018-05-05 14:15:33,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:33.656 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.411s] 2018-05-05 14:15:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:34.969 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.310s] 2018-05-05 14:15:35,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:35.399 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.564s] 2018-05-05 14:15:35,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:35.495 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.527s] 2018-05-05 14:15:35,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:35.896 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.400s] 2018-05-05 14:15:36,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:36.278 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.382s] 2018-05-05 14:15:36,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:36.815 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.536s] 2018-05-05 14:15:37,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:37.698 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.297s] 2018-05-05 14:15:37,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:37.896 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.198s] 2018-05-05 14:15:38,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:38.104 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.207s] 2018-05-05 14:15:38,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:38.303 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.198s] 2018-05-05 14:15:38,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:38.344 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.041s] 2018-05-05 14:15:49,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:15:49.532 11241 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [93.715s] 2018-05-05 14:16:12,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:12.978 11241 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.378s] 2018-05-05 14:16:13,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:13.189 11241 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.211s] 2018-05-05 14:16:17,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:17.604 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [51.332s] 2018-05-05 14:16:41,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:41.008 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [74.698s] 2018-05-05 14:16:43,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:43.949 11241 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [26.344s] 2018-05-05 14:16:45,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:45.584 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.310s] 2018-05-05 14:16:45,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:16:45.939 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.355s] 2018-05-05 14:17:15,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:15.339 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.347s] 2018-05-05 14:17:16,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:16.213 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.149s] 2018-05-05 14:17:16,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:16.369 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.156s] 2018-05-05 14:17:16,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:16.929 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.559s] 2018-05-05 14:17:17,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:17.108 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.179s] 2018-05-05 14:17:17,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:17.287 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.178s] 2018-05-05 14:17:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:17.457 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.169s] 2018-05-05 14:17:17,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:17.727 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.270s] 2018-05-05 14:17:17,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:17.923 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.194s] 2018-05-05 14:17:18,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:18.127 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.204s] 2018-05-05 14:17:18,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:18.326 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.199s] 2018-05-05 14:17:32,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:32.757 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [17.413s] 2018-05-05 14:17:52,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:17:52.671 11241 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [19.912s] 2018-05-05 14:17:58,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '589631f7-ba96-4433-b748-ca84b168b5af']'. 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 589631f7-ba96-4433-b748-ca84b168b5af | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 14:13:55 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 14:17:57 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:02 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6e469719-550a-4bdc-b135-c93f43e11ad5) | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 25628c70-3e2a-4c4f-b385-f173d141122b) | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 97 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 229.035 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 97 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-05 14:17:59,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 14:17:59,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 14:17:59,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-05 14:17:59,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 14:17:59,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 14:17:59,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-05 14:18:12,921 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 14:18:12,922 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:45 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-05 14:18:12,926 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-05 14:18:13,011 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 14:18:15,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 14:18:15.044 11339 INFO rally.deployment.engine [-] Deployment 25628c70-3e2a-4c4f-b385-f173d141122b | Starting: Destroy cloud and free allocated resources. 2018-05-05 14:18:15.123 11339 INFO rally.deployment.engine [-] Deployment 25628c70-3e2a-4c4f-b385-f173d141122b | Completed: Destroy cloud and free allocated resources. 2018-05-05 14:18:15.163 11339 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5) for deployment 'opnfv-rally'. 2018-05-05 14:18:15.181 11339 INFO rally.api [-] Deleting verification (UUID=589631f7-ba96-4433-b748-ca84b168b5af). 2018-05-05 14:18:15.226 11339 INFO rally.api [-] Verification has been successfully deleted! 2018-05-05 14:18:15.227 11339 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5). 2018-05-05 14:18:15.240 11339 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 14:18:17,836 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 14:18:17.567 11342 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=30a2651d-e474-4918-97ad-a61243dc0af3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 30a2651d-e474-4918-97ad-a61243dc0af3 | 2018-05-05T14:18:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 30a2651d-e474-4918-97ad-a61243dc0af3 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-05 14:18:21,183 - 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__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-05 14:18:21,183 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 14:18:23,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-05 14:18:23.228 11348 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6e469719-550a-4bdc-b135-c93f43e11ad5). 2018-05-05 14:18:23.350 11348 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-05 14:18:28,021 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 14:18:25.460 11351 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 14:18:25.614 11351 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 14:18:27.836 11351 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36) as the default verifier for the future CLI operations. 2018-05-05 14:18:30,967 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 14:18:33,346 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 14:18:46,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 14:18:52,216 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 14:18:51.210 11370 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36) for deployment 'opnfv-rally' (UUID=30a2651d-e474-4918-97ad-a61243dc0af3). 2018-05-05 14:18:52.052 11370 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36) has been successfully configured for deployment 'opnfv-rally' (UUID=30a2651d-e474-4918-97ad-a61243dc0af3)! 2018-05-05 14:18:52,216 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 14:18:52,217 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 14:18:52,219 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 14:18:52,233 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-05 14:18:55,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1f2150b3-5aa8-4f5f-80f2-93521889fa36/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-05 14:18:55,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-05 14:18:57,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 14:18:57.938 11379 INFO rally.api [-] Starting verification (UUID=d69980dc-f124-4b1e-871c-e6434ccbfb4e) for deployment 'opnfv-rally' (UUID=30a2651d-e474-4918-97ad-a61243dc0af3) by verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36). 2018-05-05 14:18:57,939 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d69980dc-f124-4b1e-871c-e6434ccbfb4e 2018-05-05 14:22:14,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd69980dc-f124-4b1e-871c-e6434ccbfb4e']'. 2018-05-05 14:22:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 14:22:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 14:22:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 14:22:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d69980dc-f124-4b1e-871c-e6434ccbfb4e | 2018-05-05 14:22:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-05 14:22:15,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 14:18:57 | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 14:22:14 | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:17 | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1f2150b3-5aa8-4f5f-80f2-93521889fa36) | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 30a2651d-e474-4918-97ad-a61243dc0af3) | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 181.104 | 2018-05-05 14:22:15,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-05 14:22:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-05 14:22:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 14:22:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 14:22:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-05 14:22:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 14:22:15,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 14:22:15,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-05 14:22:27,609 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 14:22:27,610 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-05 14:22:27,614 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-05 14:22:28,742 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-05 15:47:48,345 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ERROR test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... ok test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== ERROR: test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_router_tests.py", line 398, in test_create_router_with_ext_port self.router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 128, in create self._neutron, self._os_creds, port_setting) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 506, in create_port json_body = port_settings.dict_for_neutron(neutron, os_creds) File "/usr/lib/python2.7/site-packages/snaps/config/network.py", line 469, in dict_for_neutron + ' in project - ' + str(project_name)) PortConfigError: Cannot locate network with name - external in project - admin ---------------------------------------------------------------------- Ran 119 tests in 5119.531s FAILED (errors=1) 2018-05-05 15:47:48,522 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 15:47:48,522 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 85:20 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-05 15:47:48,526 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-05 15:47:48,527 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-05 15:47:48,612 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-05 15:47:51,250 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-05 15:47:50.949 11606 INFO rally.deployment.engine [-] Deployment 30a2651d-e474-4918-97ad-a61243dc0af3 | Starting: Destroy cloud and free allocated resources. 2018-05-05 15:47:51.018 11606 INFO rally.deployment.engine [-] Deployment 30a2651d-e474-4918-97ad-a61243dc0af3 | Completed: Destroy cloud and free allocated resources. 2018-05-05 15:47:51.045 11606 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36) for deployment 'opnfv-rally'. 2018-05-05 15:47:51.062 11606 INFO rally.api [-] Deleting verification (UUID=d69980dc-f124-4b1e-871c-e6434ccbfb4e). 2018-05-05 15:47:51.102 11606 INFO rally.api [-] Verification has been successfully deleted! 2018-05-05 15:47:51.102 11606 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36). 2018-05-05 15:47:51.108 11606 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-05 15:47:53,492 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-05 15:47:53.217 11609 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dc5a75e4-e433-4568-8c0a-8558cb5e8898) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dc5a75e4-e433-4568-8c0a-8558cb5e8898 | 2018-05-05T15:47:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dc5a75e4-e433-4568-8c0a-8558cb5e8898 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-05 15:47:56,825 - 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__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-05 15:47:56,825 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-05 15:47:59,161 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-05 15:47:58.902 11615 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1f2150b3-5aa8-4f5f-80f2-93521889fa36). 2018-05-05 15:47:59.024 11615 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-05 15:48:02,367 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-05 15:48:01.072 11618 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-05 15:48:01.222 11618 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-05 15:48:02.198 11618 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e77d4fc-0be5-4878-a5a2-8309616e2cf3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6e77d4fc-0be5-4878-a5a2-8309616e2cf3) as the default verifier for the future CLI operations. 2018-05-05 15:48:05,284 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-05 15:48:08,686 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-05 15:48:20,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-05 15:48:25,194 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-05 15:48:24.205 11637 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6e77d4fc-0be5-4878-a5a2-8309616e2cf3) for deployment 'opnfv-rally' (UUID=dc5a75e4-e433-4568-8c0a-8558cb5e8898). 2018-05-05 15:48:25.028 11637 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6e77d4fc-0be5-4878-a5a2-8309616e2cf3) has been successfully configured for deployment 'opnfv-rally' (UUID=dc5a75e4-e433-4568-8c0a-8558cb5e8898)! 2018-05-05 15:48:25,194 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-05 15:48:25,195 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-05 15:48:25,197 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-05 15:48:25,208 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-05 15:48:28,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6e77d4fc-0be5-4878-a5a2-8309616e2cf3/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-05 15:48:28,028 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-05 15:48:28,029 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-05 15:48:28,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-05 15:48:30,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-05 15:48:30.247 11646 INFO rally.api [-] Starting verification (UUID=fc05fc40-b993-4283-bb57-dae1124a147a) for deployment 'opnfv-rally' (UUID=dc5a75e4-e433-4568-8c0a-8558cb5e8898) by verifier 'opnfv-tempest' (UUID=6e77d4fc-0be5-4878-a5a2-8309616e2cf3). 2018-05-05 15:48:30,250 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fc05fc40-b993-4283-bb57-dae1124a147a 2018-05-05 15:51:01,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fc05fc40-b993-4283-bb57-dae1124a147a']'. 2018-05-05 15:51:02,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-05 15:51:02,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-05 15:51:02,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 15:51:02,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fc05fc40-b993-4283-bb57-dae1124a147a | 2018-05-05 15:51:02,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-05 15:51:02,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-05 15:48:30 | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-05 15:51:01 | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:31 | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6e77d4fc-0be5-4878-a5a2-8309616e2cf3) | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dc5a75e4-e433-4568-8c0a-8558cb5e8898) | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 139.73 | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-05 15:51:02,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-05 15:51:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-05 15:51:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-05 15:51:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-05 15:51:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-05 15:51:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-05 15:51:02,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-05 15:51:13,449 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 15:51:13,449 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-05 15:51:13,454 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:18 | PASS | | vping_userdata | functest | smoke | 01:04 | PASS | | tempest_smoke_serial | functest | smoke | 19:04 | PASS | | rally_sanity | functest | smoke | 30:26 | PASS | | refstack_defcore | functest | smoke | 04:45 | PASS | | patrole | functest | smoke | 03:57 | PASS | | snaps_smoke | functest | smoke | 85:20 | FAIL | | neutron_trunk | functest | smoke | 03:08 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-05 15:51:13,461 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-05 15:51:16,655 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 15:51:16,658 - 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=mFKcad4ddJGEn8KGyTnr8EY49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-05 15:51:16,658 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 15:51:16,658 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | doctor-notification barometercollectd | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------------------------------+ 2018-05-05 15:51:16,659 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-05 15:51:16,659 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-05 15:55:11,130 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-05 15:55:11,260 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 15:55:11,260 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:54 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-05 15:55:11,264 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-05 16:45:36,508 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-05 16:45:36,646 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 16:45:36,646 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 50:25 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-05 16:45:36,650 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-05 16:45:36,651 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:54 | PASS | | barometercollectd | barometer | features | 50:25 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-05 16:45:36,657 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-05 16:46:52,667 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 16:46:52,669 - 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=mFKcad4ddJGEn8KGyTnr8EY49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-05 16:46:52,669 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 16:46:52,669 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-05 16:46:52,670 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-05 16:46:52,671 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-05 16:46:55,034 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-90 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-bar-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-05 16:46:55,036 - 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=mFKcad4ddJGEn8KGyTnr8EY49 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-05 16:46:55,036 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-05 16:46:55,036 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-05 16:46:55,037 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-05 16:46:55,037 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-05 16:50:42,324 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-05 16:50:42,460 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-05 16:50:42,461 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:47 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-05 16:50:42,465 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:47 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-05 16:50:42,467 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK