2018-05-08 14:09:19,434 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-103 | | 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-08 14:09:19,436 - 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=xRNa4X3gMaGp2PW77PAuEweFq 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-08 14:09:19,436 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 14:09:19,437 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-08 14:09:19,438 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-08 14:09:19,438 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-08 14:09:22,231 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 14:09:32,469 - 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.227s OK 2018-05-08 14:09:32,602 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 14:09:32,603 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-08 14:09:32,607 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-08 14:09:34,825 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 14:26:35,232 - 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 1020.353s OK 2018-05-08 14:26:35,362 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 14:26:35,363 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 17:00 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-08 14:26:35,367 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-08 14:26:36,378 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 14:27:29,616 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 53.237s OK 2018-05-08 14:27:29,731 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 14:27:29,731 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:53 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-08 14:27:29,735 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 17:00 | PASS | | snaps_health_check | functest | healthcheck | 00:53 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-08 14:27:29,738 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-08 14:27:32,494 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-103 | | 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-08 14:27:32,496 - 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=xRNa4X3gMaGp2PW77PAuEweFq 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-08 14:27:32,496 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 14:27:32,497 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-08 14:27:32,498 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-08 14:27:32,498 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-08 14:27:33,387 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-08 14:27:33,388 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-08 14:27:34,339 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-08 14:27:34,339 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-08 14:27:34,717 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-08 14:27:34,717 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-08 14:27:34' 2018-05-08 14:27:34,717 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:27:40,835 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:27:44,499 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:27:57,605 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:27:58,359 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:27:59,147 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:28:05,697 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:28:10,903 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-fd143950-e3cf-40b7-aecd-e4319de0b199' 2018-05-08 14:28:40,382 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-08 14:28:52,095 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-08 14:28:52,232 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-08 14:28:53,239 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-08 14:28:53,239 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-08 14:28:53,240 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-08 14:28:53,744 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 14:28:53,744 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-08 14:29:29,026 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-08 14:29:29,117 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-08 14:29:29,117 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-08 14:29:29' 2018-05-08 14:29:29,117 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--6c9ce8d8-86e3-4086-90e4-0e511cc17b6d' 2018-05-08 14:29:34,923 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-6c9ce8d8-86e3-4086-90e4-0e511cc17b6d' 2018-05-08 14:29:37,594 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-6c9ce8d8-86e3-4086-90e4-0e511cc17b6d' 2018-05-08 14:29:49,828 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-6c9ce8d8-86e3-4086-90e4-0e511cc17b6d' 2018-05-08 14:29:50,546 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-6c9ce8d8-86e3-4086-90e4-0e511cc17b6d' 2018-05-08 14:29:58,126 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-6c9ce8d8-86e3-4086-90e4-0e511cc17b6d' 2018-05-08 14:30:05,851 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-08 14:30:23,897 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-08 14:30:27,061 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-05-08 14:30:30,129 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-08 14:30:30,257 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 14:30:30,257 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:01 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-08 14:31:00,397 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-08 14:31:00,492 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 14:31:05,607 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 14:31:05.278 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ce0247bd-363c-4a65-b2ad-807715f64b82) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ce0247bd-363c-4a65-b2ad-807715f64b82 | 2018-05-08T14:31:05 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ce0247bd-363c-4a65-b2ad-807715f64b82 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-08 14:31:09,058 - 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-08 14:31:09,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 14:31:15,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 14:31:13.821 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 14:31:13.974 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 14:31:15.278 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f) as the default verifier for the future CLI operations. 2018-05-08 14:31:18,431 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 14:31:22,571 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 14:31:35,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 14:31:40,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 14:31:39.338 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f) for deployment 'opnfv-rally' (UUID=ce0247bd-363c-4a65-b2ad-807715f64b82). 2018-05-08 14:31:40.331 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f) has been successfully configured for deployment 'opnfv-rally' (UUID=ce0247bd-363c-4a65-b2ad-807715f64b82)! 2018-05-08 14:31:40,549 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 14:31:40,549 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 14:31:40,552 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 14:31:40,555 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-08 14:31:43,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-42468bbe-4ff3-4dc1-96ba-461780201b6f/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-08 14:31:43,758 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-08 14:31:43,759 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-08 14:31:43,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-08 14:31:45,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:31:45.985 55 INFO rally.api [-] Starting verification (UUID=a048da4c-96f5-41c3-84b3-6b07ef0a7971) for deployment 'opnfv-rally' (UUID=ce0247bd-363c-4a65-b2ad-807715f64b82) by verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f). 2018-05-08 14:31:45,987 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a048da4c-96f5-41c3-84b3-6b07ef0a7971 2018-05-08 14:31:53,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:31:53.144 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.170s] 2018-05-08 14:31:53,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:31:53.215 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.072s] 2018-05-08 14:32:01,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:32:01.245 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.792s] 2018-05-08 14:32:05,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:32:05.084 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.838s] 2018-05-08 14:32:20,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:32:20.309 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.360s] 2018-05-08 14:32:46,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:32:46.418 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.486s] 2018-05-08 14:33:37,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:33:37.097 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-05-08 14:33:37,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:33:37.098 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-08 14:34:22,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:34:22.519 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-05-08 14:34:22,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:34:22.520 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-08 14:35:06,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:35:06.833 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.084s] 2018-05-08 14:35:06,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:35:06.834 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-08 14:36:16,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:16.006 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.456s] 2018-05-08 14:36:47,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:47.858 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-05-08 14:36:47,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:47.958 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-05-08 14:36:57,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:57.146 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.645s] 2018-05-08 14:36:57,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:57.155 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-08 14:36:59,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:59.260 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-08 14:36:59,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:36:59.261 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-08 14:37:03,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:03.921 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.440s] 2018-05-08 14:37:10,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:10.759 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.077s] 2018-05-08 14:37:18,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:18.215 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.902s] 2018-05-08 14:37:28,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:28.079 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.977s] 2018-05-08 14:37:38,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:38.264 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.602s] 2018-05-08 14:37:46,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:46.237 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.019s] 2018-05-08 14:37:53,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:37:53.083 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.299s] 2018-05-08 14:38:01,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:01.546 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.455s] 2018-05-08 14:38:09,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:09.070 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.498s] 2018-05-08 14:38:18,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:18.902 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.531s] 2018-05-08 14:38:20,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:20.924 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-08 14:38:23,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:23.128 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.080s] 2018-05-08 14:38:23,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:23.206 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-05-08 14:38:23,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:23.284 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-05-08 14:38:23,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:23.291 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-08 14:38:28,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:28.416 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.738s] 2018-05-08 14:38:32,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:32.090 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.674s] 2018-05-08 14:38:35,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:35.887 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.796s] 2018-05-08 14:38:50,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:50.264 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-08 14:38:57,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:38:57.705 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.746s] 2018-05-08 14:39:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:39:18.443 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.217s] 2018-05-08 14:39:22,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:39:22.656 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.212s] 2018-05-08 14:39:37,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:39:37.825 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.220s] 2018-05-08 14:39:42,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:39:42.895 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [5.068s] 2018-05-08 14:39:49,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:39:49.628 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.732s] 2018-05-08 14:40:00,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:00.911 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.762s] 2018-05-08 14:40:05,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:05.238 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.326s] 2018-05-08 14:40:10,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:10.484 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.245s] 2018-05-08 14:40:27,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:27.474 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.936s] 2018-05-08 14:40:27,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:27.908 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.433s] 2018-05-08 14:40:28,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:28.173 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.264s] 2018-05-08 14:40:28,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:28.273 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.101s] 2018-05-08 14:40:28,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:28.520 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.245s] 2018-05-08 14:40:28,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:28.743 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.223s] 2018-05-08 14:40:44,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:44.088 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.107s] 2018-05-08 14:40:44,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:44.547 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.459s] 2018-05-08 14:40:44,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:44.693 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.145s] 2018-05-08 14:40:44,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:44.901 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2018-05-08 14:40:45,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:45.146 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-05-08 14:40:45,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:40:45.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.207s] 2018-05-08 14:41:01,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:01.407 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.588s] 2018-05-08 14:41:09,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:09.084 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.676s] 2018-05-08 14:41:11,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:11.125 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.040s] 2018-05-08 14:41:11,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:11.474 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.349s] 2018-05-08 14:41:11,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:11.537 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.063s] 2018-05-08 14:41:25,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:25.354 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.607s] 2018-05-08 14:41:32,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:32.017 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.662s] 2018-05-08 14:41:34,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:34.087 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.069s] 2018-05-08 14:41:34,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:34.304 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.217s] 2018-05-08 14:41:34,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:34.591 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.287s] 2018-05-08 14:41:59,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:41:59.145 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.399s] 2018-05-08 14:42:13,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:42:13.551 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.406s] 2018-05-08 14:42:25,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:42:25.798 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.246s] 2018-05-08 14:42:36,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:42:36.360 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.562s] 2018-05-08 14:43:11,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:43:11.832 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.926s] 2018-05-08 14:43:26,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:43:26.218 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.385s] 2018-05-08 14:43:40,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:43:40.586 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [14.368s] 2018-05-08 14:43:50,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:43:50.169 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.582s] 2018-05-08 14:44:10,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:10.005 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.442s] 2018-05-08 14:44:13,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:13.115 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.108s] 2018-05-08 14:44:13,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:13.305 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.192s] 2018-05-08 14:44:18,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:18.168 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.575s] 2018-05-08 14:44:20,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:20.248 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.079s] 2018-05-08 14:44:20,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:20.450 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2018-05-08 14:44:25,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:25.971 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.627s] 2018-05-08 14:44:30,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:30.112 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-08 14:44:31,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:31.503 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-08 14:44:31,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:31.504 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-08 14:44:31,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:31.505 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-08 14:44:31,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:31.506 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-08 14:44:31,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:31.507 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-08 14:44:33,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:33.870 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-08 14:44:55,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:44:55.095 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.716s] 2018-05-08 14:45:10,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:45:10.936 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.571s] 2018-05-08 14:45:36,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:45:36.095 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [25.157s] 2018-05-08 14:45:46,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:45:46.257 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.047s] 2018-05-08 14:47:25,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:47:25.943 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [91.552s] 2018-05-08 14:48:18,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:48:18.979 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [37.692s] 2018-05-08 14:49:27,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 14:49:27.073 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.869s] 2018-05-08 14:49:50,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a048da4c-96f5-41c3-84b3-6b07ef0a7971']'. 2018-05-08 14:49:51,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a048da4c-96f5-41c3-84b3-6b07ef0a7971 | 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 14:31:45 | 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 14:49:50 | 2018-05-08 14:49:51,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:05 | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 42468bbe-4ff3-4dc1-96ba-461780201b6f) | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ce0247bd-363c-4a65-b2ad-807715f64b82) | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1056.072 | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-08 14:49:51,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-08 14:49:51,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 14:49:51,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 14:49:51,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-08 14:49:51,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 14:49:51,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 14:49:52,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-08 14:50:04,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 14:50:04,372 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:46 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-08 14:50:04,376 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-08 14:50:04,467 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-08 14:50:05,364 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-08 14:50:05,364 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-08 14:50:05,841 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 14:50:08,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 14:50:07.988 119 INFO rally.deployment.engine [-] Deployment ce0247bd-363c-4a65-b2ad-807715f64b82 | Starting: Destroy cloud and free allocated resources. 2018-05-08 14:50:08.079 119 INFO rally.deployment.engine [-] Deployment ce0247bd-363c-4a65-b2ad-807715f64b82 | Completed: Destroy cloud and free allocated resources. 2018-05-08 14:50:08.119 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f) for deployment 'opnfv-rally'. 2018-05-08 14:50:08.136 119 INFO rally.api [-] Deleting verification (UUID=a048da4c-96f5-41c3-84b3-6b07ef0a7971). 2018-05-08 14:50:08.183 119 INFO rally.api [-] Verification has been successfully deleted! 2018-05-08 14:50:08.184 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f). 2018-05-08 14:50:08.195 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 14:50:10,884 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 14:50:10.566 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=97df44c9-7355-4358-bae0-acd2ff6b851c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 97df44c9-7355-4358-bae0-acd2ff6b851c | 2018-05-08T14:50:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 97df44c9-7355-4358-bae0-acd2ff6b851c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-08 14:50:14,482 - 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-08 14:50:14,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-08 14:50:15,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b'... 2018-05-08 14:50:21,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-13537b2e-2591-40a4-9bcf-d9821710790b'... 2018-05-08 14:50:24,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-13537b2e-2591-40a4-9bcf-d9821710790b'... 2018-05-08 14:50:37,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b'... 2018-05-08 14:50:38,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b'... 2018-05-08 14:50:39,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-08 14:50:39,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-08 14:50:39,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 14:50:39,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 14:50:39,437 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 14:51:45,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 2018-05-08 14:51:45,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-08 14:51:45,005 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7e7b39b7-2b26-4726-9fa4-f0d3fdc12343'] 2018-05-08 14:51:46,092 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343: 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 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | -> duration | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484517 Full duration: 9.020883 -------------------------------------------------------------------------------- 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 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774089 Full duration: 7.594465 -------------------------------------------------------------------------------- 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 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 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.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.946378 Full duration: 7.952728 -------------------------------------------------------------------------------- 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 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> duration | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775831 Full duration: 7.82792 -------------------------------------------------------------------------------- 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 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | -> duration | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.014293 Full duration: 9.261325 -------------------------------------------------------------------------------- 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 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> duration | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.660042 Full duration: 7.325637 HINTS: * To plot HTML graphics with this data, run: rally task report 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 --out output.html * To generate a JUnit report, run: rally task export 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e7b39b7-2b26-4726-9fa4-f0d3fdc12343 --json --out output.json 2018-05-08 14:51:46,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7e7b39b7-2b26-4726-9fa4-f0d3fdc12343'] 2018-05-08 14:51:47,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 14:51:47,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7e7b39b7-2b26-4726-9fa4-f0d3fdc12343', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-08 14:51:47,064 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-08 14:51:47,064 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-08 14:51:47,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-08 14:51:47,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 14:51:47,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 14:51:47,078 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 14:53:48,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 2018-05-08 14:53:48,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4b156c01-7f1d-4df7-b0fe-f80efaaf43b5'] 2018-05-08 14:53:49,809 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5: 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 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> glance_v2.upload_data | 4.119 | 4.119 | 4.119 | 4.119 | 4.119 | 4.119 | 100.0% | 1 | | glance_v2.delete_image | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | total | 9.309 | 9.309 | 9.309 | 9.309 | 9.309 | 9.309 | 100.0% | 1 | | -> duration | 9.309 | 9.309 | 9.309 | 9.309 | 9.309 | 9.309 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.309286 Full duration: 17.504258 -------------------------------------------------------------------------------- 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 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 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.751 | 7.751 | 7.751 | 7.751 | 7.751 | 7.751 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> glance_v2.upload_data | 4.759 | 4.759 | 4.759 | 4.759 | 4.759 | 4.759 | 100.0% | 1 | | glance_v2.list_images | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | total | 7.787 | 7.787 | 7.787 | 7.787 | 7.787 | 7.787 | 100.0% | 1 | | -> duration | 7.787 | 7.787 | 7.787 | 7.787 | 7.787 | 7.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.786689 Full duration: 22.331768 -------------------------------------------------------------------------------- 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 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 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.366 | 0.366 | 0.366 | 0.366 | 0.366 | 0.366 | 100.0% | 1 | | total | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | -> duration | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.366586 Full duration: 8.234969 -------------------------------------------------------------------------------- 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "number_instances": 2, "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] }, "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 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 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 | 8.077 | 8.077 | 8.077 | 8.077 | 8.077 | 8.077 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> glance_v2.upload_data | 5.047 | 5.047 | 5.047 | 5.047 | 5.047 | 5.047 | 100.0% | 1 | | nova.boot_servers | 18.814 | 18.814 | 18.814 | 18.814 | 18.814 | 18.814 | 100.0% | 1 | | total | 26.892 | 26.892 | 26.892 | 26.892 | 26.892 | 26.892 | 100.0% | 1 | | -> duration | 25.892 | 25.892 | 25.892 | 25.892 | 25.892 | 25.892 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.892407 Full duration: 52.43356 HINTS: * To plot HTML graphics with this data, run: rally task report 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 --out output.html * To generate a JUnit report, run: rally task export 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4b156c01-7f1d-4df7-b0fe-f80efaaf43b5 --json --out output.json 2018-05-08 14:53:49,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4b156c01-7f1d-4df7-b0fe-f80efaaf43b5'] 2018-05-08 14:53:50,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 14:53:50,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4b156c01-7f1d-4df7-b0fe-f80efaaf43b5', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-08 14:53:50,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-08 14:53:50,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-08 14:53:50,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-08 14:53:50,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 14:53:50,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 14:53:50,948 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 14:57:32,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7869ce40-0edf-4e03-8245-c24f3dfdb113 2018-05-08 14:57:32,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7869ce40-0edf-4e03-8245-c24f3dfdb113'] 2018-05-08 14:57:33,536 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7869ce40-0edf-4e03-8245-c24f3dfdb113: 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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 | 5.43 | 5.43 | 5.43 | 5.43 | 5.43 | 5.43 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 100.0% | 1 | | total | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 100.0% | 1 | | -> duration | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 8.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.530384 Full duration: 27.708049 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.821 | 3.821 | 3.821 | 3.821 | 3.821 | 3.821 | 100.0% | 1 | | cinder_v2.delete_volume | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 2.635 | 100.0% | 1 | | total | 6.457 | 6.457 | 6.457 | 6.457 | 6.457 | 6.457 | 100.0% | 1 | | -> duration | 6.457 | 6.457 | 6.457 | 6.457 | 6.457 | 6.457 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.456577 Full duration: 17.689631 -------------------------------------------------------------------------------- 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7869ce40-0edf-4e03-8245-c24f3dfdb113 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 | 12.996 | 12.996 | 12.996 | 12.996 | 12.996 | 12.996 | 100.0% | 1 | | cinder_v2.delete_volume | 4.549 | 4.549 | 4.549 | 4.549 | 4.549 | 4.549 | 100.0% | 1 | | total | 17.546 | 17.546 | 17.546 | 17.546 | 17.546 | 17.546 | 100.0% | 1 | | -> duration | 17.546 | 17.546 | 17.546 | 17.546 | 17.546 | 17.546 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.545616 Full duration: 28.671888 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | cinder_v2.delete_volume | 2.645 | 2.645 | 2.645 | 2.645 | 2.645 | 2.645 | 100.0% | 1 | | total | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 100.0% | 1 | | -> duration | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.808702 Full duration: 16.300445 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | cinder_v2.extend_volume | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 100.0% | 1 | | cinder_v2.delete_volume | 2.448 | 2.448 | 2.448 | 2.448 | 2.448 | 2.448 | 100.0% | 1 | | total | 8.653 | 8.653 | 8.653 | 8.653 | 8.653 | 8.653 | 100.0% | 1 | | -> duration | 8.653 | 8.653 | 8.653 | 8.653 | 8.653 | 8.653 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.652782 Full duration: 20.723217 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.884 | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 100.0% | 1 | | cinder_v2.delete_volume | 5.066 | 5.066 | 5.066 | 5.066 | 5.066 | 5.066 | 100.0% | 1 | | total | 10.951 | 10.951 | 10.951 | 10.951 | 10.951 | 10.951 | 100.0% | 1 | | -> duration | 10.951 | 10.951 | 10.951 | 10.951 | 10.951 | 10.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.951231 Full duration: 29.341513 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | cinder_v2.list_qos | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> duration | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.921262 Full duration: 13.092377 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.set_qos | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | total | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | -> duration | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.082325 Full duration: 13.248236 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | cinder_v2.list_types | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794382 Full duration: 12.453115 -------------------------------------------------------------------------------- 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 7869ce40-0edf-4e03-8245-c24f3dfdb113 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> duration | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.847063 Full duration: 13.520802 HINTS: * To plot HTML graphics with this data, run: rally task report 7869ce40-0edf-4e03-8245-c24f3dfdb113 --out output.html * To generate a JUnit report, run: rally task export 7869ce40-0edf-4e03-8245-c24f3dfdb113 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7869ce40-0edf-4e03-8245-c24f3dfdb113 --json --out output.json 2018-05-08 14:57:33,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7869ce40-0edf-4e03-8245-c24f3dfdb113'] 2018-05-08 14:57:34,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 14:57:34,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7869ce40-0edf-4e03-8245-c24f3dfdb113', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-08 14:57:34,563 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-08 14:57:34,563 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-08 14:57:34,563 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-08 14:57:34,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 14:57:34,580 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 14:57:34,581 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 14:59:04,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aa84a478-5769-4cb2-8b32-ec1d2276d828 2018-05-08 14:59:04,905 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aa84a478-5769-4cb2-8b32-ec1d2276d828'] 2018-05-08 14:59:05,959 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aa84a478-5769-4cb2-8b32-ec1d2276d828: 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 aa84a478-5769-4cb2-8b32-ec1d2276d828 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 | 6.074 | 6.074 | 6.074 | 6.074 | 6.074 | 6.074 | 100.0% | 1 | | heat.update_stack | 5.177 | 5.177 | 5.177 | 5.177 | 5.177 | 5.177 | 100.0% | 1 | | heat.delete_stack | 4.129 | 4.129 | 4.129 | 4.129 | 4.129 | 4.129 | 100.0% | 1 | | total | 15.381 | 15.381 | 15.381 | 15.381 | 15.381 | 15.381 | 100.0% | 1 | | -> duration | 11.381 | 11.381 | 11.381 | 11.381 | 11.381 | 11.381 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.380652 Full duration: 24.5582 -------------------------------------------------------------------------------- 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 aa84a478-5769-4cb2-8b32-ec1d2276d828 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.293 | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 100.0% | 1 | | heat.check_stack | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | heat.delete_stack | 2.884 | 2.884 | 2.884 | 2.884 | 2.884 | 2.884 | 100.0% | 1 | | total | 9.109 | 9.109 | 9.109 | 9.109 | 9.109 | 9.109 | 100.0% | 1 | | -> duration | 7.109 | 7.109 | 7.109 | 7.109 | 7.109 | 7.109 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.108751 Full duration: 17.52965 -------------------------------------------------------------------------------- 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 aa84a478-5769-4cb2-8b32-ec1d2276d828 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.307 | 5.307 | 5.307 | 5.307 | 5.307 | 5.307 | 100.0% | 1 | | heat.suspend_stack | 2.111 | 2.111 | 2.111 | 2.111 | 2.111 | 2.111 | 100.0% | 1 | | heat.resume_stack | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | heat.delete_stack | 1.631 | 1.631 | 1.631 | 1.631 | 1.631 | 1.631 | 100.0% | 1 | | total | 9.665 | 9.665 | 9.665 | 9.665 | 9.665 | 9.665 | 100.0% | 1 | | -> duration | 7.665 | 7.665 | 7.665 | 7.665 | 7.665 | 7.665 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.665115 Full duration: 19.857353 -------------------------------------------------------------------------------- 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 aa84a478-5769-4cb2-8b32-ec1d2276d828 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | total | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> duration | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.581968 Full duration: 8.696178 HINTS: * To plot HTML graphics with this data, run: rally task report aa84a478-5769-4cb2-8b32-ec1d2276d828 --out output.html * To generate a JUnit report, run: rally task export aa84a478-5769-4cb2-8b32-ec1d2276d828 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aa84a478-5769-4cb2-8b32-ec1d2276d828 --json --out output.json 2018-05-08 14:59:05,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aa84a478-5769-4cb2-8b32-ec1d2276d828'] 2018-05-08 14:59:06,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 14:59:06,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aa84a478-5769-4cb2-8b32-ec1d2276d828', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-08 14:59:06,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-08 14:59:06,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-08 14:59:06,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-08 14:59:06,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 14:59:06,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 14:59:06,981 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 15:02:26,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 84468a63-c671-470e-a7f5-d1fbeeee534d 2018-05-08 15:02:26,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '84468a63-c671-470e-a7f5-d1fbeeee534d'] 2018-05-08 15:02:27,371 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 84468a63-c671-470e-a7f5-d1fbeeee534d: 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 84468a63-c671-470e-a7f5-d1fbeeee534d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785478 Full duration: 15.34185 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> duration | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.751434 Full duration: 15.185323 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | keystone_v3.list_projects | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> duration | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.827445 Full duration: 15.832661 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.delete_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> duration | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.614947 Full duration: 12.614834 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> duration | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.645911 Full duration: 13.156251 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | keystone_v3.create_user | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | -> keystone_v3.add_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | keystone_v3.create_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_role | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.list_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.996 | 1.996 | 1.996 | 1.996 | 1.996 | 1.996 | 100.0% | 1 | | -> duration | 1.996 | 1.996 | 1.996 | 1.996 | 1.996 | 1.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.995826 Full duration: 19.833853 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.918096 Full duration: 13.70123 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 84468a63-c671-470e-a7f5-d1fbeeee534d 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 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | total | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | -> duration | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 1.142 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.142059 Full duration: 15.402954 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 84468a63-c671-470e-a7f5-d1fbeeee534d 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.696954 Full duration: 15.013408 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | -> duration | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.870064 Full duration: 15.694597 -------------------------------------------------------------------------------- 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 84468a63-c671-470e-a7f5-d1fbeeee534d 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.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | keystone_v3.create_users | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 5.858 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.008 | 2.008 | 2.008 | 2.008 | 2.008 | 2.008 | 100.0% | 1 | | total | 7.594 | 7.594 | 7.594 | 7.594 | 7.594 | 7.594 | 100.0% | 1 | | -> duration | 7.594 | 7.594 | 7.594 | 7.594 | 7.594 | 7.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.59438 Full duration: 26.198413 HINTS: * To plot HTML graphics with this data, run: rally task report 84468a63-c671-470e-a7f5-d1fbeeee534d --out output.html * To generate a JUnit report, run: rally task export 84468a63-c671-470e-a7f5-d1fbeeee534d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 84468a63-c671-470e-a7f5-d1fbeeee534d --json --out output.json 2018-05-08 15:02:27,372 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '84468a63-c671-470e-a7f5-d1fbeeee534d'] 2018-05-08 15:02:28,506 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 15:02:28,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '84468a63-c671-470e-a7f5-d1fbeeee534d', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-08 15:02:28,515 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-08 15:02:28,516 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-08 15:02:28,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-08 15:02:28,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 15:02:28,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 15:02:28,545 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 15:09:29,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5d0b81e7-1b3a-4839-af13-e980cda08b8e 2018-05-08 15:09:29,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5d0b81e7-1b3a-4839-af13-e980cda08b8e'] 2018-05-08 15:09:30,565 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5d0b81e7-1b3a-4839-af13-e980cda08b8e: 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | neutron.delete_network | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 100.0% | 1 | | total | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 100.0% | 1 | | -> duration | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.110149 Full duration: 15.330913 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | neutron.delete_port | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | total | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 100.0% | 1 | | -> duration | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 2.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.823205 Full duration: 44.39307 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | neutron.create_subnet | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | neutron.create_router | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 100.0% | 1 | | neutron.add_interface_router | 1.81 | 1.81 | 1.81 | 1.81 | 1.81 | 1.81 | 100.0% | 1 | | neutron.remove_interface_router | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 100.0% | 1 | | neutron.delete_router | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 100.0% | 1 | | total | 10.129 | 10.129 | 10.129 | 10.129 | 10.129 | 10.129 | 100.0% | 1 | | -> duration | 10.129 | 10.129 | 10.129 | 10.129 | 10.129 | 10.129 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.129008 Full duration: 52.913852 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | neutron.delete_subnet | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | total | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | -> duration | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.867837 Full duration: 41.701072 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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.876 | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 100.0% | 1 | | neutron.list_networks | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 100.0% | 1 | | -> duration | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 2.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.164709 Full duration: 17.934245 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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 | 2.213 | 2.213 | 2.213 | 2.213 | 2.213 | 2.213 | 100.0% | 1 | | neutron.list_ports | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | -> duration | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.472913 Full duration: 41.067029 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | neutron.create_subnet | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | neutron.create_router | 3.991 | 3.991 | 3.991 | 3.991 | 3.991 | 3.991 | 100.0% | 1 | | neutron.add_interface_router | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 2.021 | 100.0% | 1 | | neutron.list_routers | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 100.0% | 1 | | -> duration | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.032116 Full duration: 56.837022 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | neutron.create_subnet | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.list_subnets | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 0.308 | 100.0% | 1 | | total | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 100.0% | 1 | | -> duration | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 2.081 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.081392 Full duration: 50.442362 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | neutron.delete_security_group | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | -> duration | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.377395 Full duration: 17.287162 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | neutron.create_security_group_rule | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | neutron.delete_security_group | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | total | 2.598 | 2.598 | 2.598 | 2.598 | 2.598 | 2.598 | 100.0% | 1 | | -> duration | 2.598 | 2.598 | 2.598 | 2.598 | 2.598 | 2.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.597871 Full duration: 17.551462 -------------------------------------------------------------------------------- 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 5d0b81e7-1b3a-4839-af13-e980cda08b8e 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.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | neutron.create_router | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 5.249 | 100.0% | 1 | | neutron.add_gateway_router | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 2.335 | 100.0% | 1 | | neutron.remove_gateway_router | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | total | 9.605 | 9.605 | 9.605 | 9.605 | 9.605 | 9.605 | 100.0% | 1 | | -> duration | 9.605 | 9.605 | 9.605 | 9.605 | 9.605 | 9.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.605402 Full duration: 34.536891 HINTS: * To plot HTML graphics with this data, run: rally task report 5d0b81e7-1b3a-4839-af13-e980cda08b8e --out output.html * To generate a JUnit report, run: rally task export 5d0b81e7-1b3a-4839-af13-e980cda08b8e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5d0b81e7-1b3a-4839-af13-e980cda08b8e --json --out output.json 2018-05-08 15:09:30,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5d0b81e7-1b3a-4839-af13-e980cda08b8e'] 2018-05-08 15:09:31,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 15:09:31,728 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5d0b81e7-1b3a-4839-af13-e980cda08b8e', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-08 15:09:31,738 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-08 15:09:31,738 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-08 15:09:31,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-08 15:09:31,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 15:09:31,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 15:09:31,767 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 15:19:00,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b5834a6b-97bd-44b6-8a3b-105c00ac0c24 2018-05-08 15:19:00,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b5834a6b-97bd-44b6-8a3b-105c00ac0c24'] 2018-05-08 15:19:01,491 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b5834a6b-97bd-44b6-8a3b-105c00ac0c24: 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "block_migration": false, "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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 | 16.897 | 16.897 | 16.897 | 16.897 | 16.897 | 16.897 | 100.0% | 1 | | nova.find_host_to_migrate | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 100.0% | 1 | | nova.live_migrate | 21.883 | 21.883 | 21.883 | 21.883 | 21.883 | 21.883 | 100.0% | 1 | | nova.delete_server | 5.455 | 5.455 | 5.455 | 5.455 | 5.455 | 5.455 | 100.0% | 1 | | total | 45.765 | 45.765 | 45.765 | 45.765 | 45.765 | 45.765 | 100.0% | 1 | | -> duration | 44.765 | 44.765 | 44.765 | 44.765 | 44.765 | 44.765 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.765208 Full duration: 55.188462 -------------------------------------------------------------------------------- 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.077 | 15.077 | 15.077 | 15.077 | 15.077 | 15.077 | 100.0% | 1 | | cinder_v2.create_volume | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 2.77 | 100.0% | 1 | | nova.attach_volume | 7.6 | 7.6 | 7.6 | 7.6 | 7.6 | 7.6 | 100.0% | 1 | | nova.find_host_to_migrate | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | nova.live_migrate | 16.256 | 16.256 | 16.256 | 16.256 | 16.256 | 16.256 | 100.0% | 1 | | nova.detach_volume | 4.005 | 4.005 | 4.005 | 4.005 | 4.005 | 4.005 | 100.0% | 1 | | cinder_v2.delete_volume | 3.267 | 3.267 | 3.267 | 3.267 | 3.267 | 3.267 | 100.0% | 1 | | nova.delete_server | 7.737 | 7.737 | 7.737 | 7.737 | 7.737 | 7.737 | 100.0% | 1 | | total | 58.102 | 58.102 | 58.102 | 58.102 | 58.102 | 58.102 | 100.0% | 1 | | -> duration | 57.102 | 57.102 | 57.102 | 57.102 | 57.102 | 57.102 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.1024 Full duration: 70.138072 -------------------------------------------------------------------------------- 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.349 | 13.349 | 13.349 | 13.349 | 13.349 | 13.349 | 100.0% | 1 | | nova.boot_server | 15.223 | 15.223 | 15.223 | 15.223 | 15.223 | 15.223 | 100.0% | 1 | | nova.find_host_to_migrate | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | nova.live_migrate | 21.73 | 21.73 | 21.73 | 21.73 | 21.73 | 21.73 | 100.0% | 1 | | nova.delete_server | 13.789 | 13.789 | 13.789 | 13.789 | 13.789 | 13.789 | 100.0% | 1 | | total | 65.472 | 65.472 | 65.472 | 65.472 | 65.472 | 65.472 | 100.0% | 1 | | -> duration | 64.472 | 64.472 | 64.472 | 64.472 | 64.472 | 64.472 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 64.471628 Full duration: 79.018445 -------------------------------------------------------------------------------- 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "server_kwargs": { "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] } }, "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 b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | nova.boot_server | 12.676 | 12.676 | 12.676 | 12.676 | 12.676 | 12.676 | 100.0% | 1 | | nova.delete_server | 5.782 | 5.782 | 5.782 | 5.782 | 5.782 | 5.782 | 100.0% | 1 | | nova.delete_keypair | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | total | 19.854 | 19.854 | 19.854 | 19.854 | 19.854 | 19.854 | 100.0% | 1 | | -> duration | 18.854 | 18.854 | 18.854 | 18.854 | 18.854 | 18.854 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.853546 Full duration: 56.86654 -------------------------------------------------------------------------------- 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-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "volume_size": 5, "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] }, "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 b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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 | 17.415 | 17.415 | 17.415 | 17.415 | 17.415 | 17.415 | 100.0% | 1 | | nova.boot_server | 10.158 | 10.158 | 10.158 | 10.158 | 10.158 | 10.158 | 100.0% | 1 | | nova.delete_server | 5.99 | 5.99 | 5.99 | 5.99 | 5.99 | 5.99 | 100.0% | 1 | | total | 33.564 | 33.564 | 33.564 | 33.564 | 33.564 | 33.564 | 100.0% | 1 | | -> duration | 32.564 | 32.564 | 32.564 | 32.564 | 32.564 | 32.564 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.564094 Full duration: 75.782307 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "force_delete": false, "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] }, "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 b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.545 | 13.545 | 13.545 | 13.545 | 13.545 | 13.545 | 100.0% | 1 | | nova.pause_server | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 100.0% | 1 | | nova.unpause_server | 3.751 | 3.751 | 3.751 | 3.751 | 3.751 | 3.751 | 100.0% | 1 | | nova.delete_server | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 100.0% | 1 | | total | 23.013 | 23.013 | 23.013 | 23.013 | 23.013 | 23.013 | 100.0% | 1 | | -> duration | 18.013 | 18.013 | 18.013 | 18.013 | 18.013 | 18.013 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.013239 Full duration: 60.588755 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "nics": [ { "net-id": "9d75a2e9-1eba-434b-9190-5bff8f9b0211" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.847 | 15.847 | 15.847 | 15.847 | 15.847 | 15.847 | 100.0% | 1 | | nova.migrate | 27.78 | 27.78 | 27.78 | 27.78 | 27.78 | 27.78 | 100.0% | 1 | | nova.resize_confirm | 6.572 | 6.572 | 6.572 | 6.572 | 6.572 | 6.572 | 100.0% | 1 | | nova.delete_server | 5.789 | 5.789 | 5.789 | 5.789 | 5.789 | 5.789 | 100.0% | 1 | | total | 55.989 | 55.989 | 55.989 | 55.989 | 55.989 | 55.989 | 100.0% | 1 | | -> duration | 54.989 | 54.989 | 54.989 | 54.989 | 54.989 | 54.989 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 54.989156 Full duration: 65.959766 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b" }, "image": { "name": "Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.478 | 12.478 | 12.478 | 12.478 | 12.478 | 12.478 | 100.0% | 1 | | nova.list_interfaces | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | total | 13.45 | 13.45 | 13.45 | 13.45 | 13.45 | 13.45 | 100.0% | 1 | | -> duration | 12.45 | 12.45 | 12.45 | 12.45 | 12.45 | 12.45 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.449855 Full duration: 55.109256 -------------------------------------------------------------------------------- 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 b5834a6b-97bd-44b6-8a3b-105c00ac0c24 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | nova.delete_server_group | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754842 Full duration: 10.632185 HINTS: * To plot HTML graphics with this data, run: rally task report b5834a6b-97bd-44b6-8a3b-105c00ac0c24 --out output.html * To generate a JUnit report, run: rally task export b5834a6b-97bd-44b6-8a3b-105c00ac0c24 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b5834a6b-97bd-44b6-8a3b-105c00ac0c24 --json --out output.json 2018-05-08 15:19:01,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b5834a6b-97bd-44b6-8a3b-105c00ac0c24'] 2018-05-08 15:19:02,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 15:19:02,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b5834a6b-97bd-44b6-8a3b-105c00ac0c24', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-08 15:19:02,629 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-08 15:19:02,629 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-08 15:19:02,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-08 15:19:02,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-08 15:19:02,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-08 15:19:02,647 - 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': '9d75a2e9-1eba-434b-9190-5bff8f9b0211', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-13537b2e-2591-40a4-9bcf-d9821710790b', 'flavor_name': 'rally-tiny-13537b2e-2591-40a4-9bcf-d9821710790b', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-13537b2e-2591-40a4-9bcf-d9821710790b', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-08 15:19:58,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca 2018-05-08 15:19:58,925 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca'] 2018-05-08 15:20:00,016 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca: 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 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca 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.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | quotas.delete_quotas | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | total | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 100.0% | 1 | | -> duration | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.558505 Full duration: 9.698826 -------------------------------------------------------------------------------- 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 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca 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.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | total | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | -> duration | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.313304 Full duration: 9.175724 -------------------------------------------------------------------------------- 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 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> duration | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767454 Full duration: 8.862251 -------------------------------------------------------------------------------- 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 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca 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.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | total | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | -> duration | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.117369 Full duration: 10.35041 HINTS: * To plot HTML graphics with this data, run: rally task report 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca --out output.html * To generate a JUnit report, run: rally task export 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca --json --out output.json 2018-05-08 15:20:00,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca'] 2018-05-08 15:20:01,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-08 15:20:01,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3c4153a4-22ab-4621-8ce1-0f4a3d73d8ca', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-08 15:20:01,010 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-08 15:20:01,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:48 | 6 | 100.00% | | glance | 01:40 | 4 | 100.00% | | cinder | 03:12 | 10 | 100.00% | | heat | 01:10 | 4 | 100.00% | | keystone | 02:57 | 11 | 100.00% | | neutron | 06:29 | 11 | 100.00% | | nova | 08:49 | 9 | 100.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:48 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-08 15:20:01,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-08 15:20:14,228 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-08 15:20:14,228 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-08 15:20:14,750 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 15:20:14,750 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 30:08 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-08 15:20:14,755 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-08 15:20:14,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 15:20:17,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 15:20:16.952 11198 INFO rally.deployment.engine [-] Deployment 97df44c9-7355-4358-bae0-acd2ff6b851c | Starting: Destroy cloud and free allocated resources. 2018-05-08 15:20:17.030 11198 INFO rally.deployment.engine [-] Deployment 97df44c9-7355-4358-bae0-acd2ff6b851c | Completed: Destroy cloud and free allocated resources. 2018-05-08 15:20:17.039 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f). 2018-05-08 15:20:17.041 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 15:20:19,696 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 15:20:19.397 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=54c6acb3-e846-4772-a388-cc69c24cd341) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 54c6acb3-e846-4772-a388-cc69c24cd341 | 2018-05-08T15:20:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 54c6acb3-e846-4772-a388-cc69c24cd341 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-08 15:20:23,057 - 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-08 15:20:23,057 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 15:20:25,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-08 15:20:25.203 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=42468bbe-4ff3-4dc1-96ba-461780201b6f). 2018-05-08 15:20:25.329 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-08 15:20:28,906 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 15:20:27.575 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 15:20:27.713 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 15:20:28.721 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5) as the default verifier for the future CLI operations. 2018-05-08 15:20:31,853 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 15:20:35,339 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 15:20:49,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 15:20:55,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 15:20:54.190 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5) for deployment 'opnfv-rally' (UUID=54c6acb3-e846-4772-a388-cc69c24cd341). 2018-05-08 15:20:55.059 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5) has been successfully configured for deployment 'opnfv-rally' (UUID=54c6acb3-e846-4772-a388-cc69c24cd341)! 2018-05-08 15:20:55,229 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 15:20:55,230 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 15:20:55,232 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 15:20:57,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-08 15:20:59,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:20:59.755 11241 INFO rally.api [-] Starting verification (UUID=851a8428-e86d-4c69-9942-a71b12606256) for deployment 'opnfv-rally' (UUID=54c6acb3-e846-4772-a388-cc69c24cd341) by verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5). 2018-05-08 15:20:59,757 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 851a8428-e86d-4c69-9942-a71b12606256 2018-05-08 15:21:11,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:11.432 11241 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-05-08 15:21:11,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:11.488 11241 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.214s] 2018-05-08 15:21:12,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:12.207 11241 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.770s] 2018-05-08 15:21:12,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:12.392 11241 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.185s] 2018-05-08 15:21:15,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:15.918 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.174s] 2018-05-08 15:21:20,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:20.224 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.303s] 2018-05-08 15:21:22,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:22.922 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.698s] 2018-05-08 15:21:24,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:24.241 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.318s] 2018-05-08 15:21:24,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:24.342 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.615s] 2018-05-08 15:21:25,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:25.743 11241 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.400s] 2018-05-08 15:21:25,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:25.866 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.624s] 2018-05-08 15:21:30,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:30.741 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.873s] 2018-05-08 15:21:30,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:30.919 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.429s] 2018-05-08 15:21:31,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:31.986 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.066s] 2018-05-08 15:21:32,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:32.102 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.361s] 2018-05-08 15:21:32,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:32.680 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.577s] 2018-05-08 15:21:32,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:32.841 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.161s] 2018-05-08 15:21:33,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:33.002 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.161s] 2018-05-08 15:21:33,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:33.170 11241 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.167s] 2018-05-08 15:21:39,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:39.881 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.504s] 2018-05-08 15:21:39,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:39.908 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.071s] 2018-05-08 15:21:39,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:39.919 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-05-08 15:21:40,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.079 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.158s] 2018-05-08 15:21:40,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.091 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-05-08 15:21:40,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.103 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2018-05-08 15:21:40,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.137 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.034s] 2018-05-08 15:21:40,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.203 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2018-05-08 15:21:40,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.264 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.061s] 2018-05-08 15:21:40,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.510 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.245s] 2018-05-08 15:21:40,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.526 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-05-08 15:21:40,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.530 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.648s] 2018-05-08 15:21:40,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:40.592 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-05-08 15:21:41,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:41.029 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.499s] 2018-05-08 15:21:41,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:41.850 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.820s] 2018-05-08 15:21:42,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.371 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.521s] 2018-05-08 15:21:42,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.445 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-05-08 15:21:42,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.535 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.089s] 2018-05-08 15:21:42,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.608 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.073s] 2018-05-08 15:21:42,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.677 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-05-08 15:21:42,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.749 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-08 15:21:42,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:42.888 11241 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.139s] 2018-05-08 15:21:51,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:51.825 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-05-08 15:21:51,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:51.901 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.116s] 2018-05-08 15:21:52,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:52.006 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.105s] 2018-05-08 15:21:52,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:52.036 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.210s] 2018-05-08 15:21:52,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:52.084 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.048s] 2018-05-08 15:21:52,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:52.506 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.499s] 2018-05-08 15:21:52,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:52.605 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-05-08 15:21:52,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:52.607 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-08 15:21:53,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:53.144 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.058s] 2018-05-08 15:21:53,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:53.529 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.385s] 2018-05-08 15:21:54,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:54.455 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.925s] 2018-05-08 15:21:54,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:54.493 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-05-08 15:21:54,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:54.557 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.063s] 2018-05-08 15:21:54,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:54.943 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.385s] 2018-05-08 15:21:55,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:55.139 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.196s] 2018-05-08 15:21:55,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:55.351 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.211s] 2018-05-08 15:21:55,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:55.575 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.223s] 2018-05-08 15:21:55,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:55.965 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.390s] 2018-05-08 15:21:56,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:56.013 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.048s] 2018-05-08 15:21:56,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:56.064 11241 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2018-05-08 15:21:57,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:21:57.925 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.470s] 2018-05-08 15:22:02,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:02.351 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.424s] 2018-05-08 15:22:07,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:07.092 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.741s] 2018-05-08 15:22:11,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:11.357 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.264s] 2018-05-08 15:22:15,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:15.412 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.055s] 2018-05-08 15:22:19,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:19.243 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.830s] 2018-05-08 15:22:23,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:23.037 11241 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.233s] 2018-05-08 15:22:24,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:24.399 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.155s] 2018-05-08 15:22:30,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:30.480 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.079s] 2018-05-08 15:22:33,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:33.805 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.324s] 2018-05-08 15:22:34,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:34.373 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.568s] 2018-05-08 15:22:34,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:34.486 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.112s] 2018-05-08 15:22:34,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:34.712 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.225s] 2018-05-08 15:22:34,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:34.770 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.057s] 2018-05-08 15:22:35,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:35.023 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.252s] 2018-05-08 15:22:35,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:35.116 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.092s] 2018-05-08 15:22:35,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:35.173 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.057s] 2018-05-08 15:22:35,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:35.637 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.463s] 2018-05-08 15:22:36,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:36.016 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.630s] 2018-05-08 15:22:36,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:36.287 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.270s] 2018-05-08 15:22:36,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:36.500 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.213s] 2018-05-08 15:22:36,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:36.888 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.387s] 2018-05-08 15:22:37,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:37.337 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.449s] 2018-05-08 15:22:37,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:37.786 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.447s] 2018-05-08 15:22:40,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:40.594 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.956s] 2018-05-08 15:22:46,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:46.254 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.361s] 2018-05-08 15:22:48,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:48.922 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.667s] 2018-05-08 15:22:53,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:53.798 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.871s] 2018-05-08 15:22:54,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:54.898 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.101s] 2018-05-08 15:22:56,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:56.320 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.815s] 2018-05-08 15:22:57,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:57.065 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.165s] 2018-05-08 15:22:57,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:22:57.822 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.756s] 2018-05-08 15:23:00,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:23:00.370 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.545s] 2018-05-08 15:23:00,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:23:00.420 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2018-05-08 15:23:08,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:23:08.920 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [12.595s] 2018-05-08 15:23:16,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '851a8428-e86d-4c69-9942-a71b12606256']'. 2018-05-08 15:23:17,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 15:23:17,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 851a8428-e86d-4c69-9942-a71b12606256 | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 15:20:59 | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 15:23:16 | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:17 | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3b441fdf-e24b-4267-ba84-bc56794bf7a5) | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 15:23:17,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 54c6acb3-e846-4772-a388-cc69c24cd341) | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 96 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 120.29 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 96 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 15:23:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 15:23:17,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-08 15:23:31,823 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 15:23:31,823 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 02:60 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-08 15:23:31,828 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-08 15:23:31,917 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 15:23:34,362 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 15:23:33.959 11335 INFO rally.deployment.engine [-] Deployment 54c6acb3-e846-4772-a388-cc69c24cd341 | Starting: Destroy cloud and free allocated resources. 2018-05-08 15:23:34.043 11335 INFO rally.deployment.engine [-] Deployment 54c6acb3-e846-4772-a388-cc69c24cd341 | Completed: Destroy cloud and free allocated resources. 2018-05-08 15:23:34.080 11335 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5) for deployment 'opnfv-rally'. 2018-05-08 15:23:34.097 11335 INFO rally.api [-] Deleting verification (UUID=851a8428-e86d-4c69-9942-a71b12606256). 2018-05-08 15:23:34.143 11335 INFO rally.api [-] Verification has been successfully deleted! 2018-05-08 15:23:34.143 11335 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5). 2018-05-08 15:23:34.151 11335 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 15:23:36,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 15:23:36.480 11338 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=78589e31-1ef6-4da2-8dda-f586f1f068d1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 78589e31-1ef6-4da2-8dda-f586f1f068d1 | 2018-05-08T15:23:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 78589e31-1ef6-4da2-8dda-f586f1f068d1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-08 15:23:40,121 - 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-08 15:23:40,121 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 15:23:42,404 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-08 15:23:42.132 11344 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3b441fdf-e24b-4267-ba84-bc56794bf7a5). 2018-05-08 15:23:42.258 11344 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-08 15:23:46,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 15:23:44.466 11347 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 15:23:44.756 11347 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 15:23:45.833 11347 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf) as the default verifier for the future CLI operations. 2018-05-08 15:23:49,073 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 15:23:51,908 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 15:24:03,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 15:24:09,902 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 15:24:08.882 11366 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf) for deployment 'opnfv-rally' (UUID=78589e31-1ef6-4da2-8dda-f586f1f068d1). 2018-05-08 15:24:09.737 11366 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf) has been successfully configured for deployment 'opnfv-rally' (UUID=78589e31-1ef6-4da2-8dda-f586f1f068d1)! 2018-05-08 15:24:09,902 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 15:24:09,902 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 15:24:09,904 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 15:24:09,915 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-08 15:24:13,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-54d5106d-fbed-4650-8c47-346853c79faf/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-08 15:24:13,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-08 15:24:15,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 15:24:15.281 11375 INFO rally.api [-] Starting verification (UUID=2ad4f585-727c-48e6-8d57-3d5bb8332601) for deployment 'opnfv-rally' (UUID=78589e31-1ef6-4da2-8dda-f586f1f068d1) by verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf). 2018-05-08 15:24:15,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2ad4f585-727c-48e6-8d57-3d5bb8332601 2018-05-08 15:27:27,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2ad4f585-727c-48e6-8d57-3d5bb8332601']'. 2018-05-08 15:27:28,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 15:27:28,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2ad4f585-727c-48e6-8d57-3d5bb8332601 | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 15:24:15 | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 15:27:27 | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:12 | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 54d5106d-fbed-4650-8c47-346853c79faf) | 2018-05-08 15:27:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 78589e31-1ef6-4da2-8dda-f586f1f068d1) | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 178.35 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 15:27:28,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 15:27:28,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-08 15:27:38,583 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 15:27:38,584 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-08 15:27:38,588 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-08 15:27:39,529 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-08 16:51:23,586 - 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 5023.983s FAILED (errors=1) 2018-05-08 16:51:23,762 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 16:51:23,763 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 83:44 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-08 16:51:23,767 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-08 16:51:23,767 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-08 16:51:23,853 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-08 16:51:26,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-08 16:51:26.009 11602 INFO rally.deployment.engine [-] Deployment 78589e31-1ef6-4da2-8dda-f586f1f068d1 | Starting: Destroy cloud and free allocated resources. 2018-05-08 16:51:26.105 11602 INFO rally.deployment.engine [-] Deployment 78589e31-1ef6-4da2-8dda-f586f1f068d1 | Completed: Destroy cloud and free allocated resources. 2018-05-08 16:51:26.167 11602 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf) for deployment 'opnfv-rally'. 2018-05-08 16:51:26.200 11602 INFO rally.api [-] Deleting verification (UUID=2ad4f585-727c-48e6-8d57-3d5bb8332601). 2018-05-08 16:51:26.246 11602 INFO rally.api [-] Verification has been successfully deleted! 2018-05-08 16:51:26.247 11602 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf). 2018-05-08 16:51:26.259 11602 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-08 16:51:28,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-08 16:51:28.579 11605 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2dffeb21-c3f1-4215-8862-57a31875869b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2dffeb21-c3f1-4215-8862-57a31875869b | 2018-05-08T16:51:28 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2dffeb21-c3f1-4215-8862-57a31875869b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-08 16:51:32,189 - 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-08 16:51:32,190 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-08 16:51:34,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-08 16:51:34.250 11611 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=54d5106d-fbed-4650-8c47-346853c79faf). 2018-05-08 16:51:34.374 11611 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-08 16:51:37,744 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-08 16:51:36.403 11614 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-08 16:51:36.543 11614 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-08 16:51:37.573 11614 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=772c4a04-df26-4155-9961-8ce36d5e92dc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=772c4a04-df26-4155-9961-8ce36d5e92dc) as the default verifier for the future CLI operations. 2018-05-08 16:51:40,616 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-08 16:51:43,108 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-08 16:51:56,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-08 16:52:01,506 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-08 16:52:00.498 11633 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=772c4a04-df26-4155-9961-8ce36d5e92dc) for deployment 'opnfv-rally' (UUID=2dffeb21-c3f1-4215-8862-57a31875869b). 2018-05-08 16:52:01.342 11633 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=772c4a04-df26-4155-9961-8ce36d5e92dc) has been successfully configured for deployment 'opnfv-rally' (UUID=2dffeb21-c3f1-4215-8862-57a31875869b)! 2018-05-08 16:52:01,507 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-08 16:52:01,507 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-08 16:52:01,509 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-08 16:52:01,522 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-08 16:52:04,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-772c4a04-df26-4155-9961-8ce36d5e92dc/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-08 16:52:04,497 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-08 16:52:04,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-08 16:52:04,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-08 16:52:06,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-08 16:52:06.594 11642 INFO rally.api [-] Starting verification (UUID=8fd96cae-9ecb-4522-bc59-bc699efdba7f) for deployment 'opnfv-rally' (UUID=2dffeb21-c3f1-4215-8862-57a31875869b) by verifier 'opnfv-tempest' (UUID=772c4a04-df26-4155-9961-8ce36d5e92dc). 2018-05-08 16:52:06,596 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8fd96cae-9ecb-4522-bc59-bc699efdba7f 2018-05-08 16:54:34,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8fd96cae-9ecb-4522-bc59-bc699efdba7f']'. 2018-05-08 16:54:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-08 16:54:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-08 16:54:35,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8fd96cae-9ecb-4522-bc59-bc699efdba7f | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-08 16:52:06 | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-08 16:54:34 | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:28 | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 772c4a04-df26-4155-9961-8ce36d5e92dc) | 2018-05-08 16:54:35,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2dffeb21-c3f1-4215-8862-57a31875869b) | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 135.457 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-08 16:54:35,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-08 16:54:35,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-08 16:54:47,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 16:54:47,191 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:06 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-08 16:54:47,196 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:19 | PASS | | vping_userdata | functest | smoke | 01:01 | PASS | | tempest_smoke_serial | functest | smoke | 18:46 | PASS | | rally_sanity | functest | smoke | 30:08 | PASS | | refstack_defcore | functest | smoke | 02:60 | PASS | | patrole | functest | smoke | 03:49 | PASS | | snaps_smoke | functest | smoke | 83:44 | FAIL | | neutron_trunk | functest | smoke | 03:06 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-08 16:54:47,203 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-08 16:54:50,489 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-103 | | 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-08 16:54:50,493 - 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=xRNa4X3gMaGp2PW77PAuEweFq 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-08 16:54:50,493 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 16:54:50,494 - 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-08 16:54:50,495 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-08 16:54:50,496 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-08 16:59:23,319 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-08 16:59:23,442 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 16:59:23,442 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:33 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-08 16:59:23,446 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-08 17:51:05,249 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-08 17:51:05,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 17:51:05,392 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 51:41 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-08 17:51:05,405 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-08 17:51:05,406 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:33 | PASS | | barometercollectd | barometer | features | 51:41 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-08 17:51:05,408 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-08 17:52:21,846 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-103 | | 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-08 17:52:21,851 - 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=xRNa4X3gMaGp2PW77PAuEweFq 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-08 17:52:21,851 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 17:52:21,851 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-08 17:52:21,852 - 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-08 17:52:21,855 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-08 17:52:24,337 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-103 | | 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-08 17:52:24,339 - 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=xRNa4X3gMaGp2PW77PAuEweFq 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-08 17:52:24,340 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-08 17:52:24,340 - 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-08 17:52:24,341 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-08 17:52:24,341 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-08 17:56:04,387 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-08 17:56:04,500 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-08 17:56:04,500 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:40 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-08 17:56:04,503 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:40 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-08 17:56:04,505 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK