2018-04-26 01:48:53,941 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-51 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-26 01:48:53,943 - 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=TB8DR34vu6ZUdzY8aTY26rsba export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-26 01:48:53,943 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 01:48:53,944 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-04-26 01:48:53,945 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-04-26 01:48:53,945 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-04-26 01:48:56,963 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 01:49:07,131 - 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.157s OK 2018-04-26 01:49:07,264 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 01:49:07,265 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-26 01:49:07,268 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-04-26 01:49:09,578 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 02:01:36,936 - 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 747.305s OK 2018-04-26 02:01:37,054 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:01:37,055 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 02:01:37,059 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-04-26 02:01:37,975 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 02:03:14,074 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 96.097s OK 2018-04-26 02:03:14,187 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:03:14,187 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-04-26 02:03:14,191 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:27 | PASS | | snaps_health_check | functest | healthcheck | 01:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-04-26 02:03:14,194 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-26 02:03:16,855 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-51 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-26 02:03:16,858 - 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=TB8DR34vu6ZUdzY8aTY26rsba export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-26 02:03:16,859 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 02:03:16,860 - 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 odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-04-26 02:03:16,861 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-04-26 02:03:16,862 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-04-26 02:03:17,779 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-04-26 02:03:17,780 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-26 02:03:18,192 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-26 02:03:18,192 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-04-26 02:03:18,658 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-26 02:03:18,658 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-26 02:03:18' 2018-04-26 02:03:18,658 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:22,415 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:25,484 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:32,314 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:33,168 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating keypair with name: 'vPing-keypair-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:33,907 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:40,542 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Security group with name: 'vPing-sg-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:03:44,885 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-5dc9068a-49d8-4e9c-8494-71db36db4f6e' 2018-04-26 02:04:06,257 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-26 02:05:15,085 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Trying to transfer ping.sh 2018-04-26 02:05:15,220 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-26 02:05:16,228 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-26 02:05:34,068 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-26 02:05:34,068 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-26 02:05:34,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:05:34,634 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 02:05:34,638 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-04-26 02:05:34,736 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin virtual environment setup 2018-04-26 02:05:34,737 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing Start Time:'2018-04-26 02:05:34' 2018-04-26 02:05:34,737 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating image with name: 'functest-vping--ec9b6552-c1d7-4321-bffe-d2b860cd961d' 2018-04-26 02:05:37,402 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating network with name: 'vping-net-ec9b6552-c1d7-4321-bffe-d2b860cd961d' 2018-04-26 02:05:40,128 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating router with name: 'vping-router-ec9b6552-c1d7-4321-bffe-d2b860cd961d' 2018-04-26 02:05:47,565 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating flavor with name: 'vping-flavor-ec9b6552-c1d7-4321-bffe-d2b860cd961d' 2018-04-26 02:05:48,338 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-ec9b6552-c1d7-4321-bffe-d2b860cd961d' 2018-04-26 02:05:55,188 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ec9b6552-c1d7-4321-bffe-d2b860cd961d' 2018-04-26 02:06:01,784 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Begin test execution 2018-04-26 02:06:12,047 - functest.opnfv_tests.openstack.vping.vping_base - INFO - Waiting for ping... 2018-04-26 02:06:14,613 - functest.opnfv_tests.openstack.vping.vping_base - INFO - vPing detected! 2018-04-26 02:06:34,178 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:06:34,178 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-04-26 02:06:34,183 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-04-26 02:06:34,275 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 02:06:38,851 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 02:06:38.586 18 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c2accb56-9968-4afd-9465-4fc2282ac84f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c2accb56-9968-4afd-9465-4fc2282ac84f | 2018-04-26T02:06:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c2accb56-9968-4afd-9465-4fc2282ac84f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-26 02:06:42,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-26 02:06:42,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 02:06:47,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 02:06:46.415 27 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 02:06:46.543 27 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 02:06:47.690 27 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9) as the default verifier for the future CLI operations. 2018-04-26 02:06:50,941 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-26 02:06:53,445 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-26 02:06:59,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 02:07:04,916 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 02:07:03.871 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9) for deployment 'opnfv-rally' (UUID=c2accb56-9968-4afd-9465-4fc2282ac84f). 2018-04-26 02:07:04.743 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9) has been successfully configured for deployment 'opnfv-rally' (UUID=c2accb56-9968-4afd-9465-4fc2282ac84f)! 2018-04-26 02:07:04,916 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 02:07:04,916 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-26 02:07:04,919 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-26 02:07:04,921 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-26 02:07:07,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ca19e3f5-cef0-48f6-8b67-25c55036f8f9/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-04-26 02:07:07,789 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-04-26 02:07:07,790 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-04-26 02:07:07,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-04-26 02:07:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:09.863 55 INFO rally.api [-] Starting verification (UUID=6709a9b0-7b2e-4be9-a0a4-2dafe0575c5b) for deployment 'opnfv-rally' (UUID=c2accb56-9968-4afd-9465-4fc2282ac84f) by verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9). 2018-04-26 02:07:09,865 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6709a9b0-7b2e-4be9-a0a4-2dafe0575c5b 2018-04-26 02:07:17,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:17.047 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2018-04-26 02:07:17,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:17.103 55 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-04-26 02:07:23,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:23.564 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.257s] 2018-04-26 02:07:26,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:26.902 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.336s] 2018-04-26 02:07:40,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:40.528 55 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.572s] 2018-04-26 02:07:56,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:07:56.817 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.384s] 2018-04-26 02:09:02,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:09:02.519 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-04-26 02:09:02,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:09:02.520 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-04-26 02:09:34,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:09:34.356 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-04-26 02:09:34,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:09:34.357 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-04-26 02:10:07,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:10:07.142 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-04-26 02:10:07,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:10:07.143 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-04-26 02:10:47,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:10:47.452 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.821s] 2018-04-26 02:11:11,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:11.408 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-04-26 02:11:11,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:11.509 55 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-04-26 02:11:19,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:19.006 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.666s] 2018-04-26 02:11:19,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:19.016 55 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-04-26 02:11:20,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:20.475 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-04-26 02:11:20,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:20.476 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-04-26 02:11:24,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:24.502 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.393s] 2018-04-26 02:11:30,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:30.595 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.087s] 2018-04-26 02:11:37,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:37.302 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.780s] 2018-04-26 02:11:44,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:44.754 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.473s] 2018-04-26 02:11:54,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:11:54.413 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.237s] 2018-04-26 02:12:00,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:00.630 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.386s] 2018-04-26 02:12:06,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:06.600 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.205s] 2018-04-26 02:12:14,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:14.120 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.480s] 2018-04-26 02:12:21,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:21.179 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.464s] 2018-04-26 02:12:29,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:29.206 55 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.699s] 2018-04-26 02:12:31,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:31.792 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-04-26 02:12:33,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:33.883 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.080s] 2018-04-26 02:12:33,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:33.949 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2018-04-26 02:12:34,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:34.026 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-04-26 02:12:34,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:34.032 55 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-04-26 02:12:38,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:38.097 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.744s] 2018-04-26 02:12:40,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:40.302 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.205s] 2018-04-26 02:12:42,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:42.489 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.186s] 2018-04-26 02:12:48,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:48.066 55 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-04-26 02:12:55,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:12:55.473 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.021s] 2018-04-26 02:13:07,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:07.215 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.343s] 2018-04-26 02:13:10,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:10.654 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.439s] 2018-04-26 02:13:21,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:21.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.909s] 2018-04-26 02:13:25,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:25.479 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.953s] 2018-04-26 02:13:34,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:34.646 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.166s] 2018-04-26 02:13:44,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:44.289 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.877s] 2018-04-26 02:13:47,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:47.965 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.675s] 2018-04-26 02:13:55,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:13:55.483 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.517s] 2018-04-26 02:14:12,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:12.402 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.504s] 2018-04-26 02:14:12,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:12.836 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.434s] 2018-04-26 02:14:12,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:12.974 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.137s] 2018-04-26 02:14:13,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:13.191 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.216s] 2018-04-26 02:14:13,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:13.317 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.126s] 2018-04-26 02:14:13,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:13.519 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.201s] 2018-04-26 02:14:28,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:28.437 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.599s] 2018-04-26 02:14:28,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:28.880 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.443s] 2018-04-26 02:14:29,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:29.160 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.280s] 2018-04-26 02:14:29,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:29.250 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.089s] 2018-04-26 02:14:29,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:29.499 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.248s] 2018-04-26 02:14:29,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:29.705 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.206s] 2018-04-26 02:14:43,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:43.748 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.287s] 2018-04-26 02:14:49,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:49.752 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.004s] 2018-04-26 02:14:51,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:51.783 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.030s] 2018-04-26 02:14:51,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:51.839 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2018-04-26 02:14:51,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:14:51.914 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.074s] 2018-04-26 02:15:03,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:03.282 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.037s] 2018-04-26 02:15:09,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:09.603 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.321s] 2018-04-26 02:15:11,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:11.653 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.050s] 2018-04-26 02:15:11,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:11.866 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.212s] 2018-04-26 02:15:11,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:11.924 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.057s] 2018-04-26 02:15:27,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:27.412 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.079s] 2018-04-26 02:15:33,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:33.028 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.616s] 2018-04-26 02:15:37,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:37.914 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.885s] 2018-04-26 02:15:40,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:15:40.969 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.055s] 2018-04-26 02:16:05,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:05.774 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.168s] 2018-04-26 02:16:11,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:11.174 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.400s] 2018-04-26 02:16:15,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:15.872 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.696s] 2018-04-26 02:16:18,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:18.453 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.581s] 2018-04-26 02:16:35,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:35.603 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.566s] 2018-04-26 02:16:38,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:38.176 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.570s] 2018-04-26 02:16:38,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:38.250 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.076s] 2018-04-26 02:16:42,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:42.909 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.514s] 2018-04-26 02:16:45,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:45.086 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.175s] 2018-04-26 02:16:45,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:45.178 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.094s] 2018-04-26 02:16:49,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:49.524 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.136s] 2018-04-26 02:16:52,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:52.851 55 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-04-26 02:16:54,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:54.387 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-04-26 02:16:54,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:54.389 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-04-26 02:16:54,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:54.389 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-04-26 02:16:54,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:54.390 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-04-26 02:16:54,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:54.391 55 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-04-26 02:16:56,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:16:56.364 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-04-26 02:17:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:17:12.517 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.861s] 2018-04-26 02:17:25,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:17:25.589 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.856s] 2018-04-26 02:17:39,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:17:39.338 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.746s] 2018-04-26 02:17:48,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:17:48.778 55 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.179s] 2018-04-26 02:20:34,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:20:34.266 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [157.751s] 2018-04-26 02:21:11,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:21:11.011 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.524s] 2018-04-26 02:21:54,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:21:54.838 55 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.791s] 2018-04-26 02:22:12,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6709a9b0-7b2e-4be9-a0a4-2dafe0575c5b']'. 2018-04-26 02:22:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 02:22:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 02:22:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 02:22:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6709a9b0-7b2e-4be9-a0a4-2dafe0575c5b | 2018-04-26 02:22:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-26 02:22:13,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 02:07:09 | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 02:22:12 | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:03 | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca19e3f5-cef0-48f6-8b67-25c55036f8f9) | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c2accb56-9968-4afd-9465-4fc2282ac84f) | 2018-04-26 02:22:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 879.992 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 02:22:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 02:22:13,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-04-26 02:22:20,695 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:22:20,696 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 15:30 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-04-26 02:22:20,700 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-04-26 02:22:20,701 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-04-26 02:22:20,799 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-04-26 02:22:21,263 - xtesting.energy.energy - DEBUG - Starting recording 2018-04-26 02:22:21,263 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-04-26 02:22:21,678 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 02:22:24,129 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 02:22:23.776 230 INFO rally.deployment.engine [-] Deployment c2accb56-9968-4afd-9465-4fc2282ac84f | Starting: Destroy cloud and free allocated resources. 2018-04-26 02:22:23.863 230 INFO rally.deployment.engine [-] Deployment c2accb56-9968-4afd-9465-4fc2282ac84f | Completed: Destroy cloud and free allocated resources. 2018-04-26 02:22:23.904 230 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9) for deployment 'opnfv-rally'. 2018-04-26 02:22:23.922 230 INFO rally.api [-] Deleting verification (UUID=6709a9b0-7b2e-4be9-a0a4-2dafe0575c5b). 2018-04-26 02:22:23.959 230 INFO rally.api [-] Verification has been successfully deleted! 2018-04-26 02:22:23.959 230 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9). 2018-04-26 02:22:23.970 230 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 02:22:26,535 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 02:22:26.258 233 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=18d7a06f-b485-42c9-8811-4aabd66364aa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 18d7a06f-b485-42c9-8811-4aabd66364aa | 2018-04-26T02:22:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 18d7a06f-b485-42c9-8811-4aabd66364aa ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-26 02:22:29,859 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-26 02:22:29,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-04-26 02:22:31,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f'... 2018-04-26 02:22:34,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-4dc78341-c519-43c9-9dd8-86445aab919f'... 2018-04-26 02:22:37,109 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-4dc78341-c519-43c9-9dd8-86445aab919f'... 2018-04-26 02:22:42,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f'... 2018-04-26 02:22:43,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f'... 2018-04-26 02:22:44,177 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-04-26 02:22:44,178 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-04-26 02:22:44,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:22:44,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:22:44,198 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:23:46,873 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 44d54051-1463-4f51-9a56-746cc6447965 2018-04-26 02:23:46,873 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-04-26 02:23:46,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '44d54051-1463-4f51-9a56-746cc6447965'] 2018-04-26 02:23:47,954 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 44d54051-1463-4f51-9a56-746cc6447965: 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 44d54051-1463-4f51-9a56-746cc6447965 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.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | total | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> duration | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.477852 Full duration: 7.358514 -------------------------------------------------------------------------------- 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 44d54051-1463-4f51-9a56-746cc6447965 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.416 | 0.416 | 0.416 | 0.416 | 0.416 | 0.416 | 100.0% | 1 | | total | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> duration | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.859394 Full duration: 8.099053 -------------------------------------------------------------------------------- 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 44d54051-1463-4f51-9a56-746cc6447965 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.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936863 Full duration: 7.732583 -------------------------------------------------------------------------------- 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 44d54051-1463-4f51-9a56-746cc6447965 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> duration | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773444 Full duration: 7.654313 -------------------------------------------------------------------------------- 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 44d54051-1463-4f51-9a56-746cc6447965 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.924475 Full duration: 7.993203 -------------------------------------------------------------------------------- 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 44d54051-1463-4f51-9a56-746cc6447965 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.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689129 Full duration: 7.171803 HINTS: * To plot HTML graphics with this data, run: rally task report 44d54051-1463-4f51-9a56-746cc6447965 --out output.html * To generate a JUnit report, run: rally task export 44d54051-1463-4f51-9a56-746cc6447965 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 44d54051-1463-4f51-9a56-746cc6447965 --json --out output.json 2018-04-26 02:23:47,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '44d54051-1463-4f51-9a56-746cc6447965'] 2018-04-26 02:23:49,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:23:49,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '44d54051-1463-4f51-9a56-746cc6447965', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-04-26 02:23:49,027 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-04-26 02:23:49,027 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-04-26 02:23:49,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-04-26 02:23:49,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:23:49,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:23:49,043 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:25:20,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 2018-04-26 02:25:20,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '6d48f0a7-2d39-4684-84fc-6457d62a7ea2'] 2018-04-26 02:25:21,892 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 6d48f0a7-2d39-4684-84fc-6457d62a7ea2: 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 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 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 | 4.561 | 4.561 | 4.561 | 4.561 | 4.561 | 4.561 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | -> glance_v2.upload_data | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 100.0% | 1 | | glance_v2.delete_image | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | total | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> duration | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 5.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.779173 Full duration: 14.341588 -------------------------------------------------------------------------------- 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 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.872 | 3.872 | 3.872 | 3.872 | 3.872 | 3.872 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> glance_v2.upload_data | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 4.05 | 4.05 | 4.05 | 4.05 | 4.05 | 4.05 | 100.0% | 1 | | -> duration | 4.05 | 4.05 | 4.05 | 4.05 | 4.05 | 4.05 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.049913 Full duration: 15.283404 -------------------------------------------------------------------------------- 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 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 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.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | total | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | -> duration | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.456651 Full duration: 8.001923 -------------------------------------------------------------------------------- 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "number_instances": 2, "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] }, "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 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 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 | 4.31 | 4.31 | 4.31 | 4.31 | 4.31 | 4.31 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 0.539 | 100.0% | 1 | | -> glance_v2.upload_data | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | nova.boot_servers | 13.541 | 13.541 | 13.541 | 13.541 | 13.541 | 13.541 | 100.0% | 1 | | total | 17.852 | 17.852 | 17.852 | 17.852 | 17.852 | 17.852 | 100.0% | 1 | | -> duration | 16.852 | 16.852 | 16.852 | 16.852 | 16.852 | 16.852 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.851959 Full duration: 38.211755 HINTS: * To plot HTML graphics with this data, run: rally task report 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 --out output.html * To generate a JUnit report, run: rally task export 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6d48f0a7-2d39-4684-84fc-6457d62a7ea2 --json --out output.json 2018-04-26 02:25:21,892 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '6d48f0a7-2d39-4684-84fc-6457d62a7ea2'] 2018-04-26 02:25:22,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:25:22,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '6d48f0a7-2d39-4684-84fc-6457d62a7ea2', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-04-26 02:25:22,916 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-04-26 02:25:22,916 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-04-26 02:25:22,916 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-04-26 02:25:22,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:25:22,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:25:22,936 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:28:42,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 80758948-bcb4-43d4-bd0b-0098ec33183a 2018-04-26 02:28:42,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '80758948-bcb4-43d4-bd0b-0098ec33183a'] 2018-04-26 02:28:43,280 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 80758948-bcb4-43d4-bd0b-0098ec33183a: 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.347 | 3.347 | 3.347 | 3.347 | 3.347 | 3.347 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.623 | 3.623 | 3.623 | 3.623 | 3.623 | 3.623 | 100.0% | 1 | | total | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 100.0% | 1 | | -> duration | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 6.97 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.969695 Full duration: 23.70912 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.228 | 3.228 | 3.228 | 3.228 | 3.228 | 3.228 | 100.0% | 1 | | cinder_v2.delete_volume | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 2.594 | 100.0% | 1 | | total | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> duration | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.823039 Full duration: 16.406613 -------------------------------------------------------------------------------- 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 80758948-bcb4-43d4-bd0b-0098ec33183a 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 | 9.141 | 9.141 | 9.141 | 9.141 | 9.141 | 9.141 | 100.0% | 1 | | cinder_v2.delete_volume | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | total | 11.614 | 11.614 | 11.614 | 11.614 | 11.614 | 11.614 | 100.0% | 1 | | -> duration | 11.614 | 11.614 | 11.614 | 11.614 | 11.614 | 11.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.613993 Full duration: 22.433275 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.157 | 3.157 | 3.157 | 3.157 | 3.157 | 3.157 | 100.0% | 1 | | cinder_v2.delete_volume | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 2.61 | 100.0% | 1 | | total | 5.767 | 5.767 | 5.767 | 5.767 | 5.767 | 5.767 | 100.0% | 1 | | -> duration | 5.767 | 5.767 | 5.767 | 5.767 | 5.767 | 5.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.766966 Full duration: 15.944483 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 3.181 | 100.0% | 1 | | cinder_v2.extend_volume | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | cinder_v2.delete_volume | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 2.722 | 100.0% | 1 | | total | 6.875 | 6.875 | 6.875 | 6.875 | 6.875 | 6.875 | 100.0% | 1 | | -> duration | 6.875 | 6.875 | 6.875 | 6.875 | 6.875 | 6.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.874722 Full duration: 16.828475 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.554 | 3.554 | 3.554 | 3.554 | 3.554 | 3.554 | 100.0% | 1 | | cinder_v2.delete_volume | 2.703 | 2.703 | 2.703 | 2.703 | 2.703 | 2.703 | 100.0% | 1 | | total | 6.257 | 6.257 | 6.257 | 6.257 | 6.257 | 6.257 | 100.0% | 1 | | -> duration | 6.257 | 6.257 | 6.257 | 6.257 | 6.257 | 6.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.257283 Full duration: 23.505996 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | cinder_v2.list_qos | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781894 Full duration: 12.445733 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | cinder_v2.set_qos | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811673 Full duration: 12.604919 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | cinder_v2.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867487 Full duration: 12.660373 -------------------------------------------------------------------------------- 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 80758948-bcb4-43d4-bd0b-0098ec33183a 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | -> duration | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.907804 Full duration: 12.882033 HINTS: * To plot HTML graphics with this data, run: rally task report 80758948-bcb4-43d4-bd0b-0098ec33183a --out output.html * To generate a JUnit report, run: rally task export 80758948-bcb4-43d4-bd0b-0098ec33183a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 80758948-bcb4-43d4-bd0b-0098ec33183a --json --out output.json 2018-04-26 02:28:43,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '80758948-bcb4-43d4-bd0b-0098ec33183a'] 2018-04-26 02:28:44,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:28:44,316 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '80758948-bcb4-43d4-bd0b-0098ec33183a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-04-26 02:28:44,324 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-04-26 02:28:44,324 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-04-26 02:28:44,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-04-26 02:28:44,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:28:44,340 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:28:44,340 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:30:05,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b 2018-04-26 02:30:05,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b'] 2018-04-26 02:30:06,841 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b: 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 b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b 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.119 | 5.119 | 5.119 | 5.119 | 5.119 | 5.119 | 100.0% | 1 | | heat.update_stack | 2.569 | 2.569 | 2.569 | 2.569 | 2.569 | 2.569 | 100.0% | 1 | | heat.delete_stack | 3.318 | 3.318 | 3.318 | 3.318 | 3.318 | 3.318 | 100.0% | 1 | | total | 11.006 | 11.006 | 11.006 | 11.006 | 11.006 | 11.006 | 100.0% | 1 | | -> duration | 7.006 | 7.006 | 7.006 | 7.006 | 7.006 | 7.006 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.006221 Full duration: 19.516079 -------------------------------------------------------------------------------- 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 b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b 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.517 | 4.517 | 4.517 | 4.517 | 4.517 | 4.517 | 100.0% | 1 | | heat.check_stack | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | heat.delete_stack | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | total | 6.901 | 6.901 | 6.901 | 6.901 | 6.901 | 6.901 | 100.0% | 1 | | -> duration | 4.901 | 4.901 | 4.901 | 4.901 | 4.901 | 4.901 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.900768 Full duration: 15.277487 -------------------------------------------------------------------------------- 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 b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b 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.61 | 4.61 | 4.61 | 4.61 | 4.61 | 4.61 | 100.0% | 1 | | heat.suspend_stack | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | heat.resume_stack | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | heat.delete_stack | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 100.0% | 1 | | total | 8.419 | 8.419 | 8.419 | 8.419 | 8.419 | 8.419 | 100.0% | 1 | | -> duration | 6.419 | 6.419 | 6.419 | 6.419 | 6.419 | 6.419 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.41857 Full duration: 18.372894 -------------------------------------------------------------------------------- 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 b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705283 Full duration: 8.73995 HINTS: * To plot HTML graphics with this data, run: rally task report b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b --out output.html * To generate a JUnit report, run: rally task export b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b --json --out output.json 2018-04-26 02:30:06,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b'] 2018-04-26 02:30:07,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:30:07,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b0c57e29-e570-4ceb-a4b1-e1dcdfeb062b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-04-26 02:30:07,885 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-04-26 02:30:07,886 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-04-26 02:30:07,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-04-26 02:30:07,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:30:07,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:30:07,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:33:22,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 2018-04-26 02:33:22,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94'] 2018-04-26 02:33:23,398 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94: 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762252 Full duration: 14.025308 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> duration | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.717866 Full duration: 14.45612 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.922662 Full duration: 14.900899 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> duration | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.625369 Full duration: 12.084275 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | -> duration | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.617184 Full duration: 12.254104 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | keystone_v3.create_user | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | -> keystone_v3.add_role | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | keystone_v3.create_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.list_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | -> duration | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 1.92 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.920425 Full duration: 19.695084 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> duration | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.939593 Full duration: 12.908743 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757876 Full duration: 14.699516 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> duration | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685615 Full duration: 14.392285 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | keystone_v3.list_users | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> duration | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.882756 Full duration: 14.671322 -------------------------------------------------------------------------------- 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 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 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.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | keystone_v3.create_users | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 4.877 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.876 | 4.876 | 4.876 | 4.876 | 4.876 | 4.876 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | total | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 100.0% | 1 | | -> duration | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 6.507 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.507066 Full duration: 22.657167 HINTS: * To plot HTML graphics with this data, run: rally task report 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 --out output.html * To generate a JUnit report, run: rally task export 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94 --json --out output.json 2018-04-26 02:33:23,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94'] 2018-04-26 02:33:24,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:33:24,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '9fa8d8ad-01b6-4801-9eb2-5221bc0d7e94', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-04-26 02:33:24,438 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-04-26 02:33:24,439 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-04-26 02:33:24,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-04-26 02:33:24,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:33:24,457 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:33:24,458 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:38:39,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 2018-04-26 02:38:39,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '4e5e317e-1794-4a4b-b5d0-b98e064d1aae'] 2018-04-26 02:38:40,993 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4e5e317e-1794-4a4b-b5d0-b98e064d1aae: 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | neutron.delete_network | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | total | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 100.0% | 1 | | -> duration | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 1.984 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.98363 Full duration: 15.261819 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | neutron.delete_port | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | total | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | -> duration | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.283977 Full duration: 29.493016 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.create_subnet | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | neutron.create_router | 0.333 | 0.333 | 0.333 | 0.333 | 0.333 | 0.333 | 100.0% | 1 | | neutron.add_interface_router | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | neutron.remove_interface_router | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | neutron.delete_router | 0.443 | 0.443 | 0.443 | 0.443 | 0.443 | 0.443 | 100.0% | 1 | | total | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 100.0% | 1 | | -> duration | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 5.198 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.198449 Full duration: 36.684712 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | neutron.delete_subnet | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | total | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 100.0% | 1 | | -> duration | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 1.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.823828 Full duration: 29.544929 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | neutron.list_networks | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 100.0% | 1 | | -> duration | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 1.496 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.49569 Full duration: 17.197882 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.368 | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 100.0% | 1 | | neutron.list_ports | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | -> duration | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.632542 Full duration: 27.955964 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | neutron.create_subnet | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | neutron.list_routers | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | total | 3.958 | 3.958 | 3.958 | 3.958 | 3.958 | 3.958 | 100.0% | 1 | | -> duration | 3.958 | 3.958 | 3.958 | 3.958 | 3.958 | 3.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.957907 Full duration: 41.365945 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | neutron.create_subnet | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | neutron.list_subnets | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | -> duration | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.032542 Full duration: 35.837247 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.delete_security_group | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 0.313 | 100.0% | 1 | | total | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | -> duration | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 1.345 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.344521 Full duration: 14.305569 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.102 | 1.102 | 1.102 | 1.102 | 1.102 | 1.102 | 100.0% | 1 | | neutron.create_security_group_rule | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | neutron.delete_security_group | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | total | 2.006 | 2.006 | 2.006 | 2.006 | 2.006 | 2.006 | 100.0% | 1 | | -> duration | 2.006 | 2.006 | 2.006 | 2.006 | 2.006 | 2.006 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.005698 Full duration: 15.026563 -------------------------------------------------------------------------------- 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 4e5e317e-1794-4a4b-b5d0-b98e064d1aae 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.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | neutron.create_router | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | neutron.add_gateway_router | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | neutron.remove_gateway_router | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | total | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 100.0% | 1 | | -> duration | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 3.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.690865 Full duration: 24.217988 HINTS: * To plot HTML graphics with this data, run: rally task report 4e5e317e-1794-4a4b-b5d0-b98e064d1aae --out output.html * To generate a JUnit report, run: rally task export 4e5e317e-1794-4a4b-b5d0-b98e064d1aae --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4e5e317e-1794-4a4b-b5d0-b98e064d1aae --json --out output.json 2018-04-26 02:38:40,993 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '4e5e317e-1794-4a4b-b5d0-b98e064d1aae'] 2018-04-26 02:38:42,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:38:42,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '4e5e317e-1794-4a4b-b5d0-b98e064d1aae', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-04-26 02:38:42,038 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-04-26 02:38:42,039 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-04-26 02:38:42,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-04-26 02:38:42,039 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:38:42,055 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:38:42,062 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:45:42,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5cf02f60-0212-4421-b9bc-0261868f52ee 2018-04-26 02:45:42,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '5cf02f60-0212-4421-b9bc-0261868f52ee'] 2018-04-26 02:45:43,455 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 5cf02f60-0212-4421-b9bc-0261868f52ee: 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "block_migration": false, "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5cf02f60-0212-4421-b9bc-0261868f52ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.473 | 9.473 | 9.473 | 9.473 | 9.473 | 9.473 | 100.0% | 1 | | nova.find_host_to_migrate | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 1.336 | 100.0% | 1 | | nova.live_migrate | 13.342 | 13.342 | 13.342 | 13.342 | 13.342 | 13.342 | 100.0% | 1 | | nova.delete_server | 2.7 | 2.7 | 2.7 | 2.7 | 2.7 | 2.7 | 100.0% | 1 | | total | 26.85 | 26.85 | 26.85 | 26.85 | 26.85 | 26.85 | 100.0% | 1 | | -> duration | 25.85 | 25.85 | 25.85 | 25.85 | 25.85 | 25.85 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 25.850306 Full duration: 36.187998 -------------------------------------------------------------------------------- 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5cf02f60-0212-4421-b9bc-0261868f52ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.545 | 9.545 | 9.545 | 9.545 | 9.545 | 9.545 | 100.0% | 1 | | cinder_v2.create_volume | 3.062 | 3.062 | 3.062 | 3.062 | 3.062 | 3.062 | 100.0% | 1 | | nova.attach_volume | 6.706 | 6.706 | 6.706 | 6.706 | 6.706 | 6.706 | 100.0% | 1 | | nova.find_host_to_migrate | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | nova.live_migrate | 11.294 | 11.294 | 11.294 | 11.294 | 11.294 | 11.294 | 100.0% | 1 | | nova.detach_volume | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 1.499 | 100.0% | 1 | | cinder_v2.delete_volume | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 2.449 | 100.0% | 1 | | nova.delete_server | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 5.172 | 100.0% | 1 | | total | 41.066 | 41.066 | 41.066 | 41.066 | 41.066 | 41.066 | 100.0% | 1 | | -> duration | 40.066 | 40.066 | 40.066 | 40.066 | 40.066 | 40.066 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.065819 Full duration: 53.438256 -------------------------------------------------------------------------------- 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5cf02f60-0212-4421-b9bc-0261868f52ee 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 | 8.794 | 8.794 | 8.794 | 8.794 | 8.794 | 8.794 | 100.0% | 1 | | nova.boot_server | 9.498 | 9.498 | 9.498 | 9.498 | 9.498 | 9.498 | 100.0% | 1 | | nova.find_host_to_migrate | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | nova.live_migrate | 14.116 | 14.116 | 14.116 | 14.116 | 14.116 | 14.116 | 100.0% | 1 | | nova.delete_server | 7.358 | 7.358 | 7.358 | 7.358 | 7.358 | 7.358 | 100.0% | 1 | | total | 41.157 | 41.157 | 41.157 | 41.157 | 41.157 | 41.157 | 100.0% | 1 | | -> duration | 40.157 | 40.157 | 40.157 | 40.157 | 40.157 | 40.157 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.157492 Full duration: 52.840032 -------------------------------------------------------------------------------- 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "server_kwargs": { "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] } }, "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 5cf02f60-0212-4421-b9bc-0261868f52ee 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.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | nova.boot_server | 8.958 | 8.958 | 8.958 | 8.958 | 8.958 | 8.958 | 100.0% | 1 | | nova.delete_server | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 2.892 | 100.0% | 1 | | nova.delete_keypair | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 12.62 | 12.62 | 12.62 | 12.62 | 12.62 | 12.62 | 100.0% | 1 | | -> duration | 11.62 | 11.62 | 11.62 | 11.62 | 11.62 | 11.62 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.619736 Full duration: 36.285954 -------------------------------------------------------------------------------- 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-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "volume_size": 5, "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] }, "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 5cf02f60-0212-4421-b9bc-0261868f52ee 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 | 8.805 | 8.805 | 8.805 | 8.805 | 8.805 | 8.805 | 100.0% | 1 | | nova.boot_server | 6.281 | 6.281 | 6.281 | 6.281 | 6.281 | 6.281 | 100.0% | 1 | | nova.delete_server | 2.846 | 2.846 | 2.846 | 2.846 | 2.846 | 2.846 | 100.0% | 1 | | total | 17.932 | 17.932 | 17.932 | 17.932 | 17.932 | 17.932 | 100.0% | 1 | | -> duration | 16.932 | 16.932 | 16.932 | 16.932 | 16.932 | 16.932 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.932108 Full duration: 44.321544 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "force_delete": false, "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] }, "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 5cf02f60-0212-4421-b9bc-0261868f52ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.572 | 9.572 | 9.572 | 9.572 | 9.572 | 9.572 | 100.0% | 1 | | nova.pause_server | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 2.82 | 100.0% | 1 | | nova.unpause_server | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 100.0% | 1 | | nova.delete_server | 5.053 | 5.053 | 5.053 | 5.053 | 5.053 | 5.053 | 100.0% | 1 | | total | 20.415 | 20.415 | 20.415 | 20.415 | 20.415 | 20.415 | 100.0% | 1 | | -> duration | 15.415 | 15.415 | 15.415 | 15.415 | 15.415 | 15.415 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.415181 Full duration: 44.991413 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "nics": [ { "net-id": "02a8ec9b-b6fd-4fed-83e5-c93e53f66805" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5cf02f60-0212-4421-b9bc-0261868f52ee has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.72 | 9.72 | 9.72 | 9.72 | 9.72 | 9.72 | 100.0% | 1 | | nova.migrate | 44.493 | 44.493 | 44.493 | 44.493 | 44.493 | 44.493 | 100.0% | 1 | | nova.resize_confirm | 3.092 | 3.092 | 3.092 | 3.092 | 3.092 | 3.092 | 100.0% | 1 | | nova.delete_server | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 2.814 | 100.0% | 1 | | total | 60.119 | 60.119 | 60.119 | 60.119 | 60.119 | 60.119 | 100.0% | 1 | | -> duration | 59.119 | 59.119 | 59.119 | 59.119 | 59.119 | 59.119 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 59.119226 Full duration: 69.608556 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f" }, "image": { "name": "Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 5cf02f60-0212-4421-b9bc-0261868f52ee has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.301 | 10.301 | 10.301 | 10.301 | 10.301 | 10.301 | 100.0% | 1 | | nova.list_interfaces | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 10.55 | 10.55 | 10.55 | 10.55 | 10.55 | 10.55 | 100.0% | 1 | | -> duration | 9.55 | 9.55 | 9.55 | 9.55 | 9.55 | 9.55 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.550169 Full duration: 38.136416 -------------------------------------------------------------------------------- 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 5cf02f60-0212-4421-b9bc-0261868f52ee 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | nova.delete_server_group | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740633 Full duration: 10.054771 HINTS: * To plot HTML graphics with this data, run: rally task report 5cf02f60-0212-4421-b9bc-0261868f52ee --out output.html * To generate a JUnit report, run: rally task export 5cf02f60-0212-4421-b9bc-0261868f52ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5cf02f60-0212-4421-b9bc-0261868f52ee --json --out output.json 2018-04-26 02:45:43,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '5cf02f60-0212-4421-b9bc-0261868f52ee'] 2018-04-26 02:45:44,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:45:44,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '5cf02f60-0212-4421-b9bc-0261868f52ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-04-26 02:45:44,509 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-04-26 02:45:44,509 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-04-26 02:45:44,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-04-26 02:45:44,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-04-26 02:45:44,525 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-04-26 02:45:44,536 - 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': '02a8ec9b-b6fd-4fed-83e5-c93e53f66805', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-4dc78341-c519-43c9-9dd8-86445aab919f', 'flavor_name': 'rally-tiny-4dc78341-c519-43c9-9dd8-86445aab919f', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-4dc78341-c519-43c9-9dd8-86445aab919f', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-04-26 02:46:38,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1ba7b357-3f2d-45f9-8bd2-304678e81443 2018-04-26 02:46:38,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1ba7b357-3f2d-45f9-8bd2-304678e81443'] 2018-04-26 02:46:39,344 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1ba7b357-3f2d-45f9-8bd2-304678e81443: 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 1ba7b357-3f2d-45f9-8bd2-304678e81443 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | quotas.delete_quotas | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | -> duration | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 0.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.883833 Full duration: 8.557173 -------------------------------------------------------------------------------- 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 1ba7b357-3f2d-45f9-8bd2-304678e81443 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721305 Full duration: 8.617517 -------------------------------------------------------------------------------- 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 1ba7b357-3f2d-45f9-8bd2-304678e81443 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.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724854 Full duration: 8.475408 -------------------------------------------------------------------------------- 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 1ba7b357-3f2d-45f9-8bd2-304678e81443 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.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | total | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> duration | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.99632 Full duration: 9.048837 HINTS: * To plot HTML graphics with this data, run: rally task report 1ba7b357-3f2d-45f9-8bd2-304678e81443 --out output.html * To generate a JUnit report, run: rally task export 1ba7b357-3f2d-45f9-8bd2-304678e81443 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1ba7b357-3f2d-45f9-8bd2-304678e81443 --json --out output.json 2018-04-26 02:46:39,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1ba7b357-3f2d-45f9-8bd2-304678e81443'] 2018-04-26 02:46:40,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-04-26 02:46:40,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1ba7b357-3f2d-45f9-8bd2-304678e81443', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-04-26 02:46:40,312 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-04-26 02:46:40,315 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:15 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:46 | 11 | 100.00% | | neutron | 04:46 | 11 | 100.00% | | nova | 06:25 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:27 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-04-26 02:46:40,315 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-04-26 02:46:48,714 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-04-26 02:46:48,714 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-04-26 02:46:49,259 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:46:49,260 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:27 | PASS | +----------------------+------------------+------------------+----------------+ 2018-04-26 02:46:49,264 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-04-26 02:46:49,353 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 02:46:51,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 02:46:51.370 11309 INFO rally.deployment.engine [-] Deployment 18d7a06f-b485-42c9-8811-4aabd66364aa | Starting: Destroy cloud and free allocated resources. 2018-04-26 02:46:51.458 11309 INFO rally.deployment.engine [-] Deployment 18d7a06f-b485-42c9-8811-4aabd66364aa | Completed: Destroy cloud and free allocated resources. 2018-04-26 02:46:51.481 11309 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9). 2018-04-26 02:46:51.485 11309 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 02:46:54,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 02:46:53.743 11312 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a69bbcc5-a5d3-4d20-883d-9265e000c90e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a69bbcc5-a5d3-4d20-883d-9265e000c90e | 2018-04-26T02:46:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a69bbcc5-a5d3-4d20-883d-9265e000c90e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-26 02:46:57,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-26 02:46:57,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 02:46:59,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-26 02:46:59.455 11318 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ca19e3f5-cef0-48f6-8b67-25c55036f8f9). 2018-04-26 02:46:59.577 11318 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-26 02:47:03,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 02:47:01.780 11321 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 02:47:02.029 11321 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 02:47:03.039 11321 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc) as the default verifier for the future CLI operations. 2018-04-26 02:47:06,169 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-26 02:47:09,317 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-26 02:47:15,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 02:47:21,455 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 02:47:20.419 11340 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc) for deployment 'opnfv-rally' (UUID=a69bbcc5-a5d3-4d20-883d-9265e000c90e). 2018-04-26 02:47:21.289 11340 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc) has been successfully configured for deployment 'opnfv-rally' (UUID=a69bbcc5-a5d3-4d20-883d-9265e000c90e)! 2018-04-26 02:47:21,456 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 02:47:21,456 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-26 02:47:21,458 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-26 02:47:23,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-04-26 02:47:26,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:26.063 11352 INFO rally.api [-] Starting verification (UUID=ca6729c3-ca92-4014-bb3c-13153832a146) for deployment 'opnfv-rally' (UUID=a69bbcc5-a5d3-4d20-883d-9265e000c90e) by verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc). 2018-04-26 02:47:26,064 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ca6729c3-ca92-4014-bb3c-13153832a146 2018-04-26 02:47:35,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:35.753 11352 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-04-26 02:47:35,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:35.847 11352 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.217s] 2018-04-26 02:47:35,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:35.913 11352 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.065s] 2018-04-26 02:47:36,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:36.239 11352 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.320s] 2018-04-26 02:47:36,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:36.652 11352 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.962s] 2018-04-26 02:47:36,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:36.690 11352 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.853s] 2018-04-26 02:47:36,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:36.715 11352 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.024s] 2018-04-26 02:47:39,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:39.599 11352 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.947s] 2018-04-26 02:47:39,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:39.826 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.986s] 2018-04-26 02:47:40,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:40.576 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.322s] 2018-04-26 02:47:41,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:41.360 11352 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.094s] 2018-04-26 02:47:41,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:41.451 11352 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.090s] 2018-04-26 02:47:41,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:41.534 11352 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.082s] 2018-04-26 02:47:43,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:43.827 11352 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.739s] 2018-04-26 02:47:45,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:45.041 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.463s] 2018-04-26 02:47:46,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:46.873 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2018-04-26 02:47:47,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:47.115 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.242s] 2018-04-26 02:47:47,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:47.784 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.743s] 2018-04-26 02:47:48,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:48.497 11352 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.181s] 2018-04-26 02:47:48,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:48.665 11352 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.167s] 2018-04-26 02:47:49,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:49.231 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.113s] 2018-04-26 02:47:49,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:49.239 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.009s] 2018-04-26 02:47:49,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:49.253 11352 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-04-26 02:47:50,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:50.234 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.448s] 2018-04-26 02:47:50,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:50.929 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.283s] 2018-04-26 02:47:52,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:52.243 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.009s] 2018-04-26 02:47:52,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:52.346 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.416s] 2018-04-26 02:47:52,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:52.400 11352 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.055s] 2018-04-26 02:47:57,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:57.821 11352 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.418s] 2018-04-26 02:47:58,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:58.058 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.812s] 2018-04-26 02:47:58,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:47:58.534 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.617s] 2018-04-26 02:48:01,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:01.221 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.162s] 2018-04-26 02:48:01,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:01.341 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.121s] 2018-04-26 02:48:01,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:01.367 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-04-26 02:48:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:01.387 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-04-26 02:48:01,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:01.595 11352 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.208s] 2018-04-26 02:48:02,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:02.908 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.073s] 2018-04-26 02:48:04,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.222 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.077s] 2018-04-26 02:48:04,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.234 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-04-26 02:48:04,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.371 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.137s] 2018-04-26 02:48:04,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.386 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2018-04-26 02:48:04,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.397 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-04-26 02:48:04,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.426 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-04-26 02:48:04,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.666 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.239s] 2018-04-26 02:48:04,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.738 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.070s] 2018-04-26 02:48:04,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.890 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.151s] 2018-04-26 02:48:04,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.904 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-04-26 02:48:04,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:04.974 11352 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.070s] 2018-04-26 02:48:09,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:09.714 11352 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.065s] 2018-04-26 02:48:14,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:14.977 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.182s] 2018-04-26 02:48:15,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:15.178 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.201s] 2018-04-26 02:48:15,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:15.235 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.056s] 2018-04-26 02:48:16,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:16.247 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.010s] 2018-04-26 02:48:16,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:16.668 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.421s] 2018-04-26 02:48:17,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:17.209 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.540s] 2018-04-26 02:48:17,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:17.259 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.050s] 2018-04-26 02:48:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:17.457 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.197s] 2018-04-26 02:48:17,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:17.689 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.231s] 2018-04-26 02:48:17,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:17.737 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-04-26 02:48:17,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:17.782 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.045s] 2018-04-26 02:48:18,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:18.183 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.398s] 2018-04-26 02:48:18,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:18.420 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.237s] 2018-04-26 02:48:18,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:18.470 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.049s] 2018-04-26 02:48:18,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:18.691 11352 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.220s] 2018-04-26 02:48:20,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:20.950 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.869s] 2018-04-26 02:48:21,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:21.353 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.556s] 2018-04-26 02:48:22,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:22.613 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.662s] 2018-04-26 02:48:22,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:22.997 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.248s] 2018-04-26 02:48:24,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:24.364 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.750s] 2018-04-26 02:48:24,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:24.850 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.941s] 2018-04-26 02:48:26,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:26.125 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.761s] 2018-04-26 02:48:26,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:26.833 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.478s] 2018-04-26 02:48:27,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:27.870 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.744s] 2018-04-26 02:48:29,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:29.347 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.475s] 2018-04-26 02:48:30,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:30.185 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.839s] 2018-04-26 02:48:30,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:30.799 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.614s] 2018-04-26 02:48:31,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:31.270 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.470s] 2018-04-26 02:48:31,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:31.736 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.737s] 2018-04-26 02:48:32,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:32.717 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.445s] 2018-04-26 02:48:33,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:33.128 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.411s] 2018-04-26 02:48:33,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:33.553 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.424s] 2018-04-26 02:48:33,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:33.563 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [6.729s] 2018-04-26 02:48:33,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:33.908 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.171s] 2018-04-26 02:48:34,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:34.132 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.224s] 2018-04-26 02:48:34,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:34.189 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.636s] 2018-04-26 02:48:34,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:34.325 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.191s] 2018-04-26 02:48:34,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:34.463 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.137s] 2018-04-26 02:48:34,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:34.666 11352 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.203s] 2018-04-26 02:48:35,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:35.556 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.363s] 2018-04-26 02:48:35,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:35.883 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.329s] 2018-04-26 02:48:36,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:36.465 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.581s] 2018-04-26 02:48:37,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:37.033 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.568s] 2018-04-26 02:48:37,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:37.744 11352 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.710s] 2018-04-26 02:48:37,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:37.810 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.956s] 2018-04-26 02:48:38,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:38.830 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.267s] 2018-04-26 02:48:43,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:43.550 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.719s] 2018-04-26 02:48:47,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:47.682 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.132s] 2018-04-26 02:48:51,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:51.752 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.069s] 2018-04-26 02:48:59,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:48:59.335 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.581s] 2018-04-26 02:49:03,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:03.546 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.210s] 2018-04-26 02:49:03,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:03.792 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.246s] 2018-04-26 02:49:04,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.039 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.246s] 2018-04-26 02:49:04,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.252 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.213s] 2018-04-26 02:49:04,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.439 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.187s] 2018-04-26 02:49:04,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.538 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.098s] 2018-04-26 02:49:04,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.631 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.092s] 2018-04-26 02:49:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.681 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-04-26 02:49:04,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:04.765 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.084s] 2018-04-26 02:49:10,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:10.188 11352 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.421s] 2018-04-26 02:49:10,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:10.231 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [62.672s] 2018-04-26 02:49:10,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:10.309 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.078s] 2018-04-26 02:49:10,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:10.968 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.658s] 2018-04-26 02:49:11,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:11.068 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.098s] 2018-04-26 02:49:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:11.070 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-04-26 02:49:19,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:19.901 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [72.624s] 2018-04-26 02:49:26,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:26.013 11352 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.241s] 2018-04-26 02:49:34,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:34.598 11352 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.583s] 2018-04-26 02:49:38,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:38.613 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.415s] 2018-04-26 02:49:38,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:38.848 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.235s] 2018-04-26 02:49:39,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:39.053 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.205s] 2018-04-26 02:49:39,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:39.548 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.725s] 2018-04-26 02:49:39,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:39.705 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.651s] 2018-04-26 02:49:41,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:41.054 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.348s] 2018-04-26 02:49:41,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:41.513 11352 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.457s] 2018-04-26 02:49:44,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:44.377 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.323s] 2018-04-26 02:49:44,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:44.729 11352 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-04-26 02:49:49,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:49.672 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.642s] 2018-04-26 02:49:51,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:51.062 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.390s] 2018-04-26 02:49:54,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:54.662 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.594s] 2018-04-26 02:49:55,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:55.838 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.181s] 2018-04-26 02:49:58,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:58.366 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.526s] 2018-04-26 02:49:59,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:49:59.993 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.627s] 2018-04-26 02:50:01,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:01.969 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.973s] 2018-04-26 02:50:02,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:02.175 11352 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.207s] 2018-04-26 02:50:03,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:03.195 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.145s] 2018-04-26 02:50:03,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:03.742 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.546s] 2018-04-26 02:50:03,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:03.873 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.130s] 2018-04-26 02:50:03,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:03.904 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2018-04-26 02:50:04,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:04.084 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.179s] 2018-04-26 02:50:04,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:04.290 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.205s] 2018-04-26 02:50:04,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:04.636 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.345s] 2018-04-26 02:50:04,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:04.843 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.206s] 2018-04-26 02:50:04,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:04.885 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-04-26 02:50:05,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:05.075 11352 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.190s] 2018-04-26 02:50:12,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:12.200 11352 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [142.362s] 2018-04-26 02:50:34,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:34.024 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.125s] 2018-04-26 02:50:38,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:38.502 11352 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.299s] 2018-04-26 02:50:52,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:52.846 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.168s] 2018-04-26 02:50:53,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.017 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.169s] 2018-04-26 02:50:53,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.212 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.195s] 2018-04-26 02:50:53,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.382 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.169s] 2018-04-26 02:50:53,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.395 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-04-26 02:50:53,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.564 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.169s] 2018-04-26 02:50:53,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.624 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.059s] 2018-04-26 02:50:53,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.809 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.184s] 2018-04-26 02:50:53,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:53.967 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.158s] 2018-04-26 02:50:54,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.141 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.173s] 2018-04-26 02:50:54,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.297 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.155s] 2018-04-26 02:50:54,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.499 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.202s] 2018-04-26 02:50:54,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.546 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.047s] 2018-04-26 02:50:54,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.583 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-04-26 02:50:54,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.619 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-04-26 02:50:54,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.957 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.337s] 2018-04-26 02:50:54,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:54.990 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-04-26 02:50:55,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:55.177 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.186s] 2018-04-26 02:50:55,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:55.414 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.237s] 2018-04-26 02:50:55,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:55.448 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-04-26 02:50:55,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:55.629 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.180s] 2018-04-26 02:50:55,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:55.670 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.041s] 2018-04-26 02:50:55,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:50:55.706 11352 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2018-04-26 02:51:03,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:51:03.521 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.492s] 2018-04-26 02:51:20,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:51:20.791 11352 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.268s] 2018-04-26 02:51:41,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:51:41.179 11352 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.592s] 2018-04-26 02:51:50,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:51:50.560 11352 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.378s] 2018-04-26 02:52:04,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:52:04.119 11352 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.556s] 2018-04-26 02:52:08,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ca6729c3-ca92-4014-bb3c-13153832a146']'. 2018-04-26 02:52:09,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 02:52:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 02:52:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 02:52:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ca6729c3-ca92-4014-bb3c-13153832a146 | 2018-04-26 02:52:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-26 02:52:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 02:47:25 | 2018-04-26 02:52:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 02:52:08 | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:43 | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4f30a496-a6a3-4637-9133-6318b3c899cc) | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a69bbcc5-a5d3-4d20-883d-9265e000c90e) | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 175 | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 270.448 | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 175 | 2018-04-26 02:52:09,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-04-26 02:52:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 02:52:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 02:52:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-26 02:52:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 02:52:09,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 02:52:09,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-04-26 02:52:15,568 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:52:15,569 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-04-26 02:52:15,573 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-04-26 02:52:15,654 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 02:52:17,970 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 02:52:17.549 11460 INFO rally.deployment.engine [-] Deployment a69bbcc5-a5d3-4d20-883d-9265e000c90e | Starting: Destroy cloud and free allocated resources. 2018-04-26 02:52:17.634 11460 INFO rally.deployment.engine [-] Deployment a69bbcc5-a5d3-4d20-883d-9265e000c90e | Completed: Destroy cloud and free allocated resources. 2018-04-26 02:52:17.678 11460 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc) for deployment 'opnfv-rally'. 2018-04-26 02:52:17.700 11460 INFO rally.api [-] Deleting verification (UUID=ca6729c3-ca92-4014-bb3c-13153832a146). 2018-04-26 02:52:17.734 11460 INFO rally.api [-] Verification has been successfully deleted! 2018-04-26 02:52:17.734 11460 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc). 2018-04-26 02:52:17.746 11460 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 02:52:20,399 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 02:52:20.123 11463 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=022a50d2-5702-4ff2-9f23-22040a1cc9ee) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 022a50d2-5702-4ff2-9f23-22040a1cc9ee | 2018-04-26T02:52:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 022a50d2-5702-4ff2-9f23-22040a1cc9ee ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-26 02:52:23,731 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-26 02:52:23,731 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 02:52:26,100 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-26 02:52:25.828 11469 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4f30a496-a6a3-4637-9133-6318b3c899cc). 2018-04-26 02:52:25.957 11469 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-26 02:52:29,532 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 02:52:28.180 11472 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 02:52:28.311 11472 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 02:52:29.352 11472 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8) as the default verifier for the future CLI operations. 2018-04-26 02:52:32,559 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating private network for Tempest suite 2018-04-26 02:52:35,026 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-04-26 02:52:42,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 02:52:47,546 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 02:52:46.370 11491 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8) for deployment 'opnfv-rally' (UUID=022a50d2-5702-4ff2-9f23-22040a1cc9ee). 2018-04-26 02:52:47.381 11491 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8) has been successfully configured for deployment 'opnfv-rally' (UUID=022a50d2-5702-4ff2-9f23-22040a1cc9ee)! 2018-04-26 02:52:47,546 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 02:52:47,547 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-04-26 02:52:47,549 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-04-26 02:52:47,558 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-04-26 02:52:50,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0042e59c-0ed4-4ccb-90c5-5f636c3463e8/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-04-26 02:52:50,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-04-26 02:52:52,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 02:52:52.819 11500 INFO rally.api [-] Starting verification (UUID=c76f682d-0101-4e7b-860f-094e561946cd) for deployment 'opnfv-rally' (UUID=022a50d2-5702-4ff2-9f23-22040a1cc9ee) by verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8). 2018-04-26 02:52:52,820 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c76f682d-0101-4e7b-860f-094e561946cd 2018-04-26 02:55:36,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c76f682d-0101-4e7b-860f-094e561946cd']'. 2018-04-26 02:55:36,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 02:55:36,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 02:55:36,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c76f682d-0101-4e7b-860f-094e561946cd | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 02:52:52 | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 02:55:35 | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:43 | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0042e59c-0ed4-4ccb-90c5-5f636c3463e8) | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 02:55:36,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 022a50d2-5702-4ff2-9f23-22040a1cc9ee) | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 152.241 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 02:55:36,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 02:55:37,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-04-26 02:55:43,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:55:43,710 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 02:55:43,713 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-04-26 02:56:04,102 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-04-26 02:56:04,103 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-04-26 02:56:04,136 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-04-26 02:56:04,252 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 02:56:04,252 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-04-26 02:56:04,256 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-04-26 02:56:05,188 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-04-26 04:09:08,247 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 04:09:08,248 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 73:03 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-04-26 04:09:08,252 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-04-26 04:09:08,253 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-04-26 04:09:08,339 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 04:09:10,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-04-26 04:09:10.357 11590 INFO rally.deployment.engine [-] Deployment 022a50d2-5702-4ff2-9f23-22040a1cc9ee | Starting: Destroy cloud and free allocated resources. 2018-04-26 04:09:10.445 11590 INFO rally.deployment.engine [-] Deployment 022a50d2-5702-4ff2-9f23-22040a1cc9ee | Completed: Destroy cloud and free allocated resources. 2018-04-26 04:09:10.502 11590 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8) for deployment 'opnfv-rally'. 2018-04-26 04:09:10.534 11590 INFO rally.api [-] Deleting verification (UUID=c76f682d-0101-4e7b-860f-094e561946cd). 2018-04-26 04:09:10.567 11590 INFO rally.api [-] Verification has been successfully deleted! 2018-04-26 04:09:10.568 11590 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8). 2018-04-26 04:09:10.579 11590 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-04-26 04:09:13,219 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 04:09:12.919 11593 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d4ddba24-1597-4121-b188-a59b8a375dc2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d4ddba24-1597-4121-b188-a59b8a375dc2 | 2018-04-26T04:09:12 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d4ddba24-1597-4121-b188-a59b8a375dc2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-26 04:09:16,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-26 04:09:16,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 04:09:18,815 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-04-26 04:09:18.544 11599 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0042e59c-0ed4-4ccb-90c5-5f636c3463e8). 2018-04-26 04:09:18.672 11599 INFO rally.api [-] Verifier has been successfully deleted! 2018-04-26 04:09:22,453 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 04:09:20.852 11602 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 04:09:20.972 11602 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 04:09:22.283 11602 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29fd96ef-76e0-41bd-8eef-ab764ca9a7a4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=29fd96ef-76e0-41bd-8eef-ab764ca9a7a4) as the default verifier for the future CLI operations. 2018-04-26 04:09:34,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-04-26 04:09:39,708 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 04:09:38.529 11621 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=29fd96ef-76e0-41bd-8eef-ab764ca9a7a4) for deployment 'opnfv-rally' (UUID=d4ddba24-1597-4121-b188-a59b8a375dc2). 2018-04-26 04:09:39.552 11621 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=29fd96ef-76e0-41bd-8eef-ab764ca9a7a4) has been successfully configured for deployment 'opnfv-rally' (UUID=d4ddba24-1597-4121-b188-a59b8a375dc2)! 2018-04-26 04:09:42,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-29fd96ef-76e0-41bd-8eef-ab764ca9a7a4/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-04-26 04:09:42,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-04-26 04:09:44,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-04-26 04:09:44.548 11630 INFO rally.api [-] Starting verification (UUID=007ec6cf-f902-4a01-9f38-0c6b7adec53e) for deployment 'opnfv-rally' (UUID=d4ddba24-1597-4121-b188-a59b8a375dc2) by verifier 'opnfv-tempest' (UUID=29fd96ef-76e0-41bd-8eef-ab764ca9a7a4). 2018-04-26 04:11:39,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '007ec6cf-f902-4a01-9f38-0c6b7adec53e']'. 2018-04-26 04:11:40,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 007ec6cf-f902-4a01-9f38-0c6b7adec53e | 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-04-26 04:09:44 | 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-04-26 04:11:39 | 2018-04-26 04:11:40,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:55 | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 29fd96ef-76e0-41bd-8eef-ab764ca9a7a4) | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d4ddba24-1597-4121-b188-a59b8a375dc2) | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 103.12 | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-04-26 04:11:40,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-04-26 04:11:40,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-04-26 04:11:40,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-04-26 04:11:40,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-04-26 04:11:40,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-04-26 04:11:40,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-04-26 04:11:47,153 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 04:11:47,154 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:22 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-04-26 04:11:47,158 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-04-26 04:11:47,159 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:58 | PASS | | vping_userdata | functest | smoke | 00:40 | PASS | | tempest_smoke_serial | functest | smoke | 15:30 | FAIL | | rally_sanity | functest | smoke | 24:27 | PASS | | refstack_defcore | functest | smoke | 05:09 | PASS | | patrole | functest | smoke | 03:11 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 73:03 | FAIL | | neutron_trunk | functest | smoke | 02:22 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-04-26 04:11:47,166 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-26 04:11:50,450 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-51 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-26 04:11:50,452 - 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=TB8DR34vu6ZUdzY8aTY26rsba export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-26 04:11:50,452 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 04:11:50,453 - 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 bgpvpn | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2018-04-26 04:11:50,453 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-04-26 04:11:50,453 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-04-26 04:16:16,105 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-04-26 04:16:16,221 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 04:16:16,222 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:26 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-04-26 04:16:16,225 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-04-26 04:34:41,386 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-04-26 04:34:48,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-04-26 04:34:48.189 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=52f0103c-c9e0-48bf-a511-83865fbb124c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 52f0103c-c9e0-48bf-a511-83865fbb124c | 2018-04-26T04:34:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 52f0103c-c9e0-48bf-a511-83865fbb124c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-04-26 04:34:51,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-04-26 04:34:51,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-04-26 04:34:57,381 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-04-26 04:34:55.847 160 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-04-26 04:34:55.965 160 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-04-26 04:34:57.192 160 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ff22e1a0-7e57-46b0-8fff-5506c5487e22) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ff22e1a0-7e57-46b0-8fff-5506c5487e22) as the default verifier for the future CLI operations. 2018-04-26 04:35:03,055 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-04-26 04:35:02.024 179 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ff22e1a0-7e57-46b0-8fff-5506c5487e22) for deployment 'opnfv-rally' (UUID=52f0103c-c9e0-48bf-a511-83865fbb124c). 2018-04-26 04:35:02.885 179 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ff22e1a0-7e57-46b0-8fff-5506c5487e22) has been successfully configured for deployment 'opnfv-rally' (UUID=52f0103c-c9e0-48bf-a511-83865fbb124c)! 2018-04-26 04:35:03,055 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-04-26 04:39:17,369 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-04-26 04:39:21,789 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-26 04:39:21,805 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2018-04-26 04:39:27,863 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-26 04:39:27,879 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2018-04-26 04:39:35,499 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-26 04:39:35,512 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2018-04-26 04:39:36,006 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-26 04:39:36,020 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2018-04-26 04:39:36,280 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-04-26 04:39:36,294 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2018-04-26 04:39:36,320 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-04-26 04:39:38,181 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/bgpvpn.log' 2018-04-26 04:39:38,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-04-26 04:39:38,312 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 23:21 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-04-26 04:39:38,316 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-04-26 04:39:38,317 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:26 | PASS | | bgpvpn | sdnvpn | features | 23:21 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-04-26 04:39:38,321 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-04-26 04:39:44,210 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-51 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-26 04:39:44,213 - 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=TB8DR34vu6ZUdzY8aTY26rsba export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-26 04:39:44,213 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 04:39:44,213 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-26 04:39:44,213 - 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-04-26 04:39:44,214 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-04-26 04:39:46,619 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-51 | | 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-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-04-26 04:39:46,624 - 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=TB8DR34vu6ZUdzY8aTY26rsba export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.29,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.29:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.4 export OS_REGION_NAME=regionOne 2018-04-26 04:39:46,624 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-04-26 04:39:46,624 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-04-26 04:39:46,625 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-04-26 04:39:46,626 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK