2018-05-20 08:49:42,285 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-135 | | 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-20 08:49:42,289 - 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=27b6nRwQa2W6VuF7yZVvw2zfC export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-20 08:49:42,289 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 08:49:42,291 - 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-20 08:49:42,292 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-20 08:49:42,293 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-20 08:49:44,954 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 08:49:57,298 - 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 12.337s OK 2018-05-20 08:49:57,414 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 08:49:57,414 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:12 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-20 08:49:57,418 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-20 08:49:59,485 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 09:06:11,785 - 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 972.246s OK 2018-05-20 09:06:11,906 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 09:06:11,907 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-20 09:06:11,911 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-20 09:06:12,752 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 09:07:14,906 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 62.152s OK 2018-05-20 09:07:15,016 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 09:07:15,016 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:02 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-20 09:07:15,020 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:12 | PASS | | api_check | functest | healthcheck | 16:12 | PASS | | snaps_health_check | functest | healthcheck | 01:02 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-20 09:07:15,024 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-20 09:07:43,849 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-135 | | 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-20 09:07:43,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=27b6nRwQa2W6VuF7yZVvw2zfC export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-20 09:07:43,852 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 09:07:43,853 - 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-20 09:07:43,854 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-20 09:07:43,854 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-20 09:07:44,694 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-20 09:07:44,695 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-20 09:07:45,136 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-20 09:07:45,136 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-20 09:07:45,587 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-20 09:07:45,588 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-20 09:07:45' 2018-05-20 09:07:45,588 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:07:50,119 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:07:53,888 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:08:08,095 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:08:08,841 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:08:09,583 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:08:18,063 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:08:22,294 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-b4ff077b-b399-4a1d-a2e1-de89e899955b' 2018-05-20 09:08:52,791 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-20 09:09:03,893 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-20 09:09:04,030 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-20 09:09:05,037 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-20 09:09:05,037 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-20 09:09:05,037 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-20 09:09:05,549 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 09:09:05,549 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-20 09:09:34,169 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-20 09:09:34,254 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-20 09:09:34,255 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-20 09:09:34' 2018-05-20 09:09:34,255 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--1a09efed-410d-49d7-a98c-db0223547be6' 2018-05-20 09:09:39,906 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-1a09efed-410d-49d7-a98c-db0223547be6' 2018-05-20 09:09:42,375 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-1a09efed-410d-49d7-a98c-db0223547be6' 2018-05-20 09:09:54,100 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-1a09efed-410d-49d7-a98c-db0223547be6' 2018-05-20 09:09:54,821 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-1a09efed-410d-49d7-a98c-db0223547be6' 2018-05-20 09:10:01,916 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-1a09efed-410d-49d7-a98c-db0223547be6' 2018-05-20 09:10:08,860 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-20 09:10:23,167 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-20 09:10:25,839 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.13. Waiting for response... 2018-05-20 09:10:28,577 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-20 09:10:28,687 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 09:10:28,688 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:54 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-20 09:11:13,726 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-20 09:11:13,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 09:11:18,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-20 09:11:18.112 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=346c1373-3e07-405d-bfbc-e08fb1a41aa5) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 346c1373-3e07-405d-bfbc-e08fb1a41aa5 | 2018-05-20T09:11:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 346c1373-3e07-405d-bfbc-e08fb1a41aa5 ~/.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-20 09:11:21,626 - 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-20 09:11:21,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 09:11:27,112 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-20 09:11:25.676 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-20 09:11:25.833 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-20 09:11:26.935 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785) as the default verifier for the future CLI operations. 2018-05-20 09:11:30,087 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-20 09:11:33,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 09:11:45,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 09:11:50,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 09:11:49.908 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785) for deployment 'opnfv-rally' (UUID=346c1373-3e07-405d-bfbc-e08fb1a41aa5). 2018-05-20 09:11:50.734 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785) has been successfully configured for deployment 'opnfv-rally' (UUID=346c1373-3e07-405d-bfbc-e08fb1a41aa5)! 2018-05-20 09:11:50,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 09:11:50,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 09:11:50,894 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 09:11:50,897 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-20 09:11:54,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f2fca053-4b41-4eb0-8f75-02e8e3175785/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-20 09:11:54,098 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-20 09:11:54,099 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-20 09:11:54,100 - 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-20 09:11:56,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:11:56.699 55 INFO rally.api [-] Starting verification (UUID=afe3d589-54bb-455a-ad79-efe54156d445) for deployment 'opnfv-rally' (UUID=346c1373-3e07-405d-bfbc-e08fb1a41aa5) by verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785). 2018-05-20 09:11:56,701 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: afe3d589-54bb-455a-ad79-efe54156d445 2018-05-20 09:12:05,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:12:05.129 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.171s] 2018-05-20 09:12:05,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:12:05.187 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-05-20 09:12:13,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:12:13.000 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.905s] 2018-05-20 09:12:15,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:12:15.978 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.976s] 2018-05-20 09:12:29,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:12:29.966 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.708s] 2018-05-20 09:12:56,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:12:56.250 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.206s] 2018-05-20 09:13:46,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:13:46.266 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.077s] 2018-05-20 09:13:46,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:13:46.267 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-20 09:14:31,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:14:31.953 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-20 09:14:31,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:14:31.955 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-20 09:15:19,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:15:19.558 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-05-20 09:15:19,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:15:19.560 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-20 09:16:25,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:16:25.127 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.097s] 2018-05-20 09:17:00,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:00.983 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-05-20 09:17:01,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:01.077 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.093s] 2018-05-20 09:17:12,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:12.418 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.653s] 2018-05-20 09:17:12,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:12.427 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-20 09:17:14,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:14.244 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-20 09:17:14,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:14.246 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-20 09:17:18,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:18.402 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.477s] 2018-05-20 09:17:25,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:25.234 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.088s] 2018-05-20 09:17:32,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:32.721 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.664s] 2018-05-20 09:17:41,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:41.074 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.614s] 2018-05-20 09:17:51,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:51.935 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.327s] 2018-05-20 09:17:58,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:17:58.532 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.371s] 2018-05-20 09:18:04,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:04.580 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.189s] 2018-05-20 09:18:13,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:13.925 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.694s] 2018-05-20 09:18:21,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:21.763 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.474s] 2018-05-20 09:18:31,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:31.791 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.995s] 2018-05-20 09:18:34,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:34.476 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-20 09:18:36,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:36.514 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.067s] 2018-05-20 09:18:36,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:36.598 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2018-05-20 09:18:36,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:36.671 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2018-05-20 09:18:36,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:36.678 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-20 09:18:41,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:41.825 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.858s] 2018-05-20 09:18:46,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:46.658 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.832s] 2018-05-20 09:18:50,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:18:50.333 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.675s] 2018-05-20 09:19:02,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:19:02.363 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-20 09:19:09,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:19:09.871 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.210s] 2018-05-20 09:19:29,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:19:29.732 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.810s] 2018-05-20 09:19:35,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:19:35.276 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.543s] 2018-05-20 09:19:50,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:19:50.552 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.557s] 2018-05-20 09:19:54,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:19:54.631 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.077s] 2018-05-20 09:20:01,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:01.436 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.805s] 2018-05-20 09:20:11,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:11.927 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.400s] 2018-05-20 09:20:15,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:15.935 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.006s] 2018-05-20 09:20:20,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:20.909 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.974s] 2018-05-20 09:20:39,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:39.947 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.861s] 2018-05-20 09:20:40,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:40.209 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.262s] 2018-05-20 09:20:40,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:40.353 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.145s] 2018-05-20 09:20:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:40.554 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-05-20 09:20:40,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:40.798 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.243s] 2018-05-20 09:20:40,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:40.995 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.197s] 2018-05-20 09:20:56,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:56.092 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.372s] 2018-05-20 09:20:56,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:56.516 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.423s] 2018-05-20 09:20:56,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:56.760 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.244s] 2018-05-20 09:20:56,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:56.814 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2018-05-20 09:20:56,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:56.946 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.132s] 2018-05-20 09:20:57,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:20:57.001 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-05-20 09:21:13,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:13.267 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.140s] 2018-05-20 09:21:20,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:20.309 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.042s] 2018-05-20 09:21:22,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:22.070 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.760s] 2018-05-20 09:21:22,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:22.127 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-05-20 09:21:22,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:22.333 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.205s] 2018-05-20 09:21:35,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:35.298 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.769s] 2018-05-20 09:21:42,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:42.690 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.392s] 2018-05-20 09:21:44,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:44.712 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.022s] 2018-05-20 09:21:44,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:44.903 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.191s] 2018-05-20 09:21:45,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:21:45.110 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.206s] 2018-05-20 09:22:10,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:22:10.755 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.845s] 2018-05-20 09:22:23,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:22:23.982 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.227s] 2018-05-20 09:22:36,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:22:36.428 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.446s] 2018-05-20 09:22:47,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:22:47.131 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.702s] 2018-05-20 09:23:23,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:23:23.996 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.748s] 2018-05-20 09:23:37,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:23:37.156 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.159s] 2018-05-20 09:23:49,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:23:49.933 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.775s] 2018-05-20 09:24:00,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:00.740 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.806s] 2018-05-20 09:24:19,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:19.327 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.788s] 2018-05-20 09:24:22,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:22.384 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.056s] 2018-05-20 09:24:22,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:22.430 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-05-20 09:24:27,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:27.834 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.093s] 2018-05-20 09:24:29,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:29.929 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.092s] 2018-05-20 09:24:29,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:29.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-05-20 09:24:35,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:35.112 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.288s] 2018-05-20 09:24:38,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:38.729 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-05-20 09:24:40,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:40.324 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-20 09:24:40,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:40.325 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-20 09:24:40,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:40.326 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-20 09:24:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:40.326 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-20 09:24:40,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:40.327 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-20 09:24:42,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:24:42.368 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-05-20 09:25:03,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:25:03.467 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.099s] 2018-05-20 09:25:17,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:25:17.224 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.052s] 2018-05-20 09:25:34,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:25:34.750 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.522s] 2018-05-20 09:25:46,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:25:46.676 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-05-20 09:27:22,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:27:22.688 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [87.036s] 2018-05-20 09:28:18,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:28:18.271 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [41.400s] 2018-05-20 09:29:30,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 09:29:30.670 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [36.066s] 2018-05-20 09:29:55,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'afe3d589-54bb-455a-ad79-efe54156d445']'. 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | afe3d589-54bb-455a-ad79-efe54156d445 | 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 09:11:56 | 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 09:29:55 | 2018-05-20 09:29:56,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:59 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f2fca053-4b41-4eb0-8f75-02e8e3175785) | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 346c1373-3e07-405d-bfbc-e08fb1a41aa5) | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1047.576 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 09:29:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 09:29:56,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-20 09:30:08,411 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 09:30:08,411 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 18:38 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-20 09:30:08,415 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-20 09:30:08,502 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-20 09:30:08,943 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-20 09:30:08,943 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-20 09:30:09,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 09:30:12,120 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 09:30:11.674 119 INFO rally.deployment.engine [-] Deployment 346c1373-3e07-405d-bfbc-e08fb1a41aa5 | Starting: Destroy cloud and free allocated resources. 2018-05-20 09:30:11.771 119 INFO rally.deployment.engine [-] Deployment 346c1373-3e07-405d-bfbc-e08fb1a41aa5 | Completed: Destroy cloud and free allocated resources. 2018-05-20 09:30:11.815 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785) for deployment 'opnfv-rally'. 2018-05-20 09:30:11.831 119 INFO rally.api [-] Deleting verification (UUID=afe3d589-54bb-455a-ad79-efe54156d445). 2018-05-20 09:30:11.873 119 INFO rally.api [-] Verification has been successfully deleted! 2018-05-20 09:30:11.874 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785). 2018-05-20 09:30:11.883 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-20 09:30:14,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-20 09:30:14.280 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d4d7dc6e-4788-430a-a714-e4daf1366740) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d4d7dc6e-4788-430a-a714-e4daf1366740 | 2018-05-20T09:30:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d4d7dc6e-4788-430a-a714-e4daf1366740 ~/.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-20 09:30:17,931 - 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-20 09:30:17,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-20 09:30:19,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671'... 2018-05-20 09:30:24,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-3766c12a-2eaf-4172-af98-4bb4e5c0c671'... 2018-05-20 09:30:26,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-3766c12a-2eaf-4172-af98-4bb4e5c0c671'... 2018-05-20 09:30:40,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671'... 2018-05-20 09:30:41,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671'... 2018-05-20 09:30:42,024 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-20 09:30:42,025 - 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-20 09:30:42,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:30:42,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:30:42,044 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:31:44,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 2018-05-20 09:31:44,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-20 09:31:44,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '34d4f1bc-a1b6-45ab-99f1-a85e20424af0'] 2018-05-20 09:31:45,569 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 34d4f1bc-a1b6-45ab-99f1-a85e20424af0: 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 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.476569 Full duration: 7.921618 -------------------------------------------------------------------------------- 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 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 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.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> duration | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773357 Full duration: 7.788296 -------------------------------------------------------------------------------- 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 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> duration | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931708 Full duration: 8.660437 -------------------------------------------------------------------------------- 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 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 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.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> duration | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.859364 Full duration: 7.820859 -------------------------------------------------------------------------------- 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 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | total | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | -> duration | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 1.048 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.048102 Full duration: 7.771738 -------------------------------------------------------------------------------- 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 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 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.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> duration | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.674952 Full duration: 7.350201 HINTS: * To plot HTML graphics with this data, run: rally task report 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 --out output.html * To generate a JUnit report, run: rally task export 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 34d4f1bc-a1b6-45ab-99f1-a85e20424af0 --json --out output.json 2018-05-20 09:31:45,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '34d4f1bc-a1b6-45ab-99f1-a85e20424af0'] 2018-05-20 09:31:46,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:31:46,654 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '34d4f1bc-a1b6-45ab-99f1-a85e20424af0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-20 09:31:46,661 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-20 09:31:46,662 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-20 09:31:46,662 - 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-20 09:31:46,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:31:46,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:31:46,678 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:33:57,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 88704f8a-f602-418c-a168-c509163c4988 2018-05-20 09:33:57,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '88704f8a-f602-418c-a168-c509163c4988'] 2018-05-20 09:33:58,807 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 88704f8a-f602-418c-a168-c509163c4988: 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 88704f8a-f602-418c-a168-c509163c4988 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 | 10.317 | 10.317 | 10.317 | 10.317 | 10.317 | 10.317 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> glance_v2.upload_data | 7.369 | 7.369 | 7.369 | 7.369 | 7.369 | 7.369 | 100.0% | 1 | | glance_v2.delete_image | 3.022 | 3.022 | 3.022 | 3.022 | 3.022 | 3.022 | 100.0% | 1 | | total | 13.34 | 13.34 | 13.34 | 13.34 | 13.34 | 13.34 | 100.0% | 1 | | -> duration | 13.34 | 13.34 | 13.34 | 13.34 | 13.34 | 13.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.339868 Full duration: 22.205518 -------------------------------------------------------------------------------- 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 88704f8a-f602-418c-a168-c509163c4988 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 6.068 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> glance_v2.upload_data | 2.811 | 2.811 | 2.811 | 2.811 | 2.811 | 2.811 | 100.0% | 1 | | glance_v2.list_images | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 6.24 | 6.24 | 6.24 | 6.24 | 6.24 | 6.24 | 100.0% | 1 | | -> duration | 6.24 | 6.24 | 6.24 | 6.24 | 6.24 | 6.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.240283 Full duration: 23.38578 -------------------------------------------------------------------------------- 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 88704f8a-f602-418c-a168-c509163c4988 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> duration | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.348345 Full duration: 7.943534 -------------------------------------------------------------------------------- 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "number_instances": 2, "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] }, "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 88704f8a-f602-418c-a168-c509163c4988 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 6.755 | 6.755 | 6.755 | 6.755 | 6.755 | 6.755 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> glance_v2.upload_data | 3.734 | 3.734 | 3.734 | 3.734 | 3.734 | 3.734 | 100.0% | 1 | | nova.boot_servers | 18.854 | 18.854 | 18.854 | 18.854 | 18.854 | 18.854 | 100.0% | 1 | | total | 25.611 | 25.611 | 25.611 | 25.611 | 25.611 | 25.611 | 100.0% | 1 | | -> duration | 24.611 | 24.611 | 24.611 | 24.611 | 24.611 | 24.611 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.610737 Full duration: 59.669738 HINTS: * To plot HTML graphics with this data, run: rally task report 88704f8a-f602-418c-a168-c509163c4988 --out output.html * To generate a JUnit report, run: rally task export 88704f8a-f602-418c-a168-c509163c4988 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 88704f8a-f602-418c-a168-c509163c4988 --json --out output.json 2018-05-20 09:33:58,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '88704f8a-f602-418c-a168-c509163c4988'] 2018-05-20 09:33:59,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:33:59,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '88704f8a-f602-418c-a168-c509163c4988', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-20 09:33:59,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-20 09:33:59,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-20 09:33:59,885 - 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-20 09:33:59,885 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:33:59,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:33:59,903 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:37:35,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e2963fd4-1261-4522-9a8e-997440d6b73a 2018-05-20 09:37:35,081 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e2963fd4-1261-4522-9a8e-997440d6b73a'] 2018-05-20 09:37:36,216 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e2963fd4-1261-4522-9a8e-997440d6b73a: 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 e2963fd4-1261-4522-9a8e-997440d6b73a has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.799 | 4.799 | 4.799 | 4.799 | 4.799 | 4.799 | 100.0% | 1 | | total | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 100.0% | 1 | | -> duration | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 8.031 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.031456 Full duration: 26.561283 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.delete_volume | 2.537 | 2.537 | 2.537 | 2.537 | 2.537 | 2.537 | 100.0% | 1 | | total | 5.718 | 5.718 | 5.718 | 5.718 | 5.718 | 5.718 | 100.0% | 1 | | -> duration | 5.718 | 5.718 | 5.718 | 5.718 | 5.718 | 5.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.718492 Full duration: 16.902766 -------------------------------------------------------------------------------- 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e2963fd4-1261-4522-9a8e-997440d6b73a 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.486 | 12.486 | 12.486 | 12.486 | 12.486 | 12.486 | 100.0% | 1 | | cinder_v2.delete_volume | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 2.651 | 100.0% | 1 | | total | 15.137 | 15.137 | 15.137 | 15.137 | 15.137 | 15.137 | 100.0% | 1 | | -> duration | 15.137 | 15.137 | 15.137 | 15.137 | 15.137 | 15.137 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.136979 Full duration: 27.063778 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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.164 | 3.164 | 3.164 | 3.164 | 3.164 | 3.164 | 100.0% | 1 | | cinder_v2.delete_volume | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 100.0% | 1 | | total | 6.29 | 6.29 | 6.29 | 6.29 | 6.29 | 6.29 | 100.0% | 1 | | -> duration | 6.29 | 6.29 | 6.29 | 6.29 | 6.29 | 6.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.290441 Full duration: 17.260476 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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.271 | 3.271 | 3.271 | 3.271 | 3.271 | 3.271 | 100.0% | 1 | | cinder_v2.extend_volume | 2.706 | 2.706 | 2.706 | 2.706 | 2.706 | 2.706 | 100.0% | 1 | | cinder_v2.delete_volume | 2.717 | 2.717 | 2.717 | 2.717 | 2.717 | 2.717 | 100.0% | 1 | | total | 8.696 | 8.696 | 8.696 | 8.696 | 8.696 | 8.696 | 100.0% | 1 | | -> duration | 8.696 | 8.696 | 8.696 | 8.696 | 8.696 | 8.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.695664 Full duration: 18.694019 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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.593 | 5.593 | 5.593 | 5.593 | 5.593 | 5.593 | 100.0% | 1 | | cinder_v2.delete_volume | 2.705 | 2.705 | 2.705 | 2.705 | 2.705 | 2.705 | 100.0% | 1 | | total | 8.299 | 8.299 | 8.299 | 8.299 | 8.299 | 8.299 | 100.0% | 1 | | -> duration | 8.299 | 8.299 | 8.299 | 8.299 | 8.299 | 8.299 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.298748 Full duration: 26.166546 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | cinder_v2.list_qos | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761448 Full duration: 12.34237 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | cinder_v2.set_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810672 Full duration: 12.414465 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | cinder_v2.list_types | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> duration | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.290459 Full duration: 13.779618 -------------------------------------------------------------------------------- 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 e2963fd4-1261-4522-9a8e-997440d6b73a 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804301 Full duration: 13.128051 HINTS: * To plot HTML graphics with this data, run: rally task report e2963fd4-1261-4522-9a8e-997440d6b73a --out output.html * To generate a JUnit report, run: rally task export e2963fd4-1261-4522-9a8e-997440d6b73a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e2963fd4-1261-4522-9a8e-997440d6b73a --json --out output.json 2018-05-20 09:37:36,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e2963fd4-1261-4522-9a8e-997440d6b73a'] 2018-05-20 09:37:37,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:37:37,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e2963fd4-1261-4522-9a8e-997440d6b73a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-20 09:37:37,272 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-20 09:37:37,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-20 09:37:37,273 - 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-20 09:37:37,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:37:37,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:37:37,291 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:39:04,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 98f2344a-338c-43f9-8245-6d2350120dc2 2018-05-20 09:39:04,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '98f2344a-338c-43f9-8245-6d2350120dc2'] 2018-05-20 09:39:05,462 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 98f2344a-338c-43f9-8245-6d2350120dc2: 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 98f2344a-338c-43f9-8245-6d2350120dc2 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.279 | 6.279 | 6.279 | 6.279 | 6.279 | 6.279 | 100.0% | 1 | | heat.update_stack | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 2.959 | 100.0% | 1 | | heat.delete_stack | 4.032 | 4.032 | 4.032 | 4.032 | 4.032 | 4.032 | 100.0% | 1 | | total | 13.271 | 13.271 | 13.271 | 13.271 | 13.271 | 13.271 | 100.0% | 1 | | -> duration | 9.271 | 9.271 | 9.271 | 9.271 | 9.271 | 9.271 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.270737 Full duration: 22.885559 -------------------------------------------------------------------------------- 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 98f2344a-338c-43f9-8245-6d2350120dc2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.833 | 4.833 | 4.833 | 4.833 | 4.833 | 4.833 | 100.0% | 1 | | heat.check_stack | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | heat.delete_stack | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | total | 7.64 | 7.64 | 7.64 | 7.64 | 7.64 | 7.64 | 100.0% | 1 | | -> duration | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 5.64 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.639605 Full duration: 17.438033 -------------------------------------------------------------------------------- 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 98f2344a-338c-43f9-8245-6d2350120dc2 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.918 | 4.918 | 4.918 | 4.918 | 4.918 | 4.918 | 100.0% | 1 | | heat.suspend_stack | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | heat.resume_stack | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 1.886 | 100.0% | 1 | | heat.delete_stack | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 100.0% | 1 | | total | 10.227 | 10.227 | 10.227 | 10.227 | 10.227 | 10.227 | 100.0% | 1 | | -> duration | 8.227 | 8.227 | 8.227 | 8.227 | 8.227 | 8.227 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.227075 Full duration: 19.680827 -------------------------------------------------------------------------------- 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 98f2344a-338c-43f9-8245-6d2350120dc2 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.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | total | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> duration | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.586123 Full duration: 8.286677 HINTS: * To plot HTML graphics with this data, run: rally task report 98f2344a-338c-43f9-8245-6d2350120dc2 --out output.html * To generate a JUnit report, run: rally task export 98f2344a-338c-43f9-8245-6d2350120dc2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 98f2344a-338c-43f9-8245-6d2350120dc2 --json --out output.json 2018-05-20 09:39:05,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '98f2344a-338c-43f9-8245-6d2350120dc2'] 2018-05-20 09:39:06,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:39:06,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '98f2344a-338c-43f9-8245-6d2350120dc2', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-20 09:39:06,533 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-20 09:39:06,533 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-20 09:39:06,533 - 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-20 09:39:06,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:39:06,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:39:06,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': ['keystone'], 'concurrency': 4, 'netid': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:42:27,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be00d75d-aaf9-43f2-b868-a8a84544d786 2018-05-20 09:42:27,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'be00d75d-aaf9-43f2-b868-a8a84544d786'] 2018-05-20 09:42:28,819 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task be00d75d-aaf9-43f2-b868-a8a84544d786: 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.763312 Full duration: 14.73206 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758799 Full duration: 14.59604 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825324 Full duration: 15.865865 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | keystone_v3.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 100.0% | 1 | | -> duration | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 1.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.484218 Full duration: 13.23281 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | keystone_v3.delete_service | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705267 Full duration: 12.437912 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | keystone_v3.create_user | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | -> keystone_v3.add_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | keystone_v3.create_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_role | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.list_services | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | -> duration | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.941455 Full duration: 20.793924 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.95842 Full duration: 12.541931 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task be00d75d-aaf9-43f2-b868-a8a84544d786 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.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.850545 Full duration: 14.416742 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task be00d75d-aaf9-43f2-b868-a8a84544d786 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.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | total | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> duration | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.959863 Full duration: 14.304423 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.list_users | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88053 Full duration: 15.177348 -------------------------------------------------------------------------------- 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 be00d75d-aaf9-43f2-b868-a8a84544d786 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | keystone_v3.create_users | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.816 | 5.816 | 5.816 | 5.816 | 5.816 | 5.816 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.108 | 2.108 | 2.108 | 2.108 | 2.108 | 2.108 | 100.0% | 1 | | total | 7.441 | 7.441 | 7.441 | 7.441 | 7.441 | 7.441 | 100.0% | 1 | | -> duration | 7.441 | 7.441 | 7.441 | 7.441 | 7.441 | 7.441 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.440591 Full duration: 24.405218 HINTS: * To plot HTML graphics with this data, run: rally task report be00d75d-aaf9-43f2-b868-a8a84544d786 --out output.html * To generate a JUnit report, run: rally task export be00d75d-aaf9-43f2-b868-a8a84544d786 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be00d75d-aaf9-43f2-b868-a8a84544d786 --json --out output.json 2018-05-20 09:42:28,819 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'be00d75d-aaf9-43f2-b868-a8a84544d786'] 2018-05-20 09:42:29,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:42:29,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'be00d75d-aaf9-43f2-b868-a8a84544d786', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-20 09:42:29,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-20 09:42:29,976 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-20 09:42:29,976 - 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-20 09:42:29,976 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:42:29,989 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:42:29,990 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:49:24,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 2018-05-20 09:49:24,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f0d0fc6b-5b8c-4ae6-807f-002331d5ac31'] 2018-05-20 09:49:25,365 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f0d0fc6b-5b8c-4ae6-807f-002331d5ac31: 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | neutron.delete_network | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 100.0% | 1 | | -> duration | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.975234 Full duration: 16.124995 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.462 | 1.462 | 1.462 | 1.462 | 1.462 | 1.462 | 100.0% | 1 | | neutron.delete_port | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | total | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 100.0% | 1 | | -> duration | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 2.086 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.085985 Full duration: 39.73654 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.874 | 1.874 | 1.874 | 1.874 | 1.874 | 1.874 | 100.0% | 1 | | neutron.create_subnet | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 100.0% | 1 | | neutron.create_router | 4.255 | 4.255 | 4.255 | 4.255 | 4.255 | 4.255 | 100.0% | 1 | | neutron.add_interface_router | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 2.014 | 100.0% | 1 | | neutron.remove_interface_router | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 100.0% | 1 | | neutron.delete_router | 3.67 | 3.67 | 3.67 | 3.67 | 3.67 | 3.67 | 100.0% | 1 | | total | 14.619 | 14.619 | 14.619 | 14.619 | 14.619 | 14.619 | 100.0% | 1 | | -> duration | 14.619 | 14.619 | 14.619 | 14.619 | 14.619 | 14.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.619423 Full duration: 58.352452 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.223 | 1.223 | 1.223 | 1.223 | 1.223 | 1.223 | 100.0% | 1 | | neutron.delete_subnet | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | -> duration | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.920405 Full duration: 43.593426 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | neutron.list_networks | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | -> duration | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.233761 Full duration: 17.087904 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.388 | 1.388 | 1.388 | 1.388 | 1.388 | 1.388 | 100.0% | 1 | | neutron.list_ports | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | total | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> duration | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.624557 Full duration: 39.425742 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | neutron.create_subnet | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | neutron.create_router | 3.402 | 3.402 | 3.402 | 3.402 | 3.402 | 3.402 | 100.0% | 1 | | neutron.add_interface_router | 2.244 | 2.244 | 2.244 | 2.244 | 2.244 | 2.244 | 100.0% | 1 | | neutron.list_routers | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 100.0% | 1 | | -> duration | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 7.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.766321 Full duration: 53.772705 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | neutron.create_subnet | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 100.0% | 1 | | neutron.list_subnets | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 100.0% | 1 | | -> duration | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 2.371 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.371414 Full duration: 49.03044 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.148 | 1.148 | 1.148 | 1.148 | 1.148 | 1.148 | 100.0% | 1 | | neutron.delete_security_group | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | total | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 100.0% | 1 | | -> duration | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.209652 Full duration: 15.770954 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | neutron.create_security_group_rule | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | neutron.delete_security_group | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 100.0% | 1 | | -> duration | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 1.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.881263 Full duration: 16.762687 -------------------------------------------------------------------------------- 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 f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 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.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | neutron.create_router | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 4.14 | 100.0% | 1 | | neutron.add_gateway_router | 2.73 | 2.73 | 2.73 | 2.73 | 2.73 | 2.73 | 100.0% | 1 | | neutron.remove_gateway_router | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 1.054 | 100.0% | 1 | | total | 9.275 | 9.275 | 9.275 | 9.275 | 9.275 | 9.275 | 100.0% | 1 | | -> duration | 9.275 | 9.275 | 9.275 | 9.275 | 9.275 | 9.275 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.275245 Full duration: 35.319411 HINTS: * To plot HTML graphics with this data, run: rally task report f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 --out output.html * To generate a JUnit report, run: rally task export f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f0d0fc6b-5b8c-4ae6-807f-002331d5ac31 --json --out output.json 2018-05-20 09:49:25,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f0d0fc6b-5b8c-4ae6-807f-002331d5ac31'] 2018-05-20 09:49:26,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:49:26,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f0d0fc6b-5b8c-4ae6-807f-002331d5ac31', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-20 09:49:26,468 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-20 09:49:26,469 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-20 09:49:26,469 - 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-20 09:49:26,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:49:26,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:49:26,486 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:58:41,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 338a9084-3d59-4dc2-ae3c-ce4ab1583425 2018-05-20 09:58:41,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '338a9084-3d59-4dc2-ae3c-ce4ab1583425'] 2018-05-20 09:58:42,631 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 338a9084-3d59-4dc2-ae3c-ce4ab1583425: 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "block_migration": false, "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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 | 18.89 | 18.89 | 18.89 | 18.89 | 18.89 | 18.89 | 100.0% | 1 | | nova.find_host_to_migrate | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | nova.live_migrate | 19.084 | 19.084 | 19.084 | 19.084 | 19.084 | 19.084 | 100.0% | 1 | | nova.delete_server | 5.572 | 5.572 | 5.572 | 5.572 | 5.572 | 5.572 | 100.0% | 1 | | total | 44.916 | 44.916 | 44.916 | 44.916 | 44.916 | 44.916 | 100.0% | 1 | | -> duration | 43.916 | 43.916 | 43.916 | 43.916 | 43.916 | 43.916 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.916065 Full duration: 55.079093 -------------------------------------------------------------------------------- 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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.806 | 15.806 | 15.806 | 15.806 | 15.806 | 15.806 | 100.0% | 1 | | cinder_v2.create_volume | 3.352 | 3.352 | 3.352 | 3.352 | 3.352 | 3.352 | 100.0% | 1 | | nova.attach_volume | 5.181 | 5.181 | 5.181 | 5.181 | 5.181 | 5.181 | 100.0% | 1 | | nova.find_host_to_migrate | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 100.0% | 1 | | nova.live_migrate | 13.619 | 13.619 | 13.619 | 13.619 | 13.619 | 13.619 | 100.0% | 1 | | nova.detach_volume | 3.793 | 3.793 | 3.793 | 3.793 | 3.793 | 3.793 | 100.0% | 1 | | cinder_v2.delete_volume | 2.733 | 2.733 | 2.733 | 2.733 | 2.733 | 2.733 | 100.0% | 1 | | nova.delete_server | 8.293 | 8.293 | 8.293 | 8.293 | 8.293 | 8.293 | 100.0% | 1 | | total | 54.541 | 54.541 | 54.541 | 54.541 | 54.541 | 54.541 | 100.0% | 1 | | -> duration | 53.541 | 53.541 | 53.541 | 53.541 | 53.541 | 53.541 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 53.541394 Full duration: 66.437643 -------------------------------------------------------------------------------- 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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 | 15.529 | 15.529 | 15.529 | 15.529 | 15.529 | 15.529 | 100.0% | 1 | | nova.boot_server | 12.556 | 12.556 | 12.556 | 12.556 | 12.556 | 12.556 | 100.0% | 1 | | nova.find_host_to_migrate | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | nova.live_migrate | 23.492 | 23.492 | 23.492 | 23.492 | 23.492 | 23.492 | 100.0% | 1 | | nova.delete_server | 10.745 | 10.745 | 10.745 | 10.745 | 10.745 | 10.745 | 100.0% | 1 | | total | 63.708 | 63.708 | 63.708 | 63.708 | 63.708 | 63.708 | 100.0% | 1 | | -> duration | 62.708 | 62.708 | 62.708 | 62.708 | 62.708 | 62.708 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 62.707743 Full duration: 77.330521 -------------------------------------------------------------------------------- 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "server_kwargs": { "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] } }, "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 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | nova.boot_server | 12.099 | 12.099 | 12.099 | 12.099 | 12.099 | 12.099 | 100.0% | 1 | | nova.delete_server | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 100.0% | 1 | | nova.delete_keypair | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | total | 16.71 | 16.71 | 16.71 | 16.71 | 16.71 | 16.71 | 100.0% | 1 | | -> duration | 15.71 | 15.71 | 15.71 | 15.71 | 15.71 | 15.71 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.709746 Full duration: 54.519931 -------------------------------------------------------------------------------- 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-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "volume_size": 5, "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] }, "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 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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 | 20.313 | 20.313 | 20.313 | 20.313 | 20.313 | 20.313 | 100.0% | 1 | | nova.boot_server | 9.887 | 9.887 | 9.887 | 9.887 | 9.887 | 9.887 | 100.0% | 1 | | nova.delete_server | 5.431 | 5.431 | 5.431 | 5.431 | 5.431 | 5.431 | 100.0% | 1 | | total | 35.631 | 35.631 | 35.631 | 35.631 | 35.631 | 35.631 | 100.0% | 1 | | -> duration | 34.631 | 34.631 | 34.631 | 34.631 | 34.631 | 34.631 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 34.63093 Full duration: 74.778295 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "force_delete": false, "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] }, "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 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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 | 18.531 | 18.531 | 18.531 | 18.531 | 18.531 | 18.531 | 100.0% | 1 | | nova.pause_server | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 100.0% | 1 | | nova.unpause_server | 3.352 | 3.352 | 3.352 | 3.352 | 3.352 | 3.352 | 100.0% | 1 | | nova.delete_server | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 5.33 | 100.0% | 1 | | total | 29.986 | 29.986 | 29.986 | 29.986 | 29.986 | 29.986 | 100.0% | 1 | | -> duration | 24.986 | 24.986 | 24.986 | 24.986 | 24.986 | 24.986 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.985503 Full duration: 64.733246 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "nics": [ { "net-id": "6578d5b6-ee3d-40ad-bb23-97624854b26f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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.076 | 12.076 | 12.076 | 12.076 | 12.076 | 12.076 | 100.0% | 1 | | nova.migrate | 30.443 | 30.443 | 30.443 | 30.443 | 30.443 | 30.443 | 100.0% | 1 | | nova.resize_confirm | 3.846 | 3.846 | 3.846 | 3.846 | 3.846 | 3.846 | 100.0% | 1 | | nova.delete_server | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | | total | 51.367 | 51.367 | 51.367 | 51.367 | 51.367 | 51.367 | 100.0% | 1 | | -> duration | 50.367 | 50.367 | 50.367 | 50.367 | 50.367 | 50.367 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.366519 Full duration: 62.061932 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "image": { "name": "Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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 | 10.747 | 10.747 | 10.747 | 10.747 | 10.747 | 10.747 | 100.0% | 1 | | nova.list_interfaces | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 11.087 | 11.087 | 11.087 | 11.087 | 11.087 | 11.087 | 100.0% | 1 | | -> duration | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 10.087 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.087033 Full duration: 50.631033 -------------------------------------------------------------------------------- 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 338a9084-3d59-4dc2-ae3c-ce4ab1583425 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | nova.delete_server_group | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> duration | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764305 Full duration: 9.70953 HINTS: * To plot HTML graphics with this data, run: rally task report 338a9084-3d59-4dc2-ae3c-ce4ab1583425 --out output.html * To generate a JUnit report, run: rally task export 338a9084-3d59-4dc2-ae3c-ce4ab1583425 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 338a9084-3d59-4dc2-ae3c-ce4ab1583425 --json --out output.json 2018-05-20 09:58:42,632 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '338a9084-3d59-4dc2-ae3c-ce4ab1583425'] 2018-05-20 09:58:43,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:58:43,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '338a9084-3d59-4dc2-ae3c-ce4ab1583425', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-20 09:58:43,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-20 09:58:43,757 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-20 09:58:43,758 - 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-20 09:58:43,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-20 09:58:43,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-20 09:58:43,775 - 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': '6578d5b6-ee3d-40ad-bb23-97624854b26f', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'flavor_name': 'rally-tiny-3766c12a-2eaf-4172-af98-4bb4e5c0c671', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-3766c12a-2eaf-4172-af98-4bb4e5c0c671', '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-20 09:59:37,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6b83882d-ff76-4f58-aacb-fbdd9a796f44 2018-05-20 09:59:37,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6b83882d-ff76-4f58-aacb-fbdd9a796f44'] 2018-05-20 09:59:38,825 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6b83882d-ff76-4f58-aacb-fbdd9a796f44: 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 6b83882d-ff76-4f58-aacb-fbdd9a796f44 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.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | quotas.delete_quotas | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | total | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | -> duration | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.317509 Full duration: 9.034053 -------------------------------------------------------------------------------- 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 6b83882d-ff76-4f58-aacb-fbdd9a796f44 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.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | total | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> duration | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.119418 Full duration: 10.009577 -------------------------------------------------------------------------------- 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 6b83882d-ff76-4f58-aacb-fbdd9a796f44 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.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797845 Full duration: 9.242134 -------------------------------------------------------------------------------- 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 6b83882d-ff76-4f58-aacb-fbdd9a796f44 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 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 100.0% | 1 | | total | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 100.0% | 1 | | -> duration | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 2.012 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.0123 Full duration: 9.761513 HINTS: * To plot HTML graphics with this data, run: rally task report 6b83882d-ff76-4f58-aacb-fbdd9a796f44 --out output.html * To generate a JUnit report, run: rally task export 6b83882d-ff76-4f58-aacb-fbdd9a796f44 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6b83882d-ff76-4f58-aacb-fbdd9a796f44 --json --out output.json 2018-05-20 09:59:38,825 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6b83882d-ff76-4f58-aacb-fbdd9a796f44'] 2018-05-20 09:59:39,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-20 09:59:39,870 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6b83882d-ff76-4f58-aacb-fbdd9a796f44', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-20 09:59:39,877 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-20 09:59:39,881 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:53 | 4 | 100.00% | | cinder | 03:04 | 10 | 100.00% | | heat | 01:08 | 4 | 100.00% | | keystone | 02:52 | 11 | 100.00% | | neutron | 06:24 | 11 | 100.00% | | nova | 08:35 | 9 | 100.00% | | quotas | 00:38 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:23 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-20 09:59:39,881 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-20 09:59:57,611 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-20 09:59:57,612 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-20 09:59:58,125 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 09:59:58,125 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-20 09:59:58,129 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-20 09:59:58,222 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 10:00:00,778 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 10:00:00.369 11198 INFO rally.deployment.engine [-] Deployment d4d7dc6e-4788-430a-a714-e4daf1366740 | Starting: Destroy cloud and free allocated resources. 2018-05-20 10:00:00.524 11198 INFO rally.deployment.engine [-] Deployment d4d7dc6e-4788-430a-a714-e4daf1366740 | Completed: Destroy cloud and free allocated resources. 2018-05-20 10:00:00.549 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785). 2018-05-20 10:00:00.554 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-20 10:00:03,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-20 10:00:02.981 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b775ffba-f0e2-4d38-ac15-694bebf279ee) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b775ffba-f0e2-4d38-ac15-694bebf279ee | 2018-05-20T10:00:02 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b775ffba-f0e2-4d38-ac15-694bebf279ee ~/.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-20 10:00:06,496 - 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-20 10:00:06,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 10:00:08,728 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-20 10:00:08.461 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f2fca053-4b41-4eb0-8f75-02e8e3175785). 2018-05-20 10:00:08.596 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-20 10:00:12,140 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-20 10:00:10.774 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-20 10:00:10.919 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-20 10:00:11.955 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf) has been successfully created! Using verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf) as the default verifier for the future CLI operations. 2018-05-20 10:00:15,061 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-20 10:00:17,577 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 10:00:28,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 10:00:34,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 10:00:33.436 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf) for deployment 'opnfv-rally' (UUID=b775ffba-f0e2-4d38-ac15-694bebf279ee). 2018-05-20 10:00:34.312 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf) has been successfully configured for deployment 'opnfv-rally' (UUID=b775ffba-f0e2-4d38-ac15-694bebf279ee)! 2018-05-20 10:00:34,439 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 10:00:34,440 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 10:00:34,442 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 10:00:36,600 - 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-20 10:00:38,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:38.793 11241 INFO rally.api [-] Starting verification (UUID=98340128-4640-443c-8fda-fcc425006d19) for deployment 'opnfv-rally' (UUID=b775ffba-f0e2-4d38-ac15-694bebf279ee) by verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf). 2018-05-20 10:00:38,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 98340128-4640-443c-8fda-fcc425006d19 2018-05-20 10:00:47,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:47.732 11241 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-05-20 10:00:47,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:47.778 11241 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.201s] 2018-05-20 10:00:47,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:47.843 11241 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.064s] 2018-05-20 10:00:52,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:52.969 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-05-20 10:00:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:53.041 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-05-20 10:00:53,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:53.115 11241 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.074s] 2018-05-20 10:00:56,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:56.290 11241 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.425s] 2018-05-20 10:00:58,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:58.993 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.153s] 2018-05-20 10:00:59,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:00:59.150 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.157s] 2018-05-20 10:01:01,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:01.612 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.460s] 2018-05-20 10:01:01,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:01.632 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.021s] 2018-05-20 10:01:01,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:01.842 11241 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.209s] 2018-05-20 10:01:11,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:11.213 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [23.579s] 2018-05-20 10:01:32,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:32.105 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.369s] 2018-05-20 10:01:32,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:32.234 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.392s] 2018-05-20 10:01:32,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:32.302 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-20 10:01:32,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:32.804 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.502s] 2018-05-20 10:01:32,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:32.934 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.129s] 2018-05-20 10:01:32,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:32.936 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-20 10:01:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:33.956 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.852s] 2018-05-20 10:01:35,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:35.438 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.481s] 2018-05-20 10:01:36,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:36.853 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.414s] 2018-05-20 10:01:38,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:38.467 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.613s] 2018-05-20 10:01:39,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:39.983 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.516s] 2018-05-20 10:01:40,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:40.851 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.868s] 2018-05-20 10:01:41,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:41.355 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.503s] 2018-05-20 10:01:41,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:41.859 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.504s] 2018-05-20 10:01:43,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:43.122 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.262s] 2018-05-20 10:01:43,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:43.655 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.533s] 2018-05-20 10:01:44,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:44.582 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.926s] 2018-05-20 10:01:44,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:44.940 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.357s] 2018-05-20 10:01:46,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:46.467 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.525s] 2018-05-20 10:01:46,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:46.694 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.226s] 2018-05-20 10:01:47,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:47.069 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.375s] 2018-05-20 10:01:47,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:47.578 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.508s] 2018-05-20 10:01:48,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:01:48.080 11241 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.501s] 2018-05-20 10:02:05,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:05.411 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [58.480s] 2018-05-20 10:02:07,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:07.186 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.779s] 2018-05-20 10:02:20,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:20.297 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.526s] 2018-05-20 10:02:20,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:20.596 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.299s] 2018-05-20 10:02:20,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:20.816 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.220s] 2018-05-20 10:02:21,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:21.207 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.391s] 2018-05-20 10:02:21,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:21.600 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.392s] 2018-05-20 10:02:22,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:22.058 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.456s] 2018-05-20 10:02:27,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:27.907 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [85.588s] 2018-05-20 10:02:30,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:30.901 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.217s] 2018-05-20 10:02:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:33.094 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.193s] 2018-05-20 10:02:38,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:38.591 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.492s] 2018-05-20 10:02:40,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:40.019 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.432s] 2018-05-20 10:02:41,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:41.464 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.442s] 2018-05-20 10:02:43,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:43.144 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.680s] 2018-05-20 10:02:46,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:46.168 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.021s] 2018-05-20 10:02:46,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:46.357 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.191s] 2018-05-20 10:02:50,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:50.882 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.118s] 2018-05-20 10:02:50,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:50.952 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2018-05-20 10:02:51,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:51.445 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.491s] 2018-05-20 10:02:51,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:51.575 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.128s] 2018-05-20 10:02:51,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:02:51.576 11241 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-20 10:03:21,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:21.815 11241 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [53.896s] 2018-05-20 10:03:22,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:22.840 11241 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.251s] 2018-05-20 10:03:46,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:46.661 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.160s] 2018-05-20 10:03:47,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:47.313 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.652s] 2018-05-20 10:03:47,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:47.483 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.168s] 2018-05-20 10:03:47,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:47.655 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.172s] 2018-05-20 10:03:48,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.199 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.543s] 2018-05-20 10:03:48,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.213 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-05-20 10:03:48,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.298 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.084s] 2018-05-20 10:03:48,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.493 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.194s] 2018-05-20 10:03:48,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.508 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.014s] 2018-05-20 10:03:48,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.696 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.187s] 2018-05-20 10:03:48,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:48.707 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-05-20 10:03:49,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:49.280 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.572s] 2018-05-20 10:03:49,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:49.464 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.183s] 2018-05-20 10:03:49,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:49.650 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.185s] 2018-05-20 10:03:49,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:49.835 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.185s] 2018-05-20 10:03:50,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:50.242 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.405s] 2018-05-20 10:03:50,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:50.415 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.172s] 2018-05-20 10:03:50,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:50.597 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.182s] 2018-05-20 10:03:51,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:51.118 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.520s] 2018-05-20 10:03:51,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:51.297 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.179s] 2018-05-20 10:03:51,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:51.330 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.032s] 2018-05-20 10:03:51,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:51.363 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-05-20 10:03:51,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:03:51.547 11241 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.183s] 2018-05-20 10:03:57,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '98340128-4640-443c-8fda-fcc425006d19']'. 2018-05-20 10:03:58,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 98340128-4640-443c-8fda-fcc425006d19 | 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 10:00:38 | 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 10:03:57 | 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:19 | 2018-05-20 10:03:58,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 01f5aa1e-2022-4716-969d-afa86b68cdbf) | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b775ffba-f0e2-4d38-ac15-694bebf279ee) | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 83 | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 186.085 | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 83 | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 10:03:58,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 10:03:58,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-20 10:03:58,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 10:03:58,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 10:03:58,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-20 10:04:10,308 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 10:04:10,309 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:55 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-20 10:04:10,313 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-20 10:04:10,404 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 10:04:12,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 10:04:12.445 11345 INFO rally.deployment.engine [-] Deployment b775ffba-f0e2-4d38-ac15-694bebf279ee | Starting: Destroy cloud and free allocated resources. 2018-05-20 10:04:12.513 11345 INFO rally.deployment.engine [-] Deployment b775ffba-f0e2-4d38-ac15-694bebf279ee | Completed: Destroy cloud and free allocated resources. 2018-05-20 10:04:12.539 11345 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf) for deployment 'opnfv-rally'. 2018-05-20 10:04:12.552 11345 INFO rally.api [-] Deleting verification (UUID=98340128-4640-443c-8fda-fcc425006d19). 2018-05-20 10:04:12.595 11345 INFO rally.api [-] Verification has been successfully deleted! 2018-05-20 10:04:12.596 11345 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf). 2018-05-20 10:04:12.607 11345 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-20 10:04:15,210 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-20 10:04:14.903 11348 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=501cc9f7-7dc2-4520-b347-18f75e838ae7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 501cc9f7-7dc2-4520-b347-18f75e838ae7 | 2018-05-20T10:04:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 501cc9f7-7dc2-4520-b347-18f75e838ae7 ~/.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-20 10:04:18,507 - 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-20 10:04:18,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 10:04:20,832 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-20 10:04:20.554 11354 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=01f5aa1e-2022-4716-969d-afa86b68cdbf). 2018-05-20 10:04:20.686 11354 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-20 10:04:24,335 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-20 10:04:22.870 11357 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-20 10:04:23.052 11357 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-20 10:04:24.159 11357 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6) as the default verifier for the future CLI operations. 2018-05-20 10:04:27,345 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-20 10:04:31,313 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 10:04:44,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 10:04:49,424 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 10:04:48.369 11376 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6) for deployment 'opnfv-rally' (UUID=501cc9f7-7dc2-4520-b347-18f75e838ae7). 2018-05-20 10:04:49.260 11376 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6) has been successfully configured for deployment 'opnfv-rally' (UUID=501cc9f7-7dc2-4520-b347-18f75e838ae7)! 2018-05-20 10:04:49,424 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 10:04:49,424 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 10:04:49,427 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 10:04:49,435 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-20 10:04:52,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-36760e9f-2a57-439f-8375-2835f0467ed6/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-20 10:04:52,841 - 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-20 10:04:55,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 10:04:55.016 11385 INFO rally.api [-] Starting verification (UUID=7dae7725-4d73-4443-b546-70dc87110903) for deployment 'opnfv-rally' (UUID=501cc9f7-7dc2-4520-b347-18f75e838ae7) by verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6). 2018-05-20 10:04:55,017 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7dae7725-4d73-4443-b546-70dc87110903 2018-05-20 10:08:02,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7dae7725-4d73-4443-b546-70dc87110903']'. 2018-05-20 10:08:03,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7dae7725-4d73-4443-b546-70dc87110903 | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 10:04:54 | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 10:08:02 | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 10:08:03,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 36760e9f-2a57-439f-8375-2835f0467ed6) | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 501cc9f7-7dc2-4520-b347-18f75e838ae7) | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 174.614 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-20 10:08:03,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 10:08:03,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 10:08:03,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-20 10:08:16,425 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 10:08:16,426 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-20 10:08:16,430 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-20 10:08:17,513 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-20 11:31:20,882 - 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 4983.294s FAILED (errors=1) 2018-05-20 11:31:21,047 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 11:31:21,048 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 83:03 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-20 11:31:21,052 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-20 11:31:21,052 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-20 11:31:21,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-20 11:31:23,716 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-20 11:31:23.270 11612 INFO rally.deployment.engine [-] Deployment 501cc9f7-7dc2-4520-b347-18f75e838ae7 | Starting: Destroy cloud and free allocated resources. 2018-05-20 11:31:23.377 11612 INFO rally.deployment.engine [-] Deployment 501cc9f7-7dc2-4520-b347-18f75e838ae7 | Completed: Destroy cloud and free allocated resources. 2018-05-20 11:31:23.435 11612 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6) for deployment 'opnfv-rally'. 2018-05-20 11:31:23.467 11612 INFO rally.api [-] Deleting verification (UUID=7dae7725-4d73-4443-b546-70dc87110903). 2018-05-20 11:31:23.507 11612 INFO rally.api [-] Verification has been successfully deleted! 2018-05-20 11:31:23.508 11612 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6). 2018-05-20 11:31:23.521 11612 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-20 11:31:26,207 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-20 11:31:25.883 11615 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=286c0679-bbf2-41f4-bb83-3fbd234904f2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 286c0679-bbf2-41f4-bb83-3fbd234904f2 | 2018-05-20T11:31:25 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 286c0679-bbf2-41f4-bb83-3fbd234904f2 ~/.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-20 11:31:29,444 - 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-20 11:31:29,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-20 11:31:31,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-20 11:31:31.398 11621 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=36760e9f-2a57-439f-8375-2835f0467ed6). 2018-05-20 11:31:31.527 11621 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-20 11:31:35,249 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-20 11:31:33.801 11624 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-20 11:31:33.934 11624 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-20 11:31:34.999 11624 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d405b619-5b20-457f-a2a2-b7ff30b8e6cb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d405b619-5b20-457f-a2a2-b7ff30b8e6cb) as the default verifier for the future CLI operations. 2018-05-20 11:31:38,201 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-20 11:31:41,427 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-20 11:31:50,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-20 11:31:55,771 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-20 11:31:54.771 11643 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d405b619-5b20-457f-a2a2-b7ff30b8e6cb) for deployment 'opnfv-rally' (UUID=286c0679-bbf2-41f4-bb83-3fbd234904f2). 2018-05-20 11:31:55.627 11643 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d405b619-5b20-457f-a2a2-b7ff30b8e6cb) has been successfully configured for deployment 'opnfv-rally' (UUID=286c0679-bbf2-41f4-bb83-3fbd234904f2)! 2018-05-20 11:31:55,771 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-20 11:31:55,771 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-20 11:31:55,773 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-20 11:31:55,788 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-20 11:31:58,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d405b619-5b20-457f-a2a2-b7ff30b8e6cb/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-20 11:31:58,468 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-20 11:31:58,469 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-20 11:31:58,469 - 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-20 11:32:00,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-20 11:32:00.578 11652 INFO rally.api [-] Starting verification (UUID=698c6a19-a9cb-4100-a350-f4c4739bd465) for deployment 'opnfv-rally' (UUID=286c0679-bbf2-41f4-bb83-3fbd234904f2) by verifier 'opnfv-tempest' (UUID=d405b619-5b20-457f-a2a2-b7ff30b8e6cb). 2018-05-20 11:32:00,579 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 698c6a19-a9cb-4100-a350-f4c4739bd465 2018-05-20 11:34:30,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '698c6a19-a9cb-4100-a350-f4c4739bd465']'. 2018-05-20 11:34:31,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-20 11:34:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-20 11:34:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 11:34:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 698c6a19-a9cb-4100-a350-f4c4739bd465 | 2018-05-20 11:34:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-20 11:34:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-20 11:32:00 | 2018-05-20 11:34:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-20 11:34:30 | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:30 | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d405b619-5b20-457f-a2a2-b7ff30b8e6cb) | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 286c0679-bbf2-41f4-bb83-3fbd234904f2) | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 136.674 | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-20 11:34:31,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-20 11:34:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-20 11:34:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-20 11:34:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-20 11:34:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-20 11:34:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-20 11:34:31,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-20 11:34:43,986 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 11:34:43,986 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:06 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-20 11:34:43,991 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:19 | PASS | | vping_userdata | functest | smoke | 00:54 | PASS | | tempest_smoke_serial | functest | smoke | 18:38 | PASS | | rally_sanity | functest | smoke | 29:48 | PASS | | refstack_defcore | functest | smoke | 03:55 | PASS | | patrole | functest | smoke | 03:49 | PASS | | snaps_smoke | functest | smoke | 83:03 | FAIL | | neutron_trunk | functest | smoke | 03:06 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-20 11:34:43,998 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-20 11:34:47,283 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-135 | | 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-20 11:34:47,285 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=27b6nRwQa2W6VuF7yZVvw2zfC export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-20 11:34:47,285 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 11:34:47,286 - 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-20 11:34:47,287 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-20 11:34:47,287 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-20 11:38:32,990 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-20 11:38:33,106 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 11:38:33,106 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:46 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-20 11:38:33,110 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-20 12:28:16,019 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-20 12:28:16,173 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 12:28:16,173 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 49:42 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-20 12:28:16,179 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-20 12:28:16,180 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:46 | PASS | | barometercollectd | barometer | features | 49:42 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-20 12:28:16,185 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-20 12:29:30,443 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-135 | | 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-20 12:29:30,445 - 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=27b6nRwQa2W6VuF7yZVvw2zfC export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-20 12:29:30,445 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 12:29:30,445 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-20 12:29:30,445 - 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-20 12:29:30,446 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-20 12:29:33,032 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-135 | | 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-20 12:29:33,034 - 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=27b6nRwQa2W6VuF7yZVvw2zfC export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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-20 12:29:33,035 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-20 12:29:33,035 - 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-20 12:29:33,036 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-20 12:29:33,036 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-20 12:33:43,865 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-20 12:33:43,989 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-20 12:33:43,989 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 04:11 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-20 12:33:43,993 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 04:11 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-20 12:33:43,994 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK