2018-05-17 09:48:12,211 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-122 | | 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-17 09:48:12,214 - 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=y62pefVTg324JQDt2DBhgDEG7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-17 09:48:12,214 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-17 09:48:12,215 - 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-17 09:48:12,217 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-17 09:48:12,217 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-17 09:48:14,980 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-17 09:48:25,416 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.425s OK 2018-05-17 09:48:25,531 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 09:48:25,531 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-17 09:48:25,536 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-17 09:48:27,636 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-17 10:04:52,558 - 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 984.868s OK 2018-05-17 10:04:52,671 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 10:04:52,672 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 16:25 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-17 10:04:52,675 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-17 10:04:53,528 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-17 10:05:57,559 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 64.029s OK 2018-05-17 10:05:57,669 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 10:05:57,669 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:04 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-17 10:05:57,673 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 16:25 | PASS | | snaps_health_check | functest | healthcheck | 01:04 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-17 10:05:57,675 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-17 10:06:00,385 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-122 | | 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-17 10:06:00,388 - 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=y62pefVTg324JQDt2DBhgDEG7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-17 10:06:00,388 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-17 10:06:00,389 - 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-17 10:06:00,390 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-17 10:06:00,390 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-17 10:06:01,189 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-17 10:06:01,189 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-17 10:06:01,618 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-17 10:06:01,618 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-17 10:06:02,058 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-17 10:06:02,058 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-17 10:06:02' 2018-05-17 10:06:02,058 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:08,355 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:11,361 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:23,207 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:24,001 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:24,855 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:32,090 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:06:37,250 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-faa946ca-273c-40d1-a197-daef09635aba' 2018-05-17 10:07:10,366 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-17 10:07:17,841 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-05-17 10:07:17,978 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-17 10:07:18,985 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-17 10:07:18,985 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-17 10:07:18,985 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-17 10:07:19,487 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 10:07:19,487 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-17 10:07:52,746 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-17 10:07:52,835 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-05-17 10:07:52,835 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-05-17 10:07:52' 2018-05-17 10:07:52,835 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--00d01389-8cf3-4ad1-ae7d-c1244ada5170' 2018-05-17 10:07:58,996 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-00d01389-8cf3-4ad1-ae7d-c1244ada5170' 2018-05-17 10:08:01,309 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-00d01389-8cf3-4ad1-ae7d-c1244ada5170' 2018-05-17 10:08:13,690 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-00d01389-8cf3-4ad1-ae7d-c1244ada5170' 2018-05-17 10:08:14,477 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-00d01389-8cf3-4ad1-ae7d-c1244ada5170' 2018-05-17 10:08:21,816 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-00d01389-8cf3-4ad1-ae7d-c1244ada5170' 2018-05-17 10:08:28,892 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-05-17 10:08:46,215 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-05-17 10:08:48,597 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - Pinging 192.168.130.10. Waiting for response... 2018-05-17 10:08:51,019 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-05-17 10:08:51,130 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 10:08:51,130 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:58 | PASS | +------------------------+------------------+------------------+----------------+ 2018-05-17 10:09:26,620 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-17 10:09:26,710 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-17 10:09:31,349 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-17 10:09:31.060 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9c107c92-47fe-49d2-8c15-85025fead0fa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9c107c92-47fe-49d2-8c15-85025fead0fa | 2018-05-17T10:09:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9c107c92-47fe-49d2-8c15-85025fead0fa ~/.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-17 10:09:34,770 - 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-17 10:09:34,770 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-17 10:09:40,495 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-17 10:09:38.959 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-17 10:09:39.110 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-17 10:09:40.254 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3) as the default verifier for the future CLI operations. 2018-05-17 10:09:43,472 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-17 10:09:46,091 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-17 10:09:59,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-17 10:10:05,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-17 10:10:03.837 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3) for deployment 'opnfv-rally' (UUID=9c107c92-47fe-49d2-8c15-85025fead0fa). 2018-05-17 10:10:05.172 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3) has been successfully configured for deployment 'opnfv-rally' (UUID=9c107c92-47fe-49d2-8c15-85025fead0fa)! 2018-05-17 10:10:05,337 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-17 10:10:05,337 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-17 10:10:05,339 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-17 10:10:05,342 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-17 10:10:08,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f04ac287-694b-4b5f-bfb9-674eaddfe0f3/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-17 10:10:08,310 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-17 10:10:08,311 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-17 10:10:08,312 - 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-17 10:10:10,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:10:10.419 55 INFO rally.api [-] Starting verification (UUID=4e2dc7c4-b820-4b01-a73e-863f4e3b6f44) for deployment 'opnfv-rally' (UUID=9c107c92-47fe-49d2-8c15-85025fead0fa) by verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3). 2018-05-17 10:10:10,421 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4e2dc7c4-b820-4b01-a73e-863f4e3b6f44 2018-05-17 10:10:17,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:10:17.844 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-05-17 10:10:17,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:10:17.906 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.062s] 2018-05-17 10:10:25,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:10:25.151 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.919s] 2018-05-17 10:10:28,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:10:28.604 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.453s] 2018-05-17 10:10:44,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:10:44.294 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.718s] 2018-05-17 10:11:08,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:11:08.776 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.422s] 2018-05-17 10:11:59,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:11:59.157 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.079s] 2018-05-17 10:11:59,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:11:59.158 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-17 10:12:44,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:12:44.121 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-05-17 10:12:44,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:12:44.123 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-17 10:13:29,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:13:29.569 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2018-05-17 10:13:29,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:13:29.570 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-17 10:14:37,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:14:37.926 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [24.610s] 2018-05-17 10:15:12,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:12.654 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-05-17 10:15:12,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:12.746 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.092s] 2018-05-17 10:15:23,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:23.000 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.640s] 2018-05-17 10:15:23,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:23.009 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-17 10:15:24,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:24.839 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-17 10:15:24,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:24.839 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-17 10:15:29,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:29.299 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.908s] 2018-05-17 10:15:36,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:36.650 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.088s] 2018-05-17 10:15:43,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:43.910 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.811s] 2018-05-17 10:15:51,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:15:51.633 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.488s] 2018-05-17 10:16:02,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:02.774 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.687s] 2018-05-17 10:16:10,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:10.595 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.406s] 2018-05-17 10:16:17,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:17.130 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.196s] 2018-05-17 10:16:25,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:25.684 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.605s] 2018-05-17 10:16:33,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:33.147 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.457s] 2018-05-17 10:16:43,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:43.868 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.421s] 2018-05-17 10:16:46,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:46.024 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-17 10:16:48,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:48.567 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.577s] 2018-05-17 10:16:48,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:48.654 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.087s] 2018-05-17 10:16:48,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:48.728 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-05-17 10:16:48,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:48.734 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-17 10:16:52,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:16:52.912 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.784s] 2018-05-17 10:17:00,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:17:00.080 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [7.167s] 2018-05-17 10:17:04,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:17:04.268 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.187s] 2018-05-17 10:17:16,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:17:16.620 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-17 10:17:25,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:17:25.436 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.618s] 2018-05-17 10:17:45,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:17:45.512 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.159s] 2018-05-17 10:17:50,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:17:50.079 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.566s] 2018-05-17 10:18:06,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:06.256 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.456s] 2018-05-17 10:18:10,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:10.807 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.550s] 2018-05-17 10:18:18,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:18.725 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.917s] 2018-05-17 10:18:28,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:28.014 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.763s] 2018-05-17 10:18:32,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:32.410 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.395s] 2018-05-17 10:18:39,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:39.792 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.381s] 2018-05-17 10:18:55,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:55.696 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.229s] 2018-05-17 10:18:56,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:56.121 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.424s] 2018-05-17 10:18:56,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:56.506 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.384s] 2018-05-17 10:18:56,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:56.714 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.208s] 2018-05-17 10:18:56,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:56.834 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.119s] 2018-05-17 10:18:56,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:18:56.891 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-05-17 10:19:13,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:13.548 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.261s] 2018-05-17 10:19:13,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:13.975 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.426s] 2018-05-17 10:19:14,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:14.242 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.267s] 2018-05-17 10:19:14,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:14.434 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.191s] 2018-05-17 10:19:14,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:14.688 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.254s] 2018-05-17 10:19:14,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:14.902 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.213s] 2018-05-17 10:19:29,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:29.506 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.219s] 2018-05-17 10:19:38,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:38.369 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.862s] 2018-05-17 10:19:40,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:40.188 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.818s] 2018-05-17 10:19:40,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:40.387 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.198s] 2018-05-17 10:19:40,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:40.587 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.200s] 2018-05-17 10:19:54,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:19:54.510 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.678s] 2018-05-17 10:20:01,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:01.541 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.030s] 2018-05-17 10:20:03,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:03.342 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.800s] 2018-05-17 10:20:03,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:03.540 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.198s] 2018-05-17 10:20:03,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:03.749 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.209s] 2018-05-17 10:20:27,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:27.952 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.453s] 2018-05-17 10:20:42,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:42.993 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [15.040s] 2018-05-17 10:20:54,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:20:54.567 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.573s] 2018-05-17 10:21:04,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:21:04.850 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.282s] 2018-05-17 10:21:42,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:21:42.188 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.191s] 2018-05-17 10:21:55,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:21:55.556 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.368s] 2018-05-17 10:22:08,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:08.216 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.659s] 2018-05-17 10:22:18,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:18.976 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.759s] 2018-05-17 10:22:36,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:36.553 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.311s] 2018-05-17 10:22:39,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:39.656 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.101s] 2018-05-17 10:22:39,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:39.701 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-05-17 10:22:45,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:45.407 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.627s] 2018-05-17 10:22:48,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:48.422 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.012s] 2018-05-17 10:22:48,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:48.474 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.055s] 2018-05-17 10:22:53,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:53.460 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.918s] 2018-05-17 10:22:57,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:57.095 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-05-17 10:22:58,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:58.536 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-17 10:22:58,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:58.538 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-17 10:22:58,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:58.540 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-17 10:22:58,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:58.542 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-17 10:22:58,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:22:58.542 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-17 10:23:00,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:23:00.574 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2018-05-17 10:23:23,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:23:23.325 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.706s] 2018-05-17 10:23:41,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:23:41.887 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.657s] 2018-05-17 10:24:05,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:24:05.413 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [23.522s] 2018-05-17 10:24:17,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:24:17.095 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2018-05-17 10:26:09,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:26:09.872 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [105.772s] 2018-05-17 10:27:06,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:27:06.920 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [43.439s] 2018-05-17 10:28:19,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:28:19.857 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.909s] 2018-05-17 10:28:43,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4e2dc7c4-b820-4b01-a73e-863f4e3b6f44']'. 2018-05-17 10:28:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-17 10:28:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-17 10:28:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 10:28:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4e2dc7c4-b820-4b01-a73e-863f4e3b6f44 | 2018-05-17 10:28:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-17 10:10:10 | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-17 10:28:42 | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:32 | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f04ac287-694b-4b5f-bfb9-674eaddfe0f3) | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9c107c92-47fe-49d2-8c15-85025fead0fa) | 2018-05-17 10:28:44,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1084.427 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 10:28:44,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-17 10:28:44,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-17 10:28:59,827 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 10:28:59,827 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 19:16 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-17 10:28:59,832 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-17 10:28:59,928 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-17 10:29:00,361 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-17 10:29:00,361 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-17 10:29:00,761 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-17 10:29:03,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-17 10:29:02.874 121 INFO rally.deployment.engine [-] Deployment 9c107c92-47fe-49d2-8c15-85025fead0fa | Starting: Destroy cloud and free allocated resources. 2018-05-17 10:29:02.964 121 INFO rally.deployment.engine [-] Deployment 9c107c92-47fe-49d2-8c15-85025fead0fa | Completed: Destroy cloud and free allocated resources. 2018-05-17 10:29:03.006 121 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3) for deployment 'opnfv-rally'. 2018-05-17 10:29:03.023 121 INFO rally.api [-] Deleting verification (UUID=4e2dc7c4-b820-4b01-a73e-863f4e3b6f44). 2018-05-17 10:29:03.089 121 INFO rally.api [-] Verification has been successfully deleted! 2018-05-17 10:29:03.090 121 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3). 2018-05-17 10:29:03.101 121 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-17 10:29:05,711 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-17 10:29:05.430 124 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5bc9b681-d5ef-4302-be3b-531993ab60ab) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5bc9b681-d5ef-4302-be3b-531993ab60ab | 2018-05-17T10:29:05 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5bc9b681-d5ef-4302-be3b-531993ab60ab ~/.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-17 10:29:08,914 - 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-17 10:29:08,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-17 10:29:10,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715'... 2018-05-17 10:29:15,109 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-8d9bffd1-9a59-4319-a39b-61d46b4ab715'... 2018-05-17 10:29:17,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-8d9bffd1-9a59-4319-a39b-61d46b4ab715'... 2018-05-17 10:29:28,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715'... 2018-05-17 10:29:29,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715'... 2018-05-17 10:29:30,101 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-17 10:29:30,101 - 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-17 10:29:30,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:29:30,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:29:30,119 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:30:36,974 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 029e20cd-a053-4131-a3db-42dc3a35a6fc 2018-05-17 10:30:36,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-17 10:30:36,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '029e20cd-a053-4131-a3db-42dc3a35a6fc'] 2018-05-17 10:30:38,069 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 029e20cd-a053-4131-a3db-42dc3a35a6fc: 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 029e20cd-a053-4131-a3db-42dc3a35a6fc 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.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | total | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | -> duration | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.466104 Full duration: 7.584818 -------------------------------------------------------------------------------- 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 029e20cd-a053-4131-a3db-42dc3a35a6fc 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843066 Full duration: 7.693072 -------------------------------------------------------------------------------- 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 029e20cd-a053-4131-a3db-42dc3a35a6fc 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.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | total | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> duration | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.964593 Full duration: 8.177973 -------------------------------------------------------------------------------- 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 029e20cd-a053-4131-a3db-42dc3a35a6fc 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.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.767844 Full duration: 8.217742 -------------------------------------------------------------------------------- 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 029e20cd-a053-4131-a3db-42dc3a35a6fc 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.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | total | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> duration | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.151369 Full duration: 8.105079 -------------------------------------------------------------------------------- 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 029e20cd-a053-4131-a3db-42dc3a35a6fc 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> duration | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.746014 Full duration: 7.288377 HINTS: * To plot HTML graphics with this data, run: rally task report 029e20cd-a053-4131-a3db-42dc3a35a6fc --out output.html * To generate a JUnit report, run: rally task export 029e20cd-a053-4131-a3db-42dc3a35a6fc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 029e20cd-a053-4131-a3db-42dc3a35a6fc --json --out output.json 2018-05-17 10:30:38,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '029e20cd-a053-4131-a3db-42dc3a35a6fc'] 2018-05-17 10:30:39,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:30:39,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '029e20cd-a053-4131-a3db-42dc3a35a6fc', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-17 10:30:39,098 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-17 10:30:39,098 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-17 10:30:39,099 - 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-17 10:30:39,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:30:39,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:30:39,115 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:32:52,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a5a537e4-5413-4004-ab81-5c0dbd36241c 2018-05-17 10:32:52,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a5a537e4-5413-4004-ab81-5c0dbd36241c'] 2018-05-17 10:32:53,504 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a5a537e4-5413-4004-ab81-5c0dbd36241c: 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 a5a537e4-5413-4004-ab81-5c0dbd36241c has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 7.211 | 7.211 | 7.211 | 7.211 | 7.211 | 7.211 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | -> glance_v2.upload_data | 3.99 | 3.99 | 3.99 | 3.99 | 3.99 | 3.99 | 100.0% | 1 | | glance_v2.delete_image | 3.882 | 3.882 | 3.882 | 3.882 | 3.882 | 3.882 | 100.0% | 1 | | total | 11.093 | 11.093 | 11.093 | 11.093 | 11.093 | 11.093 | 100.0% | 1 | | -> duration | 11.093 | 11.093 | 11.093 | 11.093 | 11.093 | 11.093 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.092871 Full duration: 20.17113 -------------------------------------------------------------------------------- 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 a5a537e4-5413-4004-ab81-5c0dbd36241c 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.364 | 6.364 | 6.364 | 6.364 | 6.364 | 6.364 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> glance_v2.upload_data | 3.285 | 3.285 | 3.285 | 3.285 | 3.285 | 3.285 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 6.543 | 6.543 | 6.543 | 6.543 | 6.543 | 6.543 | 100.0% | 1 | | -> duration | 6.543 | 6.543 | 6.543 | 6.543 | 6.543 | 6.543 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.542615 Full duration: 20.966571 -------------------------------------------------------------------------------- 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 a5a537e4-5413-4004-ab81-5c0dbd36241c 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.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> duration | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.338616 Full duration: 8.916623 -------------------------------------------------------------------------------- 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "number_instances": 2, "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] }, "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 a5a537e4-5413-4004-ab81-5c0dbd36241c 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 | 9.541 | 9.541 | 9.541 | 9.541 | 9.541 | 9.541 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | -> glance_v2.upload_data | 6.593 | 6.593 | 6.593 | 6.593 | 6.593 | 6.593 | 100.0% | 1 | | nova.boot_servers | 21.047 | 21.047 | 21.047 | 21.047 | 21.047 | 21.047 | 100.0% | 1 | | total | 30.589 | 30.589 | 30.589 | 30.589 | 30.589 | 30.589 | 100.0% | 1 | | -> duration | 29.589 | 29.589 | 29.589 | 29.589 | 29.589 | 29.589 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.589272 Full duration: 63.763885 HINTS: * To plot HTML graphics with this data, run: rally task report a5a537e4-5413-4004-ab81-5c0dbd36241c --out output.html * To generate a JUnit report, run: rally task export a5a537e4-5413-4004-ab81-5c0dbd36241c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a5a537e4-5413-4004-ab81-5c0dbd36241c --json --out output.json 2018-05-17 10:32:53,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a5a537e4-5413-4004-ab81-5c0dbd36241c'] 2018-05-17 10:32:54,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:32:54,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a5a537e4-5413-4004-ab81-5c0dbd36241c', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-17 10:32:54,537 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-17 10:32:54,537 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-17 10:32:54,538 - 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-17 10:32:54,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:32:54,555 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:32:54,556 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:36:30,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 65ef1405-4154-4e22-bb11-7bdefa1f437d 2018-05-17 10:36:30,205 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '65ef1405-4154-4e22-bb11-7bdefa1f437d'] 2018-05-17 10:36:31,252 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 65ef1405-4154-4e22-bb11-7bdefa1f437d: 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.528 | 3.528 | 3.528 | 3.528 | 3.528 | 3.528 | 100.0% | 1 | | cinder_v2.delete_snapshot | 4.673 | 4.673 | 4.673 | 4.673 | 4.673 | 4.673 | 100.0% | 1 | | total | 8.201 | 8.201 | 8.201 | 8.201 | 8.201 | 8.201 | 100.0% | 1 | | -> duration | 8.201 | 8.201 | 8.201 | 8.201 | 8.201 | 8.201 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.200884 Full duration: 27.071496 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.256 | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 100.0% | 1 | | cinder_v2.delete_volume | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 100.0% | 1 | | total | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 100.0% | 1 | | -> duration | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 5.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.890622 Full duration: 16.162944 -------------------------------------------------------------------------------- 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 65ef1405-4154-4e22-bb11-7bdefa1f437d 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 | 11.574 | 11.574 | 11.574 | 11.574 | 11.574 | 11.574 | 100.0% | 1 | | cinder_v2.delete_volume | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | total | 14.24 | 14.24 | 14.24 | 14.24 | 14.24 | 14.24 | 100.0% | 1 | | -> duration | 14.24 | 14.24 | 14.24 | 14.24 | 14.24 | 14.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.239947 Full duration: 25.305944 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.269 | 3.269 | 3.269 | 3.269 | 3.269 | 3.269 | 100.0% | 1 | | cinder_v2.delete_volume | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 2.718 | 100.0% | 1 | | total | 5.987 | 5.987 | 5.987 | 5.987 | 5.987 | 5.987 | 100.0% | 1 | | -> duration | 5.987 | 5.987 | 5.987 | 5.987 | 5.987 | 5.987 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.987492 Full duration: 17.79784 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.232 | 3.232 | 3.232 | 3.232 | 3.232 | 3.232 | 100.0% | 1 | | cinder_v2.extend_volume | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 100.0% | 1 | | cinder_v2.delete_volume | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | total | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 100.0% | 1 | | -> duration | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 8.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.220607 Full duration: 18.17563 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.665 | 5.665 | 5.665 | 5.665 | 5.665 | 5.665 | 100.0% | 1 | | cinder_v2.delete_volume | 4.458 | 4.458 | 4.458 | 4.458 | 4.458 | 4.458 | 100.0% | 1 | | total | 10.123 | 10.123 | 10.123 | 10.123 | 10.123 | 10.123 | 100.0% | 1 | | -> duration | 10.123 | 10.123 | 10.123 | 10.123 | 10.123 | 10.123 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.123267 Full duration: 28.935213 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | cinder_v2.list_qos | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 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.811442 Full duration: 12.870247 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.set_qos | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> duration | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.841541 Full duration: 13.018986 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | cinder_v2.list_types | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> duration | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780925 Full duration: 12.85788 -------------------------------------------------------------------------------- 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 65ef1405-4154-4e22-bb11-7bdefa1f437d 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8377 Full duration: 13.477964 HINTS: * To plot HTML graphics with this data, run: rally task report 65ef1405-4154-4e22-bb11-7bdefa1f437d --out output.html * To generate a JUnit report, run: rally task export 65ef1405-4154-4e22-bb11-7bdefa1f437d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 65ef1405-4154-4e22-bb11-7bdefa1f437d --json --out output.json 2018-05-17 10:36:31,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '65ef1405-4154-4e22-bb11-7bdefa1f437d'] 2018-05-17 10:36:32,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:36:32,344 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '65ef1405-4154-4e22-bb11-7bdefa1f437d', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-17 10:36:32,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-17 10:36:32,351 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-17 10:36:32,351 - 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-17 10:36:32,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:36:32,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:36:32,358 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:38:02,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1156f762-6196-4807-b3c2-0a0b43edfea6 2018-05-17 10:38:02,026 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1156f762-6196-4807-b3c2-0a0b43edfea6'] 2018-05-17 10:38:03,119 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1156f762-6196-4807-b3c2-0a0b43edfea6: 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 1156f762-6196-4807-b3c2-0a0b43edfea6 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.451 | 6.451 | 6.451 | 6.451 | 6.451 | 6.451 | 100.0% | 1 | | heat.update_stack | 3.155 | 3.155 | 3.155 | 3.155 | 3.155 | 3.155 | 100.0% | 1 | | heat.delete_stack | 3.847 | 3.847 | 3.847 | 3.847 | 3.847 | 3.847 | 100.0% | 1 | | total | 13.453 | 13.453 | 13.453 | 13.453 | 13.453 | 13.453 | 100.0% | 1 | | -> duration | 9.453 | 9.453 | 9.453 | 9.453 | 9.453 | 9.453 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.453168 Full duration: 24.081831 -------------------------------------------------------------------------------- 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 1156f762-6196-4807-b3c2-0a0b43edfea6 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.382 | 5.382 | 5.382 | 5.382 | 5.382 | 5.382 | 100.0% | 1 | | heat.check_stack | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | heat.delete_stack | 2.515 | 2.515 | 2.515 | 2.515 | 2.515 | 2.515 | 100.0% | 1 | | total | 8.858 | 8.858 | 8.858 | 8.858 | 8.858 | 8.858 | 100.0% | 1 | | -> duration | 6.858 | 6.858 | 6.858 | 6.858 | 6.858 | 6.858 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.857671 Full duration: 19.097187 -------------------------------------------------------------------------------- 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 1156f762-6196-4807-b3c2-0a0b43edfea6 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 | 2.007 | 2.007 | 2.007 | 2.007 | 2.007 | 2.007 | 100.0% | 1 | | heat.resume_stack | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | heat.delete_stack | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 100.0% | 1 | | total | 10.466 | 10.466 | 10.466 | 10.466 | 10.466 | 10.466 | 100.0% | 1 | | -> duration | 8.466 | 8.466 | 8.466 | 8.466 | 8.466 | 8.466 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.46637 Full duration: 19.570728 -------------------------------------------------------------------------------- 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 1156f762-6196-4807-b3c2-0a0b43edfea6 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.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | total | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> duration | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.57366 Full duration: 8.324179 HINTS: * To plot HTML graphics with this data, run: rally task report 1156f762-6196-4807-b3c2-0a0b43edfea6 --out output.html * To generate a JUnit report, run: rally task export 1156f762-6196-4807-b3c2-0a0b43edfea6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1156f762-6196-4807-b3c2-0a0b43edfea6 --json --out output.json 2018-05-17 10:38:03,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1156f762-6196-4807-b3c2-0a0b43edfea6'] 2018-05-17 10:38:04,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:38:04,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1156f762-6196-4807-b3c2-0a0b43edfea6', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-17 10:38:04,136 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-17 10:38:04,136 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-17 10:38:04,137 - 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-17 10:38:04,137 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:38:04,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:38:04,154 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:41:19,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a1c937c3-08d9-4fab-8e74-dad2feee257a 2018-05-17 10:41:19,376 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a1c937c3-08d9-4fab-8e74-dad2feee257a'] 2018-05-17 10:41:20,509 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a1c937c3-08d9-4fab-8e74-dad2feee257a: 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | keystone_v3.add_role | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | keystone_v3.revoke_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> duration | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.13371 Full duration: 15.109935 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> duration | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734809 Full duration: 14.498062 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.771644 Full duration: 15.260292 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.delete_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> duration | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.644215 Full duration: 12.085901 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> duration | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633009 Full duration: 12.387679 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | keystone_v3.create_user | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.create_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 100.0% | 1 | | -> duration | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 2.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.042567 Full duration: 19.878127 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | keystone_v3.update_project | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | keystone_v3.delete_project | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | -> duration | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.091088 Full duration: 13.026573 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a1c937c3-08d9-4fab-8e74-dad2feee257a 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.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | total | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | -> duration | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.98842 Full duration: 14.756452 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task a1c937c3-08d9-4fab-8e74-dad2feee257a 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | total | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> duration | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.654397 Full duration: 14.744513 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | keystone_v3.list_users | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> duration | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861596 Full duration: 15.231476 -------------------------------------------------------------------------------- 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 a1c937c3-08d9-4fab-8e74-dad2feee257a 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.create_users | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 5.978 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 1.483 | 100.0% | 1 | | total | 7.629 | 7.629 | 7.629 | 7.629 | 7.629 | 7.629 | 100.0% | 1 | | -> duration | 7.629 | 7.629 | 7.629 | 7.629 | 7.629 | 7.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.629443 Full duration: 23.952905 HINTS: * To plot HTML graphics with this data, run: rally task report a1c937c3-08d9-4fab-8e74-dad2feee257a --out output.html * To generate a JUnit report, run: rally task export a1c937c3-08d9-4fab-8e74-dad2feee257a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a1c937c3-08d9-4fab-8e74-dad2feee257a --json --out output.json 2018-05-17 10:41:20,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a1c937c3-08d9-4fab-8e74-dad2feee257a'] 2018-05-17 10:41:21,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:41:21,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a1c937c3-08d9-4fab-8e74-dad2feee257a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-17 10:41:21,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-17 10:41:21,613 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-17 10:41:21,613 - 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-17 10:41:21,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:41:21,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:41:21,627 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:48:10,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16c12f52-00e5-461e-8b0b-8bf6609aea6c 2018-05-17 10:48:10,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '16c12f52-00e5-461e-8b0b-8bf6609aea6c'] 2018-05-17 10:48:11,043 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 16c12f52-00e5-461e-8b0b-8bf6609aea6c: 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | neutron.delete_network | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | total | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> duration | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 2.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.106065 Full duration: 15.407623 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.975 | 1.975 | 1.975 | 1.975 | 1.975 | 1.975 | 100.0% | 1 | | neutron.delete_port | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | total | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 100.0% | 1 | | -> duration | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 2.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.675449 Full duration: 43.429362 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_subnet | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | neutron.create_router | 3.758 | 3.758 | 3.758 | 3.758 | 3.758 | 3.758 | 100.0% | 1 | | neutron.add_interface_router | 2.264 | 2.264 | 2.264 | 2.264 | 2.264 | 2.264 | 100.0% | 1 | | neutron.remove_interface_router | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | neutron.delete_router | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | total | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 100.0% | 1 | | -> duration | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.905939 Full duration: 52.593016 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | neutron.delete_subnet | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 1.374 | 100.0% | 1 | | total | 2.41 | 2.41 | 2.41 | 2.41 | 2.41 | 2.41 | 100.0% | 1 | | -> duration | 2.41 | 2.41 | 2.41 | 2.41 | 2.41 | 2.41 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.409543 Full duration: 40.058247 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | neutron.list_networks | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | -> duration | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 1.226 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.226422 Full duration: 18.063277 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.444 | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 100.0% | 1 | | neutron.list_ports | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | -> duration | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.720034 Full duration: 41.14864 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | neutron.create_subnet | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.create_router | 3.362 | 3.362 | 3.362 | 3.362 | 3.362 | 3.362 | 100.0% | 1 | | neutron.add_interface_router | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 100.0% | 1 | | neutron.list_routers | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 7.394 | 7.394 | 7.394 | 7.394 | 7.394 | 7.394 | 100.0% | 1 | | -> duration | 7.394 | 7.394 | 7.394 | 7.394 | 7.394 | 7.394 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.394421 Full duration: 54.552232 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.create_subnet | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.list_subnets | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | -> duration | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 2.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.265837 Full duration: 46.139603 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.007 | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 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.290497 Full duration: 16.504339 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c 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.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | neutron.create_security_group_rule | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 0.24 | 100.0% | 1 | | neutron.delete_security_group | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | total | 2.151 | 2.151 | 2.151 | 2.151 | 2.151 | 2.151 | 100.0% | 1 | | -> duration | 2.151 | 2.151 | 2.151 | 2.151 | 2.151 | 2.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.151478 Full duration: 16.679358 -------------------------------------------------------------------------------- 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 16c12f52-00e5-461e-8b0b-8bf6609aea6c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 2.593 | 100.0% | 1 | | neutron.create_router | 4.027 | 4.027 | 4.027 | 4.027 | 4.027 | 4.027 | 100.0% | 1 | | neutron.add_gateway_router | 2.387 | 2.387 | 2.387 | 2.387 | 2.387 | 2.387 | 100.0% | 1 | | neutron.remove_gateway_router | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 100.0% | 1 | | total | 10.45 | 10.45 | 10.45 | 10.45 | 10.45 | 10.45 | 100.0% | 1 | | -> duration | 10.45 | 10.45 | 10.45 | 10.45 | 10.45 | 10.45 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.450187 Full duration: 36.198421 HINTS: * To plot HTML graphics with this data, run: rally task report 16c12f52-00e5-461e-8b0b-8bf6609aea6c --out output.html * To generate a JUnit report, run: rally task export 16c12f52-00e5-461e-8b0b-8bf6609aea6c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16c12f52-00e5-461e-8b0b-8bf6609aea6c --json --out output.json 2018-05-17 10:48:11,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '16c12f52-00e5-461e-8b0b-8bf6609aea6c'] 2018-05-17 10:48:12,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:48:12,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '16c12f52-00e5-461e-8b0b-8bf6609aea6c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-17 10:48:12,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-17 10:48:12,164 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-17 10:48:12,165 - 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-17 10:48:12,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:48:12,181 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:48:12,181 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:57:42,167 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 730407ae-13ae-4217-91d3-40657a7474dc 2018-05-17 10:57:42,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '730407ae-13ae-4217-91d3-40657a7474dc'] 2018-05-17 10:57:43,367 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 730407ae-13ae-4217-91d3-40657a7474dc: 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "block_migration": false, "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 730407ae-13ae-4217-91d3-40657a7474dc has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 17.345 | 17.345 | 17.345 | 17.345 | 17.345 | 17.345 | 100.0% | 1 | | nova.find_host_to_migrate | 2.113 | 2.113 | 2.113 | 2.113 | 2.113 | 2.113 | 100.0% | 1 | | nova.live_migrate | 22.591 | 22.591 | 22.591 | 22.591 | 22.591 | 22.591 | 100.0% | 1 | | nova.delete_server | 10.082 | 10.082 | 10.082 | 10.082 | 10.082 | 10.082 | 100.0% | 1 | | total | 52.131 | 52.131 | 52.131 | 52.131 | 52.131 | 52.131 | 100.0% | 1 | | -> duration | 51.131 | 51.131 | 51.131 | 51.131 | 51.131 | 51.131 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 51.131333 Full duration: 63.312563 -------------------------------------------------------------------------------- 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 730407ae-13ae-4217-91d3-40657a7474dc 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.226 | 12.226 | 12.226 | 12.226 | 12.226 | 12.226 | 100.0% | 1 | | cinder_v2.create_volume | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 100.0% | 1 | | nova.attach_volume | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 100.0% | 1 | | nova.find_host_to_migrate | 1.384 | 1.384 | 1.384 | 1.384 | 1.384 | 1.384 | 100.0% | 1 | | nova.live_migrate | 14.12 | 14.12 | 14.12 | 14.12 | 14.12 | 14.12 | 100.0% | 1 | | nova.detach_volume | 3.819 | 3.819 | 3.819 | 3.819 | 3.819 | 3.819 | 100.0% | 1 | | cinder_v2.delete_volume | 4.733 | 4.733 | 4.733 | 4.733 | 4.733 | 4.733 | 100.0% | 1 | | nova.delete_server | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 100.0% | 1 | | total | 51.285 | 51.285 | 51.285 | 51.285 | 51.285 | 51.285 | 100.0% | 1 | | -> duration | 50.285 | 50.285 | 50.285 | 50.285 | 50.285 | 50.285 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 50.285213 Full duration: 63.420256 -------------------------------------------------------------------------------- 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 730407ae-13ae-4217-91d3-40657a7474dc 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.287 | 15.287 | 15.287 | 15.287 | 15.287 | 15.287 | 100.0% | 1 | | nova.boot_server | 12.531 | 12.531 | 12.531 | 12.531 | 12.531 | 12.531 | 100.0% | 1 | | nova.find_host_to_migrate | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | nova.live_migrate | 25.25 | 25.25 | 25.25 | 25.25 | 25.25 | 25.25 | 100.0% | 1 | | nova.delete_server | 12.807 | 12.807 | 12.807 | 12.807 | 12.807 | 12.807 | 100.0% | 1 | | total | 67.09 | 67.09 | 67.09 | 67.09 | 67.09 | 67.09 | 100.0% | 1 | | -> duration | 66.09 | 66.09 | 66.09 | 66.09 | 66.09 | 66.09 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 66.089664 Full duration: 80.202275 -------------------------------------------------------------------------------- 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "server_kwargs": { "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] } }, "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 730407ae-13ae-4217-91d3-40657a7474dc 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.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | nova.boot_server | 12.118 | 12.118 | 12.118 | 12.118 | 12.118 | 12.118 | 100.0% | 1 | | nova.delete_server | 5.626 | 5.626 | 5.626 | 5.626 | 5.626 | 5.626 | 100.0% | 1 | | nova.delete_keypair | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 0.053 | 100.0% | 1 | | total | 18.72 | 18.72 | 18.72 | 18.72 | 18.72 | 18.72 | 100.0% | 1 | | -> duration | 17.72 | 17.72 | 17.72 | 17.72 | 17.72 | 17.72 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.720022 Full duration: 55.232155 -------------------------------------------------------------------------------- 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-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "volume_size": 5, "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] }, "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 730407ae-13ae-4217-91d3-40657a7474dc has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 16.271 | 16.271 | 16.271 | 16.271 | 16.271 | 16.271 | 100.0% | 1 | | nova.boot_server | 10.508 | 10.508 | 10.508 | 10.508 | 10.508 | 10.508 | 100.0% | 1 | | nova.delete_server | 5.177 | 5.177 | 5.177 | 5.177 | 5.177 | 5.177 | 100.0% | 1 | | total | 31.957 | 31.957 | 31.957 | 31.957 | 31.957 | 31.957 | 100.0% | 1 | | -> duration | 30.957 | 30.957 | 30.957 | 30.957 | 30.957 | 30.957 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.956565 Full duration: 72.285179 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "force_delete": false, "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] }, "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 730407ae-13ae-4217-91d3-40657a7474dc 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.037 | 15.037 | 15.037 | 15.037 | 15.037 | 15.037 | 100.0% | 1 | | nova.pause_server | 2.78 | 2.78 | 2.78 | 2.78 | 2.78 | 2.78 | 100.0% | 1 | | nova.unpause_server | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 100.0% | 1 | | nova.delete_server | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 5.637 | 100.0% | 1 | | total | 26.419 | 26.419 | 26.419 | 26.419 | 26.419 | 26.419 | 100.0% | 1 | | -> duration | 21.419 | 21.419 | 21.419 | 21.419 | 21.419 | 21.419 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.419305 Full duration: 61.585588 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "nics": [ { "net-id": "8bebae4b-083a-446f-993f-e34c94767be6" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 730407ae-13ae-4217-91d3-40657a7474dc has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 16.072 | 16.072 | 16.072 | 16.072 | 16.072 | 16.072 | 100.0% | 1 | | nova.migrate | 30.074 | 30.074 | 30.074 | 30.074 | 30.074 | 30.074 | 100.0% | 1 | | nova.resize_confirm | 5.868 | 5.868 | 5.868 | 5.868 | 5.868 | 5.868 | 100.0% | 1 | | nova.delete_server | 5.141 | 5.141 | 5.141 | 5.141 | 5.141 | 5.141 | 100.0% | 1 | | total | 57.156 | 57.156 | 57.156 | 57.156 | 57.156 | 57.156 | 100.0% | 1 | | -> duration | 56.156 | 56.156 | 56.156 | 56.156 | 56.156 | 56.156 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 56.155963 Full duration: 66.660579 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "image": { "name": "Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 730407ae-13ae-4217-91d3-40657a7474dc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.595 | 13.595 | 13.595 | 13.595 | 13.595 | 13.595 | 100.0% | 1 | | nova.list_interfaces | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 13.696 | 13.696 | 13.696 | 13.696 | 13.696 | 13.696 | 100.0% | 1 | | -> duration | 12.696 | 12.696 | 12.696 | 12.696 | 12.696 | 12.696 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.695729 Full duration: 59.031582 -------------------------------------------------------------------------------- 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 730407ae-13ae-4217-91d3-40657a7474dc 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | nova.delete_server_group | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 0.068 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692339 Full duration: 10.129874 HINTS: * To plot HTML graphics with this data, run: rally task report 730407ae-13ae-4217-91d3-40657a7474dc --out output.html * To generate a JUnit report, run: rally task export 730407ae-13ae-4217-91d3-40657a7474dc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 730407ae-13ae-4217-91d3-40657a7474dc --json --out output.json 2018-05-17 10:57:43,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '730407ae-13ae-4217-91d3-40657a7474dc'] 2018-05-17 10:57:44,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:57:44,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '730407ae-13ae-4217-91d3-40657a7474dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-17 10:57:44,493 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-17 10:57:44,493 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-17 10:57:44,494 - 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-17 10:57:44,494 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-17 10:57:44,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-17 10:57:44,511 - 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': '8bebae4b-083a-446f-993f-e34c94767be6', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'flavor_name': 'rally-tiny-8d9bffd1-9a59-4319-a39b-61d46b4ab715', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8d9bffd1-9a59-4319-a39b-61d46b4ab715', '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-17 10:58:38,453 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 641218b9-4b0f-4d61-8005-a1078a96f8b8 2018-05-17 10:58:38,453 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '641218b9-4b0f-4d61-8005-a1078a96f8b8'] 2018-05-17 10:58:39,477 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 641218b9-4b0f-4d61-8005-a1078a96f8b8: 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 641218b9-4b0f-4d61-8005-a1078a96f8b8 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.451 | 1.451 | 1.451 | 1.451 | 1.451 | 1.451 | 100.0% | 1 | | quotas.delete_quotas | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 100.0% | 1 | | -> duration | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.626459 Full duration: 9.008457 -------------------------------------------------------------------------------- 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 641218b9-4b0f-4d61-8005-a1078a96f8b8 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.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | total | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | -> duration | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 1.137 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.137146 Full duration: 8.738026 -------------------------------------------------------------------------------- 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 641218b9-4b0f-4d61-8005-a1078a96f8b8 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.752341 Full duration: 9.356473 -------------------------------------------------------------------------------- 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 641218b9-4b0f-4d61-8005-a1078a96f8b8 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.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | total | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> duration | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 1.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.224227 Full duration: 9.687889 HINTS: * To plot HTML graphics with this data, run: rally task report 641218b9-4b0f-4d61-8005-a1078a96f8b8 --out output.html * To generate a JUnit report, run: rally task export 641218b9-4b0f-4d61-8005-a1078a96f8b8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 641218b9-4b0f-4d61-8005-a1078a96f8b8 --json --out output.json 2018-05-17 10:58:39,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '641218b9-4b0f-4d61-8005-a1078a96f8b8'] 2018-05-17 10:58:40,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-17 10:58:40,492 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '641218b9-4b0f-4d61-8005-a1078a96f8b8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-17 10:58:40,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-17 10:58:40,504 - 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:05 | 10 | 100.00% | | heat | 01:11 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 06:20 | 11 | 100.00% | | nova | 08:51 | 9 | 100.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:25:37 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-17 10:58:40,504 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-17 10:58:54,001 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-17 10:58:54,001 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-17 10:58:54,513 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 10:58:54,513 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 29:53 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-17 10:58:54,518 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-17 10:58:54,611 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-17 10:58:56,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-17 10:58:56.642 11200 INFO rally.deployment.engine [-] Deployment 5bc9b681-d5ef-4302-be3b-531993ab60ab | Starting: Destroy cloud and free allocated resources. 2018-05-17 10:58:56.717 11200 INFO rally.deployment.engine [-] Deployment 5bc9b681-d5ef-4302-be3b-531993ab60ab | Completed: Destroy cloud and free allocated resources. 2018-05-17 10:58:56.738 11200 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3). 2018-05-17 10:58:56.742 11200 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-17 10:58:59,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-17 10:58:58.964 11203 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=0887740a-5cc1-4e33-b60e-ef92df6e3c68) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 0887740a-5cc1-4e33-b60e-ef92df6e3c68 | 2018-05-17T10:58:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 0887740a-5cc1-4e33-b60e-ef92df6e3c68 ~/.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-17 10:59:02,529 - 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-17 10:59:02,529 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-17 10:59:04,966 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-17 10:59:04.666 11209 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=f04ac287-694b-4b5f-bfb9-674eaddfe0f3). 2018-05-17 10:59:04.802 11209 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-17 10:59:08,490 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-17 10:59:07.042 11212 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-17 10:59:07.203 11212 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-17 10:59:08.293 11212 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611) has been successfully created! Using verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611) as the default verifier for the future CLI operations. 2018-05-17 10:59:11,525 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-17 10:59:14,798 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-17 10:59:28,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-17 10:59:33,227 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-17 10:59:32.241 11231 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611) for deployment 'opnfv-rally' (UUID=0887740a-5cc1-4e33-b60e-ef92df6e3c68). 2018-05-17 10:59:33.064 11231 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611) has been successfully configured for deployment 'opnfv-rally' (UUID=0887740a-5cc1-4e33-b60e-ef92df6e3c68)! 2018-05-17 10:59:33,228 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-17 10:59:33,228 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-17 10:59:33,230 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-17 10:59:35,413 - 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-17 10:59:37,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:37.593 11243 INFO rally.api [-] Starting verification (UUID=0861c319-ca48-4f35-8619-edb8619e8cbd) for deployment 'opnfv-rally' (UUID=0887740a-5cc1-4e33-b60e-ef92df6e3c68) by verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611). 2018-05-17 10:59:37,594 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0861c319-ca48-4f35-8619-edb8619e8cbd 2018-05-17 10:59:47,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:47.461 11243 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-05-17 10:59:47,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:47.960 11243 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-05-17 10:59:47,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:47.973 11243 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.251s] 2018-05-17 10:59:48,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:48.035 11243 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.061s] 2018-05-17 10:59:48,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:48.598 11243 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.944s] 2018-05-17 10:59:48,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:48.787 11243 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.188s] 2018-05-17 10:59:49,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:49.546 11243 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.800s] 2018-05-17 10:59:50,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:50.639 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.181s] 2018-05-17 10:59:53,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:53.601 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.273s] 2018-05-17 10:59:53,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:53.628 11243 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2018-05-17 10:59:53,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:53.704 11243 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-05-17 10:59:53,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:53.802 11243 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.098s] 2018-05-17 10:59:55,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:55.876 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [4.896s] 2018-05-17 10:59:56,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:56.100 11243 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [6.553s] 2018-05-17 10:59:58,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:58.179 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.303s] 2018-05-17 10:59:59,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 10:59:59.442 11243 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [6.359s] 2018-05-17 11:00:00,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:00.152 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.972s] 2018-05-17 11:00:01,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:01.260 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [7.657s] 2018-05-17 11:00:03,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:03.867 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.606s] 2018-05-17 11:00:04,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:04.223 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.147s] 2018-05-17 11:00:04,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:04.377 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.152s] 2018-05-17 11:00:06,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:06.373 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.996s] 2018-05-17 11:00:06,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:06.383 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-05-17 11:00:06,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:06.428 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.560s] 2018-05-17 11:00:06,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:06.555 11243 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.172s] 2018-05-17 11:00:10,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:10.178 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.748s] 2018-05-17 11:00:11,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:11.450 11243 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.229s] 2018-05-17 11:00:11,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:11.735 11243 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.286s] 2018-05-17 11:00:16,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:16.526 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [8.547s] 2018-05-17 11:00:17,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:17.316 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [30.061s] 2018-05-17 11:00:19,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:19.890 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [9.710s] 2018-05-17 11:00:22,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:22.051 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [5.525s] 2018-05-17 11:00:23,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:23.190 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [32.546s] 2018-05-17 11:00:23,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:23.956 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.065s] 2018-05-17 11:00:24,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:24.032 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.077s] 2018-05-17 11:00:24,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:24.205 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.172s] 2018-05-17 11:00:24,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:24.225 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-05-17 11:00:24,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:24.378 11243 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.153s] 2018-05-17 11:00:49,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:49.890 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.428s] 2018-05-17 11:00:51,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:51.237 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.833s] 2018-05-17 11:00:51,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:51.428 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.192s] 2018-05-17 11:00:51,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:51.607 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.178s] 2018-05-17 11:00:51,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:51.790 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.181s] 2018-05-17 11:00:51,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:51.793 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.553s] 2018-05-17 11:00:51,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:51.912 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.020s] 2018-05-17 11:00:52,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:52.231 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.439s] 2018-05-17 11:00:52,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:52.608 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.818s] 2018-05-17 11:00:52,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:52.622 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.391s] 2018-05-17 11:00:52,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:52.838 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.229s] 2018-05-17 11:00:53,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.096 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.473s] 2018-05-17 11:00:53,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.165 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-05-17 11:00:53,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.192 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.355s] 2018-05-17 11:00:53,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.238 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-05-17 11:00:53,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.305 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-05-17 11:00:53,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.377 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-05-17 11:00:53,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.380 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.187s] 2018-05-17 11:00:53,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.443 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.065s] 2018-05-17 11:00:53,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.581 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.200s] 2018-05-17 11:00:53,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.691 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.778s] 2018-05-17 11:00:53,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.764 11243 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.321s] 2018-05-17 11:00:53,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.777 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.195s] 2018-05-17 11:00:53,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:53.826 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-05-17 11:00:54,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:54.027 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.200s] 2018-05-17 11:00:54,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:54.104 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.076s] 2018-05-17 11:00:54,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:54.197 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.093s] 2018-05-17 11:00:54,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:54.247 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-05-17 11:00:54,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:54.300 11243 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.053s] 2018-05-17 11:00:54,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:54.936 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.244s] 2018-05-17 11:00:55,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:55.630 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.299s] 2018-05-17 11:00:55,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:55.694 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2018-05-17 11:00:55,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:55.973 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.036s] 2018-05-17 11:00:56,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:56.137 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.442s] 2018-05-17 11:00:56,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:56.234 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-05-17 11:00:56,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:56.235 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-17 11:00:57,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:57.233 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.259s] 2018-05-17 11:00:57,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:57.889 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.656s] 2018-05-17 11:00:58,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:58.302 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.412s] 2018-05-17 11:00:58,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:58.714 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.411s] 2018-05-17 11:00:59,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:00:59.934 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.218s] 2018-05-17 11:01:00,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:00.458 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.524s] 2018-05-17 11:01:01,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:01.117 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.658s] 2018-05-17 11:01:01,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:01.859 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.741s] 2018-05-17 11:01:03,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:03.118 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.256s] 2018-05-17 11:01:03,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:03.619 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.502s] 2018-05-17 11:01:03,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:03.980 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.360s] 2018-05-17 11:01:04,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:04.606 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.625s] 2018-05-17 11:01:04,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:04.964 11243 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.357s] 2018-05-17 11:01:12,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:12.383 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [49.182s] 2018-05-17 11:01:19,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:19.483 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [68.249s] 2018-05-17 11:01:20,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:20.247 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.769s] 2018-05-17 11:01:30,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:30.309 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.926s] 2018-05-17 11:01:39,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:39.991 11243 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [25.396s] 2018-05-17 11:01:44,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:44.313 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [104.143s] 2018-05-17 11:01:50,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:50.309 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.398s] 2018-05-17 11:01:50,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:50.530 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.220s] 2018-05-17 11:01:50,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:50.762 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.231s] 2018-05-17 11:01:51,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:51.222 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.459s] 2018-05-17 11:01:51,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:51.693 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.470s] 2018-05-17 11:01:52,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:52.485 11243 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.792s] 2018-05-17 11:01:53,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:53.387 11243 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.396s] 2018-05-17 11:01:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:01:54.895 11243 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.531s] 2018-05-17 11:02:05,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:05.495 11243 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [114.945s] 2018-05-17 11:02:06,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:06.665 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.094s] 2018-05-17 11:02:08,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:08.124 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.528s] 2018-05-17 11:02:08,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:08.344 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.679s] 2018-05-17 11:02:08,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:08.496 11243 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.372s] 2018-05-17 11:02:10,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:10.058 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.203s] 2018-05-17 11:02:10,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:10.122 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-05-17 11:02:10,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:10.346 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.223s] 2018-05-17 11:02:10,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:10.444 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-05-17 11:02:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:10.445 11243 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-17 11:02:15,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:15.125 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [6.777s] 2018-05-17 11:02:16,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:16.136 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.013s] 2018-05-17 11:02:19,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:19.142 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.004s] 2018-05-17 11:02:20,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:20.111 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.969s] 2018-05-17 11:02:21,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:21.545 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.430s] 2018-05-17 11:02:21,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:21.736 11243 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.194s] 2018-05-17 11:02:47,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:47.367 11243 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [53.970s] 2018-05-17 11:02:49,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:49.941 11243 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.154s] 2018-05-17 11:02:51,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:51.379 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [81.053s] 2018-05-17 11:02:56,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:56.265 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.329s] 2018-05-17 11:02:56,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:56.614 11243 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [51.108s] 2018-05-17 11:02:56,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:02:56.615 11243 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.346s] 2018-05-17 11:03:13,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:13.047 11243 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [25.676s] 2018-05-17 11:03:22,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:22.846 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.176s] 2018-05-17 11:03:23,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.012 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.165s] 2018-05-17 11:03:23,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.179 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.167s] 2018-05-17 11:03:23,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.342 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.162s] 2018-05-17 11:03:23,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.499 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.156s] 2018-05-17 11:03:23,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.652 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.152s] 2018-05-17 11:03:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.715 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.063s] 2018-05-17 11:03:23,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:23.938 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.222s] 2018-05-17 11:03:24,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.090 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.152s] 2018-05-17 11:03:24,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.257 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.166s] 2018-05-17 11:03:24,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.409 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.151s] 2018-05-17 11:03:24,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.600 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.190s] 2018-05-17 11:03:24,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.641 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.042s] 2018-05-17 11:03:24,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.680 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-05-17 11:03:24,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:24.721 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.040s] 2018-05-17 11:03:25,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.469 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.747s] 2018-05-17 11:03:25,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.622 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.146s] 2018-05-17 11:03:25,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.645 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.177s] 2018-05-17 11:03:25,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.679 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-05-17 11:03:25,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.780 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.158s] 2018-05-17 11:03:25,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.824 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.144s] 2018-05-17 11:03:25,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.859 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-05-17 11:03:25,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:25.961 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.179s] 2018-05-17 11:03:26,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.038 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.179s] 2018-05-17 11:03:26,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.073 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-05-17 11:03:26,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.106 11243 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-05-17 11:03:26,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.134 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.174s] 2018-05-17 11:03:26,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.168 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-05-17 11:03:26,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.216 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.047s] 2018-05-17 11:03:26,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.553 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.336s] 2018-05-17 11:03:26,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.592 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.039s] 2018-05-17 11:03:26,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:26.844 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.250s] 2018-05-17 11:03:27,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:27.059 11243 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.214s] 2018-05-17 11:03:43,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:03:43.259 11243 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.481s] 2018-05-17 11:04:01,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:04:01.509 11243 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [18.247s] 2018-05-17 11:04:19,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:04:19.732 11243 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.221s] 2018-05-17 11:04:25,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0861c319-ca48-4f35-8619-edb8619e8cbd']'. 2018-05-17 11:04:26,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0861c319-ca48-4f35-8619-edb8619e8cbd | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-17 10:59:37 | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-17 11:04:24 | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:47 | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-17 11:04:26,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 49a178e4-ded5-4bbf-b337-8635f4e5d611) | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0887740a-5cc1-4e33-b60e-ef92df6e3c68) | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 160 | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 274.518 | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 160 | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-17 11:04:26,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-17 11:04:26,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 11:04:26,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-17 11:04:26,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-17 11:04:41,121 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 11:04:41,122 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:29 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-17 11:04:41,126 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-17 11:04:41,221 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-17 11:04:43,646 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-17 11:04:43.260 11355 INFO rally.deployment.engine [-] Deployment 0887740a-5cc1-4e33-b60e-ef92df6e3c68 | Starting: Destroy cloud and free allocated resources. 2018-05-17 11:04:43.359 11355 INFO rally.deployment.engine [-] Deployment 0887740a-5cc1-4e33-b60e-ef92df6e3c68 | Completed: Destroy cloud and free allocated resources. 2018-05-17 11:04:43.390 11355 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611) for deployment 'opnfv-rally'. 2018-05-17 11:04:43.406 11355 INFO rally.api [-] Deleting verification (UUID=0861c319-ca48-4f35-8619-edb8619e8cbd). 2018-05-17 11:04:43.447 11355 INFO rally.api [-] Verification has been successfully deleted! 2018-05-17 11:04:43.448 11355 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611). 2018-05-17 11:04:43.461 11355 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-17 11:04:46,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-17 11:04:45.755 11358 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=55b99575-9756-42ed-8c87-d8d4bd804f9d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 55b99575-9756-42ed-8c87-d8d4bd804f9d | 2018-05-17T11:04:45 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 55b99575-9756-42ed-8c87-d8d4bd804f9d ~/.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-17 11:04:49,351 - 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-17 11:04:49,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-17 11:04:51,693 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-17 11:04:51.397 11364 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=49a178e4-ded5-4bbf-b337-8635f4e5d611). 2018-05-17 11:04:51.568 11364 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-17 11:04:55,085 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-17 11:04:53.758 11367 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-17 11:04:53.894 11367 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-17 11:04:54.886 11367 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527) as the default verifier for the future CLI operations. 2018-05-17 11:04:58,172 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-17 11:05:01,079 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-17 11:05:12,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-17 11:05:18,665 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-17 11:05:17.526 11386 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527) for deployment 'opnfv-rally' (UUID=55b99575-9756-42ed-8c87-d8d4bd804f9d). 2018-05-17 11:05:18.442 11386 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527) has been successfully configured for deployment 'opnfv-rally' (UUID=55b99575-9756-42ed-8c87-d8d4bd804f9d)! 2018-05-17 11:05:18,665 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-17 11:05:18,666 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-17 11:05:18,668 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-17 11:05:18,680 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-17 11:05:21,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bec6b4bf-266c-4bd1-9234-98e26394c527/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-17 11:05:21,937 - 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-17 11:05:24,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 11:05:24.136 11395 INFO rally.api [-] Starting verification (UUID=1454a5ff-53e5-46e9-a709-88121cfb2af8) for deployment 'opnfv-rally' (UUID=55b99575-9756-42ed-8c87-d8d4bd804f9d) by verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527). 2018-05-17 11:05:24,137 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1454a5ff-53e5-46e9-a709-88121cfb2af8 2018-05-17 11:08:37,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1454a5ff-53e5-46e9-a709-88121cfb2af8']'. 2018-05-17 11:08:38,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-17 11:08:38,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-17 11:08:38,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 11:08:38,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1454a5ff-53e5-46e9-a709-88121cfb2af8 | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-17 11:05:24 | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-17 11:08:37 | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:13 | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bec6b4bf-266c-4bd1-9234-98e26394c527) | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-17 11:08:38,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 55b99575-9756-42ed-8c87-d8d4bd804f9d) | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 179.196 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 11:08:38,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-17 11:08:39,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-17 11:08:49,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 11:08:49,495 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-17 11:08:49,499 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-17 11:08:50,409 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-17 12:28:44,876 - 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 4794.394s FAILED (errors=1) 2018-05-17 12:28:45,039 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 12:28:45,040 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 79:54 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-17 12:28:45,044 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-17 12:28:45,044 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-17 12:28:45,129 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-17 12:28:47,641 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-17 12:28:47.205 11622 INFO rally.deployment.engine [-] Deployment 55b99575-9756-42ed-8c87-d8d4bd804f9d | Starting: Destroy cloud and free allocated resources. 2018-05-17 12:28:47.289 11622 INFO rally.deployment.engine [-] Deployment 55b99575-9756-42ed-8c87-d8d4bd804f9d | Completed: Destroy cloud and free allocated resources. 2018-05-17 12:28:47.330 11622 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527) for deployment 'opnfv-rally'. 2018-05-17 12:28:47.355 11622 INFO rally.api [-] Deleting verification (UUID=1454a5ff-53e5-46e9-a709-88121cfb2af8). 2018-05-17 12:28:47.395 11622 INFO rally.api [-] Verification has been successfully deleted! 2018-05-17 12:28:47.396 11622 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527). 2018-05-17 12:28:47.406 11622 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-17 12:28:49,890 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-17 12:28:49.667 11625 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1b13e47-3529-4e4e-9280-a0062ee42b41) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1b13e47-3529-4e4e-9280-a0062ee42b41 | 2018-05-17T12:28:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1b13e47-3529-4e4e-9280-a0062ee42b41 ~/.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-17 12:28:53,242 - 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-17 12:28:53,242 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-17 12:28:55,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-17 12:28:55.295 11631 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=bec6b4bf-266c-4bd1-9234-98e26394c527). 2018-05-17 12:28:55.421 11631 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-17 12:28:59,127 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-17 12:28:57.656 11634 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-17 12:28:57.810 11634 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-17 12:28:58.894 11634 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bf9bc0c9-3831-4ca1-bb96-d90f108f6c23) has been successfully created! Using verifier 'opnfv-tempest' (UUID=bf9bc0c9-3831-4ca1-bb96-d90f108f6c23) as the default verifier for the future CLI operations. 2018-05-17 12:29:02,004 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-05-17 12:29:04,710 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-17 12:29:14,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-17 12:29:20,981 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-17 12:29:19.983 11653 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bf9bc0c9-3831-4ca1-bb96-d90f108f6c23) for deployment 'opnfv-rally' (UUID=f1b13e47-3529-4e4e-9280-a0062ee42b41). 2018-05-17 12:29:20.815 11653 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bf9bc0c9-3831-4ca1-bb96-d90f108f6c23) has been successfully configured for deployment 'opnfv-rally' (UUID=f1b13e47-3529-4e4e-9280-a0062ee42b41)! 2018-05-17 12:29:20,981 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-17 12:29:20,981 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-17 12:29:20,983 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-17 12:29:20,997 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-17 12:29:23,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bf9bc0c9-3831-4ca1-bb96-d90f108f6c23/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-17 12:29:23,818 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-17 12:29:23,819 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-17 12:29:23,819 - 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-17 12:29:25,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-17 12:29:25.986 11662 INFO rally.api [-] Starting verification (UUID=db2195c3-5622-4535-b967-0d1f1b6510ae) for deployment 'opnfv-rally' (UUID=f1b13e47-3529-4e4e-9280-a0062ee42b41) by verifier 'opnfv-tempest' (UUID=bf9bc0c9-3831-4ca1-bb96-d90f108f6c23). 2018-05-17 12:29:25,987 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: db2195c3-5622-4535-b967-0d1f1b6510ae 2018-05-17 12:32:04,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'db2195c3-5622-4535-b967-0d1f1b6510ae']'. 2018-05-17 12:32:04,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | db2195c3-5622-4535-b967-0d1f1b6510ae | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-17 12:29:25 | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-17 12:32:03 | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-17 12:32:04,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bf9bc0c9-3831-4ca1-bb96-d90f108f6c23) | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1b13e47-3529-4e4e-9280-a0062ee42b41) | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 127.94 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-17 12:32:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-17 12:32:04,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-17 12:32:16,328 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 12:32:16,328 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:14 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-17 12:32:16,332 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:17 | PASS | | vping_userdata | functest | smoke | 00:58 | PASS | | tempest_smoke_serial | functest | smoke | 19:16 | PASS | | rally_sanity | functest | smoke | 29:53 | PASS | | refstack_defcore | functest | smoke | 05:29 | PASS | | patrole | functest | smoke | 03:51 | PASS | | snaps_smoke | functest | smoke | 79:54 | FAIL | | neutron_trunk | functest | smoke | 03:14 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-17 12:32:16,339 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-17 12:32:19,638 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-122 | | 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-17 12:32:19,640 - 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=y62pefVTg324JQDt2DBhgDEG7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-17 12:32:19,640 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-17 12:32:19,641 - 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-17 12:32:19,642 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-17 12:32:19,642 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-05-17 12:35:56,011 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-05-17 12:35:56,126 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 12:35:56,127 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:36 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-05-17 12:35:56,128 - xtesting.ci.run_tests - INFO - Running test case 'barometercollectd'... 2018-05-17 13:24:39,667 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/barometercollectd.log' 2018-05-17 13:24:39,836 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 13:24:39,839 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+-------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+-------------------+------------------+----------------+ | barometercollectd | barometer | 48:43 | FAIL | +---------------------------+-------------------+------------------+----------------+ 2018-05-17 13:24:39,849 - xtesting.ci.run_tests - ERROR - The test case 'barometercollectd' failed. 2018-05-17 13:24:39,849 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:36 | PASS | | barometercollectd | barometer | features | 48:43 | FAIL | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-17 13:24:39,855 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-17 13:25:56,411 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-122 | | 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-17 13:25:56,413 - 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=y62pefVTg324JQDt2DBhgDEG7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-17 13:25:56,413 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-17 13:25:56,413 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-17 13:25:56,413 - 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-17 13:25:56,414 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-17 13:25:58,952 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-122 | | 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-17 13:25:58,954 - 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=y62pefVTg324JQDt2DBhgDEG7 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-05-17 13:25:58,954 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-17 13:25:58,954 - 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-17 13:25:58,955 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-17 13:25:58,955 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-17 13:29:45,529 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-17 13:29:45,655 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-17 13:29:45,655 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:47 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-17 13:29:45,658 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:47 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-17 13:29:45,660 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK