Add result docs for apex, compass, joid 63/10563/1
authorMorgan Richomme <morgan.richomme@orange.com>
Tue, 23 Feb 2016 16:00:14 +0000 (17:00 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 24 Feb 2016 08:49:42 +0000 (08:49 +0000)
Change-Id: I3124c6128c4222410514b08e32d6815cb7f60ace
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 2232cdeef8c076455a81068fe8ab5aa66f2f517a)

docs/results/apex-os-odl_l2-nofeature-ha.rst
docs/results/compass-os-nosdn-nofeature-ha.rst
docs/results/compass-os-ocl-nofeature-ha.rst [deleted file]
docs/results/compass-os-odl_l2-nofeature-ha.rst
docs/results/compass-os-onos-nofeature-ha.rst
docs/results/joid-os-ocl-nofeature-ha.rst [deleted file]
docs/results/joid-os-odl_l2-nofeature-ha.rst
docs/results/joid-os-onos-nofeature-ha.rst [deleted file]

index fb32185..4c232c2 100644 (file)
 Test results for apex-os-odl_l2-nofeature-ha
 ============================================
 
-.. Add any text in here that could be useful for a reader.
+VIM
+---
 
-.. Add the test results in a consistent format.
+vping_ssh
+^^^^^^^^^
+::
+  FUNCTEST.info: Running vPing-SSH test...
+  vPing_ssh- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_ssh- INFO - Creating neutron network vping-net...
+  vPing_ssh- INFO - Creating security group  'vPing-sg'...
+  vPing_ssh- INFO - Using existing Flavor 'm1.small'...
+  vPing_ssh- INFO - vPing Start Time:'2016-02-23 07:43:00'
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-1'...
+     name=opnfv-vping-1
+     flavor=<Flavor: m1.small>
+     image=a0698b8a-e881-4b84-b540-a0324d671c5a
+     network=df3509f4-ef3d-4264-9293-9e0688a5c38e
+  vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-2'...
+     name=opnfv-vping-2
+     flavor=<Flavor: m1.small>
+     image=a0698b8a-e881-4b84-b540-a0324d671c5a
+     network=df3509f4-ef3d-4264-9293-9e0688a5c38e
+  vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
+  vPing_ssh- INFO - Floating IP created: '172.30.9.201'
+  vPing_ssh- INFO - Associating floating ip: '172.30.9.201' to VM 'opnfv-vping-2'
+  vPing_ssh- INFO - Trying to establish SSH connection to 172.30.9.201...
+  vPing_ssh- INFO - Waiting for ping...
+  vPing_ssh- INFO - vPing detected!
+  vPing_ssh- INFO - vPing duration:'82.0' s.
+  vPing_ssh- INFO - Cleaning up...
+  vPing_ssh- INFO - vPing OK
+::
 
+vping_userdata
+^^^^^^^^^^^^^^
+
+::
+  FUNCTEST.info: Running vPing-userdata test...
+  vPing_userdata- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_userdata- INFO - Creating neutron network vping-net...
+  vPing_userdata- INFO - Creating security group  'vPing-sg'...
+  vPing_userdata- INFO - Flavor found 'm1.small'
+  vPing_userdata- INFO - vPing Start Time:'2016-02-23 07:44:41'
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-1'...
+     name=opnfv-vping-1
+     flavor=<Flavor: m1.small>
+     image=78cd8dbf-54fb-43ce-9f19-7801130b5a99
+     network=a030c4ca-00ea-4913-bbec-505eaca9f5ff
+  vPing_userdata- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-2'...
+     name=opnfv-vping-2
+     flavor=<Flavor: m1.small>
+     image=78cd8dbf-54fb-43ce-9f19-7801130b5a99
+     network=a030c4ca-00ea-4913-bbec-505eaca9f5ff
+     userdata=
+    #!/bin/sh
+
+    while true; do
+     ping -c 1 192.168.130.6 2>&1 >/dev/null
+     RES=$?
+     if [ "Z$RES" = "Z0" ] ; then
+      echo 'vPing OK'
+     break
+     else
+      echo 'vPing KO'
+     fi
+     sleep 1
+    done
+
+  vPing_userdata- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_userdata- INFO - Waiting for ping...
+  vPing_userdata- INFO - vPing detected!
+  vPing_userdata- INFO - vPing duration:'72.7'
+  vPing_userdata- INFO - vPing OK
+  vPing_userdata- INFO - Cleaning up...
+  vPing_userdata- INFO - Deleting network 'vping-net'...
+::
+
+Tempest
+^^^^^^^
+::
+  FUNCTEST.info: Running Tempest tests...
+  run_tempest - INFO - Creating tenant and user for Tempest suite
+  INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
+  INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
+  run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
+  Total results of verification:
+
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+  | UUID                                 | Deployment UUID                      | Set name | Tests | Failures | Created at                 | Status   |
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+  | b470a125-b6d9-400e-872e-abe779ff1ab5 | 784b68a9-2eab-4e1e-abc7-a4f68d4d02fe |          | 70    | 8        | 2016-02-23 07:46:13.668289 | finished |
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+
+  Tests:
+
+  +----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  | name                                                                                                                             | time      | status  |
+  +----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since             | 0.10275   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                      | 0.14924   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                 | 0.05661   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                | 0.32593   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                    | 0.38913   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                      | 0.05691   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                       | 0.09185   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since | 0.04789   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name          | 0.04881   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref    | 0.27540   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status        | 0.10541   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type          | 0.13467   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results           | 0.33891   | success |
+  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete          | 2.13276   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                       | 331.74491 | fail    |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                           | 0.41803   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                               | 0.17025   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                            | 316.35661 | fail    |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                  | 0.00272   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                  | 1.84308   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                             | 10.10318  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                   | 17.23894  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                       | 7.82065   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                 | 7.02428   | success |
+  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                  | 0.0       | fail    |
+  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                          | 0.09527   | success |
+  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                     | 0.16436   | success |
+  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                      | 0.02123   | success |
+  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                      | 0.32681   | success |
+  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                        | 0.74903   | success |
+  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                   | 1.33567   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                 | 0.01368   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                           | 0.01283   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                            | 0.01451   | success |
+  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                             | 0.17814   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                     | 0.69374   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                   | 1.40285   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                     | 2.95154   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                   | 0.85749   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                         | 1.12230   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                         | 1.29858   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                            | 3.11215   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                          | 3.42505   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                 | 3.05471   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                         | 0.15865   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                       | 0.08296   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                        | 0.08528   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                        | 0.02219   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                         | 0.09302   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                     | 0.71309   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                            | 3.81771   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                              | 0.01890   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                         | 1.06254   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                | 2.54527   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                  | 0.26689   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                      | 1.09816   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                  | 0.67413   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                      | 0.56914   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                      | 0.37443   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change            | 0.74292   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change          | 0.43472   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                         | 0.0       | fail    |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                             | 0.0       | fail    |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications        | 303.15352 | fail    |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications        | 301.75020 | fail    |
+  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                               | 2.79412   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                        | 9.60493   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                             | 11.53698  | success |
+  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                      | 0.40696   | success |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                         | 383.53375 | fail    |
+  +----------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  run_tempest - INFO - Results: {'timestart': '2016-02-2307:46:13.668289', 'duration': 695, 'tests': 70, 'failures': 8}
+  run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
+  run_tempest - INFO - Deleting tenant and user for Tempest suite)
+::
+
+Rally
+^^^^^
+::
+  FUNCTEST.info: Running Rally benchmark suite...
+  run_rally - INFO - Starting test scenario "authenticate" ...
+
+  Preparing input task
+  Task  7ac7e940-ea41-4f7d-9cca-facd241c0d42: started
+  Task 7ac7e940-ea41-4f7d-9cca-facd241c0d42: finished
+
+  test scenario Authenticate.validate_glance
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_glance     | 0.14  | 0.147  | 0.19   | 0.23   | 0.27  | 0.164 | 100.0%  | 10    |
+  | authenticate.validate_glance (2) | 0.027 | 0.085  | 0.091  | 0.097  | 0.103 | 0.081 | 100.0%  | 10    |
+  | total                            | 0.24  | 0.324  | 0.449  | 0.497  | 0.544 | 0.354 | 100.0%  | 10    |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.991291999817
+  Full duration: 3.52114295959
+
+  test scenario Authenticate.keystone
+  +-----------------------------------------------------------------------------+
+  |                            Response Times (sec)                             |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | total  | 0.062 | 0.071  | 0.092  | 0.093  | 0.093 | 0.075 | 100.0%  | 10    |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.256750106812
+  Full duration: 3.22034788132
+
+  test scenario Authenticate.validate_heat
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_heat     | 0.079 | 0.083  | 0.086  | 0.089  | 0.091 | 0.083 | 100.0%  | 10    |
+  | authenticate.validate_heat (2) | 0.073 | 0.083  | 0.088  | 0.088  | 0.088 | 0.082 | 100.0%  | 10    |
+  | total                          | 0.219 | 0.235  | 0.273  | 0.281  | 0.289 | 0.247 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.758399963379
+  Full duration: 3.36240792274
+
+  test scenario Authenticate.validate_nova
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_nova     | 0.08  | 0.095  | 0.164  | 0.194  | 0.225 | 0.116 | 100.0%  | 10    |
+  | authenticate.validate_nova (2) | 0.018 | 0.024  | 0.032  | 0.035  | 0.037 | 0.025 | 100.0%  | 10    |
+  | total                          | 0.172 | 0.198  | 0.261  | 0.297  | 0.333 | 0.221 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.659279108047
+  Full duration: 3.35535907745
+
+  test scenario Authenticate.validate_cinder
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_cinder     | 0.073 | 0.079  | 0.092  | 0.094  | 0.097 | 0.082 | 100.0%  | 10    |
+  | authenticate.validate_cinder (2) | 0.013 | 0.082  | 0.149  | 0.265  | 0.381 | 0.106 | 100.0%  | 10    |
+  | total                            | 0.152 | 0.241  | 0.344  | 0.464  | 0.585 | 0.272 | 100.0%  | 10    |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.793002128601
+  Full duration: 3.46288895607
+
+  test scenario Authenticate.validate_neutron
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_neutron     | 0.082 | 0.095  | 0.115  | 0.137  | 0.159 | 0.1   | 100.0%  | 10    |
+  | authenticate.validate_neutron (2) | 0.018 | 0.089  | 0.103  | 0.104  | 0.105 | 0.072 | 100.0%  | 10    |
+  | total                             | 0.177 | 0.243  | 0.29   | 0.321  | 0.353 | 0.247 | 100.0%  | 10    |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.788791894913
+  Full duration: 3.39974403381
+
+  run_rally - INFO - Test scenario: "authenticate" OK.
+  run_rally - INFO - Starting test scenario "glance" ...
+
+  Preparing input task
+  Task  56b5e198-2c90-4440-a9bf-b098659c5783: started
+  Task 56b5e198-2c90-4440-a9bf-b098659c5783: finished
+
+  test scenario GlanceImages.list_images
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.list_images | 0.226 | 0.256  | 0.328  | 0.335  | 0.343 | 0.268 | 100.0%  | 10    |
+  | total              | 0.226 | 0.256  | 0.328  | 0.336  | 0.343 | 0.268 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.82669711113
+  Full duration: 4.65047502518
+
+  test scenario GlanceImages.create_image_and_boot_instances
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | glance.create_image | 3.917 | 4.559  | 4.731  | 4.819  | 4.906  | 4.469  | 100.0%  | 10    |
+  | nova.boot_servers   | 5.082 | 8.269  | 10.835 | 11.119 | 11.402 | 8.596  | 100.0%  | 10    |
+  | total               | 9.684 | 12.929 | 15.683 | 15.704 | 15.725 | 13.065 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 38.0555651188
+  Full duration: 65.7321281433
+
+  test scenario GlanceImages.create_and_list_image
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 3.631 | 4.223  | 4.681  | 4.717  | 4.753 | 4.26  | 100.0%  | 10    |
+  | glance.list_images  | 0.03  | 0.1    | 0.11   | 0.132  | 0.153 | 0.085 | 100.0%  | 10    |
+  | total               | 3.731 | 4.287  | 4.781  | 4.817  | 4.854 | 4.345 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 13.4343621731
+  Full duration: 20.5471830368
+
+  test scenario GlanceImages.create_and_delete_image
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 3.679 | 4.522  | 4.775  | 4.781  | 4.786 | 4.475 | 100.0%  | 10    |
+  | glance.delete_image | 0.68  | 1.416  | 1.924  | 1.945  | 1.966 | 1.355 | 100.0%  | 10    |
+  | total               | 4.359 | 5.895  | 6.659  | 6.682  | 6.706 | 5.83  | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 17.0444431305
+  Full duration: 21.4709100723
+
+  run_rally - INFO - Test scenario: "glance" OK.
+  run_rally - INFO - Starting test scenario "cinder" ...
+
+  Preparing input task
+  Task  30bb498c-6dda-4d30-bf2d-cf3979a83615: started
+  Task 30bb498c-6dda-4d30-bf2d-cf3979a83615: finished
+
+  test scenario CinderVolumes.create_and_attach_volume
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server     | 3.361  | 5.067  | 5.688  | 5.748  | 5.808  | 4.948  | 100.0%  | 10    |
+  | cinder.create_volume | 2.56   | 2.856  | 3.04   | 3.098  | 3.156  | 2.872  | 100.0%  | 10    |
+  | nova.attach_volume   | 3.018  | 3.376  | 4.145  | 5.024  | 5.903  | 3.65   | 100.0%  | 10    |
+  | nova.detach_volume   | 2.643  | 2.895  | 3.093  | 3.156  | 3.219  | 2.912  | 100.0%  | 10    |
+  | cinder.delete_volume | 0.517  | 2.429  | 2.538  | 2.676  | 2.814  | 2.268  | 100.0%  | 10    |
+  | nova.delete_server   | 2.329  | 2.456  | 2.645  | 2.656  | 2.667  | 2.468  | 100.0%  | 10    |
+  | total                | 17.686 | 19.384 | 20.284 | 20.286 | 20.288 | 19.117 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 56.4022140503
+  Full duration: 68.9135789871
+
+  test scenario CinderVolumes.create_and_list_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 5.146 | 5.432  | 5.632  | 5.652  | 5.673 | 5.415 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.034 | 0.115  | 0.135  | 0.135  | 0.135 | 0.096 | 100.0%  | 10    |
+  | total                | 5.18  | 5.507  | 5.747  | 5.772  | 5.797 | 5.511 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.3556389809
+  Full duration: 27.6093170643
+
+  test scenario CinderVolumes.create_and_list_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.773 | 2.959  | 3.11   | 3.137  | 3.165 | 2.955 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.028 | 0.127  | 0.202  | 0.219  | 0.237 | 0.111 | 100.0%  | 10    |
+  | total                | 2.812 | 3.033  | 3.293  | 3.298  | 3.302 | 3.066 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.06200098991
+  Full duration: 19.9587731361
+
+  test scenario CinderVolumes.create_and_list_snapshots
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_snapshot | 2.482 | 4.642  | 4.889  | 4.91   | 4.931 | 4.296 | 100.0%  | 10    |
+  | cinder.list_snapshots  | 0.013 | 0.096  | 0.107  | 0.134  | 0.162 | 0.079 | 100.0%  | 10    |
+  | total                  | 2.583 | 4.772  | 4.95   | 4.967  | 4.984 | 4.375 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 12.2352650166
+  Full duration: 44.3921279907
+
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.707 | 2.813  | 2.903  | 2.956  | 3.009 | 2.825 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.407 | 2.548  | 2.613  | 2.626  | 2.638 | 2.55  | 100.0%  | 10    |
+  | total                | 5.191 | 5.377  | 5.507  | 5.532  | 5.558 | 5.375 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.1588079929
+  Full duration: 22.6795511246
+
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 5.089 | 5.255  | 5.753  | 6.601  | 7.449 | 5.494 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.343 | 2.456  | 2.615  | 2.688  | 2.761 | 2.496 | 100.0%  | 10    |
+  | total                | 7.471 | 7.795  | 8.253  | 9.073  | 9.893 | 7.991 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 23.303401947
+  Full duration: 30.3196620941
+
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.724 | 2.844  | 2.939  | 2.963  | 2.986 | 2.856 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.353 | 2.519  | 2.659  | 2.718  | 2.778 | 2.525 | 100.0%  | 10    |
+  | total                | 5.147 | 5.393  | 5.45   | 5.541  | 5.633 | 5.381 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.1724491119
+  Full duration: 22.9236290455
+
+  test scenario CinderVolumes.create_and_upload_volume_to_image
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume          | 2.726  | 2.886  | 3.014  | 3.047  | 3.08   | 2.888  | 100.0%  | 10    |
+  | cinder.upload_volume_to_image | 28.041 | 44.016 | 44.644 | 44.698 | 44.751 | 40.726 | 100.0%  | 10    |
+  | cinder.delete_volume          | 2.34   | 2.458  | 2.551  | 2.622  | 2.692  | 2.452  | 100.0%  | 10    |
+  | nova.delete_image             | 0.846  | 1.837  | 2.379  | 2.418  | 2.456  | 1.73   | 100.0%  | 10    |
+  | total                         | 34.983 | 51.394 | 51.872 | 51.877 | 51.881 | 47.796 | 100.0%  | 10    |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 136.222712994
+  Full duration: 144.124747038
+
+  test scenario CinderVolumes.create_and_delete_snapshot
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_snapshot | 2.51  | 4.611  | 4.709  | 4.787  | 4.865 | 4.288 | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.233 | 4.443  | 4.619  | 4.627  | 4.634 | 3.882 | 100.0%  | 10    |
+  | total                  | 4.981 | 9.079  | 9.333  | 9.362  | 9.39  | 8.17  | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 23.2197830677
+  Full duration: 42.1724328995
+
+  test scenario CinderVolumes.create_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.725 | 2.887  | 3.064  | 3.106  | 3.149 | 2.895 | 100.0%  | 10    |
+  | total                | 2.725 | 2.887  | 3.064  | 3.106  | 3.149 | 2.895 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 8.62664198875
+  Full duration: 18.587531805
+
+  test scenario CinderVolumes.create_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.696 | 2.857  | 2.932  | 2.943  | 2.954 | 2.838 | 100.0%  | 10    |
+  | total                | 2.696 | 2.857  | 2.932  | 2.943  | 2.954 | 2.838 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 8.48678183556
+  Full duration: 20.6692960262
+
+  test scenario CinderVolumes.list_volumes
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.list_volumes | 0.202 | 0.275  | 0.381  | 0.408  | 0.435 | 0.283 | 100.0%  | 10    |
+  | total               | 0.202 | 0.275  | 0.381  | 0.408  | 0.435 | 0.284 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.910716056824
+  Full duration: 47.5472760201
+
+  test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
+  +-----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                      |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.74  | 2.894  | 3.015  | 3.036  | 3.056  | 2.893  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.407 | 2.549  | 4.689  | 4.745  | 4.802  | 3.163  | 100.0%  | 10    |
+  | nova.attach_volume     | 2.856 | 3.305  | 5.42   | 5.647  | 5.874  | 3.866  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.746 | 3.092  | 3.492  | 4.368  | 5.245  | 3.261  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.347 | 2.508  | 4.471  | 4.534  | 4.596  | 2.868  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.418 | 2.546  | 2.956  | 3.852  | 4.748  | 2.758  | 100.0%  | 10    |
+  | total                  | 16.42 | 18.913 | 21.766 | 22.976 | 24.185 | 19.181 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 55.4410011768
+  Full duration: 103.909024954
+
+  test scenario CinderVolumes.create_from_volume_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.821 | 4.176  | 7.514  | 7.588  | 7.662 | 4.605 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.451 | 4.688  | 4.929  | 4.955  | 4.981 | 4.087 | 100.0%  | 10    |
+  | total                | 5.373 | 8.93   | 12.095 | 12.233 | 12.37 | 8.692 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.4642841816
+  Full duration: 44.0787379742
+
+  test scenario CinderVolumes.create_and_extend_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.58  | 2.854  | 3.055  | 3.19   | 3.325 | 2.89  | 100.0%  | 10    |
+  | cinder.extend_volume | 2.55  | 2.699  | 2.795  | 2.849  | 2.903 | 2.705 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.458 | 2.516  | 2.674  | 2.786  | 2.898 | 2.573 | 100.0%  | 10    |
+  | total                | 7.82  | 8.198  | 8.396  | 8.442  | 8.488 | 8.169 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.4196460247
+  Full duration: 31.8590240479
+
+  test scenario CinderVolumes.create_snapshot_and_attach_volume
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.748  | 2.952  | 3.137  | 3.199  | 3.261  | 2.978  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.472  | 2.569  | 4.675  | 4.696  | 4.717  | 3.178  | 100.0%  | 10    |
+  | nova.attach_volume     | 3.051  | 3.462  | 5.38   | 5.41   | 5.439  | 3.956  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.802  | 3.058  | 3.281  | 3.413  | 3.546  | 3.096  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.255  | 2.431  | 4.385  | 4.44   | 4.496  | 2.984  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.341  | 2.485  | 2.773  | 3.721  | 4.67   | 2.693  | 100.0%  | 10    |
+  | total                  | 16.553 | 19.163 | 21.677 | 21.681 | 21.686 | 19.224 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 55.8534150124
+  Full duration: 107.20220089
+
+  test scenario CinderVolumes.create_snapshot_and_attach_volume
+  +-----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +------------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  | cinder.create_volume   | 2.655  | 2.924  | 3.771  | 3.779  | 3.786  | 3.159 | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.411  | 2.565  | 4.602  | 4.659  | 4.716  | 3.157 | 100.0%  | 10    |
+  | nova.attach_volume     | 3.053  | 3.236  | 5.158  | 5.352  | 5.546  | 3.726 | 100.0%  | 10    |
+  | nova.detach_volume     | 2.752  | 2.964  | 3.54   | 4.371  | 5.201  | 3.196 | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.147  | 2.424  | 4.491  | 4.497  | 4.503  | 2.802 | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.484  | 2.574  | 2.677  | 2.726  | 2.775  | 2.582 | 100.0%  | 10    |
+  | total                  | 17.334 | 19.301 | 20.332 | 21.118 | 21.904 | 19.2  | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 56.6079628468
+  Full duration: 108.998883963
+
+  run_rally - INFO - Test scenario: "cinder" OK.
+  run_rally - INFO - Starting test scenario "heat" ...
+
+  Preparing input task
+  Task  aae5a92c-66ff-4c8c-b4a3-0957baac4610: started
+  Task aae5a92c-66ff-4c8c-b4a3-0957baac4610: finished
+
+  test scenario HeatStacks.create_suspend_resume_delete_stack
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack  | 2.922 | 3.271  | 3.354  | 3.38   | 3.406 | 3.229 | 100.0%  | 10    |
+  | heat.suspend_stack | 1.21  | 1.305  | 1.397  | 1.4    | 1.403 | 1.31  | 100.0%  | 10    |
+  | heat.resume_stack  | 1.183 | 1.318  | 1.348  | 1.352  | 1.356 | 1.301 | 100.0%  | 10    |
+  | heat.delete_stack  | 1.161 | 1.306  | 2.368  | 2.383  | 2.398 | 1.68  | 100.0%  | 10    |
+  | total              | 6.612 | 7.196  | 8.411  | 8.476  | 8.541 | 7.519 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 21.979665041
+  Full duration: 25.784487009
+
+  test scenario HeatStacks.create_and_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.8   | 2.896  | 3.053  | 3.136  | 3.219 | 2.929 | 100.0%  | 10    |
+  | heat.delete_stack | 1.167 | 1.185  | 1.272  | 1.284  | 1.296 | 1.202 | 100.0%  | 10    |
+  | total             | 3.967 | 4.11   | 4.26   | 4.334  | 4.409 | 4.13  | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 12.3352811337
+  Full duration: 16.1414811611
+
+  test scenario HeatStacks.create_and_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 13.463 | 15.842 | 17.472 | 17.519 | 17.565 | 15.768 | 100.0%  | 10    |
+  | heat.delete_stack | 8.575  | 9.635  | 10.691 | 10.703 | 10.714 | 9.537  | 100.0%  | 10    |
+  | total             | 22.054 | 25.534 | 27.126 | 27.181 | 27.236 | 25.305 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 74.6174178123
+  Full duration: 78.7209010124
+
+  test scenario HeatStacks.create_and_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 9.848  | 12.353 | 14.548 | 14.574 | 14.6   | 12.757 | 100.0%  | 10    |
+  | heat.delete_stack | 6.448  | 7.541  | 8.549  | 8.581  | 8.612  | 7.65   | 100.0%  | 10    |
+  | total             | 17.369 | 19.894 | 23.098 | 23.155 | 23.212 | 20.407 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 61.6486670971
+  Full duration: 65.8705642223
+
+  test scenario HeatStacks.list_stacks_and_resources
+  +------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                         |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.list_stacks                | 0.198 | 0.23   | 0.268  | 0.302  | 0.337 | 0.238 | 100.0%  | 10    |
+  | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0   | 0.0   | 100.0%  | 10    |
+  | total                           | 0.198 | 0.231  | 0.268  | 0.302  | 0.337 | 0.238 | 100.0%  | 10    |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.700455904007
+  Full duration: 4.55407810211
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | heat.create_stack | 3.01  | 3.109  | 3.377  | 3.561  | 3.744  | 3.173 | 100.0%  | 10    |
+  | heat.update_stack | 3.232 | 3.408  | 4.335  | 4.354  | 4.374  | 3.612 | 100.0%  | 10    |
+  | heat.delete_stack | 1.146 | 1.207  | 2.478  | 2.887  | 3.296  | 1.721 | 100.0%  | 10    |
+  | total             | 7.423 | 7.67   | 9.921  | 10.311 | 10.702 | 8.505 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 24.7915220261
+  Full duration: 29.4085850716
+
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.881 | 3.066  | 3.233  | 3.377  | 3.52  | 3.09  | 100.0%  | 10    |
+  | heat.update_stack | 3.212 | 3.254  | 3.48   | 3.507  | 3.535 | 3.303 | 100.0%  | 10    |
+  | heat.delete_stack | 1.154 | 1.167  | 1.188  | 1.194  | 1.201 | 1.17  | 100.0%  | 10    |
+  | total             | 7.263 | 7.498  | 7.904  | 7.912  | 7.921 | 7.563 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 22.4006979465
+  Full duration: 26.8767819405
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 3.972  | 4.032  | 6.634  | 6.716  | 6.798  | 4.942  | 100.0%  | 10    |
+  | heat.update_stack | 5.327  | 5.354  | 5.482  | 5.548  | 5.614  | 5.388  | 100.0%  | 10    |
+  | heat.delete_stack | 2.19   | 2.207  | 2.213  | 2.214  | 2.215  | 2.203  | 100.0%  | 10    |
+  | total             | 11.521 | 11.583 | 14.284 | 14.325 | 14.367 | 12.534 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 37.184043169
+  Full duration: 41.6411378384
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-----------------------------------------------------------------------+
+  |                         Response Times (sec)                          |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 8     |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  Load duration: 8.45521402359
+  Full duration: 17.6498777866
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 3.971  | 5.16   | 5.356  | 5.407  | 5.459  | 4.973  | 100.0%  | 10    |
+  | heat.update_stack | 5.318  | 5.359  | 5.382  | 5.394  | 5.405  | 5.358  | 100.0%  | 10    |
+  | heat.delete_stack | 2.188  | 2.198  | 2.266  | 2.267  | 2.267  | 2.211  | 100.0%  | 10    |
+  | total             | 11.488 | 12.723 | 12.979 | 13.011 | 13.043 | 12.543 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 37.0396420956
+  Full duration: 41.5464501381
+
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.829 | 3.044  | 3.212  | 3.247  | 3.283 | 3.029 | 100.0%  | 10    |
+  | heat.update_stack | 3.215 | 3.228  | 3.295  | 3.317  | 3.339 | 3.248 | 100.0%  | 10    |
+  | heat.delete_stack | 1.144 | 1.154  | 1.183  | 1.191  | 1.198 | 1.161 | 100.0%  | 10    |
+  | total             | 7.202 | 7.41   | 7.611  | 7.692  | 7.774 | 7.438 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 22.2332119942
+  Full duration: 26.9551222324
+
+  test scenario HeatStacks.create_and_list_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.901 | 3.019  | 3.106  | 3.131  | 3.157 | 3.024 | 100.0%  | 10    |
+  | heat.list_stacks  | 0.026 | 0.033  | 0.038  | 0.039  | 0.039 | 0.032 | 100.0%  | 10    |
+  | total             | 2.94  | 3.049  | 3.139  | 3.163  | 3.188 | 3.056 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.14466500282
+  Full duration: 16.6371269226
+
+  test scenario HeatStacks.create_check_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.988 | 3.093  | 3.17   | 3.178  | 3.187 | 3.087 | 100.0%  | 10    |
+  | heat.check_stack  | 1.182 | 1.191  | 1.218  | 1.227  | 1.235 | 1.197 | 100.0%  | 10    |
+  | heat.delete_stack | 1.135 | 1.146  | 1.159  | 1.163  | 1.167 | 1.148 | 100.0%  | 10    |
+  | total             | 5.315 | 5.451  | 5.54   | 5.549  | 5.558 | 5.432 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.1800320148
+  Full duration: 20.4218199253
+
+  run_rally - INFO - Test scenario: "heat" Failed.
+  run_rally - INFO - Starting test scenario "keystone" ...
+
+  Preparing input task
+  Task  a2566777-434b-4a10-8720-118485a7d427: started
+  Task a2566777-434b-4a10-8720-118485a7d427: finished
+
+  test scenario KeystoneBasic.create_tenant_with_users
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.129 | 0.152  | 0.179  | 0.185  | 0.19  | 0.153 | 100.0%  | 10    |
+  | keystone.create_users  | 1.041 | 1.142  | 1.45   | 1.48   | 1.509 | 1.211 | 100.0%  | 10    |
+  | total                  | 1.177 | 1.295  | 1.637  | 1.653  | 1.668 | 1.363 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.19324994087
+  Full duration: 15.3481221199
+
+  test scenario KeystoneBasic.create_add_and_list_user_roles
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.126 | 0.137  | 0.15   | 0.155  | 0.16  | 0.138 | 100.0%  | 10    |
+  | keystone.add_role    | 0.116 | 0.123  | 0.145  | 0.158  | 0.171 | 0.128 | 100.0%  | 10    |
+  | keystone.list_roles  | 0.055 | 0.064  | 0.076  | 0.093  | 0.11  | 0.068 | 100.0%  | 10    |
+  | total                | 0.308 | 0.334  | 0.36   | 0.362  | 0.364 | 0.335 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.02259397507
+  Full duration: 7.21977186203
+
+  test scenario KeystoneBasic.add_and_remove_user_role
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.127 | 0.155  | 0.187  | 0.19   | 0.192 | 0.159 | 100.0%  | 10    |
+  | keystone.add_role    | 0.117 | 0.131  | 0.161  | 0.175  | 0.188 | 0.137 | 100.0%  | 10    |
+  | keystone.remove_role | 0.089 | 0.104  | 0.137  | 0.161  | 0.184 | 0.113 | 100.0%  | 10    |
+  | total                | 0.352 | 0.4    | 0.454  | 0.471  | 0.487 | 0.408 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.2577559948
+  Full duration: 7.18419408798
+
+  test scenario KeystoneBasic.create_update_and_delete_tenant
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.131 | 0.147  | 0.168  | 0.175  | 0.181 | 0.15  | 100.0%  | 10    |
+  | keystone.update_tenant | 0.073 | 0.081  | 0.138  | 0.138  | 0.138 | 0.094 | 100.0%  | 10    |
+  | keystone.delete_tenant | 0.146 | 0.181  | 0.212  | 0.215  | 0.218 | 0.182 | 100.0%  | 10    |
+  | total                  | 0.356 | 0.436  | 0.488  | 0.501  | 0.514 | 0.426 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.28746080399
+  Full duration: 5.78163409233
+
+  test scenario KeystoneBasic.create_and_delete_service
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_service | 0.136 | 0.149  | 0.185  | 0.201  | 0.217 | 0.158 | 100.0%  | 10    |
+  | keystone.delete_service | 0.079 | 0.081  | 0.094  | 0.105  | 0.116 | 0.086 | 100.0%  | 10    |
+  | total                   | 0.22  | 0.233  | 0.267  | 0.288  | 0.309 | 0.244 | 100.0%  | 10    |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.732470035553
+  Full duration: 5.50471711159
+
+  test scenario KeystoneBasic.create_tenant
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.135 | 0.141  | 0.177  | 0.184  | 0.19  | 0.151 | 100.0%  | 10    |
+  | total                  | 0.135 | 0.141  | 0.177  | 0.184  | 0.191 | 0.152 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.47666311264
+  Full duration: 4.65166783333
+
+  test scenario KeystoneBasic.create_user
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.145 | 0.17   | 0.2    | 0.206  | 0.211 | 0.174 | 100.0%  | 10    |
+  | total                | 0.145 | 0.171  | 0.2    | 0.206  | 0.212 | 0.174 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.544457912445
+  Full duration: 4.52855014801
+
+  test scenario KeystoneBasic.create_and_list_tenants
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.139 | 0.151  | 0.184  | 0.204  | 0.224 | 0.161 | 100.0%  | 10    |
+  | keystone.list_tenants  | 0.054 | 0.062  | 0.076  | 0.095  | 0.115 | 0.067 | 100.0%  | 10    |
+  | total                  | 0.201 | 0.213  | 0.277  | 0.286  | 0.295 | 0.227 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.684409141541
+  Full duration: 7.2159280777
+
+  test scenario KeystoneBasic.create_and_delete_role
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.131 | 0.156  | 0.212  | 0.213  | 0.215 | 0.167 | 100.0%  | 10    |
+  | keystone.delete_role | 0.132 | 0.159  | 0.222  | 0.244  | 0.266 | 0.174 | 100.0%  | 10    |
+  | total                | 0.276 | 0.349  | 0.375  | 0.409  | 0.444 | 0.341 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.00079798698
+  Full duration: 5.79344797134
+
+  test scenario KeystoneBasic.get_entities
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.14  | 0.148  | 0.211  | 0.214  | 0.216 | 0.161 | 100.0%  | 10    |
+  | keystone.create_user   | 0.083 | 0.09   | 0.105  | 0.122  | 0.138 | 0.094 | 100.0%  | 10    |
+  | keystone.create_role   | 0.065 | 0.081  | 0.12   | 0.126  | 0.131 | 0.087 | 100.0%  | 10    |
+  | keystone.get_tenant    | 0.054 | 0.064  | 0.115  | 0.117  | 0.119 | 0.078 | 100.0%  | 10    |
+  | keystone.get_user      | 0.055 | 0.062  | 0.081  | 0.104  | 0.127 | 0.069 | 100.0%  | 10    |
+  | keystone.get_role      | 0.055 | 0.062  | 0.096  | 0.109  | 0.121 | 0.071 | 100.0%  | 10    |
+  | keystone.service_list  | 0.053 | 0.06   | 0.069  | 0.072  | 0.074 | 0.061 | 100.0%  | 10    |
+  | keystone.get_service   | 0.054 | 0.059  | 0.068  | 0.087  | 0.105 | 0.063 | 100.0%  | 10    |
+  | total                  | 0.577 | 0.674  | 0.806  | 0.815  | 0.825 | 0.685 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.99226713181
+  Full duration: 11.5220220089
+
+  test scenario KeystoneBasic.create_and_list_users
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.148 | 0.173  | 0.197  | 0.206  | 0.215 | 0.175 | 100.0%  | 10    |
+  | keystone.list_users  | 0.059 | 0.062  | 0.068  | 0.068  | 0.069 | 0.063 | 100.0%  | 10    |
+  | total                | 0.207 | 0.238  | 0.259  | 0.267  | 0.275 | 0.238 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.724813938141
+  Full duration: 4.96498990059
+
+  run_rally - INFO - Test scenario: "keystone" OK.
+  run_rally - INFO - Starting test scenario "neutron" ...
+
+  Preparing input task
+  Task  54896a60-668a-4109-89ce-b6be1526b03c: started
+  Task 54896a60-668a-4109-89ce-b6be1526b03c: finished
+
+  test scenario NeutronNetworks.create_and_delete_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.495 | 0.647  | 0.86   | 0.862  | 0.864 | 0.662 | 100.0%  | 10    |
+  | neutron.delete_port | 0.138 | 0.389  | 0.568  | 0.757  | 0.946 | 0.413 | 100.0%  | 10    |
+  | total               | 0.633 | 0.994  | 1.292  | 1.551  | 1.809 | 1.075 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.11711192131
+  Full duration: 33.0977571011
+
+  test scenario NeutronNetworks.create_and_list_routers
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet        | 0.499 | 0.61   | 0.652  | 0.678  | 0.704 | 0.602 | 100.0%  | 10    |
+  | neutron.create_router        | 0.146 | 0.344  | 0.458  | 0.463  | 0.467 | 0.349 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.258 | 0.522  | 0.604  | 0.672  | 0.739 | 0.519 | 100.0%  | 10    |
+  | neutron.list_routers         | 0.026 | 0.282  | 0.457  | 0.501  | 0.545 | 0.272 | 100.0%  | 10    |
+  | total                        | 1.316 | 1.657  | 1.975  | 2.111  | 2.247 | 1.742 | 100.0%  | 10    |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 5.24421405792
+  Full duration: 37.3269040585
+
+  test scenario NeutronNetworks.create_and_delete_routers
+  +------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                         |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet           | 0.563 | 0.666  | 0.868  | 1.002  | 1.136 | 0.721 | 100.0%  | 10    |
+  | neutron.create_router           | 0.13  | 0.373  | 0.573  | 0.595  | 0.616 | 0.384 | 100.0%  | 10    |
+  | neutron.add_interface_router    | 0.274 | 0.505  | 0.574  | 0.605  | 0.637 | 0.471 | 100.0%  | 10    |
+  | neutron.remove_interface_router | 0.234 | 0.492  | 0.66   | 0.676  | 0.692 | 0.512 | 100.0%  | 10    |
+  | neutron.delete_router           | 0.117 | 0.329  | 0.731  | 0.744  | 0.756 | 0.341 | 100.0%  | 10    |
+  | total                           | 1.572 | 2.372  | 2.966  | 3.156  | 3.347 | 2.43  | 100.0%  | 10    |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 7.02413988113
+  Full duration: 37.7696969509
+
+  test scenario NeutronNetworks.create_and_list_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.507 | 0.678  | 0.859  | 0.871  | 0.883 | 0.7   | 100.0%  | 10    |
+  | neutron.list_ports  | 0.131 | 0.305  | 0.497  | 0.512  | 0.526 | 0.325 | 100.0%  | 10    |
+  | total               | 0.792 | 1.051  | 1.18   | 1.187  | 1.193 | 1.025 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.00920605659
+  Full duration: 34.7632040977
+
+  test scenario NeutronNetworks.create_and_delete_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.505 | 0.561  | 0.698  | 0.722  | 0.747 | 0.592 | 100.0%  | 10    |
+  | neutron.delete_subnet | 0.141 | 0.477  | 0.75   | 0.785  | 0.82  | 0.516 | 100.0%  | 10    |
+  | total                 | 0.759 | 1.066  | 1.367  | 1.429  | 1.491 | 1.108 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.30927801132
+  Full duration: 34.2646439075
+
+  test scenario NeutronNetworks.create_and_delete_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.368 | 0.511  | 0.727  | 0.746  | 0.765 | 0.541 | 100.0%  | 10    |
+  | neutron.delete_network | 0.115 | 0.331  | 0.399  | 0.421  | 0.443 | 0.328 | 100.0%  | 10    |
+  | total                  | 0.519 | 0.876  | 1.09   | 1.149  | 1.209 | 0.87  | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.45112395287
+  Full duration: 17.3522310257
+
+  test scenario NeutronNetworks.create_and_list_networks
+  +-----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                      |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | neutron.create_network | 0.376 | 0.514  | 51.874 | 51.881 | 51.887 | 21.012 | 100.0%  | 10    |
+  | neutron.list_networks  | 0.048 | 0.264  | 0.303  | 0.312  | 0.32   | 0.246  | 100.0%  | 10    |
+  | total                  | 0.644 | 0.78   | 52.142 | 52.175 | 52.208 | 21.258 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 53.5037658215
+  Full duration: 70.7888660431
+
+  test scenario NeutronNetworks.create_and_update_routers
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet        | 0.457 | 0.651  | 0.738  | 0.757  | 0.777 | 0.631 | 100.0%  | 10    |
+  | neutron.create_router        | 0.144 | 0.334  | 0.45   | 0.477  | 0.504 | 0.349 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.286 | 0.546  | 0.676  | 0.685  | 0.695 | 0.555 | 100.0%  | 10    |
+  | neutron.update_router        | 0.099 | 0.36   | 0.43   | 0.438  | 0.446 | 0.312 | 100.0%  | 10    |
+  | total                        | 1.176 | 1.895  | 2.106  | 2.13   | 2.155 | 1.848 | 100.0%  | 10    |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 5.49681401253
+  Full duration: 37.4188079834
+
+  test scenario NeutronNetworks.create_and_update_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.36  | 0.471  | 0.71   | 0.73   | 0.75  | 0.528 | 100.0%  | 10    |
+  | neutron.update_network | 0.123 | 0.355  | 0.42   | 0.426  | 0.431 | 0.336 | 100.0%  | 10    |
+  | total                  | 0.651 | 0.826  | 1.115  | 1.126  | 1.137 | 0.863 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.45435285568
+  Full duration: 19.8497779369
+
+  test scenario NeutronNetworks.create_and_update_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.522 | 0.606  | 0.691  | 0.706  | 0.721 | 0.612 | 100.0%  | 10    |
+  | neutron.update_port | 0.187 | 0.343  | 0.388  | 0.389  | 0.39  | 0.336 | 100.0%  | 10    |
+  | total               | 0.756 | 0.965  | 1.027  | 1.044  | 1.061 | 0.948 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.89304494858
+  Full duration: 35.0843141079
+
+  test scenario NeutronNetworks.create_and_list_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.435 | 0.561  | 0.697  | 0.716  | 0.735 | 0.584 | 100.0%  | 10    |
+  | neutron.list_subnets  | 0.259 | 0.312  | 0.4    | 0.427  | 0.455 | 0.331 | 100.0%  | 10    |
+  | total                 | 0.785 | 0.877  | 1.111  | 1.12   | 1.129 | 0.915 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.61414718628
+  Full duration: 34.7340919971
+
+  test scenario NeutronNetworks.create_and_update_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.496 | 0.57   | 0.724  | 0.732  | 0.741 | 0.598 | 100.0%  | 10    |
+  | neutron.update_subnet | 0.356 | 0.433  | 0.584  | 0.599  | 0.615 | 0.47  | 100.0%  | 10    |
+  | total                 | 0.889 | 1.045  | 1.22   | 1.231  | 1.242 | 1.068 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.22795987129
+  Full duration: 33.4197108746
+
+  run_rally - INFO - Test scenario: "neutron" OK.
+  run_rally - INFO - Starting test scenario "nova" ...
+
+  Preparing input task
+  Task  d97765c7-bb1a-461c-8a74-ade03e3cc05a: started
+  Task d97765c7-bb1a-461c-8a74-ade03e3cc05a: finished
+
+  test scenario NovaKeypair.create_and_delete_keypair
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.create_keypair | 0.404 | 0.52   | 1.075  | 1.084  | 1.093 | 0.647 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.021 | 0.023  | 0.03   | 0.036  | 0.041 | 0.026 | 100.0%  | 10    |
+  | total               | 0.432 | 0.546  | 1.099  | 1.11   | 1.122 | 0.673 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.18305206299
+  Full duration: 18.7849049568
+
+  test scenario NovaServers.snapshot_server
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server       | 4.34   | 6.072  | 6.37   | 6.458  | 6.546  | 5.696  | 100.0%  | 10    |
+  | nova.create_image      | 26.042 | 43.405 | 45.329 | 45.435 | 45.541 | 40.593 | 100.0%  | 10    |
+  | nova.delete_server     | 2.313  | 2.59   | 2.699  | 2.859  | 3.019  | 2.586  | 100.0%  | 10    |
+  | nova.boot_server (2)   | 8.297  | 11.985 | 12.916 | 13.279 | 13.642 | 11.495 | 100.0%  | 10    |
+  | nova.delete_server (2) | 2.4    | 2.622  | 2.761  | 2.777  | 2.792  | 2.638  | 100.0%  | 10    |
+  | nova.delete_image      | 1.443  | 2.236  | 2.891  | 3.258  | 3.626  | 2.279  | 100.0%  | 10    |
+  | total                  | 45.514 | 69.068 | 71.631 | 72.478 | 73.326 | 65.288 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 189.056165934
+  Full duration: 227.369397879
+
+  test scenario NovaKeypair.boot_and_delete_server_with_keypair
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | nova.create_keypair | 0.393 | 0.542  | 0.682  | 0.906  | 1.129  | 0.575 | 100.0%  | 10    |
+  | nova.boot_server    | 5.333 | 6.169  | 7.894  | 7.9    | 7.907  | 6.354 | 100.0%  | 10    |
+  | nova.delete_server  | 2.343 | 2.689  | 2.83   | 2.847  | 2.864  | 2.658 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.02  | 0.025  | 0.032  | 0.034  | 0.035  | 0.026 | 100.0%  | 10    |
+  | total               | 8.385 | 9.359  | 11.149 | 11.258 | 11.367 | 9.613 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 29.3410420418
+  Full duration: 66.8611400127
+
+  test scenario NovaKeypair.create_and_list_keypairs
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +---------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.create_keypair | 0.4  | 0.494  | 0.589  | 0.867  | 1.146 | 0.544 | 100.0%  | 10    |
+  | nova.list_keypairs  | 0.01 | 0.014  | 0.017  | 0.018  | 0.019 | 0.013 | 100.0%  | 10    |
+  | total               | 0.41 | 0.508  | 0.603  | 0.884  | 1.165 | 0.558 | 100.0%  | 10    |
+  +---------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.71813702583
+  Full duration: 20.3168940544
+
+  test scenario NovaServers.list_servers
+  +---------------------------------------------------------------------------------------+
+  |                                 Response Times (sec)                                  |
+  +-------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.list_servers | 0.64 | 0.917  | 1.069  | 1.117  | 1.165 | 0.895 | 100.0%  | 10    |
+  | total             | 0.64 | 0.917  | 1.07   | 1.117  | 1.165 | 0.895 | 100.0%  | 10    |
+  +-------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.65287709236
+  Full duration: 66.0498650074
+
+  test scenario NovaServers.resize_server
+  +-----------------------------------------------------------------------+
+  |                         Response Times (sec)                          |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 6     |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  Load duration: 815.834815979
+  Full duration: 839.469985008
+
+  test scenario NovaServers.boot_server_from_volume_and_delete
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+-------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max   | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+-------+--------+---------+-------+
+  | cinder.create_volume | 5.574  | 6.234  | 8.567  | 8.613  | 8.66  | 6.605  | 100.0%  | 10    |
+  | nova.boot_server     | 4.812  | 6.08   | 6.59   | 6.789  | 6.988 | 6.029  | 100.0%  | 10    |
+  | nova.delete_server   | 2.339  | 2.631  | 2.668  | 2.687  | 2.707 | 2.602  | 100.0%  | 10    |
+  | total                | 13.379 | 15.107 | 16.804 | 16.977 | 17.15 | 15.236 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+-------+--------+---------+-------+
+  Load duration: 45.449835062
+  Full duration: 88.6502871513
+
+  test scenario NovaServers.boot_and_migrate_server
+  +-----------------------------------------------------------------------+
+  |                         Response Times (sec)                          |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  Load duration: 824.306979895
+  Full duration: 846.910109043
+
+  test scenario NovaServers.boot_and_delete_server
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.boot_server   | 4.471 | 5.91   | 6.147  | 6.182  | 6.217 | 5.681 | 100.0%  | 10    |
+  | nova.delete_server | 2.378 | 2.586  | 2.707  | 2.746  | 2.785 | 2.579 | 100.0%  | 10    |
+  | total              | 7.061 | 8.47   | 8.67   | 8.754  | 8.839 | 8.26  | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.1857261658
+  Full duration: 60.5944719315
+
+  test scenario NovaServers.boot_and_rebuild_server
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +---------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +---------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  | nova.boot_server    | 4.333  | 5.804  | 6.335  | 6.417  | 6.498  | 5.565 | 100.0%  | 10    |
+  | nova.rebuild_server | 7.496  | 8.885  | 9.786  | 9.911  | 10.036 | 8.862 | 100.0%  | 10    |
+  | nova.delete_server  | 2.289  | 2.614  | 2.738  | 2.741  | 2.744  | 2.563 | 100.0%  | 10    |
+  | total               | 14.866 | 17.495 | 18.471 | 18.474 | 18.476 | 16.99 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 49.6322209835
+  Full duration: 85.0604588985
+
+  test scenario NovaSecGroup.create_and_list_secgroups
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 3.185  | 3.686  | 3.987  | 4.312  | 4.638  | 3.699  | 100.0%  | 10    |
+  | nova.create_100_rules          | 18.567 | 26.267 | 26.534 | 26.699 | 26.865 | 24.773 | 100.0%  | 10    |
+  | nova.list_security_groups      | 0.078  | 0.128  | 0.182  | 0.185  | 0.187  | 0.13   | 100.0%  | 10    |
+  | total                          | 22.414 | 29.93  | 30.82  | 30.98  | 31.14  | 28.603 | 100.0%  | 10    |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 82.9733760357
+  Full duration: 116.589685917
+
+  test scenario NovaSecGroup.create_and_delete_secgroups
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 2.944  | 3.432  | 3.733  | 3.782  | 3.831  | 3.421  | 100.0%  | 10    |
+  | nova.create_100_rules          | 16.376 | 21.41  | 22.17  | 22.462 | 22.754 | 20.611 | 100.0%  | 10    |
+  | nova.delete_10_security_groups | 0.917  | 1.088  | 1.275  | 1.303  | 1.332  | 1.093  | 100.0%  | 10    |
+  | total                          | 20.695 | 25.965 | 26.896 | 26.95  | 27.004 | 25.125 | 100.0%  | 10    |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 72.9624798298
+  Full duration: 89.82077384
+
+  test scenario NovaServers.boot_and_bounce_server
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  | action                  | min    | median | 90%ile | 95%ile  | max     | avg    | success | count |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  | nova.boot_server        | 4.125  | 4.583  | 6.312  | 6.519   | 6.725   | 5.156  | 100.0%  | 10    |
+  | nova.reboot_server      | 2.419  | 2.493  | 2.871  | 3.889   | 4.906   | 2.736  | 100.0%  | 10    |
+  | nova.soft_reboot_server | 4.365  | 4.758  | 16.946 | 70.03   | 123.114 | 16.564 | 100.0%  | 10    |
+  | nova.stop_server        | 5.106  | 14.074 | 15.736 | 15.772  | 15.808  | 13.538 | 100.0%  | 10    |
+  | nova.start_server       | 1.398  | 1.653  | 1.789  | 2.027   | 2.264   | 1.691  | 100.0%  | 10    |
+  | nova.rescue_server      | 6.466  | 6.855  | 15.712 | 16.593  | 17.474  | 8.701  | 100.0%  | 10    |
+  | nova.unrescue_server    | 2.236  | 2.258  | 2.473  | 2.501   | 2.529   | 2.318  | 100.0%  | 10    |
+  | nova.delete_server      | 2.302  | 2.339  | 2.497  | 2.533   | 2.568   | 2.392  | 100.0%  | 10    |
+  | total                   | 30.075 | 40.221 | 65.737 | 113.006 | 160.274 | 53.112 | 100.0%  | 10    |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  Load duration: 160.307124138
+  Full duration: 195.760754108
+
+  test scenario NovaServers.boot_server
+  +---------------------------------------------------------------------------------------+
+  |                                 Response Times (sec)                                  |
+  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.boot_server | 4.346 | 5.987  | 7.641  | 7.662  | 7.683 | 6.099 | 100.0%  | 10    |
+  | total            | 4.346 | 5.987  | 7.641  | 7.662  | 7.684 | 6.099 | 100.0%  | 10    |
+  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 17.5887329578
+  Full duration: 42.9464931488
+
+  test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
+  +-----------------------------------------------------------------------------------------------------------+
+  |                                           Response Times (sec)                                            |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups    | 2.723  | 3.726  | 4.171  | 4.216  | 4.261  | 3.683  | 100.0%  | 10    |
+  | nova.create_100_rules             | 18.505 | 26.114 | 26.91  | 26.926 | 26.943 | 24.62  | 100.0%  | 10    |
+  | nova.boot_server                  | 3.627  | 4.946  | 5.965  | 6.019  | 6.073  | 4.932  | 100.0%  | 10    |
+  | nova.get_attached_security_groups | 0.108  | 0.131  | 0.253  | 0.324  | 0.396  | 0.166  | 100.0%  | 10    |
+  | nova.delete_server                | 2.334  | 2.379  | 2.491  | 2.512  | 2.533  | 2.396  | 100.0%  | 10    |
+  | nova.delete_10_security_groups    | 0.973  | 1.409  | 1.639  | 1.832  | 2.026  | 1.399  | 100.0%  | 10    |
+  | total                             | 28.564 | 39.133 | 39.77  | 39.952 | 40.134 | 37.197 | 100.0%  | 10    |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 107.169257164
+  Full duration: 144.236375093
+
+  test scenario NovaServers.pause_and_unpause_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 4.178  | 6.265  | 6.892  | 7.037  | 7.182  | 6.066  | 100.0%  | 10    |
+  | nova.pause_server   | 2.287  | 2.526  | 2.683  | 2.743  | 2.804  | 2.548  | 100.0%  | 10    |
+  | nova.unpause_server | 2.436  | 2.503  | 2.571  | 2.571  | 2.572  | 2.507  | 100.0%  | 10    |
+  | nova.delete_server  | 2.294  | 2.606  | 2.995  | 3.945  | 4.895  | 2.755  | 100.0%  | 10    |
+  | total               | 11.529 | 13.896 | 14.859 | 15.712 | 16.564 | 13.876 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 40.5261249542
+  Full duration: 76.823114872
+
+  test scenario NovaServers.boot_server_from_volume
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume | 5.836  | 6.478  | 9.07   | 9.177  | 9.283  | 7.115  | 100.0%  | 10    |
+  | nova.boot_server     | 5.52   | 6.079  | 6.596  | 7.362  | 8.128  | 6.22   | 100.0%  | 10    |
+  | total                | 11.526 | 12.516 | 15.434 | 15.438 | 15.442 | 13.335 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 39.5622808933
+  Full duration: 73.6733939648
+
+  test scenario NovaServers.boot_and_list_server
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.boot_server  | 4.694 | 6.002  | 6.133  | 6.249  | 6.365 | 5.738 | 100.0%  | 10    |
+  | nova.list_servers | 0.141 | 0.377  | 0.551  | 0.599  | 0.646 | 0.376 | 100.0%  | 10    |
+  | total             | 5.074 | 6.186  | 6.707  | 6.807  | 6.906 | 6.114 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 17.6599957943
+  Full duration: 64.1471071243
+
+  run_rally - INFO - Test scenario: "nova" Failed.
+  run_rally - INFO - Starting test scenario "quotas" ...
+
+  Preparing input task
+  Task  5eda6ea1-f001-4a0e-b6cd-7685d1803fd5: started
+  Task 5eda6ea1-f001-4a0e-b6cd-7685d1803fd5: finished
+
+  test scenario Quotas.cinder_update
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.692 | 0.867  | 1.007  | 1.025  | 1.043 | 0.869 | 100.0%  | 10    |
+  | total                | 0.692 | 0.867  | 1.007  | 1.025  | 1.043 | 0.869 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.54990196228
+  Full duration: 9.24233794212
+
+  test scenario Quotas.neutron_update
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.318 | 0.578  | 0.742  | 0.759  | 0.776 | 0.558 | 100.0%  | 10    |
+  | total                | 0.384 | 0.669  | 0.825  | 0.837  | 0.848 | 0.646 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.74635910988
+  Full duration: 8.15396595001
+
+  test scenario Quotas.cinder_update_and_delete
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.686 | 0.867  | 1.072  | 1.087  | 1.102 | 0.87  | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.563 | 0.613  | 0.737  | 0.75   | 0.763 | 0.631 | 100.0%  | 10    |
+  | total                | 1.274 | 1.453  | 1.698  | 1.782  | 1.865 | 1.501 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.41035509109
+  Full duration: 11.0862941742
+
+  test scenario Quotas.nova_update_and_delete
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.48  | 0.753  | 1.082  | 1.107  | 1.133 | 0.811 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.025 | 0.066  | 0.091  | 0.114  | 0.138 | 0.066 | 100.0%  | 10    |
+  | total                | 0.505 | 0.812  | 1.14   | 1.173  | 1.206 | 0.878 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.45851612091
+  Full duration: 8.88383197784
+
+  test scenario Quotas.nova_update
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.516 | 0.798  | 1.182  | 1.19   | 1.198 | 0.829 | 100.0%  | 10    |
+  | total                | 0.516 | 0.798  | 1.182  | 1.19   | 1.198 | 0.829 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.38111186028
+  Full duration: 8.62598204613
+
+  run_rally - INFO - Test scenario: "quotas" OK.
+  run_rally - INFO - Starting test scenario "requests" ...
+
+  Preparing input task
+  Task  6afaa02c-ce64-423c-8af7-1f3436c08dbd: started
+  Task 6afaa02c-ce64-423c-8af7-1f3436c08dbd: finished
+
+  test scenario HttpRequests.check_random_request
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | requests.check_request | 5.022 | 5.033  | 5.491  | 5.493  | 5.495 | 5.191 | 100.0%  | 10    |
+  | total                  | 5.022 | 5.034  | 5.491  | 5.493  | 5.495 | 5.191 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 15.5716190338
+  Full duration: 18.0286371708
+
+  test scenario HttpRequests.check_request
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | requests.check_request | 5.021 | 5.026  | 5.03   | 5.032  | 5.033 | 5.026 | 100.0%  | 10    |
+  | total                  | 5.021 | 5.026  | 5.03   | 5.032  | 5.033 | 5.026 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 15.1103169918
+  Full duration: 17.6116039753
+
+  run_rally - INFO - Test scenario: "requests" OK.
+
+                       Rally Summary Report
+  +===================+============+===============+===========+
+  | Module            | Duration   | nb. Test Run  | Success   |
+  +===================+============+===============+===========+
+  | authenticate      | 00:20      | 10            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | glance            | 01:52      | 7             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | cinder            | 15:05      | 50            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | heat              | 06:52      | 32            | 92.31%    |
+  +-------------------+------------+---------------+-----------+
+  | keystone          | 01:19      | 29            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | neutron           | 07:05      | 31            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | nova              | 52:04      | 52            | 88.89%    |
+  +-------------------+------------+---------------+-----------+
+  | quotas            | 00:45      | 7             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | requests          | 00:35      | 2             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  +===================+============+===============+===========+
+  | TOTAL:            | 01:26:02   | 220           | 97.91%    |
+  +===================+============+===============+===========+
+
+::
+
+SDN Controller
+--------------
+
+ODL
+^^^
+::
+  FUNCTEST.info: Running ODL test...
+  ==============================================================================
+  Basic
+  ==============================================================================
+  Basic.010 Restconf OK :: Test suite to verify Restconf is OK
+  ==============================================================================
+  Get Controller Modules :: Get the controller modules via Restconf     | PASS |
+  ------------------------------------------------------------------------------
+  Basic.010 Restconf OK :: Test suite to verify Restconf is OK          | PASS |
+  1 critical test, 1 passed, 0 failed
+  1 test total, 1 passed, 0 failed
+  ==============================================================================
+  Basic                                                                 | PASS |
+  1 critical test, 1 passed, 0 failed
+  1 test total, 1 passed, 0 failed
+  ==============================================================================
+  Output:  /home/opnfv/output.xml
+  Log:     /home/opnfv/log.html
+  Report:  /home/opnfv/report.html
+  ==============================================================================
+  Neutron :: Test suite for Neutron Plugin
+  ==============================================================================
+  Neutron.Networks :: Checking Network created in OpenStack are pushed to Ope...
+  ==============================================================================
+  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                | FAIL |
+  404 != 200
+  ------------------------------------------------------------------------------
+  Neutron.Networks :: Checking Network created in OpenStack are push... | FAIL |
+  4 critical tests, 3 passed, 1 failed
+  4 tests total, 3 passed, 1 failed
+  ==============================================================================
+  Neutron.Subnets :: Checking Subnets created in OpenStack are pushed to Open...
+  ==============================================================================
+  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          | FAIL |
+  404 != 200
+  ------------------------------------------------------------------------------
+  Neutron.Subnets :: Checking Subnets created in OpenStack are pushe... | FAIL |
+  4 critical tests, 3 passed, 1 failed
+  4 tests total, 3 passed, 1 failed
+  ==============================================================================
+  Neutron.Ports :: Checking Port created in OpenStack are pushed to OpenDaylight
+  ==============================================================================
+  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 subnet created in OpenDaylight            | FAIL |
+  404 != 200
+  ------------------------------------------------------------------------------
+  Neutron.Ports :: Checking Port created in OpenStack are pushed to ... | FAIL |
+  4 critical tests, 3 passed, 1 failed
+  4 tests total, 3 passed, 1 failed
+  ==============================================================================
+  Neutron.Delete Ports :: Checking Port deleted in OpenStack are deleted also...
+  ==============================================================================
+  Delete New Port :: Delete previously created port in OpenStack        | PASS |
+  ------------------------------------------------------------------------------
+  Check Port Deleted :: Check port deleted in OpenDaylight              | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Ports :: Checking Port deleted in OpenStack are del... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack are deleted...
+  ==============================================================================
+  Delete New subnet :: Delete previously created subnet in OpenStack    | PASS |
+  ------------------------------------------------------------------------------
+  Check New subnet deleted :: Check subnet deleted in OpenDaylight      | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack ar... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Networks :: Checking Network deleted in OpenStack are delete...
+  ==============================================================================
+  Delete Network :: Delete network in OpenStack                         | PASS |
+  ------------------------------------------------------------------------------
+  Check Network deleted :: Check Network deleted in OpenDaylight        | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Networks :: Checking Network deleted in OpenStack a... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron :: Test suite for Neutron Plugin                              | FAIL |
+  18 critical tests, 15 passed, 3 failed
+  18 tests total, 15 passed, 3 failed
+  ==============================================================================
+  Output:  /home/opnfv/output.xml
+  Log:     /home/opnfv/log.html
+  Report:  /home/opnfv/report.html
+  Log:     /home/opnfv/log.html
+  Report:  /home/opnfv/report.html
+::
+
+Feature tests
+-------------
+
+vIMS
+^^^^
+
+::
+  FUNCTEST.info: Running vIMS test...
+  vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
+  vIMS - INFO - Update OpenStack creds informations
+  vIMS - INFO - Upload some OS images if it doesn't exist
+  vIMS - INFO - centos_7 image doesn't exist on glance repository.
+                                Try downloading this image and upload on glance !
+  vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
+                                Try downloading this image and upload on glance !
+  vIMS - INFO - Update security group quota for this tenant
+  vIMS - INFO - Update cinder quota for this tenant
+  vIMS - INFO - Collect flavor id for cloudify manager server
+  vIMS - INFO - Prepare virtualenv for cloudify-cli
+  vIMS - INFO - Downloading the cloudify manager server blueprint
+  vIMS - INFO - Cloudify deployment Start Time:'2016-02-23 08:04:17'
+  vIMS - INFO - Writing the inputs file
+  vIMS - INFO - Launching the cloudify-manager deployment
+  vIMS - INFO - Cloudify-manager server is UP !
+  vIMS - INFO - Cloudify deployment duration:'495.7'
+  vIMS - INFO - Collect flavor id for all clearwater vm
+  vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-23 08:12:33'
+  vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
+  vIMS - INFO - Writing the inputs file
+  vIMS - INFO - Launching the clearwater deployment
+  vIMS - INFO - The deployment of clearwater-opnfv is ended
+  vIMS - INFO - vIMS VNF deployment duration:'759.1'
+  vIMS - INFO - vIMS functional test Start Time:'2016-02-23 08:28:17'
+  vIMS - INFO - vIMS functional test duration:'109.1'
+  vIMS - INFO - Launching the clearwater-opnfv undeployment
+  vIMS - ERROR - Error when executing command /bin/bash -c 'source /home/opnfv/functest/data/vIMS/venv_cloudify/bin/activate; cd /home/opnfv/functest/data/vIMS/; cfy executions start -w uninstall -d clearwater-opnfv --timeout 1800 ; cfy deployments delete -d clearwater-opnfv; '
+  vIMS - INFO - Launching the cloudify-manager undeployment
+  vIMS - INFO - Cloudify-manager server has been successfully removed!
+  vIMS - INFO - Removing vIMS tenant ..
+  vIMS - INFO - Removing vIMS user ..
+::
index ed974df..e09597f 100644 (file)
@@ -7,322 +7,338 @@ Detailed test results for compass-os-nosdn-nofeature-ha
 The following section outlines the detailed functest results for the Brahmaputra scenario
 deploying OpenStack in a Pharos environment by the Compass installer.
 
-vPing_SSH
+VIM
+---
+
+vping_ssh
 ^^^^^^^^^
 ::
-
-  FUNCTEST.info: Running vPing test...
-  2016-01-23 03:18:20,153 - vPing- INFO - Creating neutron network vping-net...
-  2016-01-23 03:18:35,476 - vPing- INFO - Flavor found 'm1.small'
-  2016-01-23 03:18:36,350 - vPing- INFO - vPing Start Time:'2016-01-23 03:18:36'
-  2016-01-23 03:18:38,571 - vPing- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-  2016-01-23 03:18:53,716 - vPing- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-  2016-01-23 03:18:55,239 - vPing- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-  2016-01-23 03:19:15,593 - vPing- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-  2016-01-23 03:19:15,593 - vPing- INFO - Creating floating IP for the second VM...
-  2016-01-23 03:19:18,017 - vPing- INFO - Floating IP created: '10.2.65.6'
-  2016-01-23 03:19:18,017 - vPing- INFO - Associating floating ip: '10.2.65.6' to VM2
-  2016-01-23 03:19:37,839 - vPing- INFO - SCP ping script to VM2...
-  2016-01-23 03:19:37,839 - vPing- INFO - Waiting for ping...
-  2016-01-23 03:19:40,130 - vPing- INFO - vPing detected!
-  2016-01-23 03:19:40,130 - vPing- INFO - vPing duration:'63.8'
-  2016-01-23 03:19:40,130 - vPing- INFO - Cleaning up...
-  2016-01-23 03:20:06,574 - vPing- INFO - Deleting network 'vping-net'...
-  2016-01-23 03:20:13,587 - vPing- INFO - vPing OK
-
+  FUNCTEST.info: Running vPing-SSH test...
+  vPing_ssh- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_ssh- INFO - Creating neutron network vping-net...
+  vPing_ssh- INFO - Creating security group  'vPing-sg'...
+  vPing_ssh- INFO - Using existing Flavor 'm1.small'...
+  vPing_ssh- INFO - vPing Start Time:'2016-02-23 04:35:47'
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-1'...
+   name=opnfv-vping-1
+   flavor=<Flavor: m1.small>
+   image=193891f9-6644-4668-9ac4-bd9336610a99
+   network=999caa31-8f28-4737-aa6e-3981e28a7e55
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-2'...
+   name=opnfv-vping-2
+   flavor=<Flavor: m1.small>
+   image=193891f9-6644-4668-9ac4-bd9336610a99
+   network=999caa31-8f28-4737-aa6e-3981e28a7e55
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
+  vPing_ssh- INFO - Floating IP created: '192.168.10.101'
+  vPing_ssh- INFO - Associating floating ip: '192.168.10.101' to VM 'opnfv-vping-2'
+  vPing_ssh- INFO - Trying to establish SSH connection to 192.168.10.101...
+  vPing_ssh- INFO - Waiting for ping...
+  vPing_ssh- INFO - vPing detected!
+  vPing_ssh- INFO - vPing duration:'43.2' s.
+  vPing_ssh- INFO - Cleaning up...
+  vPing_ssh- INFO - vPing OK
 ::
 
-vPing_userdata
+vping_userdata
 ^^^^^^^^^^^^^^
-::
-
-    2016-01-06 16:06:20,550 - vPing- INFO - Creating neutron network vping-net...
-    2016-01-06 16:06:23,867 - vPing- INFO - Flavor found 'm1.small'
-    2016-01-06 16:06:24,457 - vPing- INFO - vPing Start Time:'2016-01-06 16:06:24'
-    2016-01-06 16:06:24,626 - vPing- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-    2016-01-06 16:06:39,351 - vPing- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-    2016-01-06 16:06:39,650 - vPing- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-    2016-01-06 16:06:53,330 - vPing- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-    2016-01-06 16:06:53,330 - vPing- INFO - Waiting for ping...
-    2016-01-06 16:06:58,669 - vPing- INFO - vPing detected!
-    2016-01-06 16:06:58,669 - vPing- INFO - vPing duration:'34.2'
-    2016-01-06 16:06:58,670 - vPing- INFO - Cleaning up...
-    2016-01-06 16:07:12,661 - vPing- INFO - Deleting network 'vping-net'...
-    2016-01-06 16:07:14,748 - vPing- INFO - vPing OK
 
+::
+  FUNCTEST.info: Running vPing-userdata test...
+  vPing_userdata- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_userdata- INFO - Creating neutron network vping-net...
+  vPing_userdata- INFO - Creating security group  'vPing-sg'...
+  vPing_userdata- INFO - Flavor found 'm1.small'
+  vPing_userdata- INFO - vPing Start Time:'2016-02-23 04:36:44'
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-1'...
+   name=opnfv-vping-1
+   flavor=<Flavor: m1.small>
+   image=53004632-aa69-4868-8234-2ef945681fcd
+   network=bf5529b1-1cb7-4ea6-93b8-5ff436c5ed3c
+
+  vPing_userdata- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-2'...
+   name=opnfv-vping-2
+   flavor=<Flavor: m1.small>
+   image=53004632-aa69-4868-8234-2ef945681fcd
+   network=bf5529b1-1cb7-4ea6-93b8-5ff436c5ed3c
+   userdata=
+  #!/bin/sh
+
+  while true; do
+   ping -c 1 192.168.130.3 2>&1 >/dev/null
+   RES=$?
+   if [ "Z$RES" = "Z0" ] ; then
+    echo 'vPing OK'
+   break
+   else
+    echo 'vPing KO'
+   fi
+   sleep 1
+  done
+
+  vPing_userdata- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_userdata- INFO - Waiting for ping...
+  vPing_userdata- INFO - vPing detected!
+  vPing_userdata- INFO - vPing duration:'24.4'
+  vPing_userdata- INFO - vPing OK
+  vPing_userdata- INFO - Cleaning up...
+  vPing_userdata- INFO - Deleting network 'vping-net'...
 ::
 
 Tempest
 ^^^^^^^
 ::
-  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  | name                                                                                                                                     | time      | status  |
-  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.11781   | success |
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.05430   | success |
-  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 20.72631  | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 7.73912   | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 7.47082   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.06171   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.05417   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.07193   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.12763   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.11964   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.08112   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.06481   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.08369   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.05765   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.12868   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.07230   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.16652   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.06731   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.24466   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 0.05089   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 0.09075   | success |
-  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.52102   | success |
-  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 0.58238   | success |
-  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 1.17341   | success |
-  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 16.90411  | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 3.14876   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.07525   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.17151   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 0.30083   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00066   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 3.18218   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.06488   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.16982   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 0.30444   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00067   | success |
-  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.08270   | success |
-  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 2.73820   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.19029   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.27854   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.16463   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.19733   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.16045   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.07527   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.05853   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.07255   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.05323   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.06890   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.18956   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00085   | skip    |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.12169   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.05169   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01235   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.06910   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.06535   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.01176   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01149   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.02745   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.05178   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.05124   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.20630   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.01319   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.06254   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00070   | skip    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 4.72621   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 7.89477   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 12.23475  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.34511   | skip    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 18.65911  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 14.34968  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 23.18098  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 6.83678   | success |
-  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.05339   | success |
-  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.14447   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.43219   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.28758   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.31953   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.51589   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.52237   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.52855   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 2.37952   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 27.66900  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 26.43174  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 13.46497  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 11.34705  | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 0.59680   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 1.63905   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 0.63308   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 1.06122   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 0.57986   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 1.32645   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 0.56305   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.51822   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.43277   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.42442   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 1.37911   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.45828   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.37247   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.50085   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.32349   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 0.59661   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.41010   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 0.38688   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 0.34123   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 0.44430   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.57666   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.09876   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.01270   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.08179   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.01249   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.50856   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.06014   | success |
-  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.13249   | success |
-  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.05539   | success |
-  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 40.15264  | success |
-  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.53502   | success |
-  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.07374   | success |
-  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.12760   | success |
-  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.01065   | success |
-  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.16129   | success |
-  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.07225   | success |
-  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.13999   | success |
-  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.04030   | success |
-  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.26792   | success |
-  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.21608   | success |
-  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 0.89698   | success |
-  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.14521   | success |
-  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.08784   | success |
-  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.16453   | success |
-  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.15886   | success |
-  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 0.82495   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.03055   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01697   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.01605   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.02072   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01769   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.02375   | success |
-  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.07780   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 0.47641   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 0.41564   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 0.58103   | success |
-  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 0.61292   | success |
-  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 0.94290   | success |
-  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 1.26214   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 0.56268   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.03444   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 3.64415   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 0.61620   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 1.53122   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 1.16908   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 0.92732   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.11643   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.15497   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.07420   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.07296   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.07818   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 0.97980   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.12274   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.04495   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.06903   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.03206   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.03540   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 1.02047   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.08551   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 0.62181   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.07352   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.04485   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.07412   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.33841   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 0.74686   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.06553   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.05371   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 3.78970   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 1.74745   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 1.75165   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.13418   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 3.18918   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 1.30202   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 1.30648   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 0.84797   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 0.40040   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 0.61899   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.02067   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 0.58062   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 0.58547   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.02261   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.38658   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 4.95623   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.02169   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 0.92296   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.42568   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.33744   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.73197   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.35260   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.40455   | success |
-  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 2.42636   | success |
-  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.02149   | success |
-  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 0.68013   | success |
-  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 1.76115   | success |
-  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 2.40038   | success |
-  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 1.76992   | success |
-  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 11.65383  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 11.11969  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 12.30336  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 10.28020  | success |
-  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.16159   | success |
-  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.04956   | success |
-  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 36.69814  | success |
-  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 24.22887  | success |
-  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 114.63134 | success |
-  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 115.57809 | success |
-  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  2016-02-11 10:25:15,246 - run_tempest - DEBUG - Executing command : rally verify list
-  2016-02-11 10:25:15,807 - run_tempest - INFO - Results: {'timestart': '2016-02-1110:21:57.213292', 'duration': 197, 'tests': 210, 'failures': 0}
+  FUNCTEST.info: Running Tempest tests...
+  run_tempest - INFO - Creating tenant and user for Tempest suite
+  2016-02-23 04:37:19.865 23855 INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
+  2016-02-23 04:37:24.332 23855 INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
 
-::
+  run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
+  Total results of verification:
 
-vIMS
-^^^^
-::
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+  | UUID                                 | Deployment UUID                      | Set name | Tests | Failures | Created at                 | Status   |
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+  | 28be74fb-34e0-4247-833c-a8c5b3fd85d2 | d2a31b24-70b3-48ab-bd03-8d7a0dab20bd |          | 210   | 0        | 2016-02-23 04:37:25.793306 | finished |
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
 
-  FUNCTEST.info: Running vIMS test...
-  2016-02-11 10:25:18,996 - vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
-  2016-02-11 10:25:19,218 - vIMS - INFO - Update OpenStack creds informations
-  2016-02-11 10:25:19,218 - vIMS - INFO - Upload some OS images if it doesn't exist
-  2016-02-11 10:25:19,344 - vIMS - INFO - centos_7 image doesn't exist on glance repository.
-                              Try downloading this image and upload on glance !
-  2016-02-11 10:28:59,907 - vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
-                              Try downloading this image and upload on glance !
-  2016-02-11 10:30:06,923 - vIMS - INFO - Update security group quota for this tenant
-  2016-02-11 10:30:07,129 - vIMS - INFO - Update cinder quota for this tenant
-  2016-02-11 10:30:07,570 - vIMS - INFO - Collect flavor id for cloudify manager server
-  2016-02-11 10:30:08,036 - vIMS - INFO - Prepare virtualenv for cloudify-cli
-  2016-02-11 10:30:41,255 - vIMS - INFO - Downloading the cloudify manager server blueprint
-  2016-02-11 10:30:48,023 - vIMS - INFO - Cloudify deployment Start Time:'2016-02-11 10:30:48'
-  2016-02-11 10:30:48,023 - vIMS - INFO - Writing the inputs file
-  2016-02-11 10:30:48,027 - vIMS - INFO - Launching the cloudify-manager deployment
-  2016-02-11 10:38:00,816 - vIMS - INFO - Cloudify-manager server is UP !
-  2016-02-11 10:38:00,816 - vIMS - INFO - Cloudify deployment duration:'432.8'
-  2016-02-11 10:38:00,816 - vIMS - INFO - Collect flavor id for all clearwater vm
-  2016-02-11 10:38:01,343 - vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-11 10:38:01'
-  2016-02-11 10:38:01,343 - vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
-  2016-02-11 10:38:05,941 - vIMS - INFO - Writing the inputs file
-  2016-02-11 10:38:05,943 - vIMS - INFO - Launching the clearwater deployment
-  2016-02-11 10:52:45,102 - vIMS - INFO - The deployment of clearwater-opnfv is ended
-  2016-02-11 10:52:45,103 - vIMS - INFO - vIMS VNF deployment duration:'883.8'
-  2016-02-11 10:55:52,908 - vIMS - INFO - vIMS functional test Start Time:'2016-02-11 10:55:52'
-  2016-02-11 10:55:56,220 - vIMS - INFO - vIMS functional test duration:'3.3'
-  2016-02-11 10:55:57,497 - vIMS - INFO - Launching the clearwater-opnfv undeployment
-  2016-02-11 10:59:30,524 - vIMS - ERROR - Error when executing command /bin/bash -c 'source /home/opnfv/functest/data/vIMS/venv_cloudify/bin/activate; cd /home/opnfv/functest/data/vIMS/; cfy executions start -w uninstall -d clearwater-opnfv --timeout 1800 ; cfy deployments delete -d clearwater-opnfv; '
-  2016-02-11 10:59:30,524 - vIMS - INFO - Launching the cloudify-manager undeployment
-  2016-02-11 11:00:19,064 - vIMS - INFO - Cloudify-manager server has been successfully removed!
-  2016-02-11 11:00:19,138 - vIMS - INFO - Removing vIMS tenant ..
-  2016-02-11 11:00:19,977 - vIMS - INFO - Removing vIMS user ..
+  Tests:
 
+  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  | name                                                                                                                                     | time      | status  |
+  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.20837   | success |
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.20097   | success |
+  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 27.41889  | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 6.64765   | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 7.27470   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.06285   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.06897   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.06414   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.11873   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.06762   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.06739   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.06986   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.06254   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.05104   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.12018   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.07818   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.10564   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.06481   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.30634   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 1.20722   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 0.13093   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.38276   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 0.54540   | success |
+  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 3.33321   | success |
+  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 17.36469  | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 3.15517   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.06856   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.18377   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 0.16882   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00068   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 3.15690   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.07962   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.15120   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 0.18218   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00110   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.06973   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 6.27398   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.20951   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.18499   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.15917   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.31948   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.14946   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.07635   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.07788   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.06447   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.05937   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.07365   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.19332   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00071   | skip    |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.15138   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.06312   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01957   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.07095   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.08593   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.01455   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01158   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.04029   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.06225   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.06189   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.26184   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.02082   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.06492   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00083   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 3.32560   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 8.17266   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 8.58619   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.29429   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 79.87435  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 14.54175  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 23.12381  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 6.94824   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.08712   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.16214   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.68228   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.29523   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.35906   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.68377   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.54206   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.55368   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 2.45879   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 29.40153  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 25.63768  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 14.29183  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 12.85255  | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 0.59683   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 0.78070   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 0.64926   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 0.79184   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 0.62816   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 0.67889   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 0.91872   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.67651   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.39363   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.50851   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 0.57311   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.45111   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.39532   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.43734   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.62367   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 0.59665   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.38844   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 1.29632   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 0.34865   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 0.46513   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.41424   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.08979   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.01101   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.07763   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.01368   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.50557   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.08336   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.23059   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.05377   | success |
+  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 42.94954  | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.65627   | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.08496   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.09567   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.00685   | success |
+  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.20509   | success |
+  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.12058   | success |
+  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.13306   | success |
+  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.03344   | success |
+  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.28451   | success |
+  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.15089   | success |
+  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 0.93789   | success |
+  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.11553   | success |
+  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.11774   | success |
+  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.20859   | success |
+  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.15701   | success |
+  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 0.84413   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.02197   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01614   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.01513   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.01626   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01377   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.01219   | success |
+  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.06385   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 0.74490   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 0.30669   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 0.42703   | success |
+  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 0.46679   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 1.11398   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 1.40153   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 0.62250   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.06048   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 3.64767   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 1.05674   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 1.46703   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 1.15288   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 1.19505   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.18705   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.16809   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.06150   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.06589   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.03918   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 1.09078   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.12778   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.04437   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.07037   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.08725   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.03485   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 0.94866   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.57085   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 0.63361   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.05208   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.04959   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.22772   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.51603   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 0.89179   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.16512   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.05618   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 4.21613   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 1.92424   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 1.44097   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.08964   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 3.05695   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 1.48158   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 1.24519   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 1.01040   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 0.40816   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 0.55388   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.02194   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 0.51425   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 0.62336   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.02465   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.31894   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 6.32025   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.02302   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 0.66552   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.40307   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.43128   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.50089   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.47817   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.50681   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 3.37768   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.07322   | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 0.82997   | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 1.47396   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 2.64936   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 1.83658   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 12.39640  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 11.41953  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 11.27254  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 11.80658  | success |
+  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.05079   | success |
+  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.05690   | success |
+  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 44.43032  | success |
+  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 21.90475  | success |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 121.16825 | success |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 117.34801 | success |
+  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  run_tempest - INFO - Results: {'timestart': '2016-02-2304:37:25.793306', 'duration': 261, 'tests': 210, 'failures': 0}
+  run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
+  run_tempest - INFO - Deleting tenant and user for Tempest suite)
 ::
 
 Rally
 ^^^^^
 ::
-
-  2016-02-11 11:00:23,629 - run_rally - INFO - Starting test scenario "authenticate" ...
-  2016-02-11 11:00:51,272 - run_rally - INFO -
+  FUNCTEST.info: Running Rally benchmark suite...
+  run_rally - INFO - Starting test scenario "authenticate" ...
+  run_rally - INFO -
    Preparing input task
-   Task  51e851b7-32dc-460a-ab4b-addf21394bd2: started
-  Task 51e851b7-32dc-460a-ab4b-addf21394bd2: finished
+   Task  d78a7e66-b2a5-42de-ac0c-cc6145aaa77a: started
+  Task d78a7e66-b2a5-42de-ac0c-cc6145aaa77a: finished
 
   test scenario Authenticate.validate_glance
   +-------------------------------------------------------------------------------------------------------+
@@ -330,12 +346,12 @@ Rally
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_glance     | 0.118 | 0.151  | 0.203  | 0.242  | 0.282 | 0.165 | 100.0%  | 10    |
-  | authenticate.validate_glance (2) | 0.036 | 0.039  | 0.105  | 0.105  | 0.106 | 0.052 | 100.0%  | 10    |
-  | total                            | 0.224 | 0.275  | 0.392  | 0.401  | 0.41  | 0.298 | 100.0%  | 10    |
+  | authenticate.validate_glance     | 0.122 | 0.136  | 0.153  | 0.155  | 0.158 | 0.138 | 100.0%  | 10    |
+  | authenticate.validate_glance (2) | 0.039 | 0.045  | 0.056  | 0.06   | 0.064 | 0.047 | 100.0%  | 10    |
+  | total                            | 0.227 | 0.264  | 0.28   | 0.283  | 0.285 | 0.26  | 100.0%  | 10    |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.870975017548
-  Full duration: 3.27026605606
+  Load duration: 0.795955181122
+  Full duration: 2.89371585846
 
   test scenario Authenticate.keystone
   +-----------------------------------------------------------------------------+
@@ -343,10 +359,10 @@ Rally
   +--------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | total  | 0.065 | 0.074  | 0.096  | 0.11   | 0.125 | 0.079 | 100.0%  | 10    |
+  | total  | 0.064 | 0.077  | 0.097  | 0.114  | 0.131 | 0.081 | 100.0%  | 10    |
   +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.288023948669
-  Full duration: 2.66391801834
+  Load duration: 0.246862888336
+  Full duration: 2.44218397141
 
   test scenario Authenticate.validate_heat
   +-----------------------------------------------------------------------------------------------------+
@@ -354,12 +370,12 @@ Rally
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_heat     | 0.103 | 0.205  | 0.24   | 0.287  | 0.334 | 0.189 | 100.0%  | 10    |
-  | authenticate.validate_heat (2) | 0.025 | 0.071  | 0.075  | 0.083  | 0.092 | 0.056 | 100.0%  | 10    |
-  | total                          | 0.194 | 0.327  | 0.402  | 0.437  | 0.471 | 0.325 | 100.0%  | 10    |
+  | authenticate.validate_heat     | 0.127 | 0.151  | 0.186  | 0.195  | 0.205 | 0.157 | 100.0%  | 10    |
+  | authenticate.validate_heat (2) | 0.026 | 0.09   | 0.113  | 0.133  | 0.153 | 0.08  | 100.0%  | 10    |
+  | total                          | 0.228 | 0.319  | 0.383  | 0.402  | 0.422 | 0.321 | 100.0%  | 10    |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.899745941162
-  Full duration: 3.1050620079
+  Load duration: 0.963713884354
+  Full duration: 3.11927700043
 
   test scenario Authenticate.validate_nova
   +-----------------------------------------------------------------------------------------------------+
@@ -367,12 +383,12 @@ Rally
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_nova     | 0.109 | 0.122  | 0.147  | 0.148  | 0.149 | 0.126 | 100.0%  | 10    |
-  | authenticate.validate_nova (2) | 0.025 | 0.035  | 0.042  | 0.047  | 0.052 | 0.034 | 100.0%  | 10    |
-  | total                          | 0.204 | 0.234  | 0.256  | 0.258  | 0.259 | 0.234 | 100.0%  | 10    |
+  | authenticate.validate_nova     | 0.104 | 0.122  | 0.133  | 0.139  | 0.144 | 0.121 | 100.0%  | 10    |
+  | authenticate.validate_nova (2) | 0.028 | 0.031  | 0.04   | 0.041  | 0.042 | 0.034 | 100.0%  | 10    |
+  | total                          | 0.2   | 0.243  | 0.249  | 0.256  | 0.263 | 0.235 | 100.0%  | 10    |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.704580068588
-  Full duration: 2.78002095222
+  Load duration: 0.704430103302
+  Full duration: 2.78888607025
 
   test scenario Authenticate.validate_cinder
   +-------------------------------------------------------------------------------------------------------+
@@ -380,12 +396,12 @@ Rally
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_cinder     | 0.096 | 0.114  | 0.162  | 0.276  | 0.389 | 0.142 | 100.0%  | 10    |
-  | authenticate.validate_cinder (2) | 0.014 | 0.062  | 0.092  | 0.092  | 0.092 | 0.061 | 100.0%  | 10    |
-  | total                            | 0.18  | 0.259  | 0.349  | 0.43   | 0.511 | 0.287 | 100.0%  | 10    |
+  | authenticate.validate_cinder     | 0.102 | 0.117  | 0.131  | 0.139  | 0.147 | 0.119 | 100.0%  | 10    |
+  | authenticate.validate_cinder (2) | 0.019 | 0.076  | 0.083  | 0.085  | 0.087 | 0.071 | 100.0%  | 10    |
+  | total                            | 0.229 | 0.263  | 0.304  | 0.317  | 0.331 | 0.269 | 100.0%  | 10    |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.08016705513
-  Full duration: 3.2588429451
+  Load duration: 0.82511305809
+  Full duration: 2.97128987312
 
   test scenario Authenticate.validate_neutron
   +--------------------------------------------------------------------------------------------------------+
@@ -393,20 +409,19 @@ Rally
   +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_neutron     | 0.107 | 0.139  | 0.187  | 0.195  | 0.203 | 0.145 | 100.0%  | 10    |
-  | authenticate.validate_neutron (2) | 0.029 | 0.088  | 0.18   | 0.197  | 0.214 | 0.102 | 100.0%  | 10    |
-  | total                             | 0.211 | 0.293  | 0.429  | 0.431  | 0.433 | 0.317 | 100.0%  | 10    |
+  | authenticate.validate_neutron     | 0.111 | 0.12   | 0.134  | 0.135  | 0.135 | 0.123 | 100.0%  | 10    |
+  | authenticate.validate_neutron (2) | 0.03  | 0.086  | 0.104  | 0.104  | 0.104 | 0.084 | 100.0%  | 10    |
+  | total                             | 0.22  | 0.28   | 0.307  | 0.31   | 0.312 | 0.278 | 100.0%  | 10    |
   +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.8887758255
-  Full duration: 3.18487811089
+  Load duration: 0.855668067932
+  Full duration: 3.13501811028
 
-  2016-02-11 11:01:00,547 - run_rally - INFO - Test scenario: "authenticate" OK.
-
-  2016-02-11 11:01:00,547 - run_rally - INFO - Starting test scenario "glance" ...
-  2016-02-11 11:03:02,339 - run_rally - INFO -
+  run_rally - INFO - Test scenario: "authenticate" OK.
+  run_rally - INFO - Starting test scenario "glance" ...
+  run_rally - INFO -
    Preparing input task
-   Task  0514c645-e775-4ebf-ba6c-a85b35bcf330: started
-  Task 0514c645-e775-4ebf-ba6c-a85b35bcf330: finished
+   Task  3234c959-6176-4a4f-adf4-50f3f3083d67: started
+  Task 3234c959-6176-4a4f-adf4-50f3f3083d67: finished
 
   test scenario GlanceImages.list_images
   +-----------------------------------------------------------------------------------------+
@@ -414,11 +429,11 @@ Rally
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.list_images | 0.196 | 0.235  | 0.255  | 0.262  | 0.268 | 0.234 | 100.0%  | 10    |
-  | total              | 0.196 | 0.235  | 0.255  | 0.262  | 0.268 | 0.235 | 100.0%  | 10    |
+  | glance.list_images | 0.189 | 0.215  | 0.246  | 0.252  | 0.258 | 0.218 | 100.0%  | 10    |
+  | total              | 0.189 | 0.215  | 0.246  | 0.252  | 0.258 | 0.218 | 100.0%  | 10    |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.73396396637
-  Full duration: 3.6917579174
+  Load duration: 0.649740934372
+  Full duration: 3.67985486984
 
   test scenario GlanceImages.create_image_and_boot_instances
   +---------------------------------------------------------------------------------------------+
@@ -426,12 +441,12 @@ Rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | glance.create_image | 2.83   | 3.083  | 3.329  | 3.348  | 3.366  | 3.081  | 100.0%  | 10    |
-  | nova.boot_servers   | 13.805 | 15.845 | 17.99  | 18.001 | 18.011 | 16.006 | 100.0%  | 10    |
-  | total               | 16.635 | 18.928 | 20.956 | 21.082 | 21.207 | 19.086 | 100.0%  | 10    |
+  | glance.create_image | 2.782  | 3.177  | 3.617  | 3.638  | 3.659  | 3.198  | 100.0%  | 10    |
+  | nova.boot_servers   | 9.48   | 13.931 | 17.26  | 17.274 | 17.287 | 13.824 | 100.0%  | 10    |
+  | total               | 12.296 | 16.956 | 20.848 | 20.857 | 20.866 | 17.022 | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 56.1656239033
-  Full duration: 83.2321109772
+  Load duration: 49.9618289471
+  Full duration: 73.9044458866
 
   test scenario GlanceImages.create_and_list_image
   +------------------------------------------------------------------------------------------+
@@ -439,33 +454,32 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.create_image | 2.786 | 3.337  | 3.427  | 3.431  | 3.434 | 3.199 | 100.0%  | 10    |
-  | glance.list_images  | 0.04  | 0.044  | 0.054  | 0.055  | 0.056 | 0.047 | 100.0%  | 10    |
-  | total               | 2.829 | 3.381  | 3.475  | 3.483  | 3.49  | 3.245 | 100.0%  | 10    |
+  | glance.create_image | 2.779 | 3.406  | 3.655  | 3.673  | 3.692 | 3.306 | 100.0%  | 10    |
+  | glance.list_images  | 0.039 | 0.046  | 0.048  | 0.049  | 0.049 | 0.045 | 100.0%  | 10    |
+  | total               | 2.82  | 3.453  | 3.703  | 3.722  | 3.741 | 3.351 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.66495990753
-  Full duration: 14.2776150703
+  Load duration: 9.77695393562
+  Full duration: 14.4172940254
 
   test scenario GlanceImages.create_and_delete_image
-  +-----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                   |
-  +---------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.create_image | 2.92 | 3.441  | 3.706  | 3.729  | 3.752 | 3.383 | 100.0%  | 10    |
-  | glance.delete_image | 0.13 | 0.146  | 0.164  | 0.166  | 0.169 | 0.148 | 100.0%  | 10    |
-  | total               | 3.05 | 3.594  | 3.857  | 3.876  | 3.896 | 3.531 | 100.0%  | 10    |
-  +---------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 10.3788890839
-  Full duration: 13.5018799305
-
-  2016-02-11 11:03:09,393 - run_rally - INFO - Test scenario: "glance" OK.
-
-  2016-02-11 11:03:09,393 - run_rally - INFO - Starting test scenario "cinder" ...
-  2016-02-11 11:21:00,829 - run_rally - INFO -
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 2.788 | 3.69   | 3.785  | 3.83   | 3.876 | 3.489 | 100.0%  | 10    |
+  | glance.delete_image | 0.129 | 0.146  | 0.203  | 0.239  | 0.275 | 0.166 | 100.0%  | 10    |
+  | total               | 2.933 | 3.884  | 3.951  | 3.986  | 4.02  | 3.655 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 10.762845993
+  Full duration: 13.6261451244
+
+  run_rally - INFO - Test scenario: "glance" OK.
+  run_rally - INFO - Starting test scenario "cinder" ...
+  run_rally - INFO -
    Preparing input task
-   Task  900b8dcf-c285-4dd6-9d7f-d96dd70c867e: started
-  Task 900b8dcf-c285-4dd6-9d7f-d96dd70c867e: finished
+   Task  21cb74f0-6bd9-44e3-aff3-99085ad0525f: started
+  Task 21cb74f0-6bd9-44e3-aff3-99085ad0525f: finished
 
   test scenario CinderVolumes.create_and_attach_volume
   +----------------------------------------------------------------------------------------------+
@@ -473,16 +487,16 @@ Rally
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server     | 7.877  | 10.22  | 13.83  | 13.833 | 13.836 | 10.894 | 100.0%  | 10    |
-  | cinder.create_volume | 2.675  | 2.783  | 2.827  | 2.9    | 2.972  | 2.784  | 100.0%  | 10    |
-  | nova.attach_volume   | 5.466  | 7.767  | 10.611 | 11.433 | 12.255 | 8.25   | 100.0%  | 10    |
-  | nova.detach_volume   | 2.954  | 5.454  | 5.549  | 5.586  | 5.623  | 4.958  | 100.0%  | 10    |
-  | cinder.delete_volume | 2.361  | 2.54   | 2.593  | 2.617  | 2.641  | 2.518  | 100.0%  | 10    |
-  | nova.delete_server   | 2.371  | 2.492  | 2.754  | 3.676  | 4.598  | 2.677  | 100.0%  | 10    |
-  | total                | 27.829 | 30.867 | 37.529 | 38.253 | 38.977 | 32.081 | 100.0%  | 10    |
+  | nova.boot_server     | 7.723  | 10.184 | 13.839 | 13.936 | 14.032 | 10.913 | 100.0%  | 10    |
+  | cinder.create_volume | 2.731  | 2.833  | 2.935  | 3.005  | 3.076  | 2.847  | 100.0%  | 10    |
+  | nova.attach_volume   | 7.613  | 7.977  | 8.755  | 9.542  | 10.33  | 8.197  | 100.0%  | 10    |
+  | nova.detach_volume   | 3.034  | 3.429  | 5.352  | 5.414  | 5.476  | 4.052  | 100.0%  | 10    |
+  | cinder.delete_volume | 2.44   | 2.495  | 2.591  | 2.6    | 2.609  | 2.503  | 100.0%  | 10    |
+  | nova.delete_server   | 2.423  | 2.508  | 2.823  | 3.661  | 4.499  | 2.704  | 100.0%  | 10    |
+  | total                | 28.081 | 29.986 | 35.858 | 36.584 | 37.309 | 31.218 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 94.6691319942
-  Full duration: 108.104104996
+  Load duration: 93.1938638687
+  Full duration: 105.67930007
 
   test scenario CinderVolumes.create_and_list_volume
   +-------------------------------------------------------------------------------------------+
@@ -490,12 +504,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 5.195 | 5.367  | 5.487  | 5.504  | 5.521 | 5.344 | 100.0%  | 10    |
-  | cinder.list_volumes  | 0.046 | 0.119  | 0.125  | 0.125  | 0.125 | 0.104 | 100.0%  | 10    |
-  | total                | 5.268 | 5.446  | 5.605  | 5.618  | 5.631 | 5.448 | 100.0%  | 10    |
+  | cinder.create_volume | 2.887 | 5.424  | 5.581  | 5.636  | 5.69  | 4.98  | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.079 | 0.157  | 0.177  | 0.182  | 0.186 | 0.147 | 100.0%  | 10    |
+  | total                | 2.966 | 5.594  | 5.745  | 5.781  | 5.817 | 5.127 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.2577528954
-  Full duration: 27.6948328018
+  Load duration: 14.3176538944
+  Full duration: 25.6212191582
 
   test scenario CinderVolumes.create_and_list_volume
   +-------------------------------------------------------------------------------------------+
@@ -503,12 +517,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.845 | 2.977  | 3.126  | 3.127  | 3.127 | 2.981 | 100.0%  | 10    |
-  | cinder.list_volumes  | 0.073 | 0.128  | 0.18   | 0.192  | 0.205 | 0.133 | 100.0%  | 10    |
-  | total                | 2.918 | 3.113  | 3.254  | 3.255  | 3.256 | 3.115 | 100.0%  | 10    |
+  | cinder.create_volume | 2.813 | 2.965  | 3.036  | 3.048  | 3.059 | 2.962 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.08  | 0.127  | 0.142  | 0.161  | 0.18  | 0.128 | 100.0%  | 10    |
+  | total                | 2.893 | 3.093  | 3.178  | 3.209  | 3.239 | 3.09  | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.32777905464
-  Full duration: 20.7225239277
+  Load duration: 9.30827403069
+  Full duration: 19.9378697872
 
   test scenario CinderVolumes.create_and_list_snapshots
   +---------------------------------------------------------------------------------------------+
@@ -516,12 +530,12 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_snapshot | 2.45  | 2.516  | 2.591  | 2.608  | 2.624 | 2.522 | 100.0%  | 10    |
-  | cinder.list_snapshots  | 0.017 | 0.08   | 0.115  | 0.149  | 0.182 | 0.075 | 100.0%  | 10    |
-  | total                  | 2.528 | 2.564  | 2.677  | 2.688  | 2.699 | 2.597 | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.438 | 2.526  | 2.593  | 2.593  | 2.593 | 2.528 | 100.0%  | 10    |
+  | cinder.list_snapshots  | 0.018 | 0.088  | 0.099  | 0.104  | 0.109 | 0.083 | 100.0%  | 10    |
+  | total                  | 2.523 | 2.613  | 2.683  | 2.687  | 2.692 | 2.611 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 7.81214690208
-  Full duration: 31.1933379173
+  Load duration: 7.79824590683
+  Full duration: 31.6265990734
 
   test scenario CinderVolumes.create_and_delete_volume
   +-------------------------------------------------------------------------------------------+
@@ -529,12 +543,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.869 | 2.971  | 3.052  | 3.056  | 3.061 | 2.972 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.403 | 2.545  | 2.605  | 2.653  | 2.702 | 2.537 | 100.0%  | 10    |
-  | total                | 5.272 | 5.51   | 5.62   | 5.691  | 5.763 | 5.509 | 100.0%  | 10    |
+  | cinder.create_volume | 2.891 | 3.012  | 3.068  | 3.069  | 3.069 | 2.987 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.505 | 2.583  | 2.686  | 2.713  | 2.739 | 2.598 | 100.0%  | 10    |
+  | total                | 5.445 | 5.6    | 5.697  | 5.7    | 5.703 | 5.586 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.4689249992
-  Full duration: 22.9906311035
+  Load duration: 16.8130619526
+  Full duration: 23.3862919807
 
   test scenario CinderVolumes.create_and_delete_volume
   +-------------------------------------------------------------------------------------------+
@@ -542,12 +556,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 3.071 | 5.365  | 5.482  | 5.5    | 5.518 | 4.949 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.387 | 2.528  | 2.639  | 2.701  | 2.762 | 2.546 | 100.0%  | 10    |
-  | total                | 5.548 | 7.938  | 8.039  | 8.16   | 8.28  | 7.494 | 100.0%  | 10    |
+  | cinder.create_volume | 3.06  | 5.419  | 5.676  | 5.725  | 5.774 | 4.793 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.457 | 2.536  | 2.613  | 2.63   | 2.648 | 2.548 | 100.0%  | 10    |
+  | total                | 5.557 | 7.997  | 8.239  | 8.276  | 8.313 | 7.341 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 21.4687700272
-  Full duration: 28.3897769451
+  Load duration: 21.6966080666
+  Full duration: 28.6927661896
 
   test scenario CinderVolumes.create_and_delete_volume
   +-------------------------------------------------------------------------------------------+
@@ -555,12 +569,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.821 | 2.884  | 3.014  | 3.043  | 3.072 | 2.914 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.471 | 2.524  | 2.652  | 2.662  | 2.672 | 2.544 | 100.0%  | 10    |
-  | total                | 5.329 | 5.417  | 5.63   | 5.655  | 5.68  | 5.458 | 100.0%  | 10    |
+  | cinder.create_volume | 2.819 | 2.943  | 3.235  | 3.249  | 3.264 | 3.001 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.545 | 2.581  | 2.665  | 2.684  | 2.702 | 2.603 | 100.0%  | 10    |
+  | total                | 5.375 | 5.546  | 5.826  | 5.896  | 5.966 | 5.604 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.3380551338
-  Full duration: 22.9960508347
+  Load duration: 16.8036949635
+  Full duration: 23.085185051
 
   test scenario CinderVolumes.create_and_upload_volume_to_image
   +-------------------------------------------------------------------------------------------------------+
@@ -568,14 +582,14 @@ Rally
   +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume          | 2.796  | 3.072  | 3.296  | 3.303  | 3.31   | 3.08   | 100.0%  | 10    |
-  | cinder.upload_volume_to_image | 23.924 | 63.042 | 67.082 | 67.666 | 68.25  | 53.998 | 100.0%  | 10    |
-  | cinder.delete_volume          | 2.36   | 2.557  | 2.856  | 2.869  | 2.883  | 2.604  | 100.0%  | 10    |
-  | nova.delete_image             | 0.293  | 0.5    | 0.705  | 0.733  | 0.761  | 0.518  | 100.0%  | 10    |
-  | total                         | 29.698 | 69.114 | 73.363 | 73.938 | 74.513 | 60.201 | 100.0%  | 10    |
+  | cinder.create_volume          | 2.833  | 3.116  | 3.438  | 3.496  | 3.553  | 3.134  | 100.0%  | 10    |
+  | cinder.upload_volume_to_image | 25.838 | 62.678 | 78.019 | 78.434 | 78.85  | 55.7   | 100.0%  | 10    |
+  | cinder.delete_volume          | 2.358  | 2.511  | 2.619  | 2.684  | 2.749  | 2.531  | 100.0%  | 10    |
+  | nova.delete_image             | 0.221  | 0.371  | 3.025  | 13.33  | 23.635 | 2.707  | 100.0%  | 10    |
+  | total                         | 31.573 | 68.573 | 83.845 | 84.418 | 84.99  | 64.072 | 100.0%  | 10    |
   +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 171.225147963
-  Full duration: 178.588042974
+  Load duration: 182.231485128
+  Full duration: 189.13320303
 
   test scenario CinderVolumes.create_and_delete_snapshot
   +---------------------------------------------------------------------------------------------+
@@ -583,36 +597,36 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_snapshot | 2.451 | 2.535  | 2.599  | 2.601  | 2.603 | 2.537 | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.314 | 2.372  | 2.428  | 2.44   | 2.451 | 2.377 | 100.0%  | 10    |
-  | total                  | 4.841 | 4.918  | 4.955  | 4.965  | 4.975 | 4.914 | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.43  | 2.545  | 2.599  | 2.6    | 2.602 | 2.539 | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.326 | 2.495  | 2.611  | 2.675  | 2.739 | 2.493 | 100.0%  | 10    |
+  | total                  | 4.887 | 5.04   | 5.173  | 5.186  | 5.199 | 5.032 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 14.7416520119
-  Full duration: 33.7979490757
+  Load duration: 14.9942228794
+  Full duration: 33.8261451721
 
   test scenario CinderVolumes.create_volume
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.77 | 2.934  | 3.191  | 3.206  | 3.221 | 2.975 | 100.0%  | 10    |
-  | total                | 2.77 | 2.934  | 3.191  | 3.206  | 3.221 | 2.975 | 100.0%  | 10    |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 8.76418590546
-  Full duration: 18.1201279163
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.829 | 2.973  | 3.402  | 3.412  | 3.422 | 3.063 | 100.0%  | 10    |
+  | total                | 2.829 | 2.973  | 3.403  | 3.412  | 3.422 | 3.063 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.0781109333
+  Full duration: 18.1423990726
 
   test scenario CinderVolumes.create_volume
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.91 | 2.969  | 3.153  | 3.156  | 3.159 | 3.016 | 100.0%  | 10    |
-  | total                | 2.91 | 2.969  | 3.153  | 3.156  | 3.159 | 3.016 | 100.0%  | 10    |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.04045200348
-  Full duration: 20.918489933
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +----------------------+------+--------+--------+--------+------+-------+---------+-------+
+  | action               | min  | median | 90%ile | 95%ile | max  | avg   | success | count |
+  +----------------------+------+--------+--------+--------+------+-------+---------+-------+
+  | cinder.create_volume | 2.85 | 2.939  | 2.978  | 2.984  | 2.99 | 2.932 | 100.0%  | 10    |
+  | total                | 2.85 | 2.94   | 2.978  | 2.984  | 2.99 | 2.932 | 100.0%  | 10    |
+  +----------------------+------+--------+--------+--------+------+-------+---------+-------+
+  Load duration: 8.73497700691
+  Full duration: 19.4855289459
 
   test scenario CinderVolumes.list_volumes
   +------------------------------------------------------------------------------------------+
@@ -620,11 +634,11 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.list_volumes | 0.221 | 0.28   | 0.353  | 0.367  | 0.381 | 0.286 | 100.0%  | 10    |
-  | total               | 0.221 | 0.281  | 0.353  | 0.367  | 0.381 | 0.286 | 100.0%  | 10    |
+  | cinder.list_volumes | 0.211 | 0.266  | 0.312  | 0.327  | 0.342 | 0.274 | 100.0%  | 10    |
+  | total               | 0.211 | 0.266  | 0.312  | 0.327  | 0.342 | 0.275 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.899931907654
-  Full duration: 47.394310236
+  Load duration: 0.827063083649
+  Full duration: 47.6483559608
 
   test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
   +------------------------------------------------------------------------------------------------+
@@ -632,16 +646,16 @@ Rally
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.849  | 2.979  | 3.13   | 3.135  | 3.139  | 2.983  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.246  | 2.347  | 2.423  | 2.441  | 2.458  | 2.347  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.593  | 7.735  | 10.768 | 11.83  | 12.893 | 8.754  | 100.0%  | 10    |
-  | nova.detach_volume     | 3.049  | 5.246  | 5.363  | 5.401  | 5.438  | 4.664  | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.236  | 2.337  | 2.436  | 2.462  | 2.488  | 2.338  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.416  | 2.472  | 2.668  | 2.703  | 2.738  | 2.516  | 100.0%  | 10    |
-  | total                  | 21.452 | 23.5   | 26.208 | 26.342 | 26.477 | 23.913 | 100.0%  | 10    |
+  | cinder.create_volume   | 2.852  | 3.009  | 3.091  | 3.106  | 3.122  | 3.005  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.321  | 2.392  | 2.404  | 2.404  | 2.405  | 2.377  | 100.0%  | 10    |
+  | nova.attach_volume     | 5.473  | 7.981  | 11.399 | 12.215 | 13.031 | 8.96   | 100.0%  | 10    |
+  | nova.detach_volume     | 3.035  | 5.168  | 5.603  | 5.772  | 5.941  | 4.587  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.209  | 2.347  | 2.41   | 2.417  | 2.424  | 2.349  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.412  | 2.494  | 2.582  | 2.616  | 2.65   | 2.508  | 100.0%  | 10    |
+  | total                  | 21.417 | 23.884 | 26.577 | 26.903 | 27.228 | 24.098 | 100.0%  | 10    |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 70.1711850166
-  Full duration: 127.766703844
+  Load duration: 70.9750390053
+  Full duration: 126.263324976
 
   test scenario CinderVolumes.create_from_volume_and_delete_volume
   +----------------------------------------------------------------------------------------------+
@@ -649,12 +663,12 @@ Rally
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 9.84   | 12.345 | 17.242 | 18.095 | 18.947 | 12.953 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.423  | 2.524  | 2.651  | 2.652  | 2.654  | 2.549  | 100.0%  | 10    |
-  | total                | 12.325 | 14.802 | 19.864 | 20.732 | 21.601 | 15.502 | 100.0%  | 10    |
+  | cinder.create_volume | 9.872  | 12.204 | 17.525 | 19.351 | 21.177 | 13.167 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.325  | 2.554  | 2.928  | 3.924  | 4.92   | 2.779  | 100.0%  | 10    |
+  | total                | 12.426 | 14.781 | 20.202 | 21.897 | 23.592 | 15.947 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 44.2985730171
-  Full duration: 63.4050178528
+  Load duration: 43.4407100677
+  Full duration: 62.327357769
 
   test scenario CinderVolumes.create_and_extend_volume
   +-------------------------------------------------------------------------------------------+
@@ -662,13 +676,13 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.84  | 3.007  | 3.169  | 3.186  | 3.202 | 3.003 | 100.0%  | 10    |
-  | cinder.extend_volume | 2.635 | 2.766  | 2.82   | 2.863  | 2.906 | 2.763 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.474 | 2.557  | 2.653  | 2.657  | 2.662 | 2.564 | 100.0%  | 10    |
-  | total                | 8.102 | 8.255  | 8.582  | 8.618  | 8.653 | 8.331 | 100.0%  | 10    |
+  | cinder.create_volume | 2.858 | 2.94   | 3.074  | 3.087  | 3.1   | 2.956 | 100.0%  | 10    |
+  | cinder.extend_volume | 2.572 | 2.848  | 2.884  | 2.919  | 2.954 | 2.8   | 100.0%  | 10    |
+  | cinder.delete_volume | 2.433 | 2.567  | 2.67   | 2.693  | 2.716 | 2.567 | 100.0%  | 10    |
+  | total                | 7.982 | 8.292  | 8.558  | 8.616  | 8.674 | 8.323 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.934566021
-  Full duration: 31.7552449703
+  Load duration: 24.9033889771
+  Full duration: 31.5932898521
 
   test scenario CinderVolumes.create_snapshot_and_attach_volume
   +------------------------------------------------------------------------------------------------+
@@ -676,16 +690,16 @@ Rally
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.821  | 3.019  | 3.15   | 3.15   | 3.15   | 3.003  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.329  | 2.347  | 2.544  | 2.556  | 2.567  | 2.403  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.641  | 7.945  | 10.466 | 11.342 | 12.217 | 8.745  | 100.0%  | 10    |
-  | nova.detach_volume     | 2.921  | 5.276  | 5.456  | 5.489  | 5.521  | 4.447  | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.204  | 2.355  | 2.461  | 2.481  | 2.501  | 2.357  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.349  | 2.484  | 2.582  | 2.585  | 2.588  | 2.481  | 100.0%  | 10    |
-  | total                  | 21.463 | 23.779 | 25.971 | 26.099 | 26.226 | 23.747 | 100.0%  | 10    |
+  | cinder.create_volume   | 2.882  | 2.947  | 3.229  | 3.231  | 3.233  | 3.005  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.268  | 2.345  | 2.421  | 2.456  | 2.491  | 2.36   | 100.0%  | 10    |
+  | nova.attach_volume     | 7.593  | 8.071  | 12.707 | 13.727 | 14.747 | 9.373  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.962  | 5.331  | 5.412  | 5.491  | 5.57   | 5.076  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.185  | 2.286  | 2.366  | 2.374  | 2.381  | 2.298  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.425  | 2.524  | 2.593  | 2.61   | 2.627  | 2.52   | 100.0%  | 10    |
+  | total                  | 21.713 | 23.963 | 28.368 | 29.657 | 30.947 | 24.974 | 100.0%  | 10    |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 69.164083004
-  Full duration: 130.257413864
+  Load duration: 73.7474370003
+  Full duration: 132.963656902
 
   test scenario CinderVolumes.create_snapshot_and_attach_volume
   +------------------------------------------------------------------------------------------------+
@@ -693,32 +707,23 @@ Rally
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.685  | 2.835  | 2.952  | 2.962  | 2.972  | 2.841  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.27   | 2.377  | 2.426  | 2.447  | 2.468  | 2.375  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.587  | 7.788  | 10.602 | 11.506 | 12.41  | 8.705  | 100.0%  | 10    |
-  | nova.detach_volume     | 3.085  | 5.289  | 5.584  | 5.605  | 5.626  | 5.124  | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.186  | 2.317  | 2.392  | 2.42   | 2.448  | 2.307  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.389  | 2.514  | 2.56   | 2.591  | 2.622  | 2.499  | 100.0%  | 10    |
-  | total                  | 23.286 | 23.66  | 26.371 | 26.512 | 26.653 | 24.395 | 100.0%  | 10    |
+  | cinder.create_volume   | 2.739  | 2.89   | 3.033  | 3.058  | 3.084  | 2.914  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.247  | 2.401  | 2.466  | 2.485  | 2.503  | 2.388  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.882  | 8.891  | 10.439 | 11.312 | 12.186 | 9.222  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.94   | 5.373  | 5.635  | 5.661  | 5.687  | 4.764  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.283  | 2.332  | 2.481  | 2.585  | 2.688  | 2.381  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.425  | 2.495  | 2.547  | 2.558  | 2.569  | 2.489  | 100.0%  | 10    |
+  | total                  | 21.386 | 24.555 | 26.13  | 26.247 | 26.365 | 24.746 | 100.0%  | 10    |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 73.7153699398
-  Full duration: 137.208030939
-
-  2016-02-11 11:21:00,829 - run_rally - DEBUG - task_id : 900b8dcf-c285-4dd6-9d7f-d96dd70c867e
-  2016-02-11 11:21:00,829 - run_rally - DEBUG - running command line : rally task report 900b8dcf-c285-4dd6-9d7f-d96dd70c867e --out /home/opnfv/functest/results/rally/opnfv-cinder.html
-  2016-02-11 11:21:01,545 - run_rally - DEBUG - running command line : rally task results 900b8dcf-c285-4dd6-9d7f-d96dd70c867e
-  2016-02-11 11:21:02,138 - run_rally - DEBUG - saving json file
-  2016-02-11 11:21:02,143 - run_rally - DEBUG - Push result into DB
-  2016-02-11 11:21:08,903 - run_rally - DEBUG - <Response [200]>
-  2016-02-11 11:21:08,906 - run_rally - INFO - Test scenario: "cinder" OK.
-
-  2016-02-11 11:21:08,906 - run_rally - INFO - Starting test scenario "heat" ...
-  2016-02-11 11:21:08,906 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml
-  2016-02-11 11:21:09,103 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '48071712-5859-4fe7-a4fa-f723725ef015', 'service_list': ['heat'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-11 11:28:20,183 - run_rally - INFO -
+  Load duration: 76.0001449585
+  Full duration: 139.533368111
+
+  run_rally - INFO - Test scenario: "cinder" OK.
+  run_rally - INFO - Starting test scenario "heat" ...
+  run_rally - INFO -
    Preparing input task
-   Task  387dedc1-62f1-4d72-8a34-bbf4940fd1ac: started
-  Task 387dedc1-62f1-4d72-8a34-bbf4940fd1ac: finished
+   Task  7d1551b5-51d4-480b-816d-571bc61773ac: started
+  Task 7d1551b5-51d4-480b-816d-571bc61773ac: finished
 
   test scenario HeatStacks.create_suspend_resume_delete_stack
   +-----------------------------------------------------------------------------------------+
@@ -726,14 +731,14 @@ Rally
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack  | 2.833 | 3.112  | 3.347  | 3.348  | 3.348 | 3.116 | 100.0%  | 10    |
-  | heat.suspend_stack | 0.511 | 1.079  | 1.65   | 1.654  | 1.659 | 1.091 | 100.0%  | 10    |
-  | heat.resume_stack  | 0.654 | 1.609  | 1.801  | 1.878  | 1.955 | 1.55  | 100.0%  | 10    |
-  | heat.delete_stack  | 0.649 | 1.481  | 1.581  | 1.591  | 1.601 | 1.413 | 100.0%  | 10    |
-  | total              | 6.075 | 6.967  | 8.284  | 8.335  | 8.386 | 7.171 | 100.0%  | 10    |
+  | heat.create_stack  | 2.896 | 3.025  | 3.297  | 3.342  | 3.386 | 3.075 | 100.0%  | 10    |
+  | heat.suspend_stack | 0.444 | 1.622  | 1.791  | 1.817  | 1.844 | 1.332 | 100.0%  | 10    |
+  | heat.resume_stack  | 1.365 | 1.657  | 1.701  | 1.755  | 1.809 | 1.598 | 100.0%  | 10    |
+  | heat.delete_stack  | 0.499 | 1.531  | 1.644  | 1.655  | 1.665 | 1.451 | 100.0%  | 10    |
+  | total              | 5.782 | 7.652  | 8.146  | 8.28   | 8.414 | 7.455 | 100.0%  | 10    |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 21.5846898556
-  Full duration: 24.9157381058
+  Load duration: 21.9193868637
+  Full duration: 25.3411290646
 
   test scenario HeatStacks.create_and_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -741,12 +746,12 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.902 | 3.071  | 3.242  | 3.358  | 3.474 | 3.103 | 100.0%  | 10    |
-  | heat.delete_stack | 0.403 | 0.514  | 1.517  | 1.597  | 1.677 | 0.885 | 100.0%  | 10    |
-  | total             | 3.356 | 3.755  | 4.685  | 4.777  | 4.868 | 3.988 | 100.0%  | 10    |
+  | heat.create_stack | 3.023 | 3.144  | 3.331  | 3.531  | 3.73  | 3.206 | 100.0%  | 10    |
+  | heat.delete_stack | 0.437 | 0.646  | 1.617  | 1.676  | 1.734 | 0.972 | 100.0%  | 10    |
+  | total             | 3.54  | 3.767  | 4.914  | 5.114  | 5.314 | 4.178 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 11.9179480076
-  Full duration: 15.2915010452
+  Load duration: 12.2326231003
+  Full duration: 15.3595271111
 
   test scenario HeatStacks.create_and_delete_stack
   +-------------------------------------------------------------------------------------------+
@@ -754,25 +759,25 @@ Rally
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 15.2   | 17.516 | 18.839 | 19.237 | 19.635 | 17.508 | 100.0%  | 10    |
-  | heat.delete_stack | 8.058  | 8.27   | 8.864  | 8.902  | 8.94   | 8.364  | 100.0%  | 10    |
-  | total             | 23.482 | 26.115 | 27.568 | 27.731 | 27.893 | 25.872 | 100.0%  | 10    |
+  | heat.create_stack | 14.933 | 16.348 | 17.828 | 18.321 | 18.813 | 16.471 | 100.0%  | 10    |
+  | heat.delete_stack | 6.665  | 8.038  | 8.335  | 8.772  | 9.208  | 7.711  | 100.0%  | 10    |
+  | total             | 22.386 | 24.346 | 25.661 | 25.74  | 25.818 | 24.182 | 100.0%  | 10    |
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 76.6700150967
-  Full duration: 80.0998740196
+  Load duration: 72.8466770649
+  Full duration: 76.0618572235
 
   test scenario HeatStacks.create_and_delete_stack
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 18.63 | 19.909 | 21.859 | 22.311 | 22.764 | 20.261 | 100.0%  | 10    |
-  | heat.delete_stack | 8.058 | 9.259  | 10.244 | 10.762 | 11.279 | 9.38   | 100.0%  | 10    |
-  | total             | 28.08 | 29.419 | 31.27  | 31.715 | 32.16  | 29.641 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 87.3162331581
-  Full duration: 90.7692539692
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 16.663 | 19.357 | 20.553 | 21.32  | 22.088 | 19.17  | 100.0%  | 10    |
+  | heat.delete_stack | 9.144  | 9.269  | 10.036 | 10.227 | 10.417 | 9.461  | 100.0%  | 10    |
+  | total             | 25.982 | 28.953 | 30.462 | 30.847 | 31.232 | 28.631 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 84.6888990402
+  Full duration: 88.1814341545
 
   test scenario HeatStacks.list_stacks_and_resources
   +------------------------------------------------------------------------------------------------------+
@@ -780,12 +785,12 @@ Rally
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.list_stacks                | 0.224 | 0.28   | 0.316  | 0.37   | 0.424 | 0.286 | 100.0%  | 10    |
+  | heat.list_stacks                | 0.219 | 0.246  | 0.383  | 0.4    | 0.417 | 0.287 | 100.0%  | 10    |
   | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0   | 0.0   | 100.0%  | 10    |
-  | total                           | 0.225 | 0.28   | 0.316  | 0.37   | 0.424 | 0.286 | 100.0%  | 10    |
+  | total                           | 0.219 | 0.246  | 0.383  | 0.4    | 0.418 | 0.287 | 100.0%  | 10    |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.828476190567
-  Full duration: 3.95608401299
+  Load duration: 0.863615989685
+  Full duration: 3.55412602425
 
   test scenario HeatStacks.create_update_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -793,13 +798,13 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.833 | 3.13   | 3.304  | 3.312  | 3.32  | 3.114 | 100.0%  | 10    |
-  | heat.update_stack | 2.494 | 3.64   | 3.805  | 3.878  | 3.951 | 3.416 | 100.0%  | 10    |
-  | heat.delete_stack | 1.311 | 1.52   | 1.726  | 1.738  | 1.751 | 1.515 | 100.0%  | 10    |
-  | total             | 7.252 | 8.141  | 8.657  | 8.676  | 8.695 | 8.044 | 100.0%  | 10    |
+  | heat.create_stack | 2.866 | 3.102  | 3.266  | 3.29   | 3.314 | 3.097 | 100.0%  | 10    |
+  | heat.update_stack | 2.641 | 3.637  | 3.803  | 3.813  | 3.822 | 3.497 | 100.0%  | 10    |
+  | heat.delete_stack | 1.394 | 1.515  | 1.651  | 1.666  | 1.681 | 1.534 | 100.0%  | 10    |
+  | total             | 7.247 | 8.255  | 8.454  | 8.543  | 8.631 | 8.127 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.2576129436
-  Full duration: 27.9351220131
+  Load duration: 24.2989928722
+  Full duration: 27.7337241173
 
   test scenario HeatStacks.create_update_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -807,27 +812,27 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 3.013 | 3.158  | 3.272  | 3.273  | 3.273 | 3.149 | 100.0%  | 10    |
-  | heat.update_stack | 2.434 | 2.585  | 2.841  | 3.284  | 3.728 | 2.701 | 100.0%  | 10    |
-  | heat.delete_stack | 0.419 | 1.501  | 1.666  | 1.7    | 1.734 | 1.252 | 100.0%  | 10    |
-  | total             | 6.07  | 7.268  | 7.688  | 8.031  | 8.374 | 7.102 | 100.0%  | 10    |
+  | heat.create_stack | 2.799 | 3.033  | 3.19   | 3.306  | 3.422 | 3.046 | 100.0%  | 10    |
+  | heat.update_stack | 2.509 | 3.732  | 3.845  | 3.847  | 3.849 | 3.321 | 100.0%  | 10    |
+  | heat.delete_stack | 1.302 | 1.538  | 1.641  | 1.733  | 1.824 | 1.542 | 100.0%  | 10    |
+  | total             | 7.14  | 8.084  | 8.351  | 8.371  | 8.39  | 7.909 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 21.1723821163
-  Full duration: 24.7491641045
+  Load duration: 23.4465420246
+  Full duration: 27.0243220329
 
   test scenario HeatStacks.create_update_delete_stack
-  +-----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                   |
-  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | heat.create_stack | 2.963 | 3.188  | 3.39   | 3.755  | 4.12   | 3.229 | 100.0%  | 10    |
-  | heat.update_stack | 4.699 | 4.993  | 5.247  | 5.713  | 6.179  | 5.079 | 100.0%  | 10    |
-  | heat.delete_stack | 1.586 | 2.029  | 2.587  | 2.612  | 2.636  | 2.062 | 100.0%  | 10    |
-  | total             | 9.696 | 10.458 | 10.863 | 11.215 | 11.567 | 10.37 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 31.0684840679
-  Full duration: 34.8022019863
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 2.894 | 3.127  | 3.22   | 3.399  | 3.579  | 3.129  | 100.0%  | 10    |
+  | heat.update_stack | 4.739 | 5.169  | 6.092  | 6.105  | 6.119  | 5.309  | 100.0%  | 10    |
+  | heat.delete_stack | 1.422 | 1.839  | 2.562  | 2.565  | 2.567  | 1.989  | 100.0%  | 10    |
+  | total             | 9.674 | 10.622 | 10.9   | 10.921 | 10.941 | 10.427 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 30.9374701977
+  Full duration: 34.6409509182
 
   test scenario HeatStacks.create_update_delete_stack
   +-----------------------------------------------------------------------+
@@ -835,10 +840,10 @@ Rally
   +--------+-----+--------+--------+--------+-----+-----+---------+-------+
   | action | min | median | 90%ile | 95%ile | max | avg | success | count |
   +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 6     |
+  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
   +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 6.64154100418
-  Full duration: 14.7267448902
+  Load duration: 6.25441002846
+  Full duration: 14.2524240017
 
   test scenario HeatStacks.create_update_delete_stack
   +------------------------------------------------------------------------------------------+
@@ -846,13 +851,13 @@ Rally
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 2.937 | 3.274  | 3.45   | 3.488  | 3.525  | 3.27   | 100.0%  | 10    |
-  | heat.update_stack | 4.832 | 4.978  | 5.254  | 5.624  | 5.994  | 5.084  | 100.0%  | 10    |
-  | heat.delete_stack | 1.49  | 2.095  | 2.778  | 2.825  | 2.873  | 2.137  | 100.0%  | 10    |
-  | total             | 9.553 | 10.809 | 11.06  | 11.083 | 11.105 | 10.491 | 100.0%  | 10    |
+  | heat.create_stack | 2.776 | 3.256  | 3.502  | 3.878  | 4.255  | 3.292  | 100.0%  | 10    |
+  | heat.update_stack | 4.632 | 4.964  | 5.353  | 5.818  | 6.284  | 5.076  | 100.0%  | 10    |
+  | heat.delete_stack | 1.439 | 2.134  | 2.645  | 2.668  | 2.691  | 2.088  | 100.0%  | 10    |
+  | total             | 9.373 | 10.496 | 11.129 | 11.584 | 12.039 | 10.455 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 31.7130131721
-  Full duration: 35.5221500397
+  Load duration: 31.1429200172
+  Full duration: 34.8937320709
 
   test scenario HeatStacks.create_update_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -860,13 +865,13 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.842 | 3.14   | 3.315  | 3.317  | 3.32  | 3.127 | 100.0%  | 10    |
-  | heat.update_stack | 3.528 | 3.713  | 3.874  | 3.98   | 4.086 | 3.746 | 100.0%  | 10    |
-  | heat.delete_stack | 0.609 | 1.418  | 1.547  | 1.687  | 1.826 | 1.237 | 100.0%  | 10    |
-  | total             | 7.439 | 8.161  | 8.587  | 8.686  | 8.786 | 8.111 | 100.0%  | 10    |
+  | heat.create_stack | 2.804 | 3.071  | 3.166  | 3.186  | 3.206 | 3.026 | 100.0%  | 10    |
+  | heat.update_stack | 2.737 | 3.748  | 4.018  | 4.043  | 4.068 | 3.617 | 100.0%  | 10    |
+  | heat.delete_stack | 1.31  | 1.555  | 1.823  | 1.832  | 1.841 | 1.569 | 100.0%  | 10    |
+  | total             | 7.424 | 8.294  | 8.696  | 8.74   | 8.783 | 8.212 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.0782799721
-  Full duration: 28.0063171387
+  Load duration: 24.5028841496
+  Full duration: 28.3026170731
 
   test scenario HeatStacks.create_and_list_stack
   +----------------------------------------------------------------------------------------+
@@ -874,12 +879,12 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.916 | 3.109  | 3.265  | 3.324  | 3.382 | 3.111 | 100.0%  | 10    |
-  | heat.list_stacks  | 0.039 | 0.108  | 0.198  | 0.211  | 0.224 | 0.117 | 100.0%  | 10    |
-  | total             | 3.036 | 3.211  | 3.427  | 3.452  | 3.477 | 3.228 | 100.0%  | 10    |
+  | heat.create_stack | 2.956 | 3.13   | 3.324  | 3.341  | 3.359 | 3.141 | 100.0%  | 10    |
+  | heat.list_stacks  | 0.033 | 0.168  | 0.248  | 0.276  | 0.304 | 0.14  | 100.0%  | 10    |
+  | total             | 3.124 | 3.262  | 3.41   | 3.453  | 3.497 | 3.281 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.50542497635
-  Full duration: 16.6530652046
+  Load duration: 10.0396568775
+  Full duration: 17.6087501049
 
   test scenario HeatStacks.create_check_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -887,21 +892,20 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.931 | 3.305  | 3.435  | 3.459  | 3.483 | 3.246 | 100.0%  | 10    |
-  | heat.check_stack  | 0.298 | 0.595  | 1.379  | 1.522  | 1.665 | 0.709 | 100.0%  | 10    |
-  | heat.delete_stack | 0.531 | 1.498  | 1.703  | 1.77   | 1.838 | 1.286 | 100.0%  | 10    |
-  | total             | 4.012 | 5.271  | 6.372  | 6.396  | 6.42  | 5.24  | 100.0%  | 10    |
+  | heat.create_stack | 2.922 | 3.155  | 3.412  | 3.413  | 3.415 | 3.159 | 100.0%  | 10    |
+  | heat.check_stack  | 0.418 | 0.518  | 1.02   | 1.361  | 1.702 | 0.701 | 100.0%  | 10    |
+  | heat.delete_stack | 0.687 | 1.665  | 1.773  | 1.786  | 1.799 | 1.56  | 100.0%  | 10    |
+  | total             | 4.445 | 5.362  | 5.863  | 6.138  | 6.413 | 5.42  | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 14.8742229939
-  Full duration: 18.9062831402
-
-  2016-02-11 11:28:28,168 - run_rally - INFO - Test scenario: "heat" Failed.
+  Load duration: 16.1680779457
+  Full duration: 20.0481300354
 
-  2016-02-11 11:28:28,169 - run_rally - INFO - Starting test scenario "keystone" ...
-  2016-02-11 11:29:56,831 - run_rally - INFO -
+  run_rally - INFO - Test scenario: "heat" Failed.
+  run_rally - INFO - Starting test scenario "keystone" ...
+  run_rally - INFO -
    Preparing input task
-   Task  69a631a7-3909-4268-90ca-ce29363de184: started
-  Task 69a631a7-3909-4268-90ca-ce29363de184: finished
+   Task  5cfc1b63-088e-4840-a525-13064451e8d6: started
+  Task 5cfc1b63-088e-4840-a525-13064451e8d6: finished
 
   test scenario KeystoneBasic.create_tenant_with_users
   +---------------------------------------------------------------------------------------------+
@@ -909,12 +913,12 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.122 | 0.132  | 0.143  | 0.146  | 0.148 | 0.133 | 100.0%  | 10    |
-  | keystone.create_users  | 0.643 | 0.699  | 0.755  | 0.771  | 0.788 | 0.707 | 100.0%  | 10    |
-  | total                  | 0.769 | 0.833  | 0.885  | 0.908  | 0.931 | 0.84  | 100.0%  | 10    |
+  | keystone.create_tenant | 0.105 | 0.119  | 0.16   | 0.16   | 0.161 | 0.125 | 100.0%  | 10    |
+  | keystone.create_users  | 0.592 | 0.653  | 0.694  | 0.719  | 0.744 | 0.657 | 100.0%  | 10    |
+  | total                  | 0.706 | 0.77   | 0.844  | 0.874  | 0.905 | 0.782 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.4707968235
-  Full duration: 12.8068091869
+  Load duration: 2.32407808304
+  Full duration: 12.4144320488
 
   test scenario KeystoneBasic.create_add_and_list_user_roles
   +-------------------------------------------------------------------------------------------+
@@ -922,13 +926,13 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.11  | 0.125  | 0.144  | 0.145  | 0.146 | 0.129 | 100.0%  | 10    |
-  | keystone.add_role    | 0.092 | 0.101  | 0.112  | 0.122  | 0.131 | 0.103 | 100.0%  | 10    |
-  | keystone.list_roles  | 0.053 | 0.059  | 0.098  | 0.104  | 0.11  | 0.067 | 100.0%  | 10    |
-  | total                | 0.261 | 0.301  | 0.319  | 0.329  | 0.339 | 0.299 | 100.0%  | 10    |
+  | keystone.create_role | 0.116 | 0.119  | 0.144  | 0.149  | 0.154 | 0.125 | 100.0%  | 10    |
+  | keystone.add_role    | 0.088 | 0.099  | 0.107  | 0.107  | 0.107 | 0.099 | 100.0%  | 10    |
+  | keystone.list_roles  | 0.054 | 0.058  | 0.095  | 0.097  | 0.1   | 0.067 | 100.0%  | 10    |
+  | total                | 0.27  | 0.28   | 0.345  | 0.35   | 0.355 | 0.292 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.910135984421
-  Full duration: 6.13412499428
+  Load duration: 0.863723993301
+  Full duration: 6.29958295822
 
   test scenario KeystoneBasic.add_and_remove_user_role
   +-------------------------------------------------------------------------------------------+
@@ -936,13 +940,13 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.12  | 0.21   | 0.264  | 0.266  | 0.269 | 0.197 | 100.0%  | 10    |
-  | keystone.add_role    | 0.093 | 0.099  | 0.155  | 0.157  | 0.16  | 0.111 | 100.0%  | 10    |
-  | keystone.remove_role | 0.066 | 0.084  | 0.107  | 0.107  | 0.107 | 0.085 | 100.0%  | 10    |
-  | total                | 0.308 | 0.42   | 0.459  | 0.467  | 0.475 | 0.393 | 100.0%  | 10    |
+  | keystone.create_role | 0.121 | 0.217  | 0.274  | 0.281  | 0.288 | 0.2   | 100.0%  | 10    |
+  | keystone.add_role    | 0.089 | 0.092  | 0.098  | 0.098  | 0.099 | 0.093 | 100.0%  | 10    |
+  | keystone.remove_role | 0.058 | 0.061  | 0.156  | 0.161  | 0.167 | 0.081 | 100.0%  | 10    |
+  | total                | 0.274 | 0.371  | 0.497  | 0.517  | 0.537 | 0.373 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.23530602455
-  Full duration: 6.42563891411
+  Load duration: 1.090020895
+  Full duration: 6.37877011299
 
   test scenario KeystoneBasic.create_update_and_delete_tenant
   +---------------------------------------------------------------------------------------------+
@@ -950,13 +954,13 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.124 | 0.218  | 0.233  | 0.236  | 0.238 | 0.193 | 100.0%  | 10    |
-  | keystone.update_tenant | 0.056 | 0.063  | 0.069  | 0.071  | 0.073 | 0.064 | 100.0%  | 10    |
-  | keystone.delete_tenant | 0.125 | 0.14   | 0.159  | 0.177  | 0.195 | 0.144 | 100.0%  | 10    |
-  | total                  | 0.322 | 0.415  | 0.447  | 0.462  | 0.476 | 0.4   | 100.0%  | 10    |
+  | keystone.create_tenant | 0.123 | 0.223  | 0.286  | 0.291  | 0.296 | 0.209 | 100.0%  | 10    |
+  | keystone.update_tenant | 0.052 | 0.056  | 0.065  | 0.066  | 0.068 | 0.057 | 100.0%  | 10    |
+  | keystone.delete_tenant | 0.125 | 0.135  | 0.286  | 0.307  | 0.327 | 0.18  | 100.0%  | 10    |
+  | total                  | 0.302 | 0.416  | 0.63   | 0.632  | 0.634 | 0.446 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.26893806458
-  Full duration: 5.33236098289
+  Load duration: 1.29043102264
+  Full duration: 5.07875084877
 
   test scenario KeystoneBasic.create_and_delete_service
   +----------------------------------------------------------------------------------------------+
@@ -964,36 +968,36 @@ Rally
   +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_service | 0.114 | 0.136  | 0.162  | 0.165  | 0.167 | 0.136 | 100.0%  | 10    |
-  | keystone.delete_service | 0.057 | 0.066  | 0.072  | 0.073  | 0.073 | 0.066 | 100.0%  | 10    |
-  | total                   | 0.177 | 0.207  | 0.22   | 0.226  | 0.233 | 0.202 | 100.0%  | 10    |
+  | keystone.create_service | 0.109 | 0.123  | 0.128  | 0.132  | 0.135 | 0.122 | 100.0%  | 10    |
+  | keystone.delete_service | 0.059 | 0.07   | 0.121  | 0.128  | 0.134 | 0.079 | 100.0%  | 10    |
+  | total                   | 0.174 | 0.196  | 0.234  | 0.245  | 0.255 | 0.201 | 100.0%  | 10    |
   +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.596924066544
-  Full duration: 4.35803890228
+  Load duration: 0.603389024734
+  Full duration: 4.27351093292
 
   test scenario KeystoneBasic.create_tenant
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | keystone.create_tenant | 0.115 | 0.136  | 0.161  | 0.166  | 0.17 | 0.136 | 100.0%  | 10    |
-  | total                  | 0.115 | 0.136  | 0.161  | 0.166  | 0.17 | 0.136 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  Load duration: 0.419772863388
-  Full duration: 4.34560608864
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.118 | 0.133  | 0.186  | 0.187  | 0.188 | 0.142 | 100.0%  | 10    |
+  | total                  | 0.118 | 0.133  | 0.186  | 0.187  | 0.188 | 0.142 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.428766012192
+  Full duration: 4.18886899948
 
   test scenario KeystoneBasic.create_user
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_user | 0.127 | 0.143  | 0.185  | 0.19   | 0.195 | 0.149 | 100.0%  | 10    |
-  | total                | 0.127 | 0.143  | 0.185  | 0.19   | 0.195 | 0.149 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.44237613678
-  Full duration: 4.28579497337
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +----------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg  | success | count |
+  +----------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | keystone.create_user | 0.137 | 0.138  | 0.145  | 0.145  | 0.146 | 0.14 | 100.0%  | 10    |
+  | total                | 0.137 | 0.138  | 0.145  | 0.145  | 0.146 | 0.14 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  Load duration: 0.443462133408
+  Full duration: 4.19236207008
 
   test scenario KeystoneBasic.create_and_list_tenants
   +---------------------------------------------------------------------------------------------+
@@ -1001,12 +1005,12 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.112 | 0.127  | 0.154  | 0.155  | 0.157 | 0.131 | 100.0%  | 10    |
-  | keystone.list_tenants  | 0.049 | 0.056  | 0.096  | 0.1    | 0.105 | 0.065 | 100.0%  | 10    |
-  | total                  | 0.167 | 0.19   | 0.222  | 0.224  | 0.225 | 0.196 | 100.0%  | 10    |
+  | keystone.create_tenant | 0.111 | 0.117  | 0.165  | 0.178  | 0.191 | 0.132 | 100.0%  | 10    |
+  | keystone.list_tenants  | 0.046 | 0.055  | 0.065  | 0.066  | 0.067 | 0.055 | 100.0%  | 10    |
+  | total                  | 0.163 | 0.179  | 0.214  | 0.231  | 0.247 | 0.187 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.609141111374
-  Full duration: 6.10883498192
+  Load duration: 0.561487913132
+  Full duration: 5.7246799469
 
   test scenario KeystoneBasic.create_and_delete_role
   +-------------------------------------------------------------------------------------------+
@@ -1014,12 +1018,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.135 | 0.234  | 0.289  | 0.291  | 0.292 | 0.208 | 100.0%  | 10    |
-  | keystone.delete_role | 0.099 | 0.12   | 0.14   | 0.182  | 0.224 | 0.127 | 100.0%  | 10    |
-  | total                | 0.257 | 0.341  | 0.401  | 0.458  | 0.516 | 0.336 | 100.0%  | 10    |
+  | keystone.create_role | 0.12  | 0.232  | 0.282  | 0.289  | 0.296 | 0.206 | 100.0%  | 10    |
+  | keystone.delete_role | 0.104 | 0.117  | 0.133  | 0.169  | 0.206 | 0.124 | 100.0%  | 10    |
+  | total                | 0.239 | 0.342  | 0.401  | 0.452  | 0.502 | 0.33  | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.982420921326
-  Full duration: 5.07269620895
+  Load duration: 0.990566015244
+  Full duration: 4.97686004639
 
   test scenario KeystoneBasic.get_entities
   +---------------------------------------------------------------------------------------------+
@@ -1027,18 +1031,18 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.116 | 0.123  | 0.126  | 0.129  | 0.131 | 0.123 | 100.0%  | 10    |
-  | keystone.create_user   | 0.06  | 0.067  | 0.072  | 0.073  | 0.074 | 0.067 | 100.0%  | 10    |
-  | keystone.create_role   | 0.048 | 0.053  | 0.063  | 0.063  | 0.064 | 0.054 | 100.0%  | 10    |
-  | keystone.get_tenant    | 0.043 | 0.054  | 0.078  | 0.092  | 0.106 | 0.06  | 100.0%  | 10    |
-  | keystone.get_user      | 0.047 | 0.059  | 0.079  | 0.079  | 0.08  | 0.06  | 100.0%  | 10    |
-  | keystone.get_role      | 0.043 | 0.051  | 0.06   | 0.074  | 0.089 | 0.054 | 100.0%  | 10    |
-  | keystone.service_list  | 0.044 | 0.049  | 0.06   | 0.078  | 0.095 | 0.054 | 100.0%  | 10    |
-  | keystone.get_service   | 0.042 | 0.052  | 0.056  | 0.058  | 0.059 | 0.052 | 100.0%  | 10    |
-  | total                  | 0.471 | 0.525  | 0.559  | 0.573  | 0.586 | 0.525 | 100.0%  | 10    |
+  | keystone.create_tenant | 0.106 | 0.133  | 0.16   | 0.174  | 0.187 | 0.139 | 100.0%  | 10    |
+  | keystone.create_user   | 0.058 | 0.066  | 0.07   | 0.071  | 0.071 | 0.065 | 100.0%  | 10    |
+  | keystone.create_role   | 0.046 | 0.053  | 0.07   | 0.086  | 0.103 | 0.059 | 100.0%  | 10    |
+  | keystone.get_tenant    | 0.044 | 0.048  | 0.055  | 0.076  | 0.098 | 0.053 | 100.0%  | 10    |
+  | keystone.get_user      | 0.051 | 0.057  | 0.063  | 0.063  | 0.063 | 0.057 | 100.0%  | 10    |
+  | keystone.get_role      | 0.044 | 0.047  | 0.055  | 0.056  | 0.058 | 0.049 | 100.0%  | 10    |
+  | keystone.service_list  | 0.045 | 0.049  | 0.06   | 0.081  | 0.101 | 0.054 | 100.0%  | 10    |
+  | keystone.get_service   | 0.043 | 0.049  | 0.062  | 0.079  | 0.097 | 0.053 | 100.0%  | 10    |
+  | total                  | 0.475 | 0.518  | 0.577  | 0.6    | 0.622 | 0.529 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.58637881279
-  Full duration: 9.88001894951
+  Load duration: 1.58831310272
+  Full duration: 9.76444888115
 
   test scenario KeystoneBasic.create_and_list_users
   +-------------------------------------------------------------------------------------------+
@@ -1046,20 +1050,19 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_user | 0.13  | 0.144  | 0.161  | 0.164  | 0.166 | 0.146 | 100.0%  | 10    |
-  | keystone.list_users  | 0.055 | 0.064  | 0.072  | 0.073  | 0.073 | 0.064 | 100.0%  | 10    |
-  | total                | 0.186 | 0.209  | 0.234  | 0.234  | 0.234 | 0.21  | 100.0%  | 10    |
+  | keystone.create_user | 0.13  | 0.145  | 0.177  | 0.195  | 0.213 | 0.152 | 100.0%  | 10    |
+  | keystone.list_users  | 0.052 | 0.055  | 0.08   | 0.093  | 0.106 | 0.062 | 100.0%  | 10    |
+  | total                | 0.183 | 0.2    | 0.269  | 0.274  | 0.279 | 0.214 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.629101037979
-  Full duration: 4.65930700302
-
-  2016-02-11 11:30:04,405 - run_rally - INFO - Test scenario: "keystone" OK.
+  Load duration: 0.642003059387
+  Full duration: 4.59805297852
 
-  2016-02-11 11:30:04,406 - run_rally - INFO - Starting test scenario "neutron" ...
-  2016-02-11 11:35:06,092 - run_rally - INFO -
+  run_rally - INFO - Test scenario: "keystone" OK.
+  run_rally - INFO - Starting test scenario "neutron" ...
+  run_rally - INFO -
    Preparing input task
-   Task  1255bc34-bd71-4bcc-8a24-fe4560d922f6: started
-  Task 1255bc34-bd71-4bcc-8a24-fe4560d922f6: finished
+   Task  aa890d07-7f64-4bf2-9cc1-adb8d5a95c9e: started
+  Task aa890d07-7f64-4bf2-9cc1-adb8d5a95c9e: finished
 
   test scenario NeutronNetworks.create_and_delete_ports
   +------------------------------------------------------------------------------------------+
@@ -1067,12 +1070,12 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.433 | 0.45   | 0.589  | 0.61   | 0.631 | 0.494 | 100.0%  | 10    |
-  | neutron.delete_port | 0.153 | 0.159  | 0.299  | 0.301  | 0.303 | 0.2   | 100.0%  | 10    |
-  | total               | 0.593 | 0.718  | 0.793  | 0.814  | 0.834 | 0.695 | 100.0%  | 10    |
+  | neutron.create_port | 0.42  | 0.516  | 0.669  | 0.677  | 0.684 | 0.538 | 100.0%  | 10    |
+  | neutron.delete_port | 0.149 | 0.287  | 0.338  | 0.344  | 0.349 | 0.274 | 100.0%  | 10    |
+  | total               | 0.65  | 0.787  | 0.989  | 0.992  | 0.996 | 0.812 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.11287713051
-  Full duration: 25.6731390953
+  Load duration: 2.28342914581
+  Full duration: 25.3548538685
 
   test scenario NeutronNetworks.create_and_list_routers
   +---------------------------------------------------------------------------------------------------+
@@ -1080,14 +1083,14 @@ Rally
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet        | 0.389 | 0.441  | 0.515  | 0.52   | 0.525 | 0.448 | 100.0%  | 10    |
-  | neutron.create_router        | 0.04  | 0.177  | 0.33   | 0.343  | 0.356 | 0.165 | 100.0%  | 10    |
-  | neutron.add_interface_router | 0.279 | 0.432  | 0.557  | 0.559  | 0.56  | 0.423 | 100.0%  | 10    |
-  | neutron.list_routers         | 0.033 | 0.046  | 0.195  | 0.195  | 0.196 | 0.085 | 100.0%  | 10    |
-  | total                        | 0.805 | 1.103  | 1.357  | 1.41   | 1.462 | 1.121 | 100.0%  | 10    |
+  | neutron.create_subnet        | 0.389 | 0.492  | 0.542  | 0.564  | 0.587 | 0.479 | 100.0%  | 10    |
+  | neutron.create_router        | 0.034 | 0.165  | 0.179  | 0.18   | 0.181 | 0.118 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.273 | 0.398  | 0.459  | 0.475  | 0.492 | 0.378 | 100.0%  | 10    |
+  | neutron.list_routers         | 0.042 | 0.111  | 0.208  | 0.214  | 0.219 | 0.12  | 100.0%  | 10    |
+  | total                        | 0.873 | 1.083  | 1.266  | 1.32   | 1.373 | 1.095 | 100.0%  | 10    |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.03660392761
-  Full duration: 27.9115738869
+  Load duration: 3.14495706558
+  Full duration: 27.2623529434
 
   test scenario NeutronNetworks.create_and_delete_routers
   +------------------------------------------------------------------------------------------------------+
@@ -1095,15 +1098,15 @@ Rally
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet           | 0.397 | 0.428  | 0.485  | 0.539  | 0.593 | 0.443 | 100.0%  | 10    |
-  | neutron.create_router           | 0.038 | 0.109  | 0.192  | 0.194  | 0.195 | 0.114 | 100.0%  | 10    |
-  | neutron.add_interface_router    | 0.279 | 0.3    | 0.528  | 0.557  | 0.585 | 0.362 | 100.0%  | 10    |
-  | neutron.remove_interface_router | 0.219 | 0.373  | 0.514  | 0.545  | 0.576 | 0.355 | 100.0%  | 10    |
-  | neutron.delete_router           | 0.144 | 0.216  | 0.321  | 0.372  | 0.423 | 0.234 | 100.0%  | 10    |
-  | total                           | 1.282 | 1.545  | 1.692  | 1.731  | 1.77  | 1.508 | 100.0%  | 10    |
+  | neutron.create_subnet           | 0.421 | 0.528  | 0.576  | 0.593  | 0.609 | 0.516 | 100.0%  | 10    |
+  | neutron.create_router           | 0.037 | 0.174  | 0.193  | 0.194  | 0.196 | 0.138 | 100.0%  | 10    |
+  | neutron.add_interface_router    | 0.372 | 0.44   | 0.726  | 0.729  | 0.732 | 0.499 | 100.0%  | 10    |
+  | neutron.remove_interface_router | 0.231 | 0.385  | 0.445  | 0.495  | 0.545 | 0.365 | 100.0%  | 10    |
+  | neutron.delete_router           | 0.155 | 0.243  | 0.363  | 0.374  | 0.385 | 0.257 | 100.0%  | 10    |
+  | total                           | 1.492 | 1.722  | 2.126  | 2.135  | 2.145 | 1.776 | 100.0%  | 10    |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 4.48996591568
-  Full duration: 28.484484911
+  Load duration: 5.06723308563
+  Full duration: 27.7173280716
 
   test scenario NeutronNetworks.create_and_list_ports
   +------------------------------------------------------------------------------------------+
@@ -1111,12 +1114,12 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.433 | 0.537  | 0.725  | 0.729  | 0.733 | 0.57  | 100.0%  | 10    |
-  | neutron.list_ports  | 0.093 | 0.211  | 0.321  | 0.348  | 0.376 | 0.218 | 100.0%  | 10    |
-  | total               | 0.566 | 0.723  | 1.016  | 1.032  | 1.047 | 0.788 | 100.0%  | 10    |
+  | neutron.create_port | 0.429 | 0.479  | 0.682  | 0.709  | 0.736 | 0.518 | 100.0%  | 10    |
+  | neutron.list_ports  | 0.101 | 0.302  | 0.368  | 0.377  | 0.386 | 0.267 | 100.0%  | 10    |
+  | total               | 0.565 | 0.819  | 0.9    | 0.971  | 1.042 | 0.785 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.25542998314
-  Full duration: 25.8901529312
+  Load duration: 2.22692918777
+  Full duration: 25.9097590446
 
   test scenario NeutronNetworks.create_and_delete_subnets
   +--------------------------------------------------------------------------------------------+
@@ -1124,12 +1127,12 @@ Rally
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.403 | 0.436  | 0.522  | 0.524  | 0.527 | 0.447 | 100.0%  | 10    |
-  | neutron.delete_subnet | 0.136 | 0.146  | 0.29   | 0.296  | 0.302 | 0.187 | 100.0%  | 10    |
-  | total                 | 0.548 | 0.578  | 0.747  | 0.781  | 0.815 | 0.634 | 100.0%  | 10    |
+  | neutron.create_subnet | 0.383 | 0.414  | 0.558  | 0.562  | 0.565 | 0.439 | 100.0%  | 10    |
+  | neutron.delete_subnet | 0.134 | 0.271  | 0.307  | 0.34   | 0.372 | 0.235 | 100.0%  | 10    |
+  | total                 | 0.522 | 0.677  | 0.872  | 0.901  | 0.93  | 0.674 | 100.0%  | 10    |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.82214593887
-  Full duration: 25.1257920265
+  Load duration: 1.97971510887
+  Full duration: 24.8733260632
 
   test scenario NeutronNetworks.create_and_delete_networks
   +---------------------------------------------------------------------------------------------+
@@ -1137,12 +1140,12 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.305 | 0.343  | 0.4    | 0.403  | 0.405 | 0.349 | 100.0%  | 10    |
-  | neutron.delete_network | 0.098 | 0.113  | 0.28   | 0.311  | 0.341 | 0.175 | 100.0%  | 10    |
-  | total                  | 0.411 | 0.488  | 0.615  | 0.681  | 0.746 | 0.525 | 100.0%  | 10    |
+  | neutron.create_network | 0.3   | 0.32   | 0.403  | 0.407  | 0.411 | 0.338 | 100.0%  | 10    |
+  | neutron.delete_network | 0.107 | 0.248  | 0.316  | 0.32   | 0.325 | 0.228 | 100.0%  | 10    |
+  | total                  | 0.411 | 0.556  | 0.697  | 0.698  | 0.699 | 0.566 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.58722496033
-  Full duration: 14.0869660378
+  Load duration: 1.71673607826
+  Full duration: 13.4693968296
 
   test scenario NeutronNetworks.create_and_list_networks
   +---------------------------------------------------------------------------------------------+
@@ -1150,12 +1153,12 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.299 | 0.348  | 0.456  | 0.46   | 0.463 | 0.37  | 100.0%  | 10    |
-  | neutron.list_networks  | 0.043 | 0.171  | 0.319  | 0.381  | 0.443 | 0.165 | 100.0%  | 10    |
-  | total                  | 0.342 | 0.516  | 0.655  | 0.725  | 0.795 | 0.535 | 100.0%  | 10    |
+  | neutron.create_network | 0.279 | 0.326  | 0.389  | 0.406  | 0.423 | 0.334 | 100.0%  | 10    |
+  | neutron.list_networks  | 0.043 | 0.11   | 0.18   | 0.187  | 0.194 | 0.112 | 100.0%  | 10    |
+  | total                  | 0.328 | 0.437  | 0.564  | 0.59   | 0.617 | 0.446 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.51354122162
-  Full duration: 15.9000859261
+  Load duration: 1.4160130024
+  Full duration: 15.1821639538
 
   test scenario NeutronNetworks.create_and_update_routers
   +---------------------------------------------------------------------------------------------------+
@@ -1163,14 +1166,14 @@ Rally
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet        | 0.418 | 0.509  | 0.572  | 0.586  | 0.6   | 0.508 | 100.0%  | 10    |
-  | neutron.create_router        | 0.037 | 0.044  | 0.195  | 0.222  | 0.249 | 0.081 | 100.0%  | 10    |
-  | neutron.add_interface_router | 0.286 | 0.429  | 0.539  | 0.54   | 0.54  | 0.419 | 100.0%  | 10    |
-  | neutron.update_router        | 0.123 | 0.143  | 0.323  | 0.365  | 0.407 | 0.195 | 100.0%  | 10    |
-  | total                        | 1.053 | 1.224  | 1.325  | 1.341  | 1.356 | 1.203 | 100.0%  | 10    |
+  | neutron.create_subnet        | 0.401 | 0.436  | 0.454  | 0.473  | 0.492 | 0.433 | 100.0%  | 10    |
+  | neutron.create_router        | 0.035 | 0.175  | 0.181  | 0.186  | 0.191 | 0.123 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.293 | 0.416  | 0.46   | 0.461  | 0.461 | 0.401 | 100.0%  | 10    |
+  | neutron.update_router        | 0.131 | 0.215  | 0.311  | 0.331  | 0.35  | 0.219 | 100.0%  | 10    |
+  | total                        | 1.012 | 1.171  | 1.336  | 1.359  | 1.381 | 1.176 | 100.0%  | 10    |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.53330993652
-  Full duration: 28.5734660625
+  Load duration: 3.52523398399
+  Full duration: 28.7934508324
 
   test scenario NeutronNetworks.create_and_update_networks
   +---------------------------------------------------------------------------------------------+
@@ -1178,12 +1181,12 @@ Rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.299 | 0.394  | 0.428  | 0.449  | 0.47  | 0.38  | 100.0%  | 10    |
-  | neutron.update_network | 0.094 | 0.268  | 0.409  | 0.409  | 0.41  | 0.247 | 100.0%  | 10    |
-  | total                  | 0.435 | 0.647  | 0.806  | 0.808  | 0.809 | 0.627 | 100.0%  | 10    |
+  | neutron.create_network | 0.299 | 0.338  | 0.397  | 0.408  | 0.418 | 0.346 | 100.0%  | 10    |
+  | neutron.update_network | 0.095 | 0.24   | 0.297  | 0.299  | 0.302 | 0.202 | 100.0%  | 10    |
+  | total                  | 0.41  | 0.543  | 0.699  | 0.707  | 0.714 | 0.549 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.82976198196
-  Full duration: 15.7649109364
+  Load duration: 1.61482715607
+  Full duration: 15.459831953
 
   test scenario NeutronNetworks.create_and_update_ports
   +------------------------------------------------------------------------------------------+
@@ -1191,12 +1194,12 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.435 | 0.52   | 0.67   | 0.672  | 0.674 | 0.54  | 100.0%  | 10    |
-  | neutron.update_port | 0.106 | 0.187  | 0.268  | 0.27   | 0.272 | 0.187 | 100.0%  | 10    |
-  | total               | 0.585 | 0.724  | 0.831  | 0.881  | 0.931 | 0.728 | 100.0%  | 10    |
+  | neutron.create_port | 0.436 | 0.465  | 0.588  | 0.595  | 0.601 | 0.487 | 100.0%  | 10    |
+  | neutron.update_port | 0.114 | 0.282  | 0.317  | 0.326  | 0.335 | 0.255 | 100.0%  | 10    |
+  | total               | 0.576 | 0.751  | 0.862  | 0.899  | 0.936 | 0.742 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.22469115257
-  Full duration: 26.4524641037
+  Load duration: 2.15260481834
+  Full duration: 25.8613479137
 
   test scenario NeutronNetworks.create_and_list_subnets
   +--------------------------------------------------------------------------------------------+
@@ -1204,12 +1207,12 @@ Rally
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.406 | 0.545  | 0.646  | 0.646  | 0.647 | 0.549 | 100.0%  | 10    |
-  | neutron.list_subnets  | 0.06  | 0.099  | 0.241  | 0.252  | 0.264 | 0.139 | 100.0%  | 10    |
-  | total                 | 0.474 | 0.705  | 0.812  | 0.841  | 0.869 | 0.688 | 100.0%  | 10    |
+  | neutron.create_subnet | 0.4   | 0.495  | 0.538  | 0.551  | 0.564 | 0.483 | 100.0%  | 10    |
+  | neutron.list_subnets  | 0.065 | 0.217  | 0.28   | 0.319  | 0.357 | 0.22  | 100.0%  | 10    |
+  | total                 | 0.563 | 0.718  | 0.793  | 0.798  | 0.802 | 0.703 | 100.0%  | 10    |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.99994397163
-  Full duration: 26.4032180309
+  Load duration: 2.06506896019
+  Full duration: 25.971654892
 
   test scenario NeutronNetworks.create_and_update_subnets
   +--------------------------------------------------------------------------------------------+
@@ -1217,20 +1220,19 @@ Rally
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.398 | 0.438  | 0.465  | 0.465  | 0.466 | 0.439 | 100.0%  | 10    |
-  | neutron.update_subnet | 0.151 | 0.331  | 0.544  | 0.589  | 0.634 | 0.358 | 100.0%  | 10    |
-  | total                 | 0.616 | 0.763  | 0.976  | 1.027  | 1.078 | 0.796 | 100.0%  | 10    |
+  | neutron.create_subnet | 0.398 | 0.465  | 0.543  | 0.564  | 0.584 | 0.475 | 100.0%  | 10    |
+  | neutron.update_subnet | 0.152 | 0.178  | 0.348  | 0.366  | 0.383 | 0.234 | 100.0%  | 10    |
+  | total                 | 0.557 | 0.693  | 0.85   | 0.867  | 0.883 | 0.709 | 100.0%  | 10    |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.42046093941
-  Full duration: 26.611082077
-
-  2016-02-11 11:35:13,945 - run_rally - INFO - Test scenario: "neutron" OK.
+  Load duration: 2.06711506844
+  Full duration: 25.9731898308
 
-  2016-02-11 11:35:13,945 - run_rally - INFO - Starting test scenario "nova" ...
-  2016-02-11 12:09:23,356 - run_rally - INFO -
+  run_rally - INFO - Test scenario: "neutron" OK.
+  run_rally - INFO - Starting test scenario "nova" ...
+  run_rally - INFO -
    Preparing input task
-   Task  5d0308fc-048b-4829-b346-6500d3e21bd3: started
-  Task 5d0308fc-048b-4829-b346-6500d3e21bd3: finished
+   Task  84ecab73-326c-41f9-9d80-ffb7b41c7f0d: started
+  Task 84ecab73-326c-41f9-9d80-ffb7b41c7f0d: finished
 
   test scenario NovaKeypair.create_and_delete_keypair
   +------------------------------------------------------------------------------------------+
@@ -1238,55 +1240,29 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 0.35  | 0.482  | 0.564  | 0.569  | 0.573 | 0.477 | 100.0%  | 10    |
-  | nova.delete_keypair | 0.013 | 0.018  | 0.02   | 0.02   | 0.02  | 0.018 | 100.0%  | 10    |
-  | total               | 0.368 | 0.501  | 0.583  | 0.587  | 0.591 | 0.495 | 100.0%  | 10    |
+  | nova.create_keypair | 0.374 | 0.484  | 0.667  | 0.672  | 0.678 | 0.503 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.016 | 0.021  | 0.025  | 0.027  | 0.028 | 0.021 | 100.0%  | 10    |
+  | total               | 0.399 | 0.51   | 0.687  | 0.692  | 0.698 | 0.524 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.56911206245
-  Full duration: 15.5810060501
-
-  test scenario NovaServers.boot_and_live_migrate_server
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 24.0756909847
-  Full duration: 45.605629921
-
-  test scenario NovaServers.resize_server
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 8.5    | 10.265 | 13.462 | 13.48  | 13.497 | 11.031 | 100.0%  | 10    |
-  | nova.resize         | 21.021 | 31.715 | 41.894 | 41.955 | 42.017 | 31.101 | 100.0%  | 10    |
-  | nova.resize_confirm | 2.366  | 2.385  | 2.458  | 2.508  | 2.557  | 2.406  | 100.0%  | 10    |
-  | nova.delete_server  | 2.374  | 2.561  | 4.673  | 4.716  | 4.759  | 3.309  | 100.0%  | 10    |
-  | total               | 35.485 | 48.58  | 62.131 | 62.205 | 62.28  | 47.847 | 100.0%  | 10    |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 135.703742027
-  Full duration: 149.641403913
+  Load duration: 1.59278798103
+  Full duration: 15.4121351242
 
   test scenario NovaServers.snapshot_server
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | action                 | min    | median | 90%ile  | 95%ile  | max     | avg    | success | count |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | nova.boot_server       | 8.546  | 11.086 | 12.297  | 12.315  | 12.333  | 10.961 | 100.0%  | 10    |
-  | nova.create_image      | 28.926 | 39.293 | 53.571  | 59.29   | 65.01   | 42.354 | 100.0%  | 10    |
-  | nova.delete_server     | 2.376  | 2.832  | 4.729   | 4.74    | 4.751   | 3.158  | 100.0%  | 10    |
-  | nova.boot_server (2)   | 20.905 | 25.466 | 34.935  | 35.116  | 35.297  | 27.05  | 100.0%  | 10    |
-  | nova.delete_server (2) | 2.398  | 2.755  | 4.917   | 4.949   | 4.981   | 3.137  | 100.0%  | 10    |
-  | nova.delete_image      | 0.186  | 0.447  | 0.633   | 0.894   | 1.154   | 0.471  | 100.0%  | 10    |
-  | total                  | 69.69  | 81.986 | 108.409 | 113.975 | 119.542 | 87.131 | 100.0%  | 10    |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  Load duration: 245.940519094
-  Full duration: 270.120299816
+  +--------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                       |
+  +------------------------+--------+--------+---------+---------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile  | 95%ile  | max    | avg    | success | count |
+  +------------------------+--------+--------+---------+---------+--------+--------+---------+-------+
+  | nova.boot_server       | 9.938  | 10.314 | 11.977  | 12.384  | 12.791 | 10.711 | 100.0%  | 10    |
+  | nova.create_image      | 33.802 | 39.898 | 69.264  | 70.135  | 71.005 | 45.583 | 100.0%  | 10    |
+  | nova.delete_server     | 2.408  | 2.848  | 3.266   | 4.121   | 4.975  | 2.967  | 100.0%  | 10    |
+  | nova.boot_server (2)   | 19.438 | 33.013 | 43.809  | 46.043  | 48.276 | 33.839 | 100.0%  | 10    |
+  | nova.delete_server (2) | 2.395  | 2.453  | 4.821   | 4.891   | 4.961  | 3.009  | 100.0%  | 10    |
+  | nova.delete_image      | 0.264  | 0.373  | 0.749   | 1.036   | 1.323  | 0.484  | 100.0%  | 10    |
+  | total                  | 70.267 | 96.724 | 117.768 | 118.599 | 119.43 | 96.593 | 100.0%  | 10    |
+  +------------------------+--------+--------+---------+---------+--------+--------+---------+-------+
+  Load duration: 280.300797939
+  Full duration: 304.846863985
 
   test scenario NovaKeypair.boot_and_delete_server_with_keypair
   +---------------------------------------------------------------------------------------------+
@@ -1294,14 +1270,14 @@ Rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_keypair | 0.36   | 0.446  | 0.595  | 0.613  | 0.631  | 0.474  | 100.0%  | 10    |
-  | nova.boot_server    | 8.197  | 9.375  | 10.819 | 11.368 | 11.918 | 9.711  | 100.0%  | 10    |
-  | nova.delete_server  | 2.369  | 2.389  | 2.423  | 2.473  | 2.523  | 2.402  | 100.0%  | 10    |
-  | nova.delete_keypair | 0.012  | 0.019  | 0.023  | 0.023  | 0.023  | 0.019  | 100.0%  | 10    |
-  | total               | 11.116 | 12.177 | 13.793 | 14.36  | 14.927 | 12.607 | 100.0%  | 10    |
+  | nova.create_keypair | 0.406  | 0.458  | 0.533  | 0.575  | 0.616  | 0.474  | 100.0%  | 10    |
+  | nova.boot_server    | 8.324  | 10.158 | 11.335 | 11.766 | 12.197 | 10.115 | 100.0%  | 10    |
+  | nova.delete_server  | 2.382  | 2.425  | 2.618  | 2.621  | 2.625  | 2.456  | 100.0%  | 10    |
+  | nova.delete_keypair | 0.014  | 0.019  | 0.028  | 0.029  | 0.029  | 0.02   | 100.0%  | 10    |
+  | total               | 11.352 | 13.038 | 14.228 | 14.667 | 15.107 | 13.066 | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 36.5086538792
-  Full duration: 59.5541279316
+  Load duration: 39.3250300884
+  Full duration: 62.0274989605
 
   test scenario NovaKeypair.create_and_list_keypairs
   +------------------------------------------------------------------------------------------+
@@ -1309,12 +1285,12 @@ Rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 0.383 | 0.428  | 0.577  | 0.577  | 0.577 | 0.451 | 100.0%  | 10    |
-  | nova.list_keypairs  | 0.012 | 0.018  | 0.02   | 0.02   | 0.021 | 0.017 | 100.0%  | 10    |
-  | total               | 0.4   | 0.444  | 0.593  | 0.594  | 0.595 | 0.468 | 100.0%  | 10    |
+  | nova.create_keypair | 0.389 | 0.483  | 0.646  | 0.673  | 0.701 | 0.503 | 100.0%  | 10    |
+  | nova.list_keypairs  | 0.013 | 0.018  | 0.021  | 0.024  | 0.027 | 0.018 | 100.0%  | 10    |
+  | total               | 0.405 | 0.504  | 0.659  | 0.688  | 0.716 | 0.521 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.35172510147
-  Full duration: 16.8010981083
+  Load duration: 1.55672502518
+  Full duration: 16.8414058685
 
   test scenario NovaServers.list_servers
   +----------------------------------------------------------------------------------------+
@@ -1322,22 +1298,26 @@ Rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.list_servers | 0.578 | 0.66   | 0.698  | 0.727  | 0.757 | 0.653 | 100.0%  | 10    |
-  | total             | 0.578 | 0.66   | 0.698  | 0.727  | 0.757 | 0.653 | 100.0%  | 10    |
+  | nova.list_servers | 0.604 | 0.661  | 0.751  | 0.753  | 0.755 | 0.667 | 100.0%  | 10    |
+  | total             | 0.604 | 0.661  | 0.751  | 0.753  | 0.755 | 0.667 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.92253804207
-  Full duration: 65.4294450283
+  Load duration: 1.98178386688
+  Full duration: 66.4639019966
 
-  test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 46.8340380192
-  Full duration: 79.3581779003
+  test scenario NovaServers.resize_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 8.516  | 10.952 | 12.492 | 12.717 | 12.943 | 11.085 | 100.0%  | 10    |
+  | nova.resize         | 21.055 | 26.446 | 42.177 | 42.263 | 42.349 | 29.612 | 100.0%  | 10    |
+  | nova.resize_confirm | 2.392  | 2.451  | 2.573  | 2.592  | 2.611  | 2.47   | 100.0%  | 10    |
+  | nova.delete_server  | 2.375  | 2.427  | 2.595  | 2.673  | 2.751  | 2.475  | 100.0%  | 10    |
+  | total               | 34.884 | 42.48  | 59.742 | 59.88  | 60.019 | 45.642 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 133.771182775
+  Full duration: 147.319270134
 
   test scenario NovaServers.boot_server_from_volume_and_delete
   +----------------------------------------------------------------------------------------------+
@@ -1345,13 +1325,13 @@ Rally
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 3.263  | 3.608  | 5.727  | 5.887  | 6.048  | 4.351  | 100.0%  | 10    |
-  | nova.boot_server     | 13.167 | 14.489 | 16.099 | 17.146 | 18.192 | 14.652 | 100.0%  | 10    |
-  | nova.delete_server   | 4.488  | 4.602  | 4.8    | 4.819  | 4.839  | 4.628  | 100.0%  | 10    |
-  | total                | 21.025 | 22.693 | 26.393 | 27.28  | 28.166 | 23.631 | 100.0%  | 10    |
+  | cinder.create_volume | 3.421  | 5.82   | 6.128  | 6.151  | 6.173  | 5.197  | 100.0%  | 10    |
+  | nova.boot_server     | 13.462 | 15.116 | 17.314 | 17.513 | 17.711 | 15.217 | 100.0%  | 10    |
+  | nova.delete_server   | 4.532  | 4.689  | 6.776  | 6.8    | 6.823  | 5.275  | 100.0%  | 10    |
+  | total                | 21.563 | 26.332 | 28.183 | 28.315 | 28.446 | 25.689 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 69.0365488529
-  Full duration: 98.4866499901
+  Load duration: 76.1264929771
+  Full duration: 105.501106024
 
   test scenario NovaServers.boot_and_migrate_server
   +---------------------------------------------------------------------------------------------+
@@ -1359,15 +1339,15 @@ Rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 8.678  | 10.115 | 12.244 | 12.524 | 12.805 | 10.543 | 100.0%  | 10    |
-  | nova.stop_server    | 5.126  | 15.546 | 15.762 | 15.837 | 15.912 | 14.377 | 100.0%  | 10    |
-  | nova.migrate        | 16.303 | 21.071 | 25.467 | 25.57  | 25.674 | 20.932 | 100.0%  | 10    |
-  | nova.resize_confirm | 2.368  | 2.387  | 2.574  | 2.585  | 2.596  | 2.44   | 100.0%  | 10    |
-  | nova.delete_server  | 2.368  | 2.392  | 2.533  | 2.619  | 2.704  | 2.438  | 100.0%  | 10    |
-  | total               | 39.82  | 51.63  | 57.576 | 57.814 | 58.051 | 50.731 | 100.0%  | 10    |
+  | nova.boot_server    | 8.668  | 10.279 | 12.669 | 12.746 | 12.824 | 10.808 | 100.0%  | 10    |
+  | nova.stop_server    | 4.695  | 14.48  | 15.73  | 15.737 | 15.745 | 11.929 | 100.0%  | 10    |
+  | nova.migrate        | 16.259 | 18.003 | 25.275 | 25.347 | 25.419 | 19.085 | 100.0%  | 10    |
+  | nova.resize_confirm | 2.394  | 2.416  | 2.564  | 2.604  | 2.644  | 2.46   | 100.0%  | 10    |
+  | nova.delete_server  | 2.383  | 2.408  | 2.55   | 2.58   | 2.61   | 2.448  | 100.0%  | 10    |
+  | total               | 35.744 | 47.034 | 56.397 | 57.427 | 58.457 | 46.73  | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 141.781988859
-  Full duration: 156.064862967
+  Load duration: 131.940564156
+  Full duration: 145.82509613
 
   test scenario NovaServers.boot_and_delete_server
   +--------------------------------------------------------------------------------------------+
@@ -1375,12 +1355,12 @@ Rally
   +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action             | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server   | 8.445  | 10.994 | 13.498 | 13.596 | 13.694 | 10.945 | 100.0%  | 10    |
-  | nova.delete_server | 2.367  | 2.486  | 4.61   | 4.64   | 4.67   | 3.089  | 100.0%  | 10    |
-  | total              | 10.812 | 14.816 | 16.064 | 16.088 | 16.113 | 14.034 | 100.0%  | 10    |
+  | nova.boot_server   | 8.359  | 10.277 | 11.312 | 11.367 | 11.422 | 10.063 | 100.0%  | 10    |
+  | nova.delete_server | 2.388  | 2.607  | 4.826  | 4.853  | 4.881  | 3.21   | 100.0%  | 10    |
+  | total              | 11.023 | 12.798 | 15.929 | 16.116 | 16.303 | 13.273 | 100.0%  | 10    |
   +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 40.6690340042
-  Full duration: 64.2563021183
+  Load duration: 39.1904668808
+  Full duration: 62.8628950119
 
   test scenario NovaServers.boot_and_rebuild_server
   +---------------------------------------------------------------------------------------------+
@@ -1388,13 +1368,13 @@ Rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 8.348  | 11.07  | 13.505 | 13.575 | 13.646 | 10.951 | 100.0%  | 10    |
-  | nova.rebuild_server | 7.479  | 15.492 | 16.807 | 20.016 | 23.225 | 14.764 | 100.0%  | 10    |
-  | nova.delete_server  | 2.392  | 4.47   | 4.54   | 4.596  | 4.652  | 3.692  | 100.0%  | 10    |
-  | total               | 20.316 | 31.223 | 33.99  | 34.082 | 34.174 | 29.407 | 100.0%  | 10    |
+  | nova.boot_server    | 8.636  | 9.789  | 12.354 | 12.414 | 12.474 | 10.12  | 100.0%  | 10    |
+  | nova.rebuild_server | 11.032 | 13.82  | 21.821 | 22.321 | 22.821 | 16.342 | 100.0%  | 10    |
+  | nova.delete_server  | 2.382  | 2.461  | 2.664  | 2.759  | 2.854  | 2.524  | 100.0%  | 10    |
+  | total               | 24.342 | 28.632 | 33.812 | 34.242 | 34.671 | 28.986 | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 86.6938700676
-  Full duration: 109.955939054
+  Load duration: 82.0937809944
+  Full duration: 105.129650116
 
   test scenario NovaSecGroup.create_and_list_secgroups
   +--------------------------------------------------------------------------------------------------------+
@@ -1402,46 +1382,46 @@ Rally
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups | 1.421  | 1.661  | 2.019  | 2.059  | 2.098  | 1.728  | 100.0%  | 10    |
-  | nova.create_100_rules          | 8.863  | 10.358 | 10.566 | 10.637 | 10.709 | 10.081 | 100.0%  | 10    |
-  | nova.list_security_groups      | 0.093  | 0.171  | 0.218  | 0.228  | 0.239  | 0.171  | 100.0%  | 10    |
-  | total                          | 10.803 | 12.109 | 12.506 | 12.619 | 12.733 | 11.981 | 100.0%  | 10    |
+  | nova.create_10_security_groups | 1.596  | 2.105  | 2.35   | 2.351  | 2.352  | 2.061  | 100.0%  | 10    |
+  | nova.create_100_rules          | 8.873  | 10.349 | 10.555 | 10.65  | 10.745 | 10.067 | 100.0%  | 10    |
+  | nova.list_security_groups      | 0.129  | 0.183  | 0.281  | 0.318  | 0.354  | 0.201  | 100.0%  | 10    |
+  | total                          | 11.189 | 12.51  | 12.822 | 12.823 | 12.823 | 12.329 | 100.0%  | 10    |
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 35.1620168686
-  Full duration: 62.5070729256
+  Load duration: 36.4927339554
+  Full duration: 63.6400220394
 
   test scenario NovaSecGroup.create_and_delete_secgroups
-  +--------------------------------------------------------------------------------------------------------+
-  |                                          Response Times (sec)                                          |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups | 1.351  | 1.93   | 2.039  | 2.068  | 2.096  | 1.824  | 100.0%  | 10    |
-  | nova.create_100_rules          | 8.92   | 9.841  | 10.419 | 10.488 | 10.557 | 9.801  | 100.0%  | 10    |
-  | nova.delete_10_security_groups | 0.844  | 0.885  | 0.939  | 0.954  | 0.969  | 0.891  | 100.0%  | 10    |
-  | total                          | 11.461 | 12.712 | 12.926 | 12.988 | 13.049 | 12.516 | 100.0%  | 10    |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 37.1039390564
-  Full duration: 51.6090979576
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +--------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 1.326 | 1.779  | 1.959  | 1.983  | 2.006  | 1.748  | 100.0%  | 10    |
+  | nova.create_100_rules          | 9.29  | 10.389 | 10.656 | 10.731 | 10.805 | 10.241 | 100.0%  | 10    |
+  | nova.delete_10_security_groups | 0.833 | 0.896  | 1.02   | 1.03   | 1.04   | 0.918  | 100.0%  | 10    |
+  | total                          | 11.55 | 13.143 | 13.488 | 13.549 | 13.611 | 12.907 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 38.0758161545
+  Full duration: 52.9351670742
 
   test scenario NovaServers.boot_and_bounce_server
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
-  | action                  | min    | median | 90%ile | 95%ile  | max     | avg    | success | count |
-  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
-  | nova.boot_server        | 8.375  | 9.683  | 10.167 | 11.196  | 12.224  | 9.742  | 100.0%  | 10    |
-  | nova.reboot_server      | 2.435  | 4.597  | 4.683  | 4.731   | 4.78    | 4.385  | 100.0%  | 10    |
-  | nova.soft_reboot_server | 6.561  | 6.748  | 18.978 | 71.705  | 124.431 | 18.545 | 100.0%  | 10    |
-  | nova.stop_server        | 4.627  | 4.663  | 4.844  | 4.846   | 4.847   | 4.705  | 100.0%  | 10    |
-  | nova.start_server       | 2.639  | 2.745  | 3.798  | 3.892   | 3.986   | 2.978  | 100.0%  | 10    |
-  | nova.rescue_server      | 6.603  | 11.178 | 17.543 | 17.565  | 17.587  | 11.682 | 100.0%  | 10    |
-  | nova.unrescue_server    | 2.342  | 4.469  | 6.599  | 6.617   | 6.634   | 4.682  | 100.0%  | 10    |
-  | nova.delete_server      | 2.363  | 2.393  | 4.494  | 4.499   | 4.504   | 2.825  | 100.0%  | 10    |
-  | total                   | 41.094 | 48.675 | 64.097 | 115.103 | 166.11  | 59.555 | 100.0%  | 10    |
-  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
-  Load duration: 264.457379103
-  Full duration: 288.250715971
+  +----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                        |
+  +-------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
+  | action                  | min    | median | 90%ile  | 95%ile  | max     | avg    | success | count |
+  +-------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
+  | nova.boot_server        | 8.49   | 12.054 | 12.335  | 12.336  | 12.338  | 11.077 | 100.0%  | 10    |
+  | nova.reboot_server      | 4.412  | 4.746  | 6.676   | 6.794   | 6.912   | 5.252  | 100.0%  | 10    |
+  | nova.soft_reboot_server | 6.592  | 7.729  | 125.626 | 125.9   | 126.174 | 31.142 | 100.0%  | 10    |
+  | nova.stop_server        | 4.709  | 4.817  | 4.999   | 5.006   | 5.013   | 4.835  | 100.0%  | 10    |
+  | nova.start_server       | 2.636  | 3.348  | 4.108   | 4.153   | 4.198   | 3.361  | 100.0%  | 10    |
+  | nova.rescue_server      | 6.613  | 6.787  | 17.596  | 17.726  | 17.855  | 11.037 | 100.0%  | 10    |
+  | nova.unrescue_server    | 2.324  | 4.485  | 6.647   | 6.653   | 6.659   | 4.948  | 100.0%  | 10    |
+  | nova.delete_server      | 2.375  | 2.416  | 4.666   | 4.731   | 4.797   | 3.1    | 100.0%  | 10    |
+  | total                   | 39.617 | 54.891 | 166.239 | 170.845 | 175.451 | 74.764 | 100.0%  | 10    |
+  +-------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
+  Load duration: 241.107405901
+  Full duration: 264.433083773
 
   test scenario NovaServers.boot_server
   +-----------------------------------------------------------------------------------------+
@@ -1449,11 +1429,11 @@ Rally
   +------------------+-------+--------+--------+--------+--------+--------+---------+-------+
   | action           | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
   +------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server | 8.162 | 11.1   | 12.354 | 12.414 | 12.474 | 10.973 | 100.0%  | 10    |
-  | total            | 8.162 | 11.1   | 12.354 | 12.414 | 12.474 | 10.973 | 100.0%  | 10    |
+  | nova.boot_server | 9.537 | 9.723  | 12.302 | 12.597 | 12.891 | 10.539 | 100.0%  | 10    |
+  | total            | 9.537 | 9.723  | 12.302 | 12.597 | 12.891 | 10.539 | 100.0%  | 10    |
   +------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 31.763892889
-  Full duration: 56.217361927
+  Load duration: 31.5377810001
+  Full duration: 56.3936619759
 
   test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
   +-----------------------------------------------------------------------------------------------------------+
@@ -1461,16 +1441,16 @@ Rally
   +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups    | 1.475  | 1.787  | 2.114  | 2.126  | 2.139  | 1.802  | 100.0%  | 10    |
-  | nova.create_100_rules             | 9.086  | 9.76   | 10.588 | 10.617 | 10.645 | 9.838  | 100.0%  | 10    |
-  | nova.boot_server                  | 7.854  | 10.956 | 11.432 | 11.459 | 11.485 | 10.169 | 100.0%  | 10    |
-  | nova.get_attached_security_groups | 0.13   | 0.15   | 0.18   | 0.238  | 0.296  | 0.163  | 100.0%  | 10    |
-  | nova.delete_server                | 2.396  | 2.436  | 4.649  | 4.688  | 4.726  | 3.095  | 100.0%  | 10    |
-  | nova.delete_10_security_groups    | 0.804  | 0.848  | 0.94   | 0.981  | 1.022  | 0.874  | 100.0%  | 10    |
-  | total                             | 22.492 | 25.639 | 29.318 | 29.34  | 29.362 | 25.942 | 100.0%  | 10    |
+  | nova.create_10_security_groups    | 1.677  | 1.957  | 2.26   | 2.317  | 2.373  | 1.975  | 100.0%  | 10    |
+  | nova.create_100_rules             | 9.032  | 10.031 | 10.512 | 10.585 | 10.658 | 9.992  | 100.0%  | 10    |
+  | nova.boot_server                  | 8.152  | 11.436 | 11.645 | 11.66  | 11.675 | 10.446 | 100.0%  | 10    |
+  | nova.get_attached_security_groups | 0.145  | 0.154  | 0.17   | 0.185  | 0.2    | 0.158  | 100.0%  | 10    |
+  | nova.delete_server                | 2.412  | 4.581  | 4.637  | 4.667  | 4.696  | 3.741  | 100.0%  | 10    |
+  | nova.delete_10_security_groups    | 0.791  | 0.902  | 0.983  | 0.993  | 1.003  | 0.901  | 100.0%  | 10    |
+  | total                             | 22.687 | 29.402 | 29.574 | 29.639 | 29.704 | 27.213 | 100.0%  | 10    |
   +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 75.6021800041
-  Full duration: 99.6540331841
+  Load duration: 81.6792809963
+  Full duration: 106.045881033
 
   test scenario NovaServers.pause_and_unpause_server
   +---------------------------------------------------------------------------------------------+
@@ -1478,25 +1458,14 @@ Rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 9.732  | 10.884 | 11.218 | 11.745 | 12.272 | 10.741 | 100.0%  | 10    |
-  | nova.pause_server   | 2.307  | 2.398  | 2.517  | 2.601  | 2.685  | 2.422  | 100.0%  | 10    |
-  | nova.unpause_server | 2.308  | 2.398  | 2.511  | 2.584  | 2.656  | 2.416  | 100.0%  | 10    |
-  | nova.delete_server  | 2.378  | 2.629  | 4.553  | 4.634  | 4.715  | 3.125  | 100.0%  | 10    |
-  | total               | 17.279 | 18.34  | 20.126 | 20.405 | 20.683 | 18.704 | 100.0%  | 10    |
+  | nova.boot_server    | 9.557  | 11.959 | 12.616 | 12.617 | 12.618 | 11.399 | 100.0%  | 10    |
+  | nova.pause_server   | 2.3    | 2.488  | 2.647  | 2.73   | 2.813  | 2.485  | 100.0%  | 10    |
+  | nova.unpause_server | 2.313  | 2.338  | 2.459  | 2.519  | 2.579  | 2.376  | 100.0%  | 10    |
+  | nova.delete_server  | 2.379  | 4.554  | 4.593  | 4.6    | 4.608  | 3.72   | 100.0%  | 10    |
+  | total               | 16.731 | 21.47  | 21.938 | 22.069 | 22.201 | 19.98  | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 55.6299200058
-  Full duration: 79.6088850498
-
-  test scenario NovaServers.boot_server_from_volume_and_live_migrate
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 58.3723990917
-  Full duration: 88.5405950546
+  Load duration: 60.1143479347
+  Full duration: 84.1553788185
 
   test scenario NovaServers.boot_server_from_volume
   +----------------------------------------------------------------------------------------------+
@@ -1504,12 +1473,12 @@ Rally
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 3.351  | 4.603  | 5.886  | 5.919  | 5.953  | 4.626  | 100.0%  | 10    |
-  | nova.boot_server     | 12.326 | 15.273 | 18.357 | 18.452 | 18.546 | 15.585 | 100.0%  | 10    |
-  | total                | 15.677 | 20.516 | 24.089 | 24.139 | 24.189 | 20.212 | 100.0%  | 10    |
+  | cinder.create_volume | 3.296  | 3.584  | 6.23   | 6.254  | 6.278  | 4.296  | 100.0%  | 10    |
+  | nova.boot_server     | 13.316 | 14.103 | 15.99  | 16.029 | 16.068 | 14.371 | 100.0%  | 10    |
+  | total                | 16.8   | 18.338 | 20.779 | 21.536 | 22.293 | 18.667 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 59.4558730125
-  Full duration: 95.1560180187
+  Load duration: 55.7340800762
+  Full duration: 89.9920220375
 
   test scenario NovaServers.boot_and_list_server
   +------------------------------------------------------------------------------------------+
@@ -1517,32 +1486,32 @@ Rally
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server  | 9.422 | 11.71  | 12.617 | 13.138 | 13.658 | 11.406 | 100.0%  | 10    |
-  | nova.list_servers | 0.165 | 0.204  | 0.326  | 0.365  | 0.404  | 0.238  | 100.0%  | 10    |
-  | total             | 9.714 | 11.913 | 12.801 | 13.33  | 13.858 | 11.644 | 100.0%  | 10    |
+  | nova.boot_server  | 8.714 | 10.615 | 12.468 | 12.501 | 12.535 | 10.613 | 100.0%  | 10    |
+  | nova.list_servers | 0.14  | 0.241  | 0.434  | 0.454  | 0.474  | 0.274  | 100.0%  | 10    |
+  | total             | 8.854 | 10.943 | 12.715 | 12.756 | 12.798 | 10.887 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 34.6017370224
-  Full duration: 69.1325480938
+  Load duration: 30.5609071255
+  Full duration: 64.9602191448
 
-  2016-02-11 12:09:32,029 - run_rally - INFO - Test scenario: "nova" Failed.
+  run_rally - INFO - Test scenario: "nova" OK.
 
-  2016-02-11 12:09:32,030 - run_rally - INFO - Starting test scenario "quotas" ...
-  2016-02-11 12:10:18,739 - run_rally - INFO -
+  run_rally - INFO - Starting test scenario "quotas" ...
+  run_rally - INFO -
    Preparing input task
-   Task  618ee647-de15-4bb4-b5d8-7071f7a1cd3a: started
-  Task 618ee647-de15-4bb4-b5d8-7071f7a1cd3a: finished
+   Task  98d9ffba-dd50-429a-ab90-4549e00b19cf: started
+  Task 98d9ffba-dd50-429a-ab90-4549e00b19cf: finished
 
   test scenario Quotas.cinder_update
   +------------------------------------------------------------------------------------------+
   |                                   Response Times (sec)                                   |
-  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | quotas.update_quotas | 0.613 | 0.711  | 0.827  | 0.859  | 0.89 | 0.729 | 100.0%  | 10    |
-  | total                | 0.613 | 0.711  | 0.828  | 0.859  | 0.89 | 0.729 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  Load duration: 2.19303894043
-  Full duration: 7.96247792244
+  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.58 | 0.646  | 0.661  | 0.671  | 0.682 | 0.636 | 100.0%  | 10    |
+  | total                | 0.58 | 0.646  | 0.661  | 0.671  | 0.682 | 0.636 | 100.0%  | 10    |
+  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.98423290253
+  Full duration: 7.3744559288
 
   test scenario Quotas.neutron_update
   +-------------------------------------------------------------------------------------------+
@@ -1550,11 +1519,11 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.233 | 0.257  | 0.293  | 0.294  | 0.296 | 0.263 | 100.0%  | 10    |
-  | total                | 0.296 | 0.323  | 0.36   | 0.361  | 0.361 | 0.329 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.232 | 0.251  | 0.276  | 0.281  | 0.286 | 0.254 | 100.0%  | 10    |
+  | total                | 0.295 | 0.324  | 0.348  | 0.352  | 0.355 | 0.325 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.00596499443
-  Full duration: 6.2725110054
+  Load duration: 0.987355947495
+  Full duration: 6.55621004105
 
   test scenario Quotas.cinder_update_and_delete
   +-------------------------------------------------------------------------------------------+
@@ -1562,12 +1531,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.588 | 0.654  | 0.75   | 0.751  | 0.753 | 0.668 | 100.0%  | 10    |
-  | quotas.delete_quotas | 0.305 | 0.442  | 0.469  | 0.476  | 0.483 | 0.432 | 100.0%  | 10    |
-  | total                | 0.925 | 1.09   | 1.204  | 1.22   | 1.236 | 1.101 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.609 | 0.648  | 0.736  | 0.755  | 0.775 | 0.663 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.267 | 0.474  | 0.498  | 0.518  | 0.539 | 0.454 | 100.0%  | 10    |
+  | total                | 0.95  | 1.099  | 1.254  | 1.262  | 1.271 | 1.117 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.31535387039
-  Full duration: 8.83757400513
+  Load duration: 3.2654209137
+  Full duration: 8.84793901443
 
   test scenario Quotas.nova_update_and_delete
   +-------------------------------------------------------------------------------------------+
@@ -1575,12 +1544,12 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.311 | 0.352  | 0.372  | 0.381  | 0.39  | 0.35  | 100.0%  | 10    |
-  | quotas.delete_quotas | 0.019 | 0.023  | 0.028  | 0.03   | 0.033 | 0.023 | 80.0%   | 10    |
-  | total                | 0.334 | 0.371  | 0.39   | 0.403  | 0.416 | 0.37  | 80.0%   | 10    |
+  | quotas.update_quotas | 0.319 | 0.353  | 0.393  | 0.4    | 0.408 | 0.358 | 100.0%  | 8     |
+  | quotas.delete_quotas | 0.015 | 0.025  | 0.031  | 0.032  | 0.033 | 0.025 | 75.0%   | 8     |
+  | total                | 0.351 | 0.366  | 0.405  | 0.416  | 0.428 | 0.374 | 75.0%   | 8     |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.12344503403
-  Full duration: 6.14012598991
+  Load duration: 0.80732011795
+  Full duration: 6.24122095108
 
   test scenario Quotas.nova_update
   +-------------------------------------------------------------------------------------------+
@@ -1588,73 +1557,111 @@ Rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.343 | 0.364  | 0.388  | 0.397  | 0.406 | 0.366 | 100.0%  | 10    |
-  | total                | 0.343 | 0.364  | 0.388  | 0.397  | 0.407 | 0.366 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.346 | 0.366  | 0.413  | 0.414  | 0.416 | 0.373 | 100.0%  | 10    |
+  | total                | 0.346 | 0.366  | 0.413  | 0.414  | 0.416 | 0.373 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.11645007133
-  Full duration: 6.30511116982
-
-  2016-02-11 12:10:26,202 - run_rally - INFO - Test scenario: "quotas" Failed.
+  Load duration: 1.10930514336
+  Full duration: 6.21793103218
 
-  2016-02-11 12:10:26,202 - run_rally - INFO - Starting test scenario "requests" ...
-  2016-02-11 12:11:10,557 - run_rally - INFO -
+  run_rally - INFO - Test scenario: "quotas" Failed.
+  run_rally - INFO - Starting test scenario "requests" ...
+  run_rally - INFO -
    Preparing input task
-   Task  b0726659-cf16-4374-927e-0e279418212f: started
-  Task b0726659-cf16-4374-927e-0e279418212f: finished
+   Task  712d1722-52e2-4e3a-93dc-515e3fea5977: started
+  Task 712d1722-52e2-4e3a-93dc-515e3fea5977: finished
 
   test scenario HttpRequests.check_random_request
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | requests.check_request | 5.449 | 5.479  | 6.067  | 6.096  | 6.125 | 5.599 | 100.0%  | 10    |
-  | total                  | 5.449 | 5.479  | 6.067  | 6.096  | 6.125 | 5.599 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.4673690796
-  Full duration: 18.8692798615
-
-  test scenario HttpRequests.check_request
   +--------------------------------------------------------------------------------------------+
   |                                    Response Times (sec)                                    |
   +------------------------+-------+--------+--------+--------+-------+------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg  | success | count |
   +------------------------+-------+--------+--------+--------+-------+------+---------+-------+
-  | requests.check_request | 5.452 | 5.467  | 5.51   | 5.526  | 5.542 | 5.48 | 100.0%  | 10    |
-  | total                  | 5.452 | 5.467  | 5.51   | 5.526  | 5.542 | 5.48 | 100.0%  | 10    |
+  | requests.check_request | 5.462 | 5.488  | 5.976  | 5.991  | 6.006 | 5.59 | 100.0%  | 10    |
+  | total                  | 5.462 | 5.488  | 5.976  | 5.991  | 6.006 | 5.59 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+------+---------+-------+
-  Load duration: 16.4834599495
-  Full duration: 18.9142780304
+  Load duration: 16.976375103
+  Full duration: 19.3119690418
 
-  2016-02-11 12:11:18,338 - run_rally - INFO - Test scenario: "requests" OK.
-
-  2016-02-11 12:11:18,338 - run_rally - INFO -
+  test scenario HttpRequests.check_request
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | requests.check_request | 5.466 | 5.48   | 5.487  | 5.491  | 5.496 | 5.479 | 100.0%  | 10    |
+  | total                  | 5.466 | 5.48   | 5.487  | 5.491  | 5.496 | 5.479 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.4575350285
+  Full duration: 18.7219369411
 
+  run_rally - INFO - Test scenario: "requests" OK.
+  run_rally - INFO -
 
                        Rally Summary Report
   +===================+============+===============+===========+
   | Module            | Duration   | nb. Test Run  | Success   |
   +===================+============+===============+===========+
-  | authenticate      | 00:18      | 10            | 100.00%   |
+  | authenticate      | 00:17      | 10            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | glance            | 01:54      | 7             | 100.00%   |
+  | glance            | 01:45      | 7             | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | cinder            | 17:31      | 50            | 100.00%   |
+  | cinder            | 17:38      | 50            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | heat              | 06:56      | 32            | 92.31%    |
+  | heat              | 06:53      | 32            | 92.31%    |
   +-------------------+------------+---------------+-----------+
-  | keystone          | 01:09      | 29            | 100.00%   |
+  | keystone          | 01:07      | 29            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | neutron           | 04:46      | 31            | 100.00%   |
+  | neutron           | 04:41      | 31            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | nova              | 33:41      | 61            | 85.71%    |
+  | nova              | 30:14      | 61            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | quotas            | 00:35      | 7             | 96.00%    |
+  | quotas            | 00:35      | 7             | 95.00%    |
   +-------------------+------------+---------------+-----------+
-  | requests          | 00:37      | 2             | 100.00%   |
+  | requests          | 00:38      | 2             | 100.00%   |
   +-------------------+------------+---------------+-----------+
   +===================+============+===============+===========+
-  | TOTAL:            | 01:07:31   | 229           | 97.11%    |
+  | TOTAL:            | 01:03:52   | 229           | 98.59%    |
   +===================+============+===============+===========+
+::
+
+Feature tests
+-------------
+
+vIMS
+^^^^
 
- ::
+::
+  FUNCTEST.info: Running vIMS test...
+  vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
+  vIMS - INFO - Update OpenStack creds informations
+  vIMS - INFO - Upload some OS images if it doesn't exist
+  vIMS - INFO - centos_7 image doesn't exist on glance repository.
+                              Try downloading this image and upload on glance !
+  vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
+                              Try downloading this image and upload on glance !
+  vIMS - INFO - Update security group quota for this tenant
+  vIMS - INFO - Update cinder quota for this tenant
+  vIMS - INFO - Collect flavor id for cloudify manager server
+  vIMS - INFO - Prepare virtualenv for cloudify-cli
+  vIMS - INFO - Downloading the cloudify manager server blueprint
+  vIMS - INFO - Cloudify deployment Start Time:'2016-02-23 04:47:07'
+  vIMS - INFO - Writing the inputs file
+  vIMS - INFO - Launching the cloudify-manager deployment
+  vIMS - INFO - Cloudify-manager server is UP !
+  vIMS - INFO - Cloudify deployment duration:'432.5'
+  vIMS - INFO - Collect flavor id for all clearwater vm
+  vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-23 04:54:20'
+  vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
+  vIMS - INFO - Writing the inputs file
+  vIMS - INFO - Launching the clearwater deployment
+  vIMS - INFO - The deployment of clearwater-opnfv is ended
+  vIMS - INFO - vIMS VNF deployment duration:'616.2'
+  vIMS - INFO - vIMS functional test Start Time:'2016-02-23 05:07:44'
+  vIMS - INFO - vIMS functional test duration:'3.5'
+  vIMS - INFO - Launching the clearwater-opnfv undeployment
+  vIMS - ERROR - Error when executing command /bin/bash -c 'source /home/opnfv/functest/data/vIMS/venv_cloudify/bin/activate; cd /home/opnfv/functest/data/vIMS/; cfy executions start -w uninstall -d clearwater-opnfv --timeout 1800 ; cfy deployments delete -d clearwater-opnfv; '
+  vIMS - INFO - Launching the cloudify-manager undeployment
+  vIMS - INFO - Cloudify-manager server has been successfully removed!
+  vIMS - INFO - Removing vIMS tenant ..
+  vIMS - INFO - Removing vIMS user ..
+::
diff --git a/docs/results/compass-os-ocl-nofeature-ha.rst b/docs/results/compass-os-ocl-nofeature-ha.rst
deleted file mode 100644 (file)
index 62746ad..0000000
+++ /dev/null
@@ -1,356 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
-.. http://creativecommons.org/licenses/by/4.0
-
-Detailed test results for compass-os-ocl-nofeature-ha
-=====================================================
-
-.. Add any text in here that could be useful for a reader.
-
-The following section outlines the detailed functest results for the Brahmaputra scenario
-deploying OpenStack with an OpenContrail SDN controller in a Pharos environment
-by the Compass installer.
-
-VIM
----
-
-vPing_SSH
-^^^^^^^^^
-
-vPing test case output is displayed in the console::
-
-  FUNCTEST.info: Running vPing test...
-  2016-01-23 03:18:20,153 - vPing- INFO - Creating neutron network vping-net...
-  2016-01-23 03:18:35,476 - vPing- INFO - Flavor found 'm1.small'
-  2016-01-23 03:18:36,350 - vPing- INFO - vPing Start Time:'2016-01-23 03:18:36'
-  2016-01-23 03:18:38,571 - vPing- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-  2016-01-23 03:18:53,716 - vPing- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-  2016-01-23 03:18:55,239 - vPing- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-  2016-01-23 03:19:15,593 - vPing- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-  2016-01-23 03:19:15,593 - vPing- INFO - Creating floating IP for the second VM...
-  2016-01-23 03:19:18,017 - vPing- INFO - Floating IP created: '10.2.65.6'
-  2016-01-23 03:19:18,017 - vPing- INFO - Associating floating ip: '10.2.65.6' to VM2
-  2016-01-23 03:19:37,839 - vPing- INFO - SCP ping script to VM2...
-  2016-01-23 03:19:37,839 - vPing- INFO - Waiting for ping...
-  2016-01-23 03:19:40,130 - vPing- INFO - vPing detected!
-  2016-01-23 03:19:40,130 - vPing- INFO - vPing duration:'63.8'
-  2016-01-23 03:19:40,130 - vPing- INFO - Cleaning up...
-  2016-01-23 03:20:06,574 - vPing- INFO - Deleting network 'vping-net'...
-  2016-01-23 03:20:13,587 - vPing- INFO - vPing OK
-
-
-
-
-vPing_userdata
-^^^^^^^^^^^^^^
-
-vPing_userdata results are displayed in the console::
-
-    2016-01-06 16:06:20,550 - vPing- INFO - Creating neutron network vping-net...
-    2016-01-06 16:06:23,867 - vPing- INFO - Flavor found 'm1.small'
-    2016-01-06 16:06:24,457 - vPing- INFO - vPing Start Time:'2016-01-06 16:06:24'
-    2016-01-06 16:06:24,626 - vPing- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-    2016-01-06 16:06:39,351 - vPing- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-    2016-01-06 16:06:39,650 - vPing- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-    2016-01-06 16:06:53,330 - vPing- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-    2016-01-06 16:06:53,330 - vPing- INFO - Waiting for ping...
-    2016-01-06 16:06:58,669 - vPing- INFO - vPing detected!
-    2016-01-06 16:06:58,669 - vPing- INFO - vPing duration:'34.2'
-    2016-01-06 16:06:58,670 - vPing- INFO - Cleaning up...
-    2016-01-06 16:07:12,661 - vPing- INFO - Deleting network 'vping-net'...
-    2016-01-06 16:07:14,748 - vPing- INFO - vPing OK
-
-Tempest
-^^^^^^^
-
-The Tempest results are displayed in the console::
-
-  FUNCTEST.info: Running Tempest tests...
-  2016-01-28 07:56:55,380 - run_tempest - INFO - Creating tenant and user for Tempest suite
-  2016-01-28 07:56:56.127 23795 INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
-  2016-01-28 07:56:59.512 23795 INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
-  16-01-28 07:57:00,597 - run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
-  Total results of verification:
-  .
-  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
-  | UUID                                 | Deployment UUID                      | Set name | Tests | Failures | Created at                 | Status   |
-  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
-  | e0bf7770-2c0f-4c63-913c-cd51a6edd96d | 16582e1e-7b01-4d5d-9c13-a26db8567b7b |          | 144   | 30       | 2016-01-28 07:57:01.044856 | finished |
-  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
-  .
-  Tests:
-  .
-  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  | name                                                                                                                                     | time      | status  |
-  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.29804   | success |
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.06289   | success |
-  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 9.21756   | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 8.65376   | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 9.10993   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.19585   | success |
-  ...........................................
-  2016-01-28 08:19:32,132 - run_tempest - INFO - Results: {'timestart': '2016-01-2807:57:01.044856', 'duration': 1350, 'tests': 144, 'failures': 30}
-  2016-01-28 08:19:32,133 - run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
-  2016-01-28 08:19:32,278 - run_tempest - INFO - Deleting tenant and user for Tempest suite)
-
-In order to check all the available test cases related debug information, inspect
-tempest.log file stored under */home/opnfv/functest/results/tempest/*.
-
-
-Rally
-^^^^^
-
-The Rally results are displayed in the console, each module is run one after the
-other. Tables are displayed::
-
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.358 | 0.572  | 0.772  | 0.811  | 1.106 | 0.603 | 100.0%  | 20    |
-  | keystone.add_role    | 0.32  | 0.436  | 0.846  | 0.903  | 1.018 | 0.51  | 100.0%  | 20    |
-  | keystone.list_roles  | 0.102 | 0.185  | 0.253  | 0.275  | 0.347 | 0.188 | 100.0%  | 20    |
-  | total                | 0.845 | 1.223  | 1.821  | 1.822  | 1.823 | 1.302 | 100.0%  | 20    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 7.13633608818
-  Full duration: 36.7863121033
-  ..............
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 1.005 | 1.784  | 3.025  | 3.636  | 4.373 | 2.004 | 100.0%  | 20    |
-  | nova.delete_keypair | 0.199 | 0.699  | 1.007  | 1.244  | 3.014 | 0.79  | 100.0%  | 20    |
-  | total               | 1.249 | 2.625  | 4.259  | 4.845  | 5.131 | 2.794 | 100.0%  | 20    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 14.9231169224
-  Full duration: 71.4614388943
-
-
-At the end of the module test, a message is displayed to provide a global
-summary::
-
-  2016-02-04 12:50:18,382 - run_rally - INFO - Test scenario: "requests" OK.
-
-
-Controllers
------------
-
-OpenDaylight
-^^^^^^^^^^^^
-
-The results of ODL tests can be seen in the console::
-
- ==============================================================================
- Basic
- ==============================================================================
- Basic.010 Restconf OK :: Test suite to verify Restconf is OK
- ==============================================================================
- Get Controller Modules :: Get the controller modules via Restconf     | PASS |
- ------------------------------------------------------------------------------
- Basic.010 Restconf OK :: Test suite to verify Restconf is OK          | PASS |
- 1 critical test, 1 passed, 0 failed
- 1 test total, 1 passed, 0 failed
- ==============================================================================
- Basic                                                                 | PASS |
- 1 critical test, 1 passed, 0 failed
- 1 test total, 1 passed, 0 failed
- ==============================================================================
- Output:  /home/opnfv/repos/functest/output.xml
- Log:     /home/opnfv/repos/functest/log.html
- Report:  /home/opnfv/repos/functest/report.html
-
- ..............................................................................
-
- Neutron.Delete Networks :: Checking Network deleted in OpenStack a... | PASS |
- 2 critical tests, 2 passed, 0 failed
- 2 tests total, 2 passed, 0 failed
- ==============================================================================
- Neutron :: Test suite for Neutron Plugin                              | PASS |
- 18 critical tests, 18 passed, 0 failed
- 18 tests total, 18 passed, 0 failed
- ==============================================================================
- Output:  /home/opnfv/repos/functest/output.xml
- Log:     /home/opnfv/repos/functest/log.html
- Report:  /home/opnfv/repos/functest/report.html
-
-3 result files are generated:
- * output.xml
- * log.html
- * report.html
-
-**ODL result page**
-
-.. figure:: ../images/functestODL.png
-   :width: 170mm
-   :align: center
-   :alt: ODL suite result page
-
-
-ONOS
-^^^^
-
-The ONOS test logs can be found in OnosSystemTest/, and TestON/, and logs/
-(ONOSCI_PATH to be added), and can also be seen in the console::
-
- ******************************
- Result summary for Testcase4
- ******************************
-
- 2016-01-14 05:25:40,529 - FUNCvirNetNBL3 - INFO - ONOS Router Delete test Start
-
- [2016-01-14 05:25:40.529644] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Router
- 2016-01-14 05:25:40,530 - FUNCvirNetNBL3 - INFO - Generate Post Data
-
- [2016-01-14 05:25:40.530825] [FUNCvirNetNBL3] [STEP]  4.1: Post Network Data via HTTP(Post Router need post network)
- 2016-01-14 05:25:40,531 - FUNCvirNetNBL3 - INFO - Sending request http://192.168.122.56:8181/onos/vtn/networks/ using POST method.
- 2016-01-14 05:25:40,539 - FUNCvirNetNBL3 - INFO - Verifying the Expected is equal to the actual or not using assert_equal
- 2016-01-14 05:25:40,539 - FUNCvirNetNBL3 - INFO - Post Network Success
- 2016-01-14 05:25:40,539 - FUNCvirNetNBL3 - INFO - Assertion Passed
-
- [2016-01-14 05:25:40.539687] [FUNCvirNetNBL3] [STEP]  4.2: Post Router Data via HTTP
- 2016-01-14 05:25:40,540 - FUNCvirNetNBL3 - INFO - Sending request http://192.168.122.56:8181/onos/vtn/routers/ using POST method.
- 2016-01-14 05:25:40,543 - FUNCvirNetNBL3 - INFO - Verifying the Expected is equal to the actual or not using assert_equal
- 2016-01-14 05:25:40,543 - FUNCvirNetNBL3 - INFO - Post Router Success
- 2016-01-14 05:25:40,543 - FUNCvirNetNBL3 - INFO - Assertion Passed
-
- [2016-01-14 05:25:40.543489] [FUNCvirNetNBL3] [STEP]  4.3: Delete Router Data via HTTP
- 2016-01-14 05:25:40,543 - FUNCvirNetNBL3 - INFO - Sending request http://192.168.122.56:8181/onos/vtn/routers/e44bd655-e22c-4aeb-b1e9-ea1606875178 using DELETE method.
- 2016-01-14 05:25:40,546 - FUNCvirNetNBL3 - INFO - Verifying the Expected is equal to the actual or not using assert_equal
- 2016-01-14 05:25:40,546 - FUNCvirNetNBL3 - INFO - Delete Router Success
- 2016-01-14 05:25:40,546 - FUNCvirNetNBL3 - INFO - Assertion Passed
-
- [2016-01-14 05:25:40.546774] [FUNCvirNetNBL3] [STEP]  4.4: Get Router Data is NULL
- 2016-01-14 05:25:40,547 - FUNCvirNetNBL3 - INFO - Sending request http://192.168.122.56:8181/onos/vtn/routers/e44bd655-e22c-4aeb-b1e9-ea1606875178 using GET method.
- 2016-01-14 05:25:40,550 - FUNCvirNetNBL3 - INFO - Verifying the Expected is equal to the actual or not using assert_equal
- 2016-01-14 05:25:40,550 - FUNCvirNetNBL3 - INFO - Get Router Success
- 2016-01-14 05:25:40,550 - FUNCvirNetNBL3 - INFO - Assertion Passed
-
-
- *****************************
-  Result: Pass
- *****************************
-
- .......................................................................................
-
- ******************************
-  Result summary for Testcase9
- ******************************
- .......................................................................................
-
-
- [2016-01-14 05:26:42.543489] [FUNCvirNetNBL3] [STEP]  9.6: FloatingIp Clean Data via HTTP
- 2016-01-14 05:26:42,543 - FUNCvirNetNBL3 - INFO - Sending request http://192.168.122.56:8181/onos/vtn/floatingips/e44bd655-e22c-4aeb-b1e9-ea1606875178 using DELETE method.
- 2016-01-14 05:26:42,546 - FUNCvirNetNBL3 - INFO - Verifying the Expected is equal to the actual or not using assert_equal
- 2016-01-14 05:26:42,546 - FUNCvirNetNBL3 - ERROR - Delete Floatingip failed
-
- .......................................................................................
-
- *****************************
-  Result: Failed
- *****************************
-
-There is a result summary for each testcase, and a global summary for the whole test.
-If any problem occurs during the test, a ERROR message will be provided in the test and the the global summary::
-
- *************************************
-         Test Execution Summary
- *************************************
-
-  Test Start           : 14 Jan 2016 05:25:37
-  Test End             : 14 Jan 2016 05:25:41
-  Execution Time       : 0:00:03.349087
-  Total tests planned  : 11
-  Total tests RUN      : 11
-  Total Pass           : 8
-  Total Fail           : 3
-  Total No Result      : 0
-  Success Percentage   : 72%
-  Execution Result     : 100%
-
-
-OpenContrail
-^^^^^^^^^^^^
-
-TODO OVNO
-
-
-Feature
--------
-
-vIMS
-^^^^
-
-The results in the console can be described as follows::
-
-    FUNCTEST.info: Running vIMS test...
-    2016-02-04 13:46:25,025 - vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
-    2016-02-04 13:46:25,312 - vIMS - INFO - Update OpenStack creds informations
-    2016-02-04 13:46:25,312 - vIMS - INFO - Upload some OS images if it doesn't exist
-    2016-02-04 13:46:25,566 - vIMS - INFO - centos_7 image doesn't exist on glance repository.
-                                Try downloading this image and upload on glance !
-    2016-02-04 13:47:06,167 - vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
-                                Try downloading this image and upload on glance !
-    2016-02-04 13:47:26,987 - vIMS - INFO - Update security group quota for this tenant
-    2016-02-04 13:47:27,193 - vIMS - INFO - Update cinder quota for this tenant
-    2016-02-04 13:47:27,746 - vIMS - INFO - Collect flavor id for cloudify manager server
-    2016-02-04 13:47:28,326 - vIMS - INFO - Prepare virtualenv for cloudify-cli
-    2016-02-04 13:48:00,657 - vIMS - INFO - Downloading the cloudify manager server blueprint
-    2016-02-04 13:48:03,391 - vIMS - INFO - Cloudify deployment Start Time:'2016-02-04 13:48:03'
-    2016-02-04 13:48:03,391 - vIMS - INFO - Writing the inputs file
-    2016-02-04 13:48:03,395 - vIMS - INFO - Launching the cloudify-manager deployment
-    2016-02-04 13:56:03,501 - vIMS - INFO - Cloudify-manager server is UP !
-    2016-02-04 13:56:03,502 - vIMS - INFO - Cloudify deployment duration:'480.1'
-    2016-02-04 13:56:03,502 - vIMS - INFO - Collect flavor id for all clearwater vm
-    2016-02-04 13:56:04,093 - vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-04 13:56:04'
-    2016-02-04 13:56:04,093 - vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
-    2016-02-04 13:56:06,265 - vIMS - INFO - Writing the inputs file
-    2016-02-04 13:56:06,268 - vIMS - INFO - Launching the clearwater deployment
-    2016-02-04 14:11:27,101 - vIMS - INFO - The deployment of clearwater-opnfv is ended
-    2016-02-04 14:11:27,103 - vIMS - INFO - vIMS VNF deployment duration:'923.0'
-    2016-02-04 14:14:31,976 - vIMS - INFO - vIMS functional test Start Time:'2016-02-04 14:14:31'
-    2016-02-04 14:15:45,880 - vIMS - INFO - vIMS functional test duration:'73.9'
-    2016-02-04 14:15:46,113 - vIMS - INFO - Launching the clearwater-opnfv undeployment
-    2016-02-04 14:18:12,604 - vIMS - INFO - Launching the cloudify-manager undeployment
-    2016-02-04 14:18:51,808 - vIMS - INFO - Cloudify-manager server has been successfully removed!
-    2016-02-04 14:18:51,870 - vIMS - INFO - Removing vIMS tenant ..
-    2016-02-04 14:18:52,131 - vIMS - INFO - Removing vIMS user ..
-
-Please note that vIMS traces can bee summarized in several steps:
-
- * INFO: environment prepared successfully => environment OK
- * INFO - Cloudify-manager server is UP ! => orchestrator deployed
- * INFO - The deployment of clearwater-opnfv is ended => VNF deployed
- * Multiple Identities (UDP) - (6505550771, 6505550675) Passed => tests run
-
-
-Promise
-^^^^^^^
-
-The results can be observed in the console::
-
-    Running test case: promise
-    ----------------------------------------------
-    FUNCTEST.info: Running PROMISE test case...
-    2016-02-04 07:10:37,735 - Promise- INFO - Creating tenant 'promise'...
-    2016-02-04 07:10:37,893 - Promise- INFO - Adding role '59828986a9a94dfaa852548599fde628' to tenant 'promise'...
-    2016-02-04 07:10:38,005 - Promise- INFO - Creating user 'promiser'...
-    2016-02-04 07:10:38,128 - Promise- INFO - Updating OpenStack credentials...
-    2016-02-04 07:10:38,157 - Promise- INFO - Creating image 'promise-img' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
-    2016-02-04 07:10:42,016 - Promise- INFO - Creating flavor 'promise-flavor'...
-    2016-02-04 07:10:42,836 - Promise- INFO - Exporting environment variables...
-    2016-02-04 07:10:42,836 - Promise- INFO - Running command: DEBUG=1 npm run -s test -- --reporter json
-    2016-02-04 07:10:51,505 - Promise- INFO - The test succeeded.
-    ....
-    **********************************
-        Promise test summary
-    **********************************
-    Test start: Thu Feb 04 07:10:42 UTC 2016
-    Test end: Thu Feb 04 07:10:51 UTC 2016
-    Execution time: 8.7
-    Total tests executed: 33
-    Total tests failed: 0
-    **********************************
-
index 34957b9..e033ffc 100644 (file)
 .. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
 .. http://creativecommons.org/licenses/by/4.0
 
-Detailed test results for compass-os-odl_l2-nofeature-ha
-========================================================
+Test results for apex-os-odl_l2-nofeature-ha
+============================================
 
-Running test case: vping_ssh
-----------------------------
+VIM
+---
 
+vping_ssh
+^^^^^^^^^
 ::
   FUNCTEST.info: Running vPing-SSH test...
-  2016-02-10 22:41:11,118 - vPing_ssh- DEBUG - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
-  2016-02-10 22:41:11,947 - vPing_ssh- DEBUG - Image 'functest-vping' with ID=e900cadf-5723-426e-b269-df5aee4a8af3 created successfully.
-  2016-02-10 22:41:12,053 - vPing_ssh- INFO - Creating neutron network vping-net...
-  2016-02-10 22:41:12,551 - vPing_ssh- DEBUG - Network '91e17a47-73f4-4e27-bcc3-345ad77b4e95' created successfully
-  2016-02-10 22:41:12,551 - vPing_ssh- DEBUG - Creating Subnet....
-  2016-02-10 22:41:12,935 - vPing_ssh- DEBUG - Subnet '2ef1274b-31b7-4f19-8acc-be0e756ee9fd' created successfully
-  2016-02-10 22:41:12,935 - vPing_ssh- DEBUG - Creating Router...
-  2016-02-10 22:41:12,990 - vPing_ssh- DEBUG - Router '16002c8b-fd20-49d5-a36c-97c7f30c0578' created successfully
-  2016-02-10 22:41:12,990 - vPing_ssh- DEBUG - Adding router to subnet...
-  2016-02-10 22:41:13,262 - vPing_ssh- DEBUG - Interface added successfully.
-  2016-02-10 22:41:13,262 - vPing_ssh- DEBUG - Adding gateway to router...
-  2016-02-10 22:41:13,737 - vPing_ssh- DEBUG - Gateway added successfully.
-  2016-02-10 22:41:13,912 - vPing_ssh- INFO - Flavor found 'm1.small'
-  2016-02-10 22:41:14,703 - vPing_ssh- INFO - Creating security group  'vPing-sg'...
-  2016-02-10 22:41:14,859 - vPing_ssh- DEBUG - Security group 'vPing-sg' with ID=78dd100f-bdf4-44bc-8794-cc5b22a42ef6 created successfully.
-  2016-02-10 22:41:14,859 - vPing_ssh- DEBUG - Adding ICMP rules in security group 'vPing-sg'...
-  2016-02-10 22:41:14,930 - vPing_ssh- DEBUG - Adding SSH rules in security group 'vPing-sg'...
-  2016-02-10 22:41:15,089 - vPing_ssh- INFO - vPing Start Time:'2016-02-10 22:41:15'
-  2016-02-10 22:41:15,089 - vPing_ssh- DEBUG - Creating port 'vping-port-1' with IP 192.168.130.30...
-  2016-02-10 22:41:15,284 - vPing_ssh- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-  2016-02-10 22:41:15,284 - vPing_ssh- DEBUG - Configuration:
+  vPing_ssh- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_ssh- INFO - Creating neutron network vping-net...
+  vPing_ssh- INFO - Creating security group  'vPing-sg'...
+  vPing_ssh- INFO - Using existing Flavor 'm1.small'...
+  vPing_ssh- INFO - vPing Start Time:'2016-02-22 22:26:26'
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-1'...
    name=opnfv-vping-1
    flavor=<Flavor: m1.small>
-   image=e900cadf-5723-426e-b269-df5aee4a8af3
-   network=91e17a47-73f4-4e27-bcc3-345ad77b4e95
-
-  2016-02-10 22:41:16,649 - vPing_ssh- DEBUG - Status: BUILD
-  2016-02-10 22:41:20,440 - vPing_ssh- DEBUG - Status: ACTIVE
-  2016-02-10 22:41:20,440 - vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-  2016-02-10 22:41:20,440 - vPing_ssh- DEBUG - Instance 'opnfv-vping-1' got 192.168.130.30
-  2016-02-10 22:41:20,440 - vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
-  2016-02-10 22:41:20,834 - vPing_ssh- DEBUG - Creating port 'vping-port-2' with IP 192.168.130.40...
-  2016-02-10 22:41:21,370 - vPing_ssh- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-  2016-02-10 22:41:21,371 - vPing_ssh- DEBUG - Configuration:
+   image=8588bf92-664e-46f0-ad4f-40347349b4db
+   network=1e07302c-1060-4862-ac96-81db4c46b173
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-2'...
    name=opnfv-vping-2
    flavor=<Flavor: m1.small>
-   image=e900cadf-5723-426e-b269-df5aee4a8af3
-   network=91e17a47-73f4-4e27-bcc3-345ad77b4e95
-
-  2016-02-10 22:41:22,575 - vPing_ssh- DEBUG - Status: BUILD
-  2016-02-10 22:41:26,400 - vPing_ssh- DEBUG - Status: ACTIVE
-  2016-02-10 22:41:26,400 - vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-  2016-02-10 22:41:26,400 - vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
-  2016-02-10 22:41:27,208 - vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
-  2016-02-10 22:41:27,625 - vPing_ssh- INFO - Floating IP created: '192.168.10.101'
-  2016-02-10 22:41:27,626 - vPing_ssh- INFO - Associating floating ip: '192.168.10.101' to VM 'opnfv-vping-2'
-  2016-02-10 22:41:28,113 - vPing_ssh- INFO - Trying to establish SSH connection to 192.168.10.101...
-  2016-02-10 22:41:30,115 - vPing_ssh- DEBUG - Waiting for 192.168.10.101...
-  2016-02-10 22:41:36,254 - vPing_ssh- DEBUG - SSH connection established to 192.168.10.101.
-  2016-02-10 22:41:37,330 - vPing_ssh- INFO - Waiting for ping...
-  2016-02-10 22:41:38,340 - vPing_ssh- INFO - vPing detected!
-  2016-02-10 22:41:38,340 - vPing_ssh- INFO - vPing duration:'23.3' s.
-  2016-02-10 22:41:38,340 - vPing_ssh- INFO - Cleaning up...
-  2016-02-10 22:41:38,341 - vPing_ssh- DEBUG - Deleting image...
-  2016-02-10 22:41:38,933 - vPing_ssh- DEBUG - Deleting 'opnfv-vping-1'...
-  2016-02-10 22:41:43,182 - vPing_ssh- DEBUG - Instance opnfv-vping-1 terminated.
-  2016-02-10 22:41:43,987 - vPing_ssh- DEBUG - Deleting 'opnfv-vping-2'...
-  2016-02-10 22:41:47,579 - vPing_ssh- DEBUG - Instance opnfv-vping-2 terminated.
-  2016-02-10 22:41:47,579 - vPing_ssh- DEBUG - Deleting network 'vping-net'...
-  2016-02-10 22:41:47,733 - vPing_ssh- DEBUG - Port 'ce5f4b77-b1db-4b71-9064-b6808d2c7276' removed successfully
-  2016-02-10 22:41:47,981 - vPing_ssh- DEBUG - Port '2448f8c7-242e-48d2-944b-6472c61e6140' removed successfully
-  2016-02-10 22:41:48,261 - vPing_ssh- DEBUG - Interface removed successfully
-  2016-02-10 22:41:48,462 - vPing_ssh- DEBUG - Router deleted successfully
-  2016-02-10 22:41:48,735 - vPing_ssh- DEBUG - Subnet 'vping-subnet' deleted successfully
-  2016-02-10 22:41:48,933 - vPing_ssh- DEBUG - Network 'vping-net' deleted successfully
-  2016-02-10 22:41:49,030 - vPing_ssh- DEBUG - Security group '78dd100f-bdf4-44bc-8794-cc5b22a42ef6' deleted successfully
-  2016-02-10 22:41:49,030 - vPing_ssh- INFO - vPing OK
-  2016-02-10 22:41:49,030 - vPing_ssh- DEBUG - Pushing result into DB...
-  2016-02-10 22:41:49,711 - vPing_ssh- DEBUG - <Response [200]>
+   image=8588bf92-664e-46f0-ad4f-40347349b4db
+   network=1e07302c-1060-4862-ac96-81db4c46b173
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
+  vPing_ssh- INFO - Floating IP created: '192.168.10.101'
+  vPing_ssh- INFO - Associating floating ip: '192.168.10.101' to VM 'opnfv-vping-2'
+  vPing_ssh- INFO - Trying to establish SSH connection to 192.168.10.101...
+  vPing_ssh- INFO - Waiting for ping...
+  vPing_ssh- INFO - vPing detected!
+  vPing_ssh- INFO - vPing duration:'26.0' s.
+  vPing_ssh- INFO - Cleaning up...
+  vPing_ssh- INFO - vPing OK
 ::
 
-Running test case: vping_userdata
----------------------------------
+vping_userdata
+^^^^^^^^^^^^^^
 
 ::
   FUNCTEST.info: Running vPing-userdata test...
-  2016-02-10 22:41:50,210 - vPing_userdata- DEBUG - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
-  2016-02-10 22:41:51,069 - vPing_userdata- INFO - Creating neutron network vping-net...
-  2016-02-10 22:41:51,283 - vPing_userdata- DEBUG - Network '7162ccaa-ea23-4309-ba80-3e03715361bc' created successfully
-  2016-02-10 22:41:51,283 - vPing_userdata- DEBUG - Creating Subnet....
-  2016-02-10 22:41:51,414 - vPing_userdata- DEBUG - Subnet '6cbdc816-707c-4e14-9766-76a557ef1ee1' created successfully
-  2016-02-10 22:41:51,414 - vPing_userdata- DEBUG - Creating Router...
-  2016-02-10 22:41:51,457 - vPing_userdata- DEBUG - Router 'bd344d4b-e382-4368-a7a4-8d14f8e1b280' created successfully
-  2016-02-10 22:41:51,457 - vPing_userdata- DEBUG - Adding router to subnet...
-  2016-02-10 22:41:51,680 - vPing_userdata- DEBUG - Interface added successfully.
-  2016-02-10 22:41:51,969 - vPing_userdata- INFO - Flavor found 'm1.small'
-  2016-02-10 22:41:52,020 - vPing_userdata- INFO - vPing Start Time:'2016-02-10 22:41:52'
-  2016-02-10 22:41:52,020 - vPing_userdata- DEBUG - Creating port 'vping-port-1' with IP 192.168.130.30...
-  2016-02-10 22:41:52,278 - vPing_userdata- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-  2016-02-10 22:41:52,278 - vPing_userdata- DEBUG - Configuration:
+  vPing_userdata- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_userdata- INFO - Creating neutron network vping-net...
+  vPing_userdata- INFO - Creating security group  'vPing-sg'...
+  vPing_userdata- INFO - Flavor found 'm1.small'
+  vPing_userdata- INFO - vPing Start Time:'2016-02-22 22:27:09'
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-1'...
    name=opnfv-vping-1
    flavor=<Flavor: m1.small>
-   image=5bea5f62-77dc-4abe-b538-8770356f678e
-   network=7162ccaa-ea23-4309-ba80-3e03715361bc
-
-  2016-02-10 22:41:53,720 - vPing_userdata- DEBUG - Status: BUILD
-  2016-02-10 22:41:56,836 - vPing_userdata- DEBUG - Status: ACTIVE
-  2016-02-10 22:41:56,836 - vPing_userdata- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-  2016-02-10 22:41:56,836 - vPing_userdata- DEBUG - Instance 'opnfv-vping-1' got 192.168.130.30
-  2016-02-10 22:41:56,837 - vPing_userdata- DEBUG - Creating port 'vping-port-2' with IP 192.168.130.40...
-  2016-02-10 22:41:57,048 - vPing_userdata- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-  2016-02-10 22:41:57,049 - vPing_userdata- DEBUG - Configuration:
+   image=4e085313-471b-4846-96f8-d89c5fcdb453
+   network=f1c6e324-f469-4d43-a53e-3716a2075556
+
+  vPing_userdata- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-2'...
    name=opnfv-vping-2
    flavor=<Flavor: m1.small>
-   image=5bea5f62-77dc-4abe-b538-8770356f678e
-   network=7162ccaa-ea23-4309-ba80-3e03715361bc
+   image=4e085313-471b-4846-96f8-d89c5fcdb453
+   network=f1c6e324-f469-4d43-a53e-3716a2075556
    userdata=
   #!/bin/sh
 
   while true; do
-   ping -c 1 192.168.130.30 2>&1 >/dev/null
+   ping -c 1 192.168.130.3 2>&1 >/dev/null
    RES=$?
    if [ "Z$RES" = "Z0" ] ; then
     echo 'vPing OK'
@@ -130,59 +80,29 @@ Running test case: vping_userdata
    sleep 1
   done
 
-  2016-02-10 22:41:58,941 - vPing_userdata- DEBUG - Status: BUILD
-  2016-02-10 22:42:02,084 - vPing_userdata- DEBUG - Status: ACTIVE
-  2016-02-10 22:42:02,084 - vPing_userdata- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-  2016-02-10 22:42:02,084 - vPing_userdata- INFO - Waiting for ping...
-  2016-02-10 22:42:03,473 - vPing_userdata- DEBUG - Pinging 192.168.130.40. Waiting for response...
-  2016-02-10 22:42:06,431 - vPing_userdata- INFO - vPing detected!
-  2016-02-10 22:42:06,431 - vPing_userdata- INFO - vPing duration:'14.4'
-  2016-02-10 22:42:06,431 - vPing_userdata- INFO - vPing OK
-  2016-02-10 22:42:06,431 - vPing_userdata- INFO - Cleaning up...
-  2016-02-10 22:42:06,431 - vPing_userdata- DEBUG - Deleting image...
-  2016-02-10 22:42:06,911 - vPing_userdata- DEBUG - Deleting 'opnfv-vping-1'...
-  2016-02-10 22:42:10,262 - vPing_userdata- DEBUG - Instance opnfv-vping-1 terminated.
-  2016-02-10 22:42:11,054 - vPing_userdata- DEBUG - Deleting 'opnfv-vping-2'...
-  2016-02-10 22:42:15,311 - vPing_userdata- DEBUG - Instance opnfv-vping-2 terminated.
-  2016-02-10 22:42:15,311 - vPing_userdata- INFO - Deleting network 'vping-net'...
-  2016-02-10 22:42:15,457 - vPing_userdata- DEBUG - Port 'ddc5ecfa-6678-432e-aad0-51d1c1c94dfd' removed successfully
-  2016-02-10 22:42:15,611 - vPing_userdata- DEBUG - Port '0ebb366d-2e52-4dc6-9c3f-34d0c8c01a00' removed successfully
-  2016-02-10 22:42:15,817 - vPing_userdata- DEBUG - Interface removed successfully
-  2016-02-10 22:42:16,011 - vPing_userdata- DEBUG - Router deleted successfully
-  2016-02-10 22:42:16,222 - vPing_userdata- DEBUG - Subnet 'vping-subnet' deleted successfully
-  2016-02-10 22:42:16,443 - vPing_userdata- DEBUG - Network 'vping-net' deleted successfully
-  2016-02-10 22:42:16,443 - vPing_userdata- DEBUG - Pushing result into DB...
-  2016-02-10 22:42:17,319 - vPing_userdata- DEBUG - <Response [200]>
+  vPing_userdata- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_userdata- INFO - Waiting for ping...
+  vPing_userdata- INFO - vPing detected!
+  vPing_userdata- INFO - vPing duration:'13.7'
+  vPing_userdata- INFO - vPing OK
+  vPing_userdata- INFO - Cleaning up...
+  vPing_userdata- INFO - Deleting network 'vping-net'...
 ::
 
-Running test case: tempest
---------------------------
+Tempest
+^^^^^^^
 ::
   FUNCTEST.info: Running Tempest tests...
-  2016-02-10 22:42:17,647 - run_tempest - INFO - Creating tenant and user for Tempest suite
-  2016-02-10 22:42:17,798 - run_tempest - DEBUG - Generating tempest.conf file...
-  2016-02-10 22:42:17,798 - run_tempest - DEBUG - Executing command : rally verify genconfig
-  2016-02-10 22:42:24,250 - run_tempest - DEBUG - 2016-02-10 22:42:18.326 23844 INFO rally.verification.tempest.tempest [-] Tempest is not configured.
-  2016-02-10 22:42:18.326 23844 INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
-  2016-02-10 22:42:24.194 23844 INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
-
-  2016-02-10 22:42:24,250 - run_tempest - DEBUG - Resolving deployment UUID...
-  2016-02-10 22:42:24,825 - run_tempest - DEBUG - Finding tempest.conf file...
-  2016-02-10 22:42:24,826 - run_tempest - DEBUG -   Updating fixed_network_name...
-  2016-02-10 22:42:25,075 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-e76f88e3-5f6d-4757-8755-8dd8a09c6870/tempest.conf compute fixed_network_name functest-net
-  2016-02-10 22:42:25,115 - run_tempest - DEBUG -   Updating non-admin credentials...
-  2016-02-10 22:42:25,115 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-e76f88e3-5f6d-4757-8755-8dd8a09c6870/tempest.conf identity tenant_name tempest
-  2016-02-10 22:42:25,142 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-e76f88e3-5f6d-4757-8755-8dd8a09c6870/tempest.conf identity username tempest
-  2016-02-10 22:42:25,168 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-e76f88e3-5f6d-4757-8755-8dd8a09c6870/tempest.conf identity password tempest
-  2016-02-10 22:42:25,195 - run_tempest - DEBUG - Executing command : sed -i 's/.*ssh_user_regex.*/ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]/' /home/opnfv/.rally/tempest/for-deployment-e76f88e3-5f6d-4757-8755-8dd8a09c6870/tempest.conf
-  2016-02-10 22:42:25,199 - run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
-  2016-02-10 22:42:25,199 - run_tempest - DEBUG - Executing command : rally verify start --tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt
+  run_tempest - INFO - Creating tenant and user for Tempest suite
+  INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
+  INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
+  run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
   Total results of verification:
 
   +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
   | UUID                                 | Deployment UUID                      | Set name | Tests | Failures | Created at                 | Status   |
   +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
-  | b11691a3-df31-4681-8493-e8e723d76da2 | e76f88e3-5f6d-4757-8755-8dd8a09c6870 |          | 210   | 0        | 2016-02-10 22:42:25.742171 | finished |
+  | 3275e5cd-a0cd-4961-95c8-11c5eceaa6a6 | 94d6d0c4-f111-4f1a-a9ee-dee149fe7ce1 |          | 210   | 1        | 2016-02-22 22:27:42.722872 | finished |
   +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
 
   Tests:
@@ -190,402 +110,231 @@ Running test case: tempest
   +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
   | name                                                                                                                                     | time      | status  |
   +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.14508   | success |
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.20886   | success |
-  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 8.74633   | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 10.96331  | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 6.91667   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.06609   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.05652   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.05475   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.11525   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.06320   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.06529   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.07598   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.07994   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.05164   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.17071   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.07382   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.12124   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.07097   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.35923   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 0.05248   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 1.12419   | success |
-  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.44629   | success |
-  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 0.81959   | success |
-  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 2.61632   | success |
-  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 6.64787   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 60.19994  | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.06927   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.17946   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 0.20048   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00062   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 69.94540  | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.05355   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.15865   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 0.42541   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00108   | success |
-  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.06548   | success |
-  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 4.28395   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.23946   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.19532   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.15850   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.30121   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.15893   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.08980   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.06970   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.07757   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.10192   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.11599   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.30575   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00066   | skip    |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.17553   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.06515   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01091   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.06001   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.07683   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.01042   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01260   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.04293   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.07701   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.07658   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.17401   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.01225   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.06247   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00063   | skip    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 6.81169   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 8.35726   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 9.24775   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.34307   | skip    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 17.09147  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 13.46313  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 17.64490  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 6.85623   | success |
-  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.08484   | success |
-  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.16624   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.67482   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.34319   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.49805   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.69403   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.70458   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.57632   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 2.37325   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 12.72787  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 14.59892  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 8.81944   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 7.57375   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 0.68768   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 1.03345   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 0.69325   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 1.61747   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 0.74262   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 1.62312   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 0.63504   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.44757   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.44857   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.41970   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 1.59286   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.41213   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.53150   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.47482   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.32116   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 0.74411   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.37262   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 0.39655   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 0.56090   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 0.54267   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.32880   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.21189   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.00958   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.06951   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.01997   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.49170   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.23047   | success |
-  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.14871   | success |
-  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.05185   | success |
-  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 40.10260  | success |
-  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.10161   | success |
-  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.73083   | success |
-  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.13569   | success |
-  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.01176   | success |
-  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.17854   | success |
-  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.09300   | success |
-  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.14146   | success |
-  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.03207   | success |
-  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.36702   | success |
-  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.15345   | success |
-  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 0.90773   | success |
-  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.11017   | success |
-  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.09102   | success |
-  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.14059   | success |
-  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.20332   | success |
-  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 0.78806   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.04671   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.03335   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.02244   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.02764   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01660   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.04047   | success |
-  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.05473   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 0.45763   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 0.29059   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 0.43753   | success |
-  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 0.58785   | success |
-  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 2.37173   | success |
-  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 1.16911   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 0.68115   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.12936   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 3.57963   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 0.78922   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 1.65769   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 1.83194   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 1.68524   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.11621   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.04856   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.06497   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.04008   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.03337   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 1.32422   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.26639   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.03927   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.05712   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.02959   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.03932   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 1.19901   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.25554   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 0.92929   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.08330   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.05240   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.45070   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.52472   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 0.77372   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.07141   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.07359   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 3.13508   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 1.71626   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 1.62675   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.30657   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 3.14422   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 2.10530   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 1.26380   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 0.96604   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 0.42206   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 0.53726   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.02176   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 0.62941   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 0.73604   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.08043   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.52518   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 6.69041   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.02086   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 0.59957   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.42389   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.35662   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.31285   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.41824   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.44749   | success |
-  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 2.48091   | success |
-  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.02451   | success |
-  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 11.01904  | success |
-  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 1.56618   | success |
-  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 2.39593   | success |
-  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 2.90553   | success |
-  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 10.69341  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 10.81400  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 9.37884   | success |
-  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 11.22059  | success |
-  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.12832   | success |
-  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.10186   | success |
-  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 27.37465  | success |
-  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 13.36483  | success |
-  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 79.30317  | success |
-  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 101.24914 | success |
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.24365   | success |
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.06964   | success |
+  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 8.22175   | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 10.97975  | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 7.03882   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.06729   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.05931   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.06307   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.11320   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.06453   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.06586   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.06862   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.06207   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.05691   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.18730   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.07965   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.10485   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.06917   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.14038   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 0.10940   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 0.07005   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.52047   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 0.56007   | success |
+  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 1.36847   | success |
+  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 6.81057   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 2.10654   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.06566   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.16011   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 0.20656   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00068   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 69.80953  | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.07774   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.17023   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 0.14159   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00084   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.09269   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 5.41847   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.30351   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.24031   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.16460   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.23510   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.18628   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.07873   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.07850   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.05956   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.06586   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.09254   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.23073   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00060   | skip    |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.14221   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.05795   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01868   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.06964   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.07267   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.01534   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01306   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.03567   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.06330   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.05500   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.22976   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.01362   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.08669   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00039   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 4.49759   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 10.29434  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 11.00534  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.31208   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 17.08686  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 12.94698  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 18.51575  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 7.22487   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.07714   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.15308   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.54182   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.31556   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.31066   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.53469   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.59802   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.53771   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 1.24685   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 17.18514  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 14.43669  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 6.66687   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 6.82712   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 0.87441   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 1.61025   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 0.77729   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 0.66808   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 0.66403   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 0.97748   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 0.53671   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.53750   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.48586   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.38319   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 1.47622   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.47227   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.53487   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.41419   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.37761   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 0.66937   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.40626   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 1.18956   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 0.41639   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 0.42068   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.32462   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.09822   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.01379   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.06999   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.01451   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.50159   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.06452   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.11341   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.05076   | success |
+  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 38.69512  | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.21321   | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.17329   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.18341   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.00759   | success |
+  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.24642   | success |
+  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.07626   | success |
+  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.08835   | success |
+  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.02633   | success |
+  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.37189   | success |
+  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.15162   | success |
+  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 0.86306   | success |
+  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.10101   | success |
+  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.12434   | success |
+  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.11215   | fail    |
+  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.12074   | success |
+  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 0.86182   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.06049   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01891   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.01815   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.02941   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.02461   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.03987   | success |
+  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.05957   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 0.26863   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 0.41872   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 0.46002   | success |
+  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 0.68221   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 1.77595   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 2.72713   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 0.59088   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.16562   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 3.93480   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 1.01314   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 1.66236   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 1.72675   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 1.39541   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.13054   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.03480   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.05462   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.03106   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.03278   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 1.42674   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.18894   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.08396   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.11331   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.06513   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.04251   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 1.36723   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.36291   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 0.73091   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.20694   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.15012   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.36701   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.50158   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 0.70437   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.07769   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.06964   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 3.74936   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 1.65997   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 1.75798   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.38648   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 3.00947   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 1.91922   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 1.66228   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 1.09354   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 0.73626   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 0.59551   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.02945   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 0.47389   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 0.93740   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.02787   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.55494   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 6.50572   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.02163   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 0.82447   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.53325   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.38634   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.32465   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.55989   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.51489   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 3.86241   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.03735   | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 11.17975  | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 1.67439   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 2.39084   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 2.38683   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 12.07426  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 11.07575  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 11.26088  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 11.66599  | success |
+  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.41386   | success |
+  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.39419   | success |
+  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 27.45308  | success |
+  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 13.84478  | success |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 85.32205  | success |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 100.83926 | success |
   +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  2016-02-10 22:45:16,505 - run_tempest - DEBUG - Executing command : rally verify list
-  2016-02-10 22:45:17,075 - run_tempest - INFO - Results: {'timestart': '2016-02-1022:42:25.742171', 'duration': 170, 'tests': 210, 'failures': 0}
-  2016-02-10 22:45:17,076 - run_tempest - DEBUG - Push result into DB
-  2016-02-10 22:45:17,076 - run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
-  2016-02-10 22:45:17,875 - run_tempest - DEBUG - <Response [200]>
-  2016-02-10 22:45:17,875 - run_tempest - INFO - Deleting tenant and user for Tempest suite)
-::
-
-Running test case: odl
-----------------------
-
-::
-  FUNCTEST.info: Running ODL test...
-  \e[0;32mCurrent environment parameters for ODL suite.\e[0m
-  + ODL_IP=192.168.10.51
-  + ODL_PORT=8181
-  + USR_NAME=admin
-  + PASS=console
-  + NEUTRON_IP=192.168.10.51
-  + KEYSTONE_IP=192.168.10.51
-  + set +x
-  '/home/opnfv/repos/functest/testcases/Controllers/ODL/CI/custom_tests/neutron/010__networks.robot' -> '/home/opnfv/repos/odl_integration/test/csit/suites/openstack/neutron/010__networks.robot'
-  '/home/opnfv/repos/functest/testcases/Controllers/ODL/CI/custom_tests/neutron/020__subnets.robot' -> '/home/opnfv/repos/odl_integration/test/csit/suites/openstack/neutron/020__subnets.robot'
-  '/home/opnfv/repos/functest/testcases/Controllers/ODL/CI/custom_tests/neutron/030__ports.robot' -> '/home/opnfv/repos/odl_integration/test/csit/suites/openstack/neutron/030__ports.robot'
-  '/home/opnfv/repos/functest/testcases/Controllers/ODL/CI/custom_tests/neutron/040__delete_ports.txt' -> '/home/opnfv/repos/odl_integration/test/csit/suites/openstack/neutron/040__delete_ports.txt'
-  '/home/opnfv/repos/functest/testcases/Controllers/ODL/CI/custom_tests/neutron/050__delete_subnets.txt' -> '/home/opnfv/repos/odl_integration/test/csit/suites/openstack/neutron/050__delete_subnets.txt'
-  '/home/opnfv/repos/functest/testcases/Controllers/ODL/CI/custom_tests/neutron/060__delete_networks.txt' -> '/home/opnfv/repos/odl_integration/test/csit/suites/openstack/neutron/060__delete_networks.txt'
-  ==============================================================================
-  Basic
-  ==============================================================================
-  Basic.010 Restconf OK :: Test suite to verify Restconf is OK
-  ==============================================================================
-  Get Controller Modules :: Get the controller modules via Restconf     | PASS |
-  ------------------------------------------------------------------------------
-  Basic.010 Restconf OK :: Test suite to verify Restconf is OK          | PASS |
-  1 critical test, 1 passed, 0 failed
-  1 test total, 1 passed, 0 failed
-  ==============================================================================
-  Basic                                                                 | PASS |
-  1 critical test, 1 passed, 0 failed
-  1 test total, 1 passed, 0 failed
-  ==============================================================================
-  Output:  /home/opnfv/repos/functest/output.xml
-  Log:     /home/opnfv/repos/functest/log.html
-  Report:  /home/opnfv/repos/functest/report.html
-  ==============================================================================
-  Neutron :: Test suite for Neutron Plugin
-  ==============================================================================
-  Neutron.Networks :: Checking Network created in OpenStack are pushed to Ope...
-  ==============================================================================
-  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 |
-  ------------------------------------------------------------------------------
-  Neutron.Networks :: Checking Network created in OpenStack are push... | PASS |
-  4 critical tests, 4 passed, 0 failed
-  4 tests total, 4 passed, 0 failed
-  ==============================================================================
-  Neutron.Subnets :: Checking Subnets created in OpenStack are pushed to Open...
-  ==============================================================================
-  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 |
-  ------------------------------------------------------------------------------
-  Neutron.Subnets :: Checking Subnets created in OpenStack are pushe... | PASS |
-  4 critical tests, 4 passed, 0 failed
-  4 tests total, 4 passed, 0 failed
-  ==============================================================================
-  Neutron.Ports :: Checking Port created in OpenStack are pushed to OpenDaylight
-  ==============================================================================
-  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 subnet created in OpenDaylight            | PASS |
-  ------------------------------------------------------------------------------
-  Neutron.Ports :: Checking Port created in OpenStack are pushed to ... | PASS |
-  4 critical tests, 4 passed, 0 failed
-  4 tests total, 4 passed, 0 failed
-  ==============================================================================
-  Neutron.Delete Ports :: Checking Port deleted in OpenStack are deleted also...
-  ==============================================================================
-  Delete New Port :: Delete previously created port in OpenStack        | PASS |
-  ------------------------------------------------------------------------------
-  Check Port Deleted :: Check port deleted in OpenDaylight              | PASS |
-  ------------------------------------------------------------------------------
-  Neutron.Delete Ports :: Checking Port deleted in OpenStack are del... | PASS |
-  2 critical tests, 2 passed, 0 failed
-  2 tests total, 2 passed, 0 failed
-  ==============================================================================
-  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack are deleted...
-  ==============================================================================
-  Delete New subnet :: Delete previously created subnet in OpenStack    | PASS |
-  ------------------------------------------------------------------------------
-  Check New subnet deleted :: Check subnet deleted in OpenDaylight      | PASS |
-  ------------------------------------------------------------------------------
-  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack ar... | PASS |
-  2 critical tests, 2 passed, 0 failed
-  2 tests total, 2 passed, 0 failed
-  ==============================================================================
-  Neutron.Delete Networks :: Checking Network deleted in OpenStack are delete...
-  ==============================================================================
-  Delete Network :: Delete network in OpenStack                         | PASS |
-  ------------------------------------------------------------------------------
-  Check Network deleted :: Check Network deleted in OpenDaylight        | PASS |
-  ------------------------------------------------------------------------------
-  Neutron.Delete Networks :: Checking Network deleted in OpenStack a... | PASS |
-  2 critical tests, 2 passed, 0 failed
-  2 tests total, 2 passed, 0 failed
-  ==============================================================================
-  Neutron :: Test suite for Neutron Plugin                              | PASS |
-  18 critical tests, 18 passed, 0 failed
-  18 tests total, 18 passed, 0 failed
-  ==============================================================================
-  Output:  /home/opnfv/repos/functest/output.xml
-  Log:     /home/opnfv/repos/functest/log.html
-  Report:  /home/opnfv/repos/functest/report.html
-  Log:     /home/opnfv/repos/functest/log.html
-  Report:  /home/opnfv/repos/functest/report.html
-::
-
-Running test case: vims
------------------------
-
-::
-  FUNCTEST.info: Running vIMS test...
-  2016-02-10 22:45:37,147 - vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
-  2016-02-10 22:45:37,406 - vIMS - INFO - Update OpenStack creds informations
-  2016-02-10 22:45:37,406 - vIMS - INFO - Upload some OS images if it doesn't exist
-  2016-02-10 22:45:37,529 - vIMS - INFO - centos_7 image doesn't exist on glance repository.
-                              Try downloading this image and upload on glance !
-  2016-02-10 22:48:29,605 - vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
-                              Try downloading this image and upload on glance !
-  2016-02-10 22:49:31,380 - vIMS - INFO - Update security group quota for this tenant
-  2016-02-10 22:49:31,609 - vIMS - INFO - Update cinder quota for this tenant
-  2016-02-10 22:49:32,080 - vIMS - INFO - Collect flavor id for cloudify manager server
-  2016-02-10 22:49:32,529 - vIMS - INFO - Prepare virtualenv for cloudify-cli
-  2016-02-10 22:50:07,340 - vIMS - INFO - Downloading the cloudify manager server blueprint
-  2016-02-10 22:50:12,979 - vIMS - INFO - Cloudify deployment Start Time:'2016-02-10 22:50:12'
-  2016-02-10 22:50:12,979 - vIMS - INFO - Writing the inputs file
-  2016-02-10 22:50:12,981 - vIMS - INFO - Launching the cloudify-manager deployment
-  2016-02-10 22:59:18,207 - vIMS - INFO - Cloudify-manager server is UP !
-  2016-02-10 22:59:18,207 - vIMS - INFO - Cloudify deployment duration:'545.2'
-  2016-02-10 22:59:18,208 - vIMS - INFO - Collect flavor id for all clearwater vm
-  2016-02-10 22:59:18,674 - vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-10 22:59:18'
-  2016-02-10 22:59:18,674 - vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
-  2016-02-10 22:59:23,285 - vIMS - INFO - Writing the inputs file
-  2016-02-10 22:59:23,287 - vIMS - INFO - Launching the clearwater deployment
-  2016-02-10 23:10:25,235 - vIMS - INFO - The deployment of clearwater-opnfv is ended
-  2016-02-10 23:10:25,235 - vIMS - INFO - vIMS VNF deployment duration:'666.6'
-  2016-02-10 23:13:32,648 - vIMS - INFO - vIMS functional test Start Time:'2016-02-10 23:13:32'
-  2016-02-10 23:13:35,583 - vIMS - INFO - vIMS functional test duration:'2.9'
-  2016-02-10 23:13:36,745 - vIMS - INFO - Launching the clearwater-opnfv undeployment
-  2016-02-10 23:17:11,897 - vIMS - ERROR - Error when executing command /bin/bash -c 'source /home/opnfv/functest/data/vIMS/venv_cloudify/bin/activate; cd /home/opnfv/functest/data/vIMS/; cfy executions start -w uninstall -d clearwater-opnfv --timeout 1800 ; cfy deployments delete -d clearwater-opnfv; '
-  2016-02-10 23:17:11,898 - vIMS - INFO - Launching the cloudify-manager undeployment
-  2016-02-10 23:17:59,430 - vIMS - INFO - Cloudify-manager server has been successfully removed!
-  2016-02-10 23:17:59,499 - vIMS - INFO - Removing vIMS tenant ..
-  2016-02-10 23:18:00,350 - vIMS - INFO - Removing vIMS user ..
+  run_tempest - INFO - Results: {'timestart': '2016-02-2222:27:42.722872', 'duration': 171, 'tests': 210, 'failures': 1}
+  run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
+  run_tempest - INFO - Deleting tenant and user for Tempest suite)
 ::
 
-Running test case: rally
-------------------------
-
+Rally
+^^^^^
 ::
   FUNCTEST.info: Running Rally benchmark suite...
-  2016-02-10 23:18:03,367 - run_rally - DEBUG - Volume type 'volume_test' created succesfully...
-  2016-02-10 23:18:03,490 - run_rally - DEBUG - Creating image 'functest-img' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
-  2016-02-10 23:18:04,074 - run_rally - DEBUG - Image 'functest-img' with ID 'a4efc793-1195-482b-9da6-87299b33d650' created succesfully .
-  2016-02-10 23:18:04,074 - run_rally - INFO - Starting test scenario "authenticate" ...
-  2016-02-10 23:18:04,075 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-authenticate.yaml
-  2016-02-10 23:18:04,257 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['authenticate'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-10 23:18:31,567 - run_rally - INFO -
+  run_rally - INFO - Starting test scenario "authenticate" ...
+  run_rally - INFO -
    Preparing input task
-   Task  70024948-2531-471d-9c30-9fdc69d0e1e4: started
-  Task 70024948-2531-471d-9c30-9fdc69d0e1e4: finished
+   Task  8ccbcb5f-32ba-4621-be0d-09b54fb1c9ea: started
+  Task 8ccbcb5f-32ba-4621-be0d-09b54fb1c9ea: finished
 
   test scenario Authenticate.validate_glance
   +-------------------------------------------------------------------------------------------------------+
@@ -593,12 +342,12 @@ Running test case: rally
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_glance     | 0.116 | 0.148  | 0.228  | 0.254  | 0.279 | 0.168 | 100.0%  | 10    |
-  | authenticate.validate_glance (2) | 0.035 | 0.041  | 0.06   | 0.075  | 0.09  | 0.047 | 100.0%  | 10    |
-  | total                            | 0.219 | 0.297  | 0.353  | 0.376  | 0.399 | 0.292 | 100.0%  | 10    |
+  | authenticate.validate_glance     | 0.112 | 0.132  | 0.201  | 0.201  | 0.201 | 0.143 | 100.0%  | 10    |
+  | authenticate.validate_glance (2) | 0.039 | 0.046  | 0.107  | 0.111  | 0.115 | 0.063 | 100.0%  | 10    |
+  | total                            | 0.226 | 0.257  | 0.386  | 0.389  | 0.391 | 0.286 | 100.0%  | 10    |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.857667922974
-  Full duration: 3.24089407921
+  Load duration: 0.860725164413
+  Full duration: 3.2147500515
 
   test scenario Authenticate.keystone
   +-----------------------------------------------------------------------------+
@@ -606,10 +355,10 @@ Running test case: rally
   +--------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | total  | 0.064 | 0.074  | 0.084  | 0.11   | 0.135 | 0.079 | 100.0%  | 10    |
+  | total  | 0.065 | 0.07   | 0.085  | 0.106  | 0.127 | 0.076 | 100.0%  | 10    |
   +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.234832048416
-  Full duration: 2.53488898277
+  Load duration: 0.236154079437
+  Full duration: 2.56328606606
 
   test scenario Authenticate.validate_heat
   +-----------------------------------------------------------------------------------------------------+
@@ -617,12 +366,12 @@ Running test case: rally
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_heat     | 0.123 | 0.162  | 0.298  | 0.343  | 0.387 | 0.194 | 100.0%  | 10    |
-  | authenticate.validate_heat (2) | 0.025 | 0.077  | 0.111  | 0.13   | 0.148 | 0.071 | 100.0%  | 10    |
-  | total                          | 0.217 | 0.316  | 0.482  | 0.495  | 0.508 | 0.344 | 100.0%  | 10    |
+  | authenticate.validate_heat     | 0.106 | 0.121  | 0.259  | 0.268  | 0.277 | 0.148 | 100.0%  | 10    |
+  | authenticate.validate_heat (2) | 0.022 | 0.028  | 0.122  | 0.18   | 0.237 | 0.065 | 100.0%  | 10    |
+  | total                          | 0.212 | 0.25   | 0.426  | 0.429  | 0.431 | 0.294 | 100.0%  | 10    |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.990710020065
-  Full duration: 3.20668816566
+  Load duration: 0.876858949661
+  Full duration: 3.099599123
 
   test scenario Authenticate.validate_nova
   +-----------------------------------------------------------------------------------------------------+
@@ -630,12 +379,12 @@ Running test case: rally
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_nova     | 0.11  | 0.129  | 0.156  | 0.16   | 0.163 | 0.132 | 100.0%  | 10    |
-  | authenticate.validate_nova (2) | 0.024 | 0.032  | 0.041  | 0.041  | 0.041 | 0.032 | 100.0%  | 10    |
-  | total                          | 0.212 | 0.233  | 0.268  | 0.273  | 0.278 | 0.238 | 100.0%  | 10    |
+  | authenticate.validate_nova     | 0.108 | 0.125  | 0.144  | 0.144  | 0.144 | 0.126 | 100.0%  | 10    |
+  | authenticate.validate_nova (2) | 0.025 | 0.034  | 0.039  | 0.04   | 0.04  | 0.034 | 100.0%  | 10    |
+  | total                          | 0.214 | 0.242  | 0.258  | 0.263  | 0.268 | 0.239 | 100.0%  | 10    |
   +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.725275993347
-  Full duration: 2.92799592018
+  Load duration: 0.719485044479
+  Full duration: 2.89414715767
 
   test scenario Authenticate.validate_cinder
   +-------------------------------------------------------------------------------------------------------+
@@ -643,12 +392,12 @@ Running test case: rally
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_cinder     | 0.094 | 0.107  | 0.115  | 0.116  | 0.117 | 0.107 | 100.0%  | 10    |
-  | authenticate.validate_cinder (2) | 0.06  | 0.072  | 0.082  | 0.091  | 0.099 | 0.073 | 100.0%  | 10    |
-  | total                            | 0.223 | 0.254  | 0.293  | 0.302  | 0.311 | 0.261 | 100.0%  | 10    |
+  | authenticate.validate_cinder     | 0.102 | 0.111  | 0.167  | 0.177  | 0.188 | 0.124 | 100.0%  | 10    |
+  | authenticate.validate_cinder (2) | 0.014 | 0.075  | 0.098  | 0.147  | 0.195 | 0.07  | 100.0%  | 10    |
+  | total                            | 0.197 | 0.261  | 0.37   | 0.39   | 0.41  | 0.281 | 100.0%  | 10    |
   +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.787709951401
-  Full duration: 3.0150449276
+  Load duration: 0.842756032944
+  Full duration: 3.36014580727
 
   test scenario Authenticate.validate_neutron
   +--------------------------------------------------------------------------------------------------------+
@@ -656,28 +405,19 @@ Running test case: rally
   +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_neutron     | 0.105 | 0.126  | 0.162  | 0.168  | 0.173 | 0.132 | 100.0%  | 10    |
-  | authenticate.validate_neutron (2) | 0.071 | 0.087  | 0.109  | 0.117  | 0.124 | 0.091 | 100.0%  | 10    |
-  | total                             | 0.255 | 0.304  | 0.327  | 0.327  | 0.327 | 0.297 | 100.0%  | 10    |
+  | authenticate.validate_neutron     | 0.106 | 0.121  | 0.133  | 0.137  | 0.142 | 0.122 | 100.0%  | 10    |
+  | authenticate.validate_neutron (2) | 0.029 | 0.088  | 0.109  | 0.11   | 0.111 | 0.087 | 100.0%  | 10    |
+  | total                             | 0.218 | 0.286  | 0.32   | 0.324  | 0.328 | 0.281 | 100.0%  | 10    |
   +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.891720056534
-  Full duration: 2.96198296547
-
-  2016-02-10 23:18:31,567 - run_rally - DEBUG - task_id : 70024948-2531-471d-9c30-9fdc69d0e1e4
-  2016-02-10 23:18:31,567 - run_rally - DEBUG - running command line : rally task report 70024948-2531-471d-9c30-9fdc69d0e1e4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html
-  2016-02-10 23:18:32,178 - run_rally - DEBUG - running command line : rally task results 70024948-2531-471d-9c30-9fdc69d0e1e4
-  2016-02-10 23:18:32,759 - run_rally - DEBUG - saving json file
-  2016-02-10 23:18:32,761 - run_rally - DEBUG - Push result into DB
-  2016-02-10 23:18:38,906 - run_rally - DEBUG - <Response [200]>
-  2016-02-10 23:18:38,907 - run_rally - INFO - Test scenario: "authenticate" OK.
-
-  2016-02-10 23:18:38,907 - run_rally - INFO - Starting test scenario "glance" ...
-  2016-02-10 23:18:38,907 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml
-  2016-02-10 23:18:39,085 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['glance'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-10 23:20:14,436 - run_rally - INFO -
+  Load duration: 0.860924005508
+  Full duration: 3.14792895317
+
+  run_rally - INFO - Test scenario: "authenticate" OK.
+  run_rally - INFO - Starting test scenario "glance" ...
+  run_rally - INFO -
    Preparing input task
-   Task  ea3d6cbe-0d37-4f26-8030-7096d3db372f: started
-  Task ea3d6cbe-0d37-4f26-8030-7096d3db372f: finished
+   Task  e020cf98-caa0-4014-a28d-42748bf9dca3: started
+  Task e020cf98-caa0-4014-a28d-42748bf9dca3: finished
 
   test scenario GlanceImages.list_images
   +-----------------------------------------------------------------------------------------+
@@ -685,24 +425,24 @@ Running test case: rally
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.list_images | 0.188 | 0.24   | 0.276  | 0.284  | 0.292 | 0.238 | 100.0%  | 10    |
-  | total              | 0.188 | 0.24   | 0.276  | 0.284  | 0.292 | 0.238 | 100.0%  | 10    |
+  | glance.list_images | 0.193 | 0.22   | 0.23   | 0.234  | 0.238 | 0.217 | 100.0%  | 10    |
+  | total              | 0.193 | 0.22   | 0.23   | 0.234  | 0.238 | 0.217 | 100.0%  | 10    |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.762142896652
-  Full duration: 3.6355650425
+  Load duration: 0.657658100128
+  Full duration: 3.69541883469
 
   test scenario GlanceImages.create_image_and_boot_instances
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | glance.create_image | 2.794 | 3.209  | 3.48   | 3.489  | 3.497  | 3.171  | 100.0%  | 10    |
-  | nova.boot_servers   | 6.0   | 8.224  | 9.515  | 9.569  | 9.623  | 8.214  | 100.0%  | 10    |
-  | total               | 8.795 | 11.646 | 12.43  | 12.637 | 12.843 | 11.385 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 32.6185789108
-  Full duration: 56.808437109
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | glance.create_image | 2.85  | 3.139  | 3.39   | 3.41   | 3.43   | 3.133 | 100.0%  | 10    |
+  | nova.boot_servers   | 5.898 | 6.853  | 7.241  | 7.329  | 7.417  | 6.806 | 100.0%  | 10    |
+  | total               | 8.797 | 10.039 | 10.461 | 10.534 | 10.607 | 9.94  | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 29.545609951
+  Full duration: 55.3799848557
 
   test scenario GlanceImages.create_and_list_image
   +------------------------------------------------------------------------------------------+
@@ -710,12 +450,12 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.create_image | 3.004 | 3.141  | 3.359  | 3.379  | 3.399 | 3.183 | 100.0%  | 10    |
-  | glance.list_images  | 0.039 | 0.045  | 0.052  | 0.052  | 0.053 | 0.046 | 100.0%  | 10    |
-  | total               | 3.044 | 3.186  | 3.409  | 3.426  | 3.443 | 3.229 | 100.0%  | 10    |
+  | glance.create_image | 2.821 | 3.548  | 3.89   | 3.905  | 3.92  | 3.507 | 100.0%  | 10    |
+  | glance.list_images  | 0.04  | 0.045  | 0.053  | 0.054  | 0.056 | 0.046 | 100.0%  | 10    |
+  | total               | 2.873 | 3.599  | 3.934  | 3.948  | 3.962 | 3.553 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.54856610298
-  Full duration: 14.0860719681
+  Load duration: 10.4028940201
+  Full duration: 15.1872868538
 
   test scenario GlanceImages.create_and_delete_image
   +------------------------------------------------------------------------------------------+
@@ -723,45 +463,36 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.create_image | 2.785 | 3.041  | 3.554  | 3.569  | 3.584 | 3.099 | 100.0%  | 10    |
-  | glance.delete_image | 0.135 | 0.154  | 0.322  | 0.33   | 0.338 | 0.193 | 100.0%  | 10    |
-  | total               | 2.921 | 3.202  | 3.718  | 3.72   | 3.722 | 3.292 | 100.0%  | 10    |
+  | glance.create_image | 2.876 | 3.678  | 3.734  | 3.742  | 3.75  | 3.507 | 100.0%  | 10    |
+  | glance.delete_image | 0.141 | 0.148  | 0.209  | 0.217  | 0.226 | 0.162 | 100.0%  | 10    |
+  | total               | 3.036 | 3.822  | 3.893  | 3.934  | 3.976 | 3.669 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.6310031414
-  Full duration: 12.5532770157
-
-  2016-02-10 23:20:14,436 - run_rally - DEBUG - task_id : ea3d6cbe-0d37-4f26-8030-7096d3db372f
-  2016-02-10 23:20:14,436 - run_rally - DEBUG - running command line : rally task report ea3d6cbe-0d37-4f26-8030-7096d3db372f --out /home/opnfv/functest/results/rally/opnfv-glance.html
-  2016-02-10 23:20:15,028 - run_rally - DEBUG - running command line : rally task results ea3d6cbe-0d37-4f26-8030-7096d3db372f
-  2016-02-10 23:20:15,597 - run_rally - DEBUG - saving json file
-  2016-02-10 23:20:15,598 - run_rally - DEBUG - Push result into DB
-  2016-02-10 23:20:21,300 - run_rally - DEBUG - <Response [200]>
-  2016-02-10 23:20:21,301 - run_rally - INFO - Test scenario: "glance" OK.
-
-  2016-02-10 23:20:21,301 - run_rally - INFO - Starting test scenario "cinder" ...
-  2016-02-10 23:20:21,301 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-cinder.yaml
-  2016-02-10 23:20:21,503 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['cinder'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-10 23:36:46,743 - run_rally - INFO -
+  Load duration: 10.7681660652
+  Full duration: 13.7783231735
+
+  run_rally - INFO - Test scenario: "glance" OK.
+  run_rally - INFO - Starting test scenario "cinder" ...
+  run_rally - INFO -
    Preparing input task
-   Task  c4bf15f0-eb49-4723-9aa9-81d6ea24dc2f: started
-  Task c4bf15f0-eb49-4723-9aa9-81d6ea24dc2f: finished
+   Task  d1dd9119-e59d-4e80-ad09-072f6300762b: started
+  Task d1dd9119-e59d-4e80-ad09-072f6300762b: finished
 
   test scenario CinderVolumes.create_and_attach_volume
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  | action               | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  | nova.boot_server     | 3.178  | 4.424  | 5.766  | 5.877  | 5.988  | 4.733 | 100.0%  | 10    |
-  | cinder.create_volume | 2.542  | 2.787  | 2.835  | 2.848  | 2.861  | 2.767 | 100.0%  | 10    |
-  | nova.attach_volume   | 5.467  | 7.793  | 8.194  | 9.28   | 10.367 | 7.799 | 100.0%  | 10    |
-  | nova.detach_volume   | 3.029  | 4.298  | 5.62   | 5.643  | 5.665  | 4.322 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.392  | 2.493  | 2.58   | 2.583  | 2.586  | 2.498 | 100.0%  | 10    |
-  | nova.delete_server   | 2.388  | 2.444  | 2.56   | 2.6    | 2.639  | 2.47  | 100.0%  | 10    |
-  | total                | 20.696 | 23.97  | 27.209 | 28.172 | 29.135 | 24.59 | 100.0%  | 10    |
-  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 72.9981839657
-  Full duration: 85.4548120499
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server     | 3.086  | 4.323  | 5.484  | 5.514  | 5.544  | 4.505  | 100.0%  | 10    |
+  | cinder.create_volume | 2.703  | 2.882  | 2.961  | 2.969  | 2.978  | 2.865  | 100.0%  | 10    |
+  | nova.attach_volume   | 7.55   | 7.801  | 10.194 | 10.345 | 10.495 | 8.292  | 100.0%  | 10    |
+  | nova.detach_volume   | 2.967  | 5.217  | 5.602  | 5.694  | 5.786  | 4.468  | 100.0%  | 10    |
+  | cinder.delete_volume | 2.393  | 2.51   | 2.562  | 2.572  | 2.582  | 2.497  | 100.0%  | 10    |
+  | nova.delete_server   | 2.375  | 2.429  | 2.554  | 2.595  | 2.637  | 2.46   | 100.0%  | 10    |
+  | total                | 21.586 | 25.034 | 28.962 | 29.376 | 29.79  | 25.088 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 74.0110630989
+  Full duration: 87.3835339546
 
   test scenario CinderVolumes.create_and_list_volume
   +-------------------------------------------------------------------------------------------+
@@ -769,12 +500,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 5.187 | 5.33   | 5.429  | 5.456  | 5.483 | 5.334 | 100.0%  | 10    |
-  | cinder.list_volumes  | 0.059 | 0.112  | 0.177  | 0.185  | 0.194 | 0.118 | 100.0%  | 10    |
-  | total                | 5.341 | 5.465  | 5.527  | 5.557  | 5.587 | 5.452 | 100.0%  | 10    |
+  | cinder.create_volume | 5.186 | 5.298  | 5.406  | 5.44   | 5.474 | 5.311 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.11  | 0.134  | 0.147  | 0.148  | 0.15  | 0.133 | 100.0%  | 10    |
+  | total                | 5.336 | 5.425  | 5.529  | 5.575  | 5.62  | 5.444 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.3163900375
-  Full duration: 28.575948
+  Load duration: 16.3077280521
+  Full duration: 27.7325429916
 
   test scenario CinderVolumes.create_and_list_volume
   +-------------------------------------------------------------------------------------------+
@@ -782,12 +513,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.838 | 2.956  | 3.08   | 3.084  | 3.087 | 2.969 | 100.0%  | 10    |
-  | cinder.list_volumes  | 0.053 | 0.114  | 0.138  | 0.143  | 0.147 | 0.112 | 100.0%  | 10    |
-  | total                | 2.986 | 3.065  | 3.185  | 3.195  | 3.204 | 3.081 | 100.0%  | 10    |
+  | cinder.create_volume | 2.841 | 2.921  | 3.157  | 3.158  | 3.158 | 2.951 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.067 | 0.12   | 0.18   | 0.18   | 0.18  | 0.127 | 100.0%  | 10    |
+  | total                | 2.954 | 3.036  | 3.281  | 3.282  | 3.283 | 3.078 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.18667793274
-  Full duration: 20.0336208344
+  Load duration: 9.12118315697
+  Full duration: 19.8639061451
 
   test scenario CinderVolumes.create_and_list_snapshots
   +---------------------------------------------------------------------------------------------+
@@ -795,12 +526,12 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_snapshot | 2.442 | 2.523  | 2.591  | 2.618  | 2.645 | 2.524 | 100.0%  | 10    |
-  | cinder.list_snapshots  | 0.016 | 0.083  | 0.108  | 0.124  | 0.14  | 0.085 | 100.0%  | 10    |
-  | total                  | 2.524 | 2.612  | 2.668  | 2.679  | 2.69  | 2.609 | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.433 | 2.508  | 2.551  | 2.552  | 2.554 | 2.5   | 100.0%  | 10    |
+  | cinder.list_snapshots  | 0.018 | 0.082  | 0.103  | 0.111  | 0.119 | 0.069 | 100.0%  | 10    |
+  | total                  | 2.523 | 2.561  | 2.612  | 2.627  | 2.641 | 2.57  | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 7.86018610001
-  Full duration: 30.7561271191
+  Load duration: 7.76097297668
+  Full duration: 31.5859258175
 
   test scenario CinderVolumes.create_and_delete_volume
   +-------------------------------------------------------------------------------------------+
@@ -808,12 +539,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.759 | 2.905  | 3.103  | 3.117  | 3.131 | 2.942 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.41  | 2.503  | 2.632  | 2.653  | 2.675 | 2.522 | 100.0%  | 10    |
-  | total                | 5.203 | 5.482  | 5.651  | 5.689  | 5.727 | 5.464 | 100.0%  | 10    |
+  | cinder.create_volume | 2.795 | 2.848  | 2.943  | 2.955  | 2.968 | 2.867 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.446 | 2.499  | 2.595  | 2.669  | 2.744 | 2.524 | 100.0%  | 10    |
+  | total                | 5.295 | 5.374  | 5.521  | 5.53   | 5.539 | 5.391 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.1656489372
-  Full duration: 22.7390818596
+  Load duration: 16.1756019592
+  Full duration: 23.199131012
 
   test scenario CinderVolumes.create_and_delete_volume
   +-------------------------------------------------------------------------------------------+
@@ -821,12 +552,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 3.117 | 5.408  | 5.501  | 5.525  | 5.55  | 4.983 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.409 | 2.505  | 2.582  | 2.597  | 2.611 | 2.509 | 100.0%  | 10    |
-  | total                | 5.606 | 7.887  | 8.077  | 8.079  | 8.081 | 7.493 | 100.0%  | 10    |
+  | cinder.create_volume | 5.287 | 5.38   | 5.424  | 5.439  | 5.454 | 5.365 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.394 | 2.549  | 2.687  | 2.699  | 2.711 | 2.555 | 100.0%  | 10    |
+  | total                | 7.728 | 7.896  | 8.06   | 8.081  | 8.103 | 7.92  | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 21.5610911846
-  Full duration: 28.1375927925
+  Load duration: 23.6543819904
+  Full duration: 30.6390721798
 
   test scenario CinderVolumes.create_and_delete_volume
   +-------------------------------------------------------------------------------------------+
@@ -834,12 +565,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.814 | 2.926  | 3.051  | 3.073  | 3.095 | 2.928 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.41  | 2.549  | 2.65   | 2.673  | 2.697 | 2.549 | 100.0%  | 10    |
-  | total                | 5.352 | 5.455  | 5.622  | 5.663  | 5.704 | 5.477 | 100.0%  | 10    |
+  | cinder.create_volume | 2.885 | 2.937  | 3.053  | 3.059  | 3.066 | 2.962 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.405 | 2.586  | 2.691  | 2.732  | 2.773 | 2.577 | 100.0%  | 10    |
+  | total                | 5.421 | 5.531  | 5.59   | 5.691  | 5.793 | 5.539 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.3862950802
-  Full duration: 22.6357138157
+  Load duration: 16.603798151
+  Full duration: 23.3788831234
 
   test scenario CinderVolumes.create_and_upload_volume_to_image
   +-------------------------------------------------------------------------------------------------------+
@@ -847,14 +578,14 @@ Running test case: rally
   +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume          | 2.833  | 2.963  | 3.129  | 3.234  | 3.338  | 3.004  | 100.0%  | 10    |
-  | cinder.upload_volume_to_image | 25.735 | 58.927 | 69.934 | 72.964 | 75.993 | 54.211 | 100.0%  | 10    |
-  | cinder.delete_volume          | 2.334  | 2.516  | 2.645  | 2.672  | 2.699  | 2.509  | 100.0%  | 10    |
-  | nova.delete_image             | 0.372  | 0.524  | 1.216  | 3.884  | 6.553  | 1.093  | 100.0%  | 10    |
-  | total                         | 31.617 | 64.977 | 75.831 | 78.899 | 81.966 | 60.818 | 100.0%  | 10    |
+  | cinder.create_volume          | 2.792  | 2.951  | 3.369  | 3.545  | 3.721  | 3.036  | 100.0%  | 10    |
+  | cinder.upload_volume_to_image | 26.207 | 65.967 | 78.731 | 83.94  | 89.149 | 62.382 | 100.0%  | 10    |
+  | cinder.delete_volume          | 2.469  | 2.587  | 2.777  | 2.908  | 3.038  | 2.617  | 100.0%  | 10    |
+  | nova.delete_image             | 0.306  | 0.602  | 1.075  | 1.085  | 1.095  | 0.679  | 100.0%  | 10    |
+  | total                         | 32.909 | 73.046 | 84.953 | 90.036 | 95.118 | 68.714 | 100.0%  | 10    |
   +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 160.993555069
-  Full duration: 168.269435883
+  Load duration: 183.403058052
+  Full duration: 190.890599012
 
   test scenario CinderVolumes.create_and_delete_snapshot
   +---------------------------------------------------------------------------------------------+
@@ -862,24 +593,24 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_snapshot | 2.442 | 2.556  | 2.583  | 2.604  | 2.626 | 2.537 | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.27  | 2.415  | 2.466  | 2.505  | 2.543 | 2.398 | 100.0%  | 10    |
-  | total                  | 4.819 | 4.941  | 5.014  | 5.018  | 5.023 | 4.935 | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.494 | 2.541  | 2.623  | 2.662  | 2.701 | 2.563 | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.29  | 2.379  | 2.557  | 2.611  | 2.665 | 2.424 | 100.0%  | 10    |
+  | total                  | 4.784 | 4.953  | 5.15   | 5.215  | 5.279 | 4.988 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 14.7615189552
-  Full duration: 34.2201139927
+  Load duration: 14.7655448914
+  Full duration: 33.6425430775
 
   test scenario CinderVolumes.create_volume
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.817 | 2.994  | 3.104  | 3.11   | 3.117 | 3.002 | 100.0%  | 10    |
-  | total                | 2.817 | 2.994  | 3.104  | 3.11   | 3.117 | 3.002 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.08546304703
-  Full duration: 18.2949140072
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +----------------------+-------+--------+--------+--------+-----+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-----+-------+---------+-------+
+  | cinder.create_volume | 2.789 | 2.912  | 3.076  | 3.088  | 3.1 | 2.933 | 100.0%  | 10    |
+  | total                | 2.789 | 2.913  | 3.076  | 3.088  | 3.1 | 2.933 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-----+-------+---------+-------+
+  Load duration: 8.82123494148
+  Full duration: 18.1940879822
 
   test scenario CinderVolumes.create_volume
   +-------------------------------------------------------------------------------------------+
@@ -887,11 +618,11 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.832 | 2.912  | 2.992  | 3.008  | 3.024 | 2.923 | 100.0%  | 10    |
-  | total                | 2.832 | 2.912  | 2.992  | 3.008  | 3.024 | 2.924 | 100.0%  | 10    |
+  | cinder.create_volume | 2.807 | 2.927  | 3.035  | 3.036  | 3.036 | 2.926 | 100.0%  | 10    |
+  | total                | 2.808 | 2.927  | 3.036  | 3.036  | 3.036 | 2.927 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 8.71728801727
-  Full duration: 19.7889790535
+  Load duration: 8.90417385101
+  Full duration: 20.1418190002
 
   test scenario CinderVolumes.list_volumes
   +------------------------------------------------------------------------------------------+
@@ -899,11 +630,11 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.list_volumes | 0.227 | 0.247  | 0.356  | 0.361  | 0.366 | 0.266 | 100.0%  | 10    |
-  | total               | 0.227 | 0.247  | 0.356  | 0.361  | 0.366 | 0.266 | 100.0%  | 10    |
+  | cinder.list_volumes | 0.226 | 0.251  | 0.27   | 0.282  | 0.293 | 0.253 | 100.0%  | 10    |
+  | total               | 0.226 | 0.251  | 0.27   | 0.282  | 0.293 | 0.253 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.759625911713
-  Full duration: 46.0351030827
+  Load duration: 0.773681879044
+  Full duration: 47.6445128918
 
   test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
   +------------------------------------------------------------------------------------------------+
@@ -911,16 +642,16 @@ Running test case: rally
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.773  | 2.893  | 3.164  | 3.194  | 3.225  | 2.949  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.253  | 2.369  | 2.477  | 2.49   | 2.502  | 2.386  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.591  | 10.702 | 13.689 | 15.195 | 16.702 | 10.764 | 100.0%  | 10    |
-  | nova.detach_volume     | 3.011  | 5.222  | 5.741  | 6.526  | 7.311  | 4.85   | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.194  | 2.285  | 2.418  | 2.46   | 2.501  | 2.305  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.361  | 2.489  | 2.6    | 2.604  | 2.608  | 2.479  | 100.0%  | 10    |
-  | total                  | 21.273 | 25.722 | 28.871 | 29.897 | 30.924 | 26.045 | 100.0%  | 10    |
+  | cinder.create_volume   | 2.752  | 2.933  | 3.066  | 3.089  | 3.112  | 2.943  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.319  | 2.388  | 2.432  | 2.437  | 2.441  | 2.387  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.626  | 9.641  | 12.934 | 14.634 | 16.334 | 10.372 | 100.0%  | 10    |
+  | nova.detach_volume     | 3.067  | 5.326  | 5.451  | 5.507  | 5.563  | 4.908  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.261  | 2.317  | 2.419  | 2.448  | 2.476  | 2.333  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.339  | 2.491  | 2.583  | 2.615  | 2.647  | 2.486  | 100.0%  | 10    |
+  | total                  | 21.617 | 24.353 | 28.724 | 30.338 | 31.953 | 25.746 | 100.0%  | 10    |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 77.9808602333
-  Full duration: 116.938727856
+  Load duration: 72.4364318848
+  Full duration: 113.83590889
 
   test scenario CinderVolumes.create_from_volume_and_delete_volume
   +----------------------------------------------------------------------------------------------+
@@ -928,12 +659,12 @@ Running test case: rally
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 9.917  | 12.187 | 19.547 | 21.624 | 23.7   | 14.261 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.394  | 2.493  | 2.568  | 2.578  | 2.589  | 2.491  | 100.0%  | 10    |
-  | total                | 12.495 | 14.721 | 22.041 | 24.068 | 26.095 | 16.752 | 100.0%  | 10    |
+  | cinder.create_volume | 9.733  | 14.37  | 14.917 | 16.883 | 18.848 | 13.936 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.357  | 2.482  | 2.618  | 2.619  | 2.619  | 2.497  | 100.0%  | 10    |
+  | total                | 12.277 | 16.823 | 17.514 | 19.491 | 21.468 | 16.433 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 48.7536959648
-  Full duration: 67.4493231773
+  Load duration: 46.032130003
+  Full duration: 65.3552489281
 
   test scenario CinderVolumes.create_and_extend_volume
   +-------------------------------------------------------------------------------------------+
@@ -941,30 +672,30 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.771 | 2.913  | 3.041  | 3.063  | 3.085 | 2.927 | 100.0%  | 10    |
-  | cinder.extend_volume | 2.697 | 2.781  | 2.903  | 2.93   | 2.956 | 2.795 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.34  | 2.51   | 2.59   | 2.642  | 2.694 | 2.497 | 100.0%  | 10    |
-  | total                | 7.894 | 8.268  | 8.419  | 8.459  | 8.5   | 8.219 | 100.0%  | 10    |
+  | cinder.create_volume | 2.81  | 2.879  | 3.049  | 3.065  | 3.082 | 2.923 | 100.0%  | 10    |
+  | cinder.extend_volume | 2.584 | 2.789  | 2.943  | 2.951  | 2.958 | 2.782 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.402 | 2.564  | 2.615  | 2.633  | 2.65  | 2.54  | 100.0%  | 10    |
+  | total                | 8.046 | 8.216  | 8.376  | 8.506  | 8.636 | 8.246 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.6035699844
-  Full duration: 31.5182521343
+  Load duration: 24.652312994
+  Full duration: 31.6354629993
 
   test scenario CinderVolumes.create_snapshot_and_attach_volume
-  +------------------------------------------------------------------------------------------------+
-  |                                      Response Times (sec)                                      |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.784  | 2.988  | 3.085  | 3.115  | 3.144  | 2.97   | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.237  | 2.369  | 2.43   | 2.51   | 2.589  | 2.363  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.638  | 7.847  | 12.52  | 12.525 | 12.531 | 8.973  | 100.0%  | 10    |
-  | nova.detach_volume     | 2.933  | 3.436  | 5.288  | 5.554  | 5.82   | 4.018  | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.181  | 2.279  | 2.323  | 2.335  | 2.347  | 2.266  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.357  | 2.56   | 2.744  | 2.749  | 2.754  | 2.569  | 100.0%  | 10    |
-  | total                  | 21.343 | 23.631 | 26.003 | 26.089 | 26.175 | 23.505 | 100.0%  | 10    |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 69.038891077
-  Full duration: 113.245260954
+  +-----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                      |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.872 | 2.939  | 2.986  | 3.045  | 3.103  | 2.944  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.312 | 2.389  | 2.452  | 2.499  | 2.546  | 2.395  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.624 | 7.814  | 13.095 | 16.211 | 19.328 | 9.374  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.991 | 4.159  | 5.336  | 5.399  | 5.461  | 4.171  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.186 | 2.277  | 2.41   | 2.418  | 2.426  | 2.296  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.431 | 2.498  | 2.589  | 2.595  | 2.601  | 2.51   | 100.0%  | 10    |
+  | total                  | 21.28 | 23.314 | 26.739 | 29.882 | 33.025 | 24.004 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 68.312828064
+  Full duration: 112.127801895
 
   test scenario CinderVolumes.create_snapshot_and_attach_volume
   +------------------------------------------------------------------------------------------------+
@@ -972,32 +703,23 @@ Running test case: rally
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.584  | 2.826  | 2.916  | 2.939  | 2.961  | 2.795  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.241  | 2.314  | 2.41   | 2.42   | 2.43   | 2.327  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.565  | 7.759  | 10.721 | 11.639 | 12.557 | 8.502  | 100.0%  | 10    |
-  | nova.detach_volume     | 2.942  | 5.21   | 5.401  | 5.552  | 5.704  | 4.438  | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.184  | 2.317  | 2.388  | 2.423  | 2.458  | 2.308  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.337  | 2.526  | 2.603  | 2.635  | 2.667  | 2.515  | 100.0%  | 10    |
-  | total                  | 20.941 | 23.531 | 25.945 | 26.128 | 26.31  | 23.419 | 100.0%  | 10    |
+  | cinder.create_volume   | 2.617  | 2.833  | 2.941  | 2.982  | 3.022  | 2.823  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.282  | 2.375  | 2.445  | 2.47   | 2.494  | 2.384  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.58   | 7.741  | 13.508 | 16.698 | 19.888 | 9.501  | 100.0%  | 10    |
+  | nova.detach_volume     | 3.07   | 5.287  | 5.408  | 5.463  | 5.518  | 4.882  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.254  | 2.326  | 2.432  | 2.435  | 2.438  | 2.343  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.339  | 2.475  | 2.593  | 2.625  | 2.656  | 2.483  | 100.0%  | 10    |
+  | total                  | 21.236 | 23.663 | 29.169 | 32.362 | 35.555 | 24.955 | 100.0%  | 10    |
   +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 68.828496933
-  Full duration: 109.817329884
-
-  2016-02-10 23:36:46,743 - run_rally - DEBUG - task_id : c4bf15f0-eb49-4723-9aa9-81d6ea24dc2f
-  2016-02-10 23:36:46,744 - run_rally - DEBUG - running command line : rally task report c4bf15f0-eb49-4723-9aa9-81d6ea24dc2f --out /home/opnfv/functest/results/rally/opnfv-cinder.html
-  2016-02-10 23:36:47,453 - run_rally - DEBUG - running command line : rally task results c4bf15f0-eb49-4723-9aa9-81d6ea24dc2f
-  2016-02-10 23:36:48,043 - run_rally - DEBUG - saving json file
-  2016-02-10 23:36:48,049 - run_rally - DEBUG - Push result into DB
-  2016-02-10 23:36:54,688 - run_rally - DEBUG - <Response [200]>
-  2016-02-10 23:36:54,691 - run_rally - INFO - Test scenario: "cinder" OK.
-
-  2016-02-10 23:36:54,691 - run_rally - INFO - Starting test scenario "heat" ...
-  2016-02-10 23:36:54,691 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml
-  2016-02-10 23:36:54,959 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['heat'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-10 23:43:35,907 - run_rally - INFO -
+  Load duration: 71.8869941235
+  Full duration: 117.904321909
+
+  run_rally - INFO - Test scenario: "cinder" OK.
+  run_rally - INFO - Starting test scenario "heat" ...
+  run_rally - INFO -
    Preparing input task
-   Task  b51e2f18-5a6b-4dfe-a8d1-c70fe9c89809: started
-  Task b51e2f18-5a6b-4dfe-a8d1-c70fe9c89809: finished
+   Task  e23e2615-b959-461f-9e63-973b9de00f98: started
+  Task e23e2615-b959-461f-9e63-973b9de00f98: finished
 
   test scenario HeatStacks.create_suspend_resume_delete_stack
   +-----------------------------------------------------------------------------------------+
@@ -1005,14 +727,14 @@ Running test case: rally
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack  | 2.705 | 3.144  | 3.332  | 3.38   | 3.429 | 3.107 | 100.0%  | 10    |
-  | heat.suspend_stack | 0.51  | 0.746  | 1.69   | 1.77   | 1.849 | 1.06  | 100.0%  | 10    |
-  | heat.resume_stack  | 0.575 | 1.511  | 1.753  | 1.755  | 1.758 | 1.484 | 100.0%  | 10    |
-  | heat.delete_stack  | 1.294 | 1.509  | 1.637  | 1.669  | 1.701 | 1.49  | 100.0%  | 10    |
-  | total              | 6.41  | 7.029  | 7.873  | 8.014  | 8.155 | 7.142 | 100.0%  | 10    |
+  | heat.create_stack  | 2.856 | 3.146  | 3.227  | 3.244  | 3.262 | 3.087 | 100.0%  | 10    |
+  | heat.suspend_stack | 0.525 | 1.615  | 1.756  | 1.822  | 1.888 | 1.284 | 100.0%  | 10    |
+  | heat.resume_stack  | 0.549 | 1.6    | 1.663  | 1.673  | 1.682 | 1.296 | 100.0%  | 10    |
+  | heat.delete_stack  | 1.312 | 1.491  | 1.655  | 1.659  | 1.662 | 1.501 | 100.0%  | 10    |
+  | total              | 5.641 | 7.374  | 8.053  | 8.167  | 8.281 | 7.168 | 100.0%  | 10    |
   +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 21.2204399109
-  Full duration: 24.590711832
+  Load duration: 22.0507199764
+  Full duration: 25.5707690716
 
   test scenario HeatStacks.create_and_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -1020,12 +742,12 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.801 | 2.965  | 3.344  | 3.35   | 3.355 | 3.031 | 100.0%  | 10    |
-  | heat.delete_stack | 0.298 | 1.513  | 1.627  | 1.666  | 1.705 | 1.42  | 100.0%  | 10    |
-  | total             | 3.641 | 4.476  | 4.797  | 4.861  | 4.924 | 4.451 | 100.0%  | 10    |
+  | heat.create_stack | 2.923 | 3.085  | 3.286  | 3.309  | 3.331 | 3.115 | 100.0%  | 10    |
+  | heat.delete_stack | 0.243 | 0.963  | 1.56   | 1.624  | 1.688 | 0.962 | 100.0%  | 10    |
+  | total             | 3.166 | 4.127  | 4.666  | 4.735  | 4.803 | 4.076 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 13.2714350224
-  Full duration: 16.4613649845
+  Load duration: 13.0132920742
+  Full duration: 16.5792620182
 
   test scenario HeatStacks.create_and_delete_stack
   +-------------------------------------------------------------------------------------------+
@@ -1033,12 +755,12 @@ Running test case: rally
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 10.292 | 11.433 | 13.021 | 13.279 | 13.538 | 11.632 | 100.0%  | 10    |
-  | heat.delete_stack | 6.906  | 8.131  | 10.135 | 10.169 | 10.203 | 8.488  | 100.0%  | 10    |
-  | total             | 18.35  | 20.557 | 21.396 | 21.472 | 21.548 | 20.12  | 100.0%  | 10    |
+  | heat.create_stack | 9.979  | 11.338 | 13.752 | 13.849 | 13.946 | 11.536 | 100.0%  | 10    |
+  | heat.delete_stack | 7.092  | 8.228  | 8.71   | 8.871  | 9.033  | 8.149  | 100.0%  | 10    |
+  | total             | 18.547 | 19.228 | 21.86  | 22.086 | 22.312 | 19.685 | 100.0%  | 10    |
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 58.9332971573
-  Full duration: 62.2598938942
+  Load duration: 58.1043260098
+  Full duration: 61.6377520561
 
   test scenario HeatStacks.create_and_delete_stack
   +-------------------------------------------------------------------------------------------+
@@ -1046,12 +768,12 @@ Running test case: rally
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 12.909 | 13.935 | 16.654 | 17.691 | 18.729 | 14.656 | 100.0%  | 10    |
-  | heat.delete_stack | 7.878  | 9.348  | 10.069 | 10.137 | 10.205 | 9.303  | 100.0%  | 10    |
-  | total             | 21.856 | 23.051 | 26.606 | 27.304 | 28.002 | 23.959 | 100.0%  | 10    |
+  | heat.create_stack | 11.918 | 13.906 | 16.154 | 16.286 | 16.418 | 13.895 | 100.0%  | 10    |
+  | heat.delete_stack | 8.414  | 9.204  | 10.491 | 10.538 | 10.585 | 9.295  | 100.0%  | 10    |
+  | total             | 21.347 | 22.82  | 25.491 | 26.247 | 27.003 | 23.19  | 100.0%  | 10    |
   +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 71.925632
-  Full duration: 75.6575791836
+  Load duration: 68.1649589539
+  Full duration: 71.9318380356
 
   test scenario HeatStacks.list_stacks_and_resources
   +------------------------------------------------------------------------------------------------------+
@@ -1059,12 +781,12 @@ Running test case: rally
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.list_stacks                | 0.225 | 0.243  | 0.265  | 0.273  | 0.282 | 0.246 | 100.0%  | 10    |
+  | heat.list_stacks                | 0.233 | 0.257  | 0.318  | 0.436  | 0.555 | 0.286 | 100.0%  | 10    |
   | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0   | 0.0   | 100.0%  | 10    |
-  | total                           | 0.226 | 0.243  | 0.265  | 0.273  | 0.282 | 0.247 | 100.0%  | 10    |
+  | total                           | 0.233 | 0.257  | 0.318  | 0.436  | 0.555 | 0.286 | 100.0%  | 10    |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.744506120682
-  Full duration: 3.46860694885
+  Load duration: 0.829450845718
+  Full duration: 3.74743390083
 
   test scenario HeatStacks.create_update_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -1072,13 +794,13 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.813 | 3.014  | 3.162  | 3.185  | 3.208 | 3.005 | 100.0%  | 10    |
-  | heat.update_stack | 2.615 | 3.625  | 3.829  | 3.855  | 3.882 | 3.569 | 100.0%  | 10    |
-  | heat.delete_stack | 1.297 | 1.459  | 1.597  | 1.69   | 1.783 | 1.476 | 100.0%  | 10    |
-  | total             | 6.833 | 8.129  | 8.414  | 8.465  | 8.515 | 8.049 | 100.0%  | 10    |
+  | heat.create_stack | 2.703 | 2.996  | 3.064  | 3.184  | 3.304 | 2.981 | 100.0%  | 10    |
+  | heat.update_stack | 2.487 | 3.644  | 3.84   | 3.918  | 3.996 | 3.387 | 100.0%  | 10    |
+  | heat.delete_stack | 0.52  | 1.473  | 1.686  | 1.691  | 1.697 | 1.413 | 100.0%  | 10    |
+  | total             | 6.639 | 8.102  | 8.301  | 8.486  | 8.671 | 7.781 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.4935848713
-  Full duration: 27.9353289604
+  Load duration: 23.5321931839
+  Full duration: 26.9891970158
 
   test scenario HeatStacks.create_update_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -1086,13 +808,13 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.712 | 2.948  | 3.15   | 3.177  | 3.203 | 2.968 | 100.0%  | 10    |
-  | heat.update_stack | 2.505 | 2.769  | 3.755  | 3.798  | 3.841 | 2.978 | 100.0%  | 10    |
-  | heat.delete_stack | 0.41  | 1.398  | 1.579  | 1.602  | 1.626 | 1.239 | 100.0%  | 10    |
-  | total             | 5.681 | 7.006  | 8.392  | 8.423  | 8.454 | 7.185 | 100.0%  | 10    |
+  | heat.create_stack | 2.69  | 3.032  | 3.266  | 3.279  | 3.293 | 3.041 | 100.0%  | 10    |
+  | heat.update_stack | 2.458 | 2.642  | 3.727  | 3.766  | 3.805 | 3.037 | 100.0%  | 10    |
+  | heat.delete_stack | 0.556 | 1.511  | 1.586  | 1.632  | 1.678 | 1.419 | 100.0%  | 10    |
+  | total             | 6.957 | 7.396  | 8.15   | 8.18   | 8.21  | 7.497 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 22.0256738663
-  Full duration: 25.4327590466
+  Load duration: 22.4653220177
+  Full duration: 25.9613161087
 
   test scenario HeatStacks.create_update_delete_stack
   +------------------------------------------------------------------------------------------+
@@ -1100,13 +822,13 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 2.851 | 3.082  | 3.313  | 3.327  | 3.34   | 3.094  | 100.0%  | 10    |
-  | heat.update_stack | 4.859 | 5.059  | 5.825  | 5.846  | 5.867  | 5.181  | 100.0%  | 10    |
-  | heat.delete_stack | 1.459 | 2.448  | 2.821  | 2.894  | 2.968  | 2.222  | 100.0%  | 10    |
-  | total             | 9.546 | 10.498 | 11.42  | 11.439 | 11.457 | 10.497 | 100.0%  | 10    |
+  | heat.create_stack | 2.936 | 3.18   | 3.4    | 3.735  | 4.069  | 3.237  | 100.0%  | 10    |
+  | heat.update_stack | 4.79  | 5.132  | 6.045  | 6.06   | 6.076  | 5.308  | 100.0%  | 10    |
+  | heat.delete_stack | 1.518 | 2.424  | 2.589  | 2.618  | 2.647  | 2.182  | 100.0%  | 10    |
+  | total             | 9.624 | 10.703 | 11.721 | 11.781 | 11.842 | 10.727 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 31.3824648857
-  Full duration: 35.0282361507
+  Load duration: 31.7993149757
+  Full duration: 35.7221229076
 
   test scenario HeatStacks.create_update_delete_stack
   +-----------------------------------------------------------------------+
@@ -1114,10 +836,10 @@ Running test case: rally
   +--------+-----+--------+--------+--------+-----+-----+---------+-------+
   | action | min | median | 90%ile | 95%ile | max | avg | success | count |
   +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
+  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 7     |
   +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 6.58436203003
-  Full duration: 13.4351229668
+  Load duration: 6.70760798454
+  Full duration: 15.0584180355
 
   test scenario HeatStacks.create_update_delete_stack
   +-----------------------------------------------------------------------------------------+
@@ -1125,13 +847,13 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg    | success | count |
   +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
-  | heat.create_stack | 3.053 | 3.139  | 3.256  | 3.339  | 3.422 | 3.161  | 100.0%  | 10    |
-  | heat.update_stack | 4.769 | 4.927  | 5.262  | 5.626  | 5.989 | 5.053  | 100.0%  | 10    |
-  | heat.delete_stack | 1.405 | 2.531  | 2.685  | 2.73   | 2.775 | 2.201  | 100.0%  | 10    |
-  | total             | 9.427 | 10.614 | 11.08  | 11.32  | 11.56 | 10.415 | 100.0%  | 10    |
+  | heat.create_stack | 2.893 | 3.127  | 3.179  | 3.194  | 3.209 | 3.079  | 100.0%  | 10    |
+  | heat.update_stack | 4.695 | 5.02   | 5.189  | 5.193  | 5.197 | 5.007  | 100.0%  | 10    |
+  | heat.delete_stack | 1.51  | 2.454  | 2.786  | 2.821  | 2.855 | 2.302  | 100.0%  | 10    |
+  | total             | 9.334 | 10.621 | 10.981 | 10.985 | 10.99 | 10.388 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
-  Load duration: 31.9777891636
-  Full duration: 35.6663069725
+  Load duration: 31.2812139988
+  Full duration: 35.1641018391
 
   test scenario HeatStacks.create_update_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -1139,26 +861,26 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.863 | 2.98   | 3.296  | 3.358  | 3.42  | 3.049 | 100.0%  | 10    |
-  | heat.update_stack | 3.505 | 3.801  | 3.997  | 4.081  | 4.165 | 3.804 | 100.0%  | 10    |
-  | heat.delete_stack | 1.338 | 1.583  | 1.668  | 1.68   | 1.691 | 1.568 | 100.0%  | 10    |
-  | total             | 7.943 | 8.385  | 8.655  | 8.755  | 8.855 | 8.421 | 100.0%  | 10    |
+  | heat.create_stack | 2.885 | 3.01   | 3.24   | 3.311  | 3.381 | 3.05  | 100.0%  | 10    |
+  | heat.update_stack | 2.83  | 3.881  | 3.936  | 3.968  | 4.0   | 3.777 | 100.0%  | 10    |
+  | heat.delete_stack | 1.307 | 1.567  | 1.645  | 1.79   | 1.935 | 1.543 | 100.0%  | 10    |
+  | total             | 7.316 | 8.436  | 8.859  | 8.868  | 8.876 | 8.37  | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 25.0527100563
-  Full duration: 28.7379829884
+  Load duration: 24.9058198929
+  Full duration: 28.9196100235
 
   test scenario HeatStacks.create_and_list_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.845 | 3.135  | 3.391  | 3.404  | 3.418 | 3.147 | 100.0%  | 10    |
-  | heat.list_stacks  | 0.036 | 0.162  | 0.205  | 0.239  | 0.272 | 0.131 | 100.0%  | 10    |
-  | total             | 3.014 | 3.266  | 3.453  | 3.517  | 3.581 | 3.278 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.90862584114
-  Full duration: 17.3963320255
+  +---------------------------------------------------------------------------------------+
+  |                                 Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg  | success | count |
+  +-------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | heat.create_stack | 2.882 | 3.04   | 3.213  | 3.318  | 3.423 | 3.07 | 100.0%  | 10    |
+  | heat.list_stacks  | 0.037 | 0.16   | 0.174  | 0.178  | 0.182 | 0.14 | 100.0%  | 10    |
+  | total             | 3.046 | 3.142  | 3.382  | 3.478  | 3.575 | 3.21 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  Load duration: 9.64803004265
+  Full duration: 17.1896460056
 
   test scenario HeatStacks.create_check_delete_stack
   +----------------------------------------------------------------------------------------+
@@ -1166,29 +888,20 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.902 | 3.042  | 3.151  | 3.168  | 3.186 | 3.037 | 100.0%  | 10    |
-  | heat.check_stack  | 0.317 | 0.552  | 0.774  | 0.918  | 1.062 | 0.597 | 100.0%  | 10    |
-  | heat.delete_stack | 1.314 | 1.551  | 1.784  | 1.868  | 1.952 | 1.601 | 100.0%  | 10    |
-  | total             | 4.91  | 5.201  | 5.487  | 5.636  | 5.784 | 5.236 | 100.0%  | 10    |
+  | heat.create_stack | 2.808 | 3.191  | 3.252  | 3.281  | 3.311 | 3.148 | 100.0%  | 10    |
+  | heat.check_stack  | 0.407 | 0.668  | 1.405  | 1.545  | 1.685 | 0.776 | 100.0%  | 10    |
+  | heat.delete_stack | 0.678 | 1.561  | 1.687  | 1.707  | 1.726 | 1.474 | 100.0%  | 10    |
+  | total             | 4.931 | 5.317  | 5.757  | 5.974  | 6.192 | 5.398 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 15.5446360111
-  Full duration: 19.7330510616
-
-  2016-02-10 23:43:35,907 - run_rally - DEBUG - task_id : b51e2f18-5a6b-4dfe-a8d1-c70fe9c89809
-  2016-02-10 23:43:35,907 - run_rally - DEBUG - running command line : rally task report b51e2f18-5a6b-4dfe-a8d1-c70fe9c89809 --out /home/opnfv/functest/results/rally/opnfv-heat.html
-  2016-02-10 23:43:36,536 - run_rally - DEBUG - running command line : rally task results b51e2f18-5a6b-4dfe-a8d1-c70fe9c89809
-  2016-02-10 23:43:37,131 - run_rally - DEBUG - saving json file
-  2016-02-10 23:43:37,133 - run_rally - DEBUG - Push result into DB
-  2016-02-10 23:43:43,814 - run_rally - DEBUG - <Response [200]>
-  2016-02-10 23:43:43,816 - run_rally - INFO - Test scenario: "heat" Failed.
-
-  2016-02-10 23:43:43,816 - run_rally - INFO - Starting test scenario "keystone" ...
-  2016-02-10 23:43:43,816 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml
-  2016-02-10 23:43:44,240 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['keystone'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-10 23:45:10,505 - run_rally - INFO -
+  Load duration: 16.0285110474
+  Full duration: 19.9199111462
+
+  run_rally - INFO - Test scenario: "heat" Failed.
+  run_rally - INFO - Starting test scenario "keystone" ...
+  run_rally - INFO -
    Preparing input task
-   Task  a2dc597b-35dc-4b85-a214-5ff65687a80d: started
-  Task a2dc597b-35dc-4b85-a214-5ff65687a80d: finished
+   Task  08dbf827-7838-43b0-9cd2-3d48c9632781: started
+  Task 08dbf827-7838-43b0-9cd2-3d48c9632781: finished
 
   test scenario KeystoneBasic.create_tenant_with_users
   +---------------------------------------------------------------------------------------------+
@@ -1196,12 +909,12 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.108 | 0.12   | 0.133  | 0.144  | 0.154 | 0.122 | 100.0%  | 10    |
-  | keystone.create_users  | 0.627 | 0.66   | 0.746  | 0.753  | 0.759 | 0.679 | 100.0%  | 10    |
-  | total                  | 0.746 | 0.783  | 0.882  | 0.891  | 0.899 | 0.8   | 100.0%  | 10    |
+  | keystone.create_tenant | 0.113 | 0.12   | 0.158  | 0.176  | 0.195 | 0.13  | 100.0%  | 10    |
+  | keystone.create_users  | 0.651 | 0.684  | 0.707  | 0.733  | 0.759 | 0.685 | 100.0%  | 10    |
+  | total                  | 0.772 | 0.8    | 0.865  | 0.91   | 0.954 | 0.815 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.38129496574
-  Full duration: 12.5912969112
+  Load duration: 2.42733502388
+  Full duration: 12.6668281555
 
   test scenario KeystoneBasic.create_add_and_list_user_roles
   +-------------------------------------------------------------------------------------------+
@@ -1209,13 +922,13 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.108 | 0.123  | 0.137  | 0.139  | 0.142 | 0.123 | 100.0%  | 10    |
-  | keystone.add_role    | 0.088 | 0.094  | 0.105  | 0.11   | 0.115 | 0.096 | 100.0%  | 10    |
-  | keystone.list_roles  | 0.051 | 0.053  | 0.057  | 0.06   | 0.062 | 0.054 | 100.0%  | 10    |
-  | total                | 0.252 | 0.275  | 0.287  | 0.294  | 0.301 | 0.274 | 100.0%  | 10    |
+  | keystone.create_role | 0.115 | 0.123  | 0.132  | 0.145  | 0.159 | 0.125 | 100.0%  | 10    |
+  | keystone.add_role    | 0.09  | 0.101  | 0.122  | 0.137  | 0.151 | 0.106 | 100.0%  | 10    |
+  | keystone.list_roles  | 0.049 | 0.057  | 0.062  | 0.065  | 0.067 | 0.057 | 100.0%  | 10    |
+  | total                | 0.26  | 0.282  | 0.328  | 0.329  | 0.33  | 0.288 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.828149080276
-  Full duration: 6.11214399338
+  Load duration: 0.850867986679
+  Full duration: 6.24242782593
 
   test scenario KeystoneBasic.add_and_remove_user_role
   +-------------------------------------------------------------------------------------------+
@@ -1223,13 +936,13 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.124 | 0.223  | 0.305  | 0.336  | 0.367 | 0.218 | 100.0%  | 10    |
-  | keystone.add_role    | 0.088 | 0.1    | 0.111  | 0.111  | 0.111 | 0.101 | 100.0%  | 10    |
-  | keystone.remove_role | 0.057 | 0.068  | 0.098  | 0.137  | 0.177 | 0.079 | 100.0%  | 10    |
-  | total                | 0.284 | 0.411  | 0.525  | 0.555  | 0.585 | 0.398 | 100.0%  | 10    |
+  | keystone.create_role | 0.118 | 0.172  | 0.235  | 0.244  | 0.254 | 0.177 | 100.0%  | 10    |
+  | keystone.add_role    | 0.095 | 0.115  | 0.16   | 0.162  | 0.165 | 0.122 | 100.0%  | 10    |
+  | keystone.remove_role | 0.059 | 0.068  | 0.163  | 0.164  | 0.166 | 0.085 | 100.0%  | 10    |
+  | total                | 0.281 | 0.407  | 0.444  | 0.447  | 0.451 | 0.385 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.2285490036
-  Full duration: 6.55177402496
+  Load duration: 1.1720468998
+  Full duration: 6.63848996162
 
   test scenario KeystoneBasic.create_update_and_delete_tenant
   +---------------------------------------------------------------------------------------------+
@@ -1237,13 +950,13 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.13  | 0.238  | 0.275  | 0.281  | 0.287 | 0.213 | 100.0%  | 10    |
-  | keystone.update_tenant | 0.05  | 0.06   | 0.197  | 0.2    | 0.203 | 0.093 | 100.0%  | 10    |
-  | keystone.delete_tenant | 0.126 | 0.131  | 0.243  | 0.27   | 0.297 | 0.158 | 100.0%  | 10    |
-  | total                  | 0.307 | 0.431  | 0.616  | 0.642  | 0.667 | 0.464 | 100.0%  | 10    |
+  | keystone.create_tenant | 0.125 | 0.19   | 0.247  | 0.268  | 0.289 | 0.191 | 100.0%  | 10    |
+  | keystone.update_tenant | 0.052 | 0.063  | 0.11   | 0.111  | 0.113 | 0.07  | 100.0%  | 10    |
+  | keystone.delete_tenant | 0.12  | 0.141  | 0.192  | 0.227  | 0.261 | 0.153 | 100.0%  | 10    |
+  | total                  | 0.331 | 0.418  | 0.486  | 0.502  | 0.517 | 0.415 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.3783249855
-  Full duration: 5.19503498077
+  Load duration: 1.27042984962
+  Full duration: 5.3805770874
 
   test scenario KeystoneBasic.create_and_delete_service
   +----------------------------------------------------------------------------------------------+
@@ -1251,12 +964,12 @@ Running test case: rally
   +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_service | 0.125 | 0.13   | 0.149  | 0.159  | 0.169 | 0.136 | 100.0%  | 10    |
-  | keystone.delete_service | 0.057 | 0.07   | 0.086  | 0.088  | 0.091 | 0.073 | 100.0%  | 10    |
-  | total                   | 0.187 | 0.209  | 0.233  | 0.237  | 0.241 | 0.209 | 100.0%  | 10    |
+  | keystone.create_service | 0.111 | 0.117  | 0.13   | 0.139  | 0.147 | 0.121 | 100.0%  | 10    |
+  | keystone.delete_service | 0.055 | 0.067  | 0.096  | 0.097  | 0.097 | 0.071 | 100.0%  | 10    |
+  | total                   | 0.176 | 0.189  | 0.212  | 0.215  | 0.218 | 0.192 | 100.0%  | 10    |
   +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.616975784302
-  Full duration: 4.38122606277
+  Load duration: 0.61040687561
+  Full duration: 4.58190393448
 
   test scenario KeystoneBasic.create_tenant
   +---------------------------------------------------------------------------------------------+
@@ -1264,23 +977,23 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.118 | 0.142  | 0.156  | 0.161  | 0.167 | 0.141 | 100.0%  | 10    |
-  | total                  | 0.118 | 0.142  | 0.156  | 0.162  | 0.167 | 0.141 | 100.0%  | 10    |
+  | keystone.create_tenant | 0.114 | 0.128  | 0.136  | 0.16   | 0.183 | 0.131 | 100.0%  | 10    |
+  | total                  | 0.114 | 0.128  | 0.137  | 0.16   | 0.183 | 0.131 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.460291147232
-  Full duration: 4.38871192932
+  Load duration: 0.400830030441
+  Full duration: 4.4062628746
 
   test scenario KeystoneBasic.create_user
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_user | 0.12 | 0.141  | 0.17   | 0.178  | 0.185 | 0.148 | 100.0%  | 10    |
-  | total                | 0.12 | 0.141  | 0.17   | 0.178  | 0.185 | 0.148 | 100.0%  | 10    |
-  +----------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.443107843399
-  Full duration: 4.33838415146
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.124 | 0.137  | 0.146  | 0.163  | 0.179 | 0.138 | 100.0%  | 10    |
+  | total                | 0.125 | 0.137  | 0.146  | 0.163  | 0.179 | 0.138 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.42484498024
+  Full duration: 4.1389541626
 
   test scenario KeystoneBasic.create_and_list_tenants
   +---------------------------------------------------------------------------------------------+
@@ -1288,12 +1001,12 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.12  | 0.124  | 0.17   | 0.178  | 0.186 | 0.136 | 100.0%  | 10    |
-  | keystone.list_tenants  | 0.05  | 0.054  | 0.071  | 0.088  | 0.106 | 0.06  | 100.0%  | 10    |
-  | total                  | 0.175 | 0.179  | 0.231  | 0.242  | 0.254 | 0.196 | 100.0%  | 10    |
+  | keystone.create_tenant | 0.117 | 0.126  | 0.134  | 0.152  | 0.17  | 0.129 | 100.0%  | 10    |
+  | keystone.list_tenants  | 0.046 | 0.059  | 0.104  | 0.104  | 0.105 | 0.069 | 100.0%  | 10    |
+  | total                  | 0.166 | 0.19   | 0.231  | 0.233  | 0.235 | 0.198 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.603140115738
-  Full duration: 5.95085787773
+  Load duration: 0.600751876831
+  Full duration: 6.1798210144
 
   test scenario KeystoneBasic.create_and_delete_role
   +-------------------------------------------------------------------------------------------+
@@ -1301,12 +1014,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.109 | 0.202  | 0.275  | 0.311  | 0.347 | 0.205 | 100.0%  | 10    |
-  | keystone.delete_role | 0.105 | 0.12   | 0.231  | 0.237  | 0.243 | 0.142 | 100.0%  | 10    |
-  | total                | 0.236 | 0.352  | 0.43   | 0.503  | 0.576 | 0.348 | 100.0%  | 10    |
+  | keystone.create_role | 0.118 | 0.227  | 0.298  | 0.3    | 0.302 | 0.204 | 100.0%  | 10    |
+  | keystone.delete_role | 0.105 | 0.13   | 0.271  | 0.29   | 0.309 | 0.157 | 100.0%  | 10    |
+  | total                | 0.238 | 0.346  | 0.573  | 0.59   | 0.607 | 0.362 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.02657985687
-  Full duration: 4.95588898659
+  Load duration: 1.21080708504
+  Full duration: 5.530189991
 
   test scenario KeystoneBasic.get_entities
   +---------------------------------------------------------------------------------------------+
@@ -1314,18 +1027,18 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.113 | 0.129  | 0.165  | 0.166  | 0.167 | 0.136 | 100.0%  | 10    |
-  | keystone.create_user   | 0.06  | 0.069  | 0.08   | 0.097  | 0.115 | 0.071 | 100.0%  | 10    |
-  | keystone.create_role   | 0.047 | 0.053  | 0.094  | 0.095  | 0.097 | 0.061 | 100.0%  | 10    |
-  | keystone.get_tenant    | 0.045 | 0.047  | 0.054  | 0.056  | 0.058 | 0.049 | 100.0%  | 10    |
-  | keystone.get_user      | 0.051 | 0.054  | 0.059  | 0.06   | 0.062 | 0.055 | 100.0%  | 10    |
-  | keystone.get_role      | 0.043 | 0.049  | 0.06   | 0.079  | 0.099 | 0.053 | 100.0%  | 10    |
-  | keystone.service_list  | 0.047 | 0.06   | 0.099  | 0.105  | 0.111 | 0.067 | 100.0%  | 10    |
-  | keystone.get_service   | 0.041 | 0.048  | 0.055  | 0.061  | 0.067 | 0.049 | 100.0%  | 10    |
-  | total                  | 0.491 | 0.543  | 0.573  | 0.582  | 0.591 | 0.541 | 100.0%  | 10    |
+  | keystone.create_tenant | 0.121 | 0.125  | 0.148  | 0.149  | 0.151 | 0.13  | 100.0%  | 10    |
+  | keystone.create_user   | 0.062 | 0.078  | 0.103  | 0.121  | 0.139 | 0.084 | 100.0%  | 10    |
+  | keystone.create_role   | 0.046 | 0.051  | 0.067  | 0.069  | 0.072 | 0.055 | 100.0%  | 10    |
+  | keystone.get_tenant    | 0.04  | 0.05   | 0.054  | 0.057  | 0.06  | 0.049 | 100.0%  | 10    |
+  | keystone.get_user      | 0.048 | 0.058  | 0.072  | 0.082  | 0.093 | 0.062 | 100.0%  | 10    |
+  | keystone.get_role      | 0.042 | 0.047  | 0.053  | 0.058  | 0.064 | 0.048 | 100.0%  | 10    |
+  | keystone.service_list  | 0.046 | 0.055  | 0.069  | 0.079  | 0.09  | 0.058 | 100.0%  | 10    |
+  | keystone.get_service   | 0.041 | 0.048  | 0.057  | 0.072  | 0.088 | 0.051 | 100.0%  | 10    |
+  | total                  | 0.483 | 0.541  | 0.568  | 0.584  | 0.599 | 0.538 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.64348506927
-  Full duration: 9.77697682381
+  Load duration: 1.66359400749
+  Full duration: 10.0017409325
 
   test scenario KeystoneBasic.create_and_list_users
   +-------------------------------------------------------------------------------------------+
@@ -1333,28 +1046,19 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_user | 0.133 | 0.142  | 0.187  | 0.192  | 0.196 | 0.151 | 100.0%  | 10    |
-  | keystone.list_users  | 0.05  | 0.056  | 0.068  | 0.068  | 0.069 | 0.057 | 100.0%  | 10    |
-  | total                | 0.183 | 0.202  | 0.244  | 0.25   | 0.257 | 0.208 | 100.0%  | 10    |
+  | keystone.create_user | 0.131 | 0.14   | 0.157  | 0.205  | 0.254 | 0.151 | 100.0%  | 10    |
+  | keystone.list_users  | 0.051 | 0.057  | 0.065  | 0.078  | 0.091 | 0.06  | 100.0%  | 10    |
+  | total                | 0.182 | 0.199  | 0.239  | 0.274  | 0.309 | 0.211 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.625062942505
-  Full duration: 4.61658096313
-
-  2016-02-10 23:45:10,506 - run_rally - DEBUG - task_id : a2dc597b-35dc-4b85-a214-5ff65687a80d
-  2016-02-10 23:45:10,506 - run_rally - DEBUG - running command line : rally task report a2dc597b-35dc-4b85-a214-5ff65687a80d --out /home/opnfv/functest/results/rally/opnfv-keystone.html
-  2016-02-10 23:45:11,115 - run_rally - DEBUG - running command line : rally task results a2dc597b-35dc-4b85-a214-5ff65687a80d
-  2016-02-10 23:45:11,706 - run_rally - DEBUG - saving json file
-  2016-02-10 23:45:11,708 - run_rally - DEBUG - Push result into DB
-  2016-02-10 23:45:17,896 - run_rally - DEBUG - <Response [200]>
-  2016-02-10 23:45:17,900 - run_rally - INFO - Test scenario: "keystone" OK.
-
-  2016-02-10 23:45:17,900 - run_rally - INFO - Starting test scenario "neutron" ...
-  2016-02-10 23:45:17,900 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-neutron.yaml
-  2016-02-10 23:45:18,243 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['neutron'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-10 23:50:17,508 - run_rally - INFO -
+  Load duration: 0.62369799614
+  Full duration: 4.64324808121
+
+  run_rally - INFO - Test scenario: "keystone" OK.
+  run_rally - INFO - Starting test scenario "neutron" ...
+  run_rally - INFO -
    Preparing input task
-   Task  9f432e5d-104a-4b3a-b844-aa338a0da828: started
-  Task 9f432e5d-104a-4b3a-b844-aa338a0da828: finished
+   Task  7a8d4b82-85d3-485c-996e-08dbd3787094: started
+  Task 7a8d4b82-85d3-485c-996e-08dbd3787094: finished
 
   test scenario NeutronNetworks.create_and_delete_ports
   +------------------------------------------------------------------------------------------+
@@ -1362,12 +1066,12 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.427 | 0.554  | 0.614  | 0.643  | 0.673 | 0.536 | 100.0%  | 10    |
-  | neutron.delete_port | 0.142 | 0.237  | 0.342  | 0.476  | 0.611 | 0.256 | 100.0%  | 10    |
-  | total               | 0.569 | 0.743  | 0.925  | 1.104  | 1.283 | 0.792 | 100.0%  | 10    |
+  | neutron.create_port | 0.424 | 0.519  | 0.555  | 0.559  | 0.563 | 0.503 | 100.0%  | 10    |
+  | neutron.delete_port | 0.148 | 0.283  | 0.32   | 0.339  | 0.358 | 0.259 | 100.0%  | 10    |
+  | total               | 0.584 | 0.797  | 0.849  | 0.859  | 0.87  | 0.762 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.1176700592
-  Full duration: 24.8256268501
+  Load duration: 2.3002948761
+  Full duration: 25.5696978569
 
   test scenario NeutronNetworks.create_and_list_routers
   +---------------------------------------------------------------------------------------------------+
@@ -1375,14 +1079,14 @@ Running test case: rally
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet        | 0.423 | 0.477  | 0.542  | 0.576  | 0.609 | 0.489 | 100.0%  | 10    |
-  | neutron.create_router        | 0.037 | 0.106  | 0.208  | 0.212  | 0.217 | 0.116 | 100.0%  | 10    |
-  | neutron.add_interface_router | 0.283 | 0.413  | 0.456  | 0.492  | 0.527 | 0.403 | 100.0%  | 10    |
-  | neutron.list_routers         | 0.032 | 0.094  | 0.183  | 0.188  | 0.193 | 0.103 | 100.0%  | 10    |
-  | total                        | 0.953 | 1.114  | 1.232  | 1.246  | 1.261 | 1.11  | 100.0%  | 10    |
+  | neutron.create_subnet        | 0.421 | 0.453  | 0.541  | 0.55   | 0.56  | 0.472 | 100.0%  | 10    |
+  | neutron.create_router        | 0.039 | 0.045  | 0.24   | 0.247  | 0.254 | 0.11  | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.28  | 0.297  | 0.417  | 0.427  | 0.438 | 0.32  | 100.0%  | 10    |
+  | neutron.list_routers         | 0.043 | 0.163  | 0.181  | 0.185  | 0.189 | 0.122 | 100.0%  | 10    |
+  | total                        | 0.795 | 1.045  | 1.115  | 1.243  | 1.372 | 1.024 | 100.0%  | 10    |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.33451294899
-  Full duration: 27.7111759186
+  Load duration: 2.85029602051
+  Full duration: 27.2547390461
 
   test scenario NeutronNetworks.create_and_delete_routers
   +------------------------------------------------------------------------------------------------------+
@@ -1390,15 +1094,15 @@ Running test case: rally
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet           | 0.395 | 0.424  | 0.48   | 0.489  | 0.499 | 0.436 | 100.0%  | 10    |
-  | neutron.create_router           | 0.039 | 0.189  | 0.242  | 0.345  | 0.448 | 0.176 | 100.0%  | 10    |
-  | neutron.add_interface_router    | 0.281 | 0.434  | 0.596  | 0.618  | 0.641 | 0.424 | 100.0%  | 10    |
-  | neutron.remove_interface_router | 0.252 | 0.36   | 0.398  | 0.4    | 0.402 | 0.341 | 100.0%  | 10    |
-  | neutron.delete_router           | 0.147 | 0.172  | 0.315  | 0.358  | 0.401 | 0.213 | 100.0%  | 10    |
-  | total                           | 1.34  | 1.578  | 1.726  | 1.746  | 1.765 | 1.589 | 100.0%  | 10    |
+  | neutron.create_subnet           | 0.399 | 0.476  | 0.542  | 0.561  | 0.579 | 0.479 | 100.0%  | 10    |
+  | neutron.create_router           | 0.038 | 0.041  | 0.181  | 0.186  | 0.19  | 0.096 | 100.0%  | 10    |
+  | neutron.add_interface_router    | 0.272 | 0.306  | 0.421  | 0.426  | 0.43  | 0.34  | 100.0%  | 10    |
+  | neutron.remove_interface_router | 0.228 | 0.311  | 0.514  | 0.518  | 0.521 | 0.338 | 100.0%  | 10    |
+  | neutron.delete_router           | 0.151 | 0.159  | 0.295  | 0.297  | 0.298 | 0.205 | 100.0%  | 10    |
+  | total                           | 1.218 | 1.388  | 1.829  | 1.868  | 1.908 | 1.458 | 100.0%  | 10    |
   +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 4.79766583443
-  Full duration: 28.1387701035
+  Load duration: 4.20906496048
+  Full duration: 28.1987309456
 
   test scenario NeutronNetworks.create_and_list_ports
   +------------------------------------------------------------------------------------------+
@@ -1406,25 +1110,25 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.426 | 0.518  | 0.617  | 0.63   | 0.643 | 0.527 | 100.0%  | 10    |
-  | neutron.list_ports  | 0.093 | 0.212  | 0.314  | 0.332  | 0.351 | 0.213 | 100.0%  | 10    |
-  | total               | 0.522 | 0.731  | 0.94   | 0.953  | 0.966 | 0.74  | 100.0%  | 10    |
+  | neutron.create_port | 0.429 | 0.5    | 0.612  | 0.626  | 0.639 | 0.521 | 100.0%  | 10    |
+  | neutron.list_ports  | 0.108 | 0.282  | 0.352  | 0.372  | 0.392 | 0.262 | 100.0%  | 10    |
+  | total               | 0.594 | 0.761  | 0.957  | 0.957  | 0.957 | 0.783 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.09701919556
-  Full duration: 25.6951978207
+  Load duration: 2.34113693237
+  Full duration: 26.7457489967
 
   test scenario NeutronNetworks.create_and_delete_subnets
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.397 | 0.522  | 0.625  | 0.631  | 0.636 | 0.502 | 100.0%  | 10    |
-  | neutron.delete_subnet | 0.14  | 0.314  | 0.383  | 0.398  | 0.413 | 0.308 | 100.0%  | 10    |
-  | total                 | 0.537 | 0.83   | 0.98   | 0.992  | 1.004 | 0.809 | 100.0%  | 10    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.3898100853
-  Full duration: 25.9560959339
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+------+-------+---------+-------+
+  | neutron.create_subnet | 0.402 | 0.436  | 0.542  | 0.566  | 0.59 | 0.463 | 100.0%  | 10    |
+  | neutron.delete_subnet | 0.142 | 0.29   | 0.334  | 0.367  | 0.4  | 0.25  | 100.0%  | 10    |
+  | total                 | 0.564 | 0.709  | 0.86   | 0.875  | 0.89 | 0.713 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+------+-------+---------+-------+
+  Load duration: 2.14902901649
+  Full duration: 25.5031478405
 
   test scenario NeutronNetworks.create_and_delete_networks
   +---------------------------------------------------------------------------------------------+
@@ -1432,12 +1136,12 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.321 | 0.355  | 0.463  | 0.468  | 0.472 | 0.371 | 100.0%  | 10    |
-  | neutron.delete_network | 0.123 | 0.252  | 0.327  | 0.331  | 0.336 | 0.249 | 100.0%  | 10    |
-  | total                  | 0.47  | 0.627  | 0.737  | 0.762  | 0.787 | 0.62  | 100.0%  | 10    |
+  | neutron.create_network | 0.301 | 0.346  | 0.477  | 0.499  | 0.521 | 0.363 | 100.0%  | 10    |
+  | neutron.delete_network | 0.105 | 0.112  | 0.289  | 0.29   | 0.291 | 0.161 | 100.0%  | 10    |
+  | total                  | 0.411 | 0.457  | 0.766  | 0.789  | 0.812 | 0.524 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.76910996437
-  Full duration: 13.8404121399
+  Load duration: 1.52401685715
+  Full duration: 14.2058041096
 
   test scenario NeutronNetworks.create_and_list_networks
   +---------------------------------------------------------------------------------------------+
@@ -1445,12 +1149,12 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.307 | 0.34   | 0.401  | 0.433  | 0.466 | 0.353 | 100.0%  | 10    |
-  | neutron.list_networks  | 0.042 | 0.165  | 0.233  | 0.241  | 0.248 | 0.135 | 100.0%  | 10    |
-  | total                  | 0.351 | 0.479  | 0.628  | 0.64   | 0.652 | 0.488 | 100.0%  | 10    |
+  | neutron.create_network | 0.307 | 0.336  | 0.388  | 0.405  | 0.423 | 0.348 | 100.0%  | 10    |
+  | neutron.list_networks  | 0.043 | 0.172  | 0.242  | 0.279  | 0.316 | 0.147 | 100.0%  | 10    |
+  | total                  | 0.36  | 0.503  | 0.621  | 0.622  | 0.623 | 0.495 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.40053105354
-  Full duration: 15.5931649208
+  Load duration: 1.58333802223
+  Full duration: 15.9647290707
 
   test scenario NeutronNetworks.create_and_update_routers
   +---------------------------------------------------------------------------------------------------+
@@ -1458,14 +1162,14 @@ Running test case: rally
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet        | 0.375 | 0.475  | 0.507  | 0.549  | 0.592 | 0.469 | 100.0%  | 10    |
-  | neutron.create_router        | 0.037 | 0.057  | 0.215  | 0.303  | 0.392 | 0.119 | 100.0%  | 10    |
-  | neutron.add_interface_router | 0.289 | 0.427  | 0.468  | 0.469  | 0.47  | 0.402 | 100.0%  | 10    |
-  | neutron.update_router        | 0.119 | 0.135  | 0.264  | 0.265  | 0.266 | 0.17  | 100.0%  | 10    |
-  | total                        | 0.998 | 1.14   | 1.363  | 1.364  | 1.366 | 1.16  | 100.0%  | 10    |
+  | neutron.create_subnet        | 0.434 | 0.497  | 0.576  | 0.576  | 0.577 | 0.499 | 100.0%  | 10    |
+  | neutron.create_router        | 0.037 | 0.173  | 0.305  | 0.36   | 0.415 | 0.158 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.294 | 0.439  | 0.504  | 0.513  | 0.522 | 0.404 | 100.0%  | 10    |
+  | neutron.update_router        | 0.131 | 0.272  | 0.316  | 0.359  | 0.402 | 0.263 | 100.0%  | 10    |
+  | total                        | 0.93  | 1.355  | 1.47   | 1.584  | 1.698 | 1.324 | 100.0%  | 10    |
   +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.51950502396
-  Full duration: 28.7816469669
+  Load duration: 3.98894906044
+  Full duration: 29.5306479931
 
   test scenario NeutronNetworks.create_and_update_networks
   +---------------------------------------------------------------------------------------------+
@@ -1473,12 +1177,12 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.306 | 0.352  | 0.562  | 0.585  | 0.609 | 0.395 | 100.0%  | 10    |
-  | neutron.update_network | 0.105 | 0.264  | 0.323  | 0.353  | 0.383 | 0.241 | 100.0%  | 10    |
-  | total                  | 0.41  | 0.658  | 0.751  | 0.752  | 0.753 | 0.635 | 100.0%  | 10    |
+  | neutron.create_network | 0.317 | 0.356  | 0.487  | 0.489  | 0.491 | 0.377 | 100.0%  | 10    |
+  | neutron.update_network | 0.103 | 0.277  | 0.309  | 0.316  | 0.322 | 0.22  | 100.0%  | 10    |
+  | total                  | 0.421 | 0.626  | 0.787  | 0.79   | 0.793 | 0.598 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.86403417587
-  Full duration: 16.0056118965
+  Load duration: 1.78881001472
+  Full duration: 16.6285750866
 
   test scenario NeutronNetworks.create_and_update_ports
   +------------------------------------------------------------------------------------------+
@@ -1486,12 +1190,12 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.431 | 0.582  | 0.66   | 0.679  | 0.698 | 0.557 | 100.0%  | 10    |
-  | neutron.update_port | 0.12  | 0.289  | 0.348  | 0.355  | 0.362 | 0.272 | 100.0%  | 10    |
-  | total               | 0.569 | 0.834  | 1.002  | 1.003  | 1.003 | 0.829 | 100.0%  | 10    |
+  | neutron.create_port | 0.435 | 0.471  | 0.575  | 0.578  | 0.58  | 0.49  | 100.0%  | 10    |
+  | neutron.update_port | 0.124 | 0.245  | 0.349  | 0.375  | 0.402 | 0.237 | 100.0%  | 10    |
+  | total               | 0.565 | 0.725  | 0.912  | 0.917  | 0.922 | 0.728 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.53265404701
-  Full duration: 26.9364058971
+  Load duration: 2.24334001541
+  Full duration: 26.9849171638
 
   test scenario NeutronNetworks.create_and_list_subnets
   +--------------------------------------------------------------------------------------------+
@@ -1499,12 +1203,12 @@ Running test case: rally
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.392 | 0.427  | 0.55   | 0.556  | 0.561 | 0.453 | 100.0%  | 10    |
-  | neutron.list_subnets  | 0.058 | 0.194  | 0.283  | 0.287  | 0.291 | 0.173 | 100.0%  | 10    |
-  | total                 | 0.477 | 0.627  | 0.753  | 0.786  | 0.819 | 0.626 | 100.0%  | 10    |
+  | neutron.create_subnet | 0.428 | 0.456  | 0.539  | 0.544  | 0.549 | 0.476 | 100.0%  | 10    |
+  | neutron.list_subnets  | 0.061 | 0.192  | 0.234  | 0.25   | 0.265 | 0.157 | 100.0%  | 10    |
+  | total                 | 0.498 | 0.642  | 0.77   | 0.786  | 0.803 | 0.633 | 100.0%  | 10    |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.75291109085
-  Full duration: 25.8106958866
+  Load duration: 1.8174021244
+  Full duration: 26.2954719067
 
   test scenario NeutronNetworks.create_and_update_subnets
   +--------------------------------------------------------------------------------------------+
@@ -1512,28 +1216,19 @@ Running test case: rally
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.396 | 0.418  | 0.526  | 0.526  | 0.526 | 0.449 | 100.0%  | 10    |
-  | neutron.update_subnet | 0.162 | 0.299  | 0.393  | 0.393  | 0.394 | 0.293 | 100.0%  | 10    |
-  | total                 | 0.583 | 0.755  | 0.812  | 0.817  | 0.822 | 0.742 | 100.0%  | 10    |
+  | neutron.create_subnet | 0.396 | 0.432  | 0.523  | 0.543  | 0.562 | 0.444 | 100.0%  | 10    |
+  | neutron.update_subnet | 0.157 | 0.226  | 0.355  | 0.395  | 0.434 | 0.256 | 100.0%  | 10    |
+  | total                 | 0.554 | 0.688  | 0.876  | 0.892  | 0.909 | 0.7   | 100.0%  | 10    |
   +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.20696282387
-  Full duration: 26.2696731091
-
-  2016-02-10 23:50:17,509 - run_rally - DEBUG - task_id : 9f432e5d-104a-4b3a-b844-aa338a0da828
-  2016-02-10 23:50:17,509 - run_rally - DEBUG - running command line : rally task report 9f432e5d-104a-4b3a-b844-aa338a0da828 --out /home/opnfv/functest/results/rally/opnfv-neutron.html
-  2016-02-10 23:50:18,133 - run_rally - DEBUG - running command line : rally task results 9f432e5d-104a-4b3a-b844-aa338a0da828
-  2016-02-10 23:50:18,739 - run_rally - DEBUG - saving json file
-  2016-02-10 23:50:18,743 - run_rally - DEBUG - Push result into DB
-  2016-02-10 23:50:25,367 - run_rally - DEBUG - <Response [200]>
-  2016-02-10 23:50:25,369 - run_rally - INFO - Test scenario: "neutron" OK.
-
-  2016-02-10 23:50:25,370 - run_rally - INFO - Starting test scenario "nova" ...
-  2016-02-10 23:50:25,370 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-nova.yaml
-  2016-02-10 23:50:25,701 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['nova'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-11 00:19:05,621 - run_rally - INFO -
+  Load duration: 1.9577729702
+  Full duration: 25.9509670734
+
+  run_rally - INFO - Test scenario: "neutron" OK.
+  run_rally - INFO - Starting test scenario "nova" ...
+  run_rally - INFO -
    Preparing input task
-   Task  08b4bf35-51b4-464d-84ec-8b7381b19b6d: started
-  Task 08b4bf35-51b4-464d-84ec-8b7381b19b6d: finished
+   Task  c520ad11-229c-433c-9fbb-2ddc8152c608: started
+  Task c520ad11-229c-433c-9fbb-2ddc8152c608: finished
 
   test scenario NovaKeypair.create_and_delete_keypair
   +------------------------------------------------------------------------------------------+
@@ -1541,55 +1236,29 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 0.373 | 0.448  | 0.655  | 0.661  | 0.667 | 0.492 | 100.0%  | 10    |
-  | nova.delete_keypair | 0.011 | 0.016  | 0.021  | 0.022  | 0.024 | 0.017 | 100.0%  | 10    |
-  | total               | 0.39  | 0.461  | 0.672  | 0.676  | 0.681 | 0.509 | 100.0%  | 10    |
+  | nova.create_keypair | 0.423 | 0.517  | 0.708  | 1.052  | 1.396 | 0.61  | 100.0%  | 10    |
+  | nova.delete_keypair | 0.013 | 0.018  | 0.02   | 0.023  | 0.025 | 0.018 | 100.0%  | 10    |
+  | total               | 0.442 | 0.534  | 0.722  | 1.068  | 1.415 | 0.627 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.5162088871
-  Full duration: 15.1700220108
-
-  test scenario NovaServers.boot_and_live_migrate_server
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 10.2629051208
-  Full duration: 30.6517119408
-
-  test scenario NovaServers.resize_server
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.503  | 4.665  | 6.416  | 6.423  | 6.43   | 4.859  | 100.0%  | 10    |
-  | nova.resize         | 21.142 | 31.559 | 41.868 | 42.148 | 42.428 | 30.669 | 100.0%  | 10    |
-  | nova.resize_confirm | 2.369  | 2.404  | 2.581  | 2.608  | 2.635  | 2.45   | 100.0%  | 10    |
-  | nova.delete_server  | 2.382  | 2.537  | 2.6    | 2.657  | 2.714  | 2.509  | 100.0%  | 10    |
-  | total               | 30.071 | 41.459 | 53.105 | 53.46  | 53.814 | 40.487 | 100.0%  | 10    |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 103.749622822
-  Full duration: 117.664920807
+  Load duration: 1.91971611977
+  Full duration: 16.1851501465
 
   test scenario NovaServers.snapshot_server
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | action                 | min    | median | 90%ile  | 95%ile  | max     | avg    | success | count |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | nova.boot_server       | 4.697  | 6.722  | 7.381   | 7.412   | 7.443   | 6.421  | 100.0%  | 10    |
-  | nova.create_image      | 27.446 | 56.176 | 75.464  | 77.263  | 79.062  | 54.113 | 100.0%  | 10    |
-  | nova.delete_server     | 2.392  | 2.567  | 2.878   | 3.031   | 3.183   | 2.647  | 100.0%  | 10    |
-  | nova.boot_server (2)   | 14.757 | 28.959 | 37.432  | 44.257  | 51.082  | 28.154 | 100.0%  | 10    |
-  | nova.delete_server (2) | 2.427  | 4.698  | 4.989   | 5.204   | 5.419   | 3.966  | 100.0%  | 10    |
-  | nova.delete_image      | 0.318  | 0.432  | 0.622   | 0.654   | 0.687   | 0.46   | 100.0%  | 10    |
-  | total                  | 62.068 | 97.916 | 124.362 | 125.622 | 126.882 | 95.762 | 100.0%  | 10    |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  Load duration: 263.444504976
-  Full duration: 287.171573877
+  +----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                        |
+  +------------------------+--------+---------+---------+---------+---------+--------+---------+-------+
+  | action                 | min    | median  | 90%ile  | 95%ile  | max     | avg    | success | count |
+  +------------------------+--------+---------+---------+---------+---------+--------+---------+-------+
+  | nova.boot_server       | 3.327  | 5.71    | 6.47    | 7.233   | 7.996   | 5.669  | 100.0%  | 10    |
+  | nova.create_image      | 35.707 | 57.482  | 68.949  | 70.89   | 72.832  | 55.735 | 100.0%  | 10    |
+  | nova.delete_server     | 2.417  | 2.639   | 3.37    | 4.016   | 4.662   | 2.931  | 100.0%  | 10    |
+  | nova.boot_server (2)   | 14.245 | 30.97   | 41.617  | 41.703  | 41.788  | 28.214 | 100.0%  | 10    |
+  | nova.delete_server (2) | 2.702  | 4.558   | 6.714   | 6.78    | 6.847   | 4.351  | 100.0%  | 10    |
+  | nova.delete_image      | 0.222  | 0.481   | 0.801   | 0.912   | 1.024   | 0.514  | 100.0%  | 10    |
+  | total                  | 61.815 | 104.063 | 118.678 | 119.932 | 121.185 | 97.414 | 100.0%  | 10    |
+  +------------------------+--------+---------+---------+---------+---------+--------+---------+-------+
+  Load duration: 270.805267096
+  Full duration: 295.748194933
 
   test scenario NovaKeypair.boot_and_delete_server_with_keypair
   +-------------------------------------------------------------------------------------------+
@@ -1597,14 +1266,14 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
   +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | nova.create_keypair | 0.4   | 0.479  | 0.545  | 0.548  | 0.551  | 0.473 | 100.0%  | 10    |
-  | nova.boot_server    | 3.185 | 4.612  | 5.917  | 5.941  | 5.965  | 4.6   | 100.0%  | 10    |
-  | nova.delete_server  | 2.378 | 2.573  | 4.795  | 4.817  | 4.839  | 3.194 | 100.0%  | 10    |
-  | nova.delete_keypair | 0.012 | 0.016  | 0.021  | 0.022  | 0.023  | 0.016 | 100.0%  | 10    |
-  | total               | 6.115 | 7.563  | 11.095 | 11.205 | 11.315 | 8.283 | 100.0%  | 10    |
+  | nova.create_keypair | 0.371 | 0.431  | 0.516  | 0.517  | 0.517  | 0.439 | 100.0%  | 10    |
+  | nova.boot_server    | 3.04  | 4.457  | 5.757  | 5.786  | 5.815  | 4.552 | 100.0%  | 10    |
+  | nova.delete_server  | 2.381 | 2.534  | 2.842  | 3.654  | 4.465  | 2.696 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.012 | 0.018  | 0.02   | 0.021  | 0.022  | 0.017 | 100.0%  | 10    |
+  | total               | 5.958 | 7.497  | 9.018  | 9.735  | 10.452 | 7.704 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 24.9650418758
-  Full duration: 48.4524579048
+  Load duration: 22.5302600861
+  Full duration: 46.1866869926
 
   test scenario NovaKeypair.create_and_list_keypairs
   +------------------------------------------------------------------------------------------+
@@ -1612,12 +1281,12 @@ Running test case: rally
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 0.38  | 0.482  | 0.568  | 0.573  | 0.577 | 0.477 | 100.0%  | 10    |
-  | nova.list_keypairs  | 0.012 | 0.016  | 0.022  | 0.024  | 0.026 | 0.017 | 100.0%  | 10    |
-  | total               | 0.393 | 0.501  | 0.584  | 0.587  | 0.59  | 0.494 | 100.0%  | 10    |
+  | nova.create_keypair | 0.414 | 0.575  | 0.631  | 0.71   | 0.789 | 0.556 | 100.0%  | 10    |
+  | nova.list_keypairs  | 0.013 | 0.018  | 0.02   | 0.021  | 0.021 | 0.018 | 100.0%  | 10    |
+  | total               | 0.433 | 0.596  | 0.649  | 0.728  | 0.808 | 0.574 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.60101890564
-  Full duration: 16.9254760742
+  Load duration: 1.60233187675
+  Full duration: 16.7130730152
 
   test scenario NovaServers.list_servers
   +----------------------------------------------------------------------------------------+
@@ -1625,22 +1294,26 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.list_servers | 0.578 | 0.653  | 0.856  | 0.868  | 0.879 | 0.695 | 100.0%  | 10    |
-  | total             | 0.578 | 0.653  | 0.856  | 0.868  | 0.879 | 0.695 | 100.0%  | 10    |
+  | nova.list_servers | 0.587 | 0.606  | 0.69   | 0.722  | 0.755 | 0.631 | 100.0%  | 10    |
+  | total             | 0.587 | 0.606  | 0.69   | 0.722  | 0.755 | 0.631 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.03527998924
-  Full duration: 49.9647991657
+  Load duration: 1.8859231472
+  Full duration: 50.8739178181
 
-  test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 36.9445459843
-  Full duration: 71.067373991
+  test scenario NovaServers.resize_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 3.363  | 3.918  | 6.304  | 6.779  | 7.255  | 4.596  | 100.0%  | 10    |
+  | nova.resize         | 21.13  | 26.439 | 42.015 | 42.22  | 42.424 | 29.139 | 100.0%  | 10    |
+  | nova.resize_confirm | 2.398  | 2.551  | 2.703  | 2.704  | 2.706  | 2.563  | 100.0%  | 10    |
+  | nova.delete_server  | 2.37   | 2.395  | 2.798  | 3.721  | 4.644  | 2.648  | 100.0%  | 10    |
+  | total               | 29.822 | 34.933 | 54.227 | 54.69  | 55.153 | 38.945 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 114.259507179
+  Full duration: 128.127579927
 
   test scenario NovaServers.boot_server_from_volume_and_delete
   +----------------------------------------------------------------------------------------------+
@@ -1648,13 +1321,13 @@ Running test case: rally
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 3.284  | 4.347  | 5.917  | 5.935  | 5.953  | 4.57   | 100.0%  | 10    |
-  | nova.boot_server     | 8.656  | 8.975  | 11.751 | 12.822 | 13.894 | 9.979  | 100.0%  | 10    |
-  | nova.delete_server   | 4.469  | 4.629  | 4.902  | 5.77   | 6.637  | 4.795  | 100.0%  | 10    |
-  | total                | 16.705 | 18.797 | 22.17  | 23.265 | 24.359 | 19.344 | 100.0%  | 10    |
+  | cinder.create_volume | 3.235  | 5.567  | 6.045  | 6.052  | 6.06   | 4.919  | 100.0%  | 10    |
+  | nova.boot_server     | 8.307  | 9.5    | 12.422 | 13.056 | 13.69  | 9.862  | 100.0%  | 10    |
+  | nova.delete_server   | 4.461  | 4.62   | 4.671  | 4.692  | 4.714  | 4.589  | 100.0%  | 10    |
+  | total                | 16.186 | 19.059 | 22.977 | 23.551 | 24.126 | 19.371 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 56.6653358936
-  Full duration: 86.5513851643
+  Load duration: 56.1163849831
+  Full duration: 87.4642381668
 
   test scenario NovaServers.boot_and_migrate_server
   +---------------------------------------------------------------------------------------------+
@@ -1662,28 +1335,28 @@ Running test case: rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.545  | 5.453  | 6.379  | 6.388  | 6.397  | 5.304  | 100.0%  | 10    |
-  | nova.stop_server    | 4.889  | 5.218  | 15.761 | 15.837 | 15.913 | 8.914  | 100.0%  | 10    |
-  | nova.migrate        | 16.4   | 33.87  | 34.769 | 37.772 | 40.775 | 29.605 | 100.0%  | 10    |
-  | nova.resize_confirm | 2.374  | 2.413  | 2.564  | 2.628  | 2.693  | 2.457  | 100.0%  | 10    |
-  | nova.delete_server  | 2.375  | 2.505  | 2.571  | 2.596  | 2.622  | 2.49   | 100.0%  | 10    |
-  | total               | 31.462 | 49.989 | 59.92  | 62.401 | 64.881 | 48.769 | 100.0%  | 10    |
+  | nova.boot_server    | 3.453  | 4.707  | 6.199  | 6.246  | 6.293  | 4.887  | 100.0%  | 10    |
+  | nova.stop_server    | 4.627  | 5.136  | 15.964 | 16.161 | 16.358 | 9.106  | 100.0%  | 10    |
+  | nova.migrate        | 14.455 | 16.394 | 25.486 | 26.426 | 27.366 | 18.474 | 100.0%  | 10    |
+  | nova.resize_confirm | 2.376  | 2.404  | 2.575  | 2.612  | 2.649  | 2.458  | 100.0%  | 10    |
+  | nova.delete_server  | 2.351  | 2.377  | 2.42   | 2.479  | 2.538  | 2.394  | 100.0%  | 10    |
+  | total               | 29.051 | 37.529 | 44.149 | 47.114 | 50.08  | 37.32  | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 139.907422066
-  Full duration: 153.807698965
+  Load duration: 101.067945957
+  Full duration: 115.384446144
 
   test scenario NovaServers.boot_and_delete_server
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | action             | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | nova.boot_server   | 3.504 | 4.938  | 6.215  | 6.23   | 6.245  | 4.81  | 100.0%  | 10    |
-  | nova.delete_server | 2.413 | 2.601  | 2.875  | 3.698  | 4.52   | 2.761 | 100.0%  | 10    |
-  | total              | 5.933 | 7.491  | 9.071  | 9.902  | 10.733 | 7.571 | 100.0%  | 10    |
-  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 22.7597670555
-  Full duration: 46.605672121
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +--------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server   | 3.655 | 6.711  | 7.36   | 7.385  | 7.41   | 6.243  | 100.0%  | 10    |
+  | nova.delete_server | 2.362 | 4.587  | 4.739  | 4.809  | 4.879  | 4.013  | 100.0%  | 10    |
+  | total              | 6.017 | 10.937 | 11.962 | 12.02  | 12.078 | 10.256 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 29.3568899632
+  Full duration: 52.9771959782
 
   test scenario NovaServers.boot_and_rebuild_server
   +---------------------------------------------------------------------------------------------+
@@ -1691,13 +1364,13 @@ Running test case: rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.637  | 6.025  | 6.449  | 6.453  | 6.457  | 5.483  | 100.0%  | 10    |
-  | nova.rebuild_server | 6.436  | 7.77   | 15.755 | 15.76  | 15.766 | 9.178  | 100.0%  | 10    |
-  | nova.delete_server  | 2.369  | 2.424  | 2.61   | 2.678  | 2.747  | 2.483  | 100.0%  | 10    |
-  | total               | 13.692 | 16.387 | 21.826 | 21.969 | 22.111 | 17.143 | 100.0%  | 10    |
+  | nova.boot_server    | 3.859  | 4.72   | 6.26   | 6.315  | 6.369  | 5.06   | 100.0%  | 10    |
+  | nova.rebuild_server | 6.283  | 7.559  | 9.599  | 12.803 | 16.006 | 8.2    | 100.0%  | 10    |
+  | nova.delete_server  | 2.37   | 2.551  | 4.527  | 4.582  | 4.638  | 3.088  | 100.0%  | 10    |
+  | total               | 13.383 | 16.01  | 18.944 | 20.596 | 22.249 | 16.348 | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 47.7669019699
-  Full duration: 71.1696259975
+  Load duration: 55.2873470783
+  Full duration: 79.1774559021
 
   test scenario NovaSecGroup.create_and_list_secgroups
   +--------------------------------------------------------------------------------------------------------+
@@ -1705,13 +1378,13 @@ Running test case: rally
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups | 1.519  | 1.756  | 1.917  | 1.969  | 2.021  | 1.735  | 100.0%  | 10    |
-  | nova.create_100_rules          | 9.199  | 10.422 | 10.663 | 10.758 | 10.853 | 10.254 | 100.0%  | 10    |
-  | nova.list_security_groups      | 0.093  | 0.136  | 0.157  | 0.158  | 0.159  | 0.132  | 100.0%  | 10    |
-  | total                          | 10.904 | 12.348 | 12.613 | 12.632 | 12.652 | 12.121 | 100.0%  | 10    |
+  | nova.create_10_security_groups | 1.595  | 1.928  | 2.017  | 2.036  | 2.055  | 1.891  | 100.0%  | 10    |
+  | nova.create_100_rules          | 9.581  | 10.462 | 10.693 | 10.803 | 10.913 | 10.36  | 100.0%  | 10    |
+  | nova.list_security_groups      | 0.136  | 0.189  | 0.245  | 0.272  | 0.299  | 0.198  | 100.0%  | 10    |
+  | total                          | 11.447 | 12.553 | 12.839 | 12.881 | 12.923 | 12.449 | 100.0%  | 10    |
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 35.5776119232
-  Full duration: 63.5648519993
+  Load duration: 36.6872730255
+  Full duration: 63.5205390453
 
   test scenario NovaSecGroup.create_and_delete_secgroups
   +--------------------------------------------------------------------------------------------------------+
@@ -1719,61 +1392,61 @@ Running test case: rally
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups | 1.885  | 2.052  | 2.253  | 2.296  | 2.338  | 2.073  | 100.0%  | 10    |
-  | nova.create_100_rules          | 8.876  | 10.379 | 10.859 | 10.946 | 11.032 | 10.212 | 100.0%  | 10    |
-  | nova.delete_10_security_groups | 0.846  | 0.986  | 1.172  | 1.231  | 1.289  | 1.008  | 100.0%  | 10    |
-  | total                          | 12.057 | 13.517 | 13.809 | 13.925 | 14.042 | 13.293 | 100.0%  | 10    |
+  | nova.create_10_security_groups | 1.492  | 1.946  | 2.157  | 2.214  | 2.271  | 1.932  | 100.0%  | 10    |
+  | nova.create_100_rules          | 9.298  | 10.497 | 10.608 | 10.624 | 10.64  | 10.256 | 100.0%  | 10    |
+  | nova.delete_10_security_groups | 0.783  | 1.061  | 1.126  | 1.132  | 1.138  | 1.005  | 100.0%  | 10    |
+  | total                          | 11.788 | 13.418 | 13.784 | 13.788 | 13.793 | 13.194 | 100.0%  | 10    |
   +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 39.1708610058
-  Full duration: 53.6136760712
+  Load duration: 38.9264039993
+  Full duration: 53.6155569553
 
   test scenario NovaServers.boot_and_bounce_server
-  +----------------------------------------------------------------------------------------------------+
-  |                                        Response Times (sec)                                        |
-  +-------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | action                  | min    | median | 90%ile  | 95%ile  | max     | avg    | success | count |
-  +-------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | nova.boot_server        | 3.443  | 3.823  | 6.488   | 6.515   | 6.543   | 4.601  | 100.0%  | 10    |
-  | nova.reboot_server      | 2.592  | 4.623  | 6.671   | 6.813   | 6.955   | 4.866  | 100.0%  | 10    |
-  | nova.soft_reboot_server | 4.646  | 6.73   | 126.895 | 127.35  | 127.805 | 30.601 | 100.0%  | 10    |
-  | nova.stop_server        | 4.646  | 4.94   | 15.518  | 15.693  | 15.867  | 7.046  | 100.0%  | 10    |
-  | nova.start_server       | 2.619  | 2.794  | 2.96    | 3.449   | 3.939   | 2.861  | 100.0%  | 10    |
-  | nova.rescue_server      | 6.623  | 11.184 | 17.613  | 17.639  | 17.665  | 11.717 | 100.0%  | 10    |
-  | nova.unrescue_server    | 2.299  | 3.39   | 4.596   | 4.626   | 4.655   | 3.421  | 100.0%  | 10    |
-  | nova.delete_server      | 2.374  | 2.396  | 2.532   | 2.554   | 2.575   | 2.437  | 100.0%  | 10    |
-  | total                   | 33.772 | 47.069 | 161.92  | 168.976 | 176.031 | 67.561 | 100.0%  | 10    |
-  +-------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  Load duration: 176.050487041
-  Full duration: 199.794572115
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  | action                  | min    | median | 90%ile | 95%ile  | max     | avg    | success | count |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  | nova.boot_server        | 3.546  | 5.034  | 5.948  | 6.012   | 6.077   | 4.964  | 100.0%  | 10    |
+  | nova.reboot_server      | 2.449  | 4.78   | 6.939  | 6.961   | 6.984   | 5.332  | 100.0%  | 10    |
+  | nova.soft_reboot_server | 6.583  | 6.718  | 18.85  | 72.219  | 125.589 | 18.596 | 100.0%  | 10    |
+  | nova.stop_server        | 4.622  | 4.796  | 15.736 | 15.861  | 15.986  | 6.96   | 100.0%  | 10    |
+  | nova.start_server       | 2.662  | 2.828  | 3.001  | 3.04    | 3.078   | 2.849  | 100.0%  | 10    |
+  | nova.rescue_server      | 6.77   | 15.566 | 17.493 | 17.544  | 17.595  | 12.874 | 100.0%  | 10    |
+  | nova.unrescue_server    | 2.291  | 4.444  | 4.571  | 4.583   | 4.596   | 3.643  | 100.0%  | 10    |
+  | nova.delete_server      | 2.372  | 2.397  | 2.507  | 2.528   | 2.55    | 2.424  | 100.0%  | 10    |
+  | total                   | 35.205 | 49.523 | 70.623 | 110.831 | 151.04  | 57.653 | 100.0%  | 10    |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  Load duration: 193.802706003
+  Full duration: 217.975458145
 
   test scenario NovaServers.boot_server
-  +---------------------------------------------------------------------------------------+
-  |                                 Response Times (sec)                                  |
-  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.boot_server | 3.535 | 3.971  | 6.359  | 6.504  | 6.649 | 4.691 | 100.0%  | 10    |
-  | total            | 3.535 | 3.971  | 6.359  | 6.504  | 6.649 | 4.691 | 100.0%  | 10    |
-  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 13.4904000759
-  Full duration: 36.8076519966
+  +--------------------------------------------------------------------------------------+
+  |                                 Response Times (sec)                                 |
+  +------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | action           | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.boot_server | 3.41 | 4.816  | 6.024  | 6.056  | 6.089 | 4.692 | 100.0%  | 10    |
+  | total            | 3.41 | 4.816  | 6.024  | 6.057  | 6.089 | 4.692 | 100.0%  | 10    |
+  +------------------+------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 13.1493849754
+  Full duration: 37.5227308273
 
   test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
-  +-----------------------------------------------------------------------------------------------------------+
-  |                                           Response Times (sec)                                            |
-  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups    | 1.778  | 2.057  | 2.4    | 2.444  | 2.487  | 2.078  | 100.0%  | 10    |
-  | nova.create_100_rules             | 9.291  | 10.066 | 10.404 | 10.686 | 10.967 | 10.061 | 100.0%  | 10    |
-  | nova.boot_server                  | 3.293  | 4.462  | 6.701  | 6.838  | 6.974  | 5.006  | 100.0%  | 10    |
-  | nova.get_attached_security_groups | 0.142  | 0.159  | 0.188  | 0.199  | 0.209  | 0.164  | 100.0%  | 10    |
-  | nova.delete_server                | 2.412  | 2.535  | 4.677  | 4.713  | 4.749  | 3.154  | 100.0%  | 10    |
-  | nova.delete_10_security_groups    | 0.818  | 0.916  | 1.001  | 1.014  | 1.027  | 0.911  | 100.0%  | 10    |
-  | total                             | 17.852 | 20.4   | 24.95  | 25.046 | 25.142 | 21.375 | 100.0%  | 10    |
-  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 62.7762010098
-  Full duration: 86.571160078
+  +----------------------------------------------------------------------------------------------------------+
+  |                                           Response Times (sec)                                           |
+  +-----------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-----------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups    | 1.487 | 1.851  | 2.252  | 2.299  | 2.345  | 1.876  | 100.0%  | 10    |
+  | nova.create_100_rules             | 9.079 | 10.618 | 10.831 | 10.864 | 10.897 | 10.241 | 100.0%  | 10    |
+  | nova.boot_server                  | 4.315 | 4.525  | 5.609  | 5.629  | 5.649  | 4.901  | 100.0%  | 10    |
+  | nova.get_attached_security_groups | 0.137 | 0.156  | 0.289  | 0.312  | 0.334  | 0.183  | 100.0%  | 10    |
+  | nova.delete_server                | 2.381 | 2.417  | 2.572  | 2.663  | 2.754  | 2.47   | 100.0%  | 10    |
+  | nova.delete_10_security_groups    | 0.844 | 1.033  | 1.131  | 1.171  | 1.212  | 1.021  | 100.0%  | 10    |
+  | total                             | 18.91 | 21.054 | 21.677 | 21.936 | 22.195 | 20.692 | 100.0%  | 10    |
+  +-----------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 61.2168090343
+  Full duration: 85.7305738926
 
   test scenario NovaServers.pause_and_unpause_server
   +---------------------------------------------------------------------------------------------+
@@ -1781,38 +1454,27 @@ Running test case: rally
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.511  | 4.668  | 6.119  | 6.135  | 6.15   | 4.767  | 100.0%  | 10    |
-  | nova.pause_server   | 2.307  | 2.47   | 2.577  | 2.655  | 2.732  | 2.457  | 100.0%  | 10    |
-  | nova.unpause_server | 2.32   | 2.461  | 2.57   | 2.585  | 2.601  | 2.458  | 100.0%  | 10    |
-  | nova.delete_server  | 2.381  | 2.591  | 4.596  | 4.613  | 4.631  | 2.953  | 100.0%  | 10    |
-  | total               | 10.769 | 12.136 | 15.599 | 15.6   | 15.601 | 12.635 | 100.0%  | 10    |
+  | nova.boot_server    | 3.337  | 5.865  | 6.135  | 6.166  | 6.198  | 5.184  | 100.0%  | 10    |
+  | nova.pause_server   | 2.311  | 2.468  | 2.511  | 2.528  | 2.545  | 2.422  | 100.0%  | 10    |
+  | nova.unpause_server | 2.306  | 2.47   | 2.538  | 2.548  | 2.558  | 2.441  | 100.0%  | 10    |
+  | nova.delete_server  | 2.37   | 2.623  | 4.832  | 4.882  | 4.932  | 3.392  | 100.0%  | 10    |
+  | total               | 10.861 | 13.388 | 15.614 | 15.649 | 15.684 | 13.439 | 100.0%  | 10    |
   +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 36.0108971596
-  Full duration: 59.3288369179
-
-  test scenario NovaServers.boot_server_from_volume_and_live_migrate
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 41.4217681885
-  Full duration: 71.6037459373
+  Load duration: 39.8893749714
+  Full duration: 65.2461550236
 
   test scenario NovaServers.boot_server_from_volume
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  | action               | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  | cinder.create_volume | 3.252  | 3.677  | 5.937  | 5.975  | 6.013  | 4.432 | 100.0%  | 10    |
-  | nova.boot_server     | 8.451  | 8.987  | 11.258 | 11.268 | 11.279 | 9.688 | 100.0%  | 10    |
-  | total                | 11.839 | 13.981 | 17.047 | 17.065 | 17.084 | 14.12 | 100.0%  | 10    |
-  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 40.1873419285
-  Full duration: 75.1306819916
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume | 3.172  | 3.51   | 6.009  | 6.055  | 6.102  | 4.387  | 100.0%  | 10    |
+  | nova.boot_server     | 7.575  | 8.761  | 11.062 | 12.16  | 13.258 | 9.396  | 100.0%  | 10    |
+  | total                | 10.812 | 12.565 | 17.043 | 18.063 | 19.083 | 13.783 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 40.4101068974
+  Full duration: 76.4117758274
 
   test scenario NovaServers.boot_and_list_server
   +----------------------------------------------------------------------------------------+
@@ -1820,28 +1482,19 @@ Running test case: rally
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.boot_server  | 3.455 | 4.931  | 6.206  | 6.338  | 6.471 | 4.88  | 100.0%  | 10    |
-  | nova.list_servers | 0.147 | 0.36   | 0.432  | 0.434  | 0.436 | 0.307 | 100.0%  | 10    |
-  | total             | 3.886 | 5.15   | 6.374  | 6.601  | 6.828 | 5.187 | 100.0%  | 10    |
+  | nova.boot_server  | 3.891 | 4.847  | 6.169  | 6.267  | 6.365 | 5.093 | 100.0%  | 10    |
+  | nova.list_servers | 0.163 | 0.201  | 0.418  | 0.475  | 0.533 | 0.268 | 100.0%  | 10    |
+  | total             | 4.296 | 5.066  | 6.393  | 6.646  | 6.899 | 5.361 | 100.0%  | 10    |
   +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 15.448579073
-  Full duration: 49.2652499676
-
-  2016-02-11 00:19:05,622 - run_rally - DEBUG - task_id : 08b4bf35-51b4-464d-84ec-8b7381b19b6d
-  2016-02-11 00:19:05,622 - run_rally - DEBUG - running command line : rally task report 08b4bf35-51b4-464d-84ec-8b7381b19b6d --out /home/opnfv/functest/results/rally/opnfv-nova.html
-  2016-02-11 00:19:06,337 - run_rally - DEBUG - running command line : rally task results 08b4bf35-51b4-464d-84ec-8b7381b19b6d
-  2016-02-11 00:19:06,947 - run_rally - DEBUG - saving json file
-  2016-02-11 00:19:06,954 - run_rally - DEBUG - Push result into DB
-  2016-02-11 00:19:14,145 - run_rally - DEBUG - <Response [200]>
-  2016-02-11 00:19:14,149 - run_rally - INFO - Test scenario: "nova" Failed.
-
-  2016-02-11 00:19:14,150 - run_rally - INFO - Starting test scenario "quotas" ...
-  2016-02-11 00:19:14,150 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-quotas.yaml
-  2016-02-11 00:19:14,610 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['quotas'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-11 00:19:58,886 - run_rally - INFO -
+  Load duration: 15.2852530479
+  Full duration: 50.1823370457
+
+  run_rally - INFO - Test scenario: "nova" OK.
+  run_rally - INFO - Starting test scenario "quotas" ...
+  run_rally - INFO -
    Preparing input task
-   Task  4b88c6b5-6d04-41f1-b7bf-0530d1460380: started
-  Task 4b88c6b5-6d04-41f1-b7bf-0530d1460380: finished
+   Task  4d0fc176-8b72-4789-8249-7ca3ed815669: started
+  Task 4d0fc176-8b72-4789-8249-7ca3ed815669: finished
 
   test scenario Quotas.cinder_update
   +-------------------------------------------------------------------------------------------+
@@ -1849,11 +1502,11 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.571 | 0.661  | 0.724  | 0.726  | 0.728 | 0.653 | 100.0%  | 10    |
-  | total                | 0.571 | 0.661  | 0.724  | 0.726  | 0.728 | 0.654 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.591 | 0.621  | 0.669  | 0.672  | 0.674 | 0.626 | 100.0%  | 10    |
+  | total                | 0.591 | 0.621  | 0.669  | 0.672  | 0.674 | 0.626 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.99102902412
-  Full duration: 7.71833896637
+  Load duration: 1.86674189568
+  Full duration: 7.90543198586
 
   test scenario Quotas.neutron_update
   +-------------------------------------------------------------------------------------------+
@@ -1861,11 +1514,11 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.22  | 0.241  | 0.351  | 0.373  | 0.396 | 0.268 | 100.0%  | 10    |
-  | total                | 0.276 | 0.305  | 0.415  | 0.441  | 0.467 | 0.331 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.243 | 0.257  | 0.271  | 0.271  | 0.271 | 0.258 | 100.0%  | 10    |
+  | total                | 0.308 | 0.328  | 0.36   | 0.367  | 0.374 | 0.331 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.942007064819
-  Full duration: 6.36414504051
+  Load duration: 0.996067047119
+  Full duration: 6.61853408813
 
   test scenario Quotas.cinder_update_and_delete
   +-------------------------------------------------------------------------------------------+
@@ -1873,12 +1526,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.587 | 0.616  | 0.682  | 0.704  | 0.726 | 0.629 | 100.0%  | 10    |
-  | quotas.delete_quotas | 0.41  | 0.461  | 0.544  | 0.562  | 0.579 | 0.472 | 100.0%  | 10    |
-  | total                | 1.006 | 1.112  | 1.204  | 1.235  | 1.267 | 1.101 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.568 | 0.604  | 0.623  | 0.677  | 0.732 | 0.611 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.415 | 0.442  | 0.477  | 0.501  | 0.526 | 0.449 | 100.0%  | 10    |
+  | total                | 0.992 | 1.049  | 1.142  | 1.165  | 1.188 | 1.06  | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.30020499229
-  Full duration: 9.0813190937
+  Load duration: 3.19247508049
+  Full duration: 9.27472686768
 
   test scenario Quotas.nova_update_and_delete
   +-------------------------------------------------------------------------------------------+
@@ -1886,12 +1539,12 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.327 | 0.339  | 0.357  | 0.358  | 0.359 | 0.342 | 100.0%  | 8     |
-  | quotas.delete_quotas | 0.016 | 0.023  | 0.027  | 0.027  | 0.028 | 0.022 | 75.0%   | 8     |
-  | total                | 0.353 | 0.356  | 0.372  | 0.374  | 0.377 | 0.361 | 75.0%   | 8     |
+  | quotas.update_quotas | 0.323 | 0.35   | 0.371  | 0.38   | 0.39  | 0.349 | 100.0%  | 7     |
+  | quotas.delete_quotas | 0.02  | 0.021  | 0.023  | 0.024  | 0.025 | 0.022 | 71.4%   | 7     |
+  | total                | 0.344 | 0.369  | 0.378  | 0.378  | 0.379 | 0.363 | 71.4%   | 7     |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.749735832214
-  Full duration: 5.99576282501
+  Load duration: 0.752856969833
+  Full duration: 6.31551885605
 
   test scenario Quotas.nova_update
   +-------------------------------------------------------------------------------------------+
@@ -1899,27 +1552,18 @@ Running test case: rally
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.321 | 0.364  | 0.452  | 0.48   | 0.507 | 0.379 | 100.0%  | 10    |
-  | total                | 0.321 | 0.364  | 0.452  | 0.48   | 0.507 | 0.379 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.307 | 0.354  | 0.396  | 0.43   | 0.463 | 0.361 | 100.0%  | 10    |
+  | total                | 0.307 | 0.354  | 0.396  | 0.43   | 0.463 | 0.361 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.10366201401
-  Full duration: 6.54270100594
-
-  2016-02-11 00:19:58,886 - run_rally - DEBUG - task_id : 4b88c6b5-6d04-41f1-b7bf-0530d1460380
-  2016-02-11 00:19:58,886 - run_rally - DEBUG - running command line : rally task report 4b88c6b5-6d04-41f1-b7bf-0530d1460380 --out /home/opnfv/functest/results/rally/opnfv-quotas.html
-  2016-02-11 00:19:59,507 - run_rally - DEBUG - running command line : rally task results 4b88c6b5-6d04-41f1-b7bf-0530d1460380
-  2016-02-11 00:20:00,092 - run_rally - DEBUG - saving json file
-  2016-02-11 00:20:00,093 - run_rally - DEBUG - Push result into DB
-  2016-02-11 00:20:06,245 - run_rally - DEBUG - <Response [200]>
-  2016-02-11 00:20:06,246 - run_rally - INFO - Test scenario: "quotas" Failed.
-
-  2016-02-11 00:20:06,246 - run_rally - INFO - Starting test scenario "requests" ...
-  2016-02-11 00:20:06,246 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
-  2016-02-11 00:20:06,678 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': '5333b06c-91ae-407b-8a20-a5c0adff52ee', 'service_list': ['requests'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-11 00:20:50,664 - run_rally - INFO -
+  Load duration: 1.06656098366
+  Full duration: 6.7101290226
+
+  run_rally - INFO - Test scenario: "quotas" Failed.
+  run_rally - INFO - Starting test scenario "requests" ...
+  run_rally - INFO -
    Preparing input task
-   Task  f71c7e36-d999-42c9-affb-028670a5b248: started
-  Task f71c7e36-d999-42c9-affb-028670a5b248: finished
+   Task  16778409-ff5d-4254-aa3b-b80de677272e: started
+  Task 16778409-ff5d-4254-aa3b-b80de677272e: finished
 
   test scenario HttpRequests.check_random_request
   +---------------------------------------------------------------------------------------------+
@@ -1927,11 +1571,11 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | requests.check_request | 5.458 | 5.495  | 5.881  | 5.973  | 6.065 | 5.612 | 100.0%  | 10    |
-  | total                  | 5.458 | 5.495  | 5.881  | 5.973  | 6.065 | 5.612 | 100.0%  | 10    |
+  | requests.check_request | 5.446 | 5.5    | 5.982  | 5.983  | 5.984 | 5.611 | 100.0%  | 10    |
+  | total                  | 5.446 | 5.5    | 5.982  | 5.983  | 5.984 | 5.611 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.8338370323
-  Full duration: 19.1276738644
+  Load duration: 16.9417049885
+  Full duration: 19.4220340252
 
   test scenario HttpRequests.check_request
   +---------------------------------------------------------------------------------------------+
@@ -1939,50 +1583,184 @@ Running test case: rally
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | requests.check_request | 5.435 | 5.459  | 5.504  | 5.521  | 5.537 | 5.472 | 100.0%  | 10    |
-  | total                  | 5.435 | 5.459  | 5.504  | 5.521  | 5.537 | 5.472 | 100.0%  | 10    |
+  | requests.check_request | 5.459 | 5.479  | 5.494  | 5.501  | 5.508 | 5.478 | 100.0%  | 10    |
+  | total                  | 5.459 | 5.479  | 5.494  | 5.501  | 5.508 | 5.478 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.4511258602
-  Full duration: 18.9822120667
+  Load duration: 16.4412920475
+  Full duration: 18.8327140808
 
-  2016-02-11 00:20:50,664 - run_rally - DEBUG - task_id : f71c7e36-d999-42c9-affb-028670a5b248
-  2016-02-11 00:20:50,664 - run_rally - DEBUG - running command line : rally task report f71c7e36-d999-42c9-affb-028670a5b248 --out /home/opnfv/functest/results/rally/opnfv-requests.html
-  2016-02-11 00:20:51,254 - run_rally - DEBUG - running command line : rally task results f71c7e36-d999-42c9-affb-028670a5b248
-  2016-02-11 00:20:51,824 - run_rally - DEBUG - saving json file
-  2016-02-11 00:20:51,825 - run_rally - DEBUG - Push result into DB
-  2016-02-11 00:20:57,506 - run_rally - DEBUG - <Response [200]>
-  2016-02-11 00:20:57,507 - run_rally - INFO - Test scenario: "requests" OK.
-
-  2016-02-11 00:20:57,507 - run_rally - INFO -
+  run_rally - INFO - Test scenario: "requests" OK.
+  run_rally - INFO -
 
                        Rally Summary Report
   +===================+============+===============+===========+
   | Module            | Duration   | nb. Test Run  | Success   |
   +===================+============+===============+===========+
-  | authenticate      | 00:17      | 10            | 100.00%   |
+  | authenticate      | 00:18      | 10            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | glance            | 01:27      | 7             | 100.00%   |
+  | glance            | 01:28      | 7             | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | cinder            | 16:03      | 50            | 100.00%   |
+  | cinder            | 16:35      | 50            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | heat              | 06:25      | 32            | 92.31%    |
+  | heat              | 06:24      | 32            | 92.31%    |
   +-------------------+------------+---------------+-----------+
-  | keystone          | 01:08      | 29            | 100.00%   |
+  | keystone          | 01:10      | 29            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | neutron           | 04:45      | 31            | 100.00%   |
+  | neutron           | 04:48      | 31            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | nova              | 28:10      | 61            | 85.71%    |
+  | nova              | 25:39      | 61            | 100.00%   |
   +-------------------+------------+---------------+-----------+
-  | quotas            | 00:35      | 7             | 95.00%    |
+  | quotas            | 00:36      | 7             | 94.28%    |
   +-------------------+------------+---------------+-----------+
   | requests          | 00:38      | 2             | 100.00%   |
   +-------------------+------------+---------------+-----------+
   +===================+============+===============+===========+
-  | TOTAL:            | 00:59:33   | 229           | 97.00%    |
+  | TOTAL:            | 00:57:39   | 229           | 98.51%    |
   +===================+============+===============+===========+
+::
+
+SDN Controller
+--------------
+
+ODL
+^^^
+::
+  ==============================================================================
+  Basic
+  ==============================================================================
+  Basic.010 Restconf OK :: Test suite to verify Restconf is OK
+  ==============================================================================
+  Get Controller Modules :: Get the controller modules via Restconf     | PASS |
+  ------------------------------------------------------------------------------
+  Basic.010 Restconf OK :: Test suite to verify Restconf is OK          | PASS |
+  1 critical test, 1 passed, 0 failed
+  1 test total, 1 passed, 0 failed
+  ==============================================================================
+  Basic                                                                 | PASS |
+  1 critical test, 1 passed, 0 failed
+  1 test total, 1 passed, 0 failed
+  ==============================================================================
+  Output:  /home/opnfv/output.xml
+  Log:     /home/opnfv/log.html
+  Report:  /home/opnfv/report.html
+  ==============================================================================
+  Neutron :: Test suite for Neutron Plugin
+  ==============================================================================
+  Neutron.Networks :: Checking Network created in OpenStack are pushed to Ope...
+  ==============================================================================
+  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 |
+  ------------------------------------------------------------------------------
+  Neutron.Networks :: Checking Network created in OpenStack are push... | PASS |
+  4 critical tests, 4 passed, 0 failed
+  4 tests total, 4 passed, 0 failed
+  ==============================================================================
+  Neutron.Subnets :: Checking Subnets created in OpenStack are pushed to Open...
+  ==============================================================================
+  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 |
+  ------------------------------------------------------------------------------
+  Neutron.Subnets :: Checking Subnets created in OpenStack are pushe... | PASS |
+  4 critical tests, 4 passed, 0 failed
+  4 tests total, 4 passed, 0 failed
+  ==============================================================================
+  Neutron.Ports :: Checking Port created in OpenStack are pushed to OpenDaylight
+  ==============================================================================
+  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 subnet created in OpenDaylight            | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Ports :: Checking Port created in OpenStack are pushed to ... | PASS |
+  4 critical tests, 4 passed, 0 failed
+  4 tests total, 4 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Ports :: Checking Port deleted in OpenStack are deleted also...
+  ==============================================================================
+  Delete New Port :: Delete previously created port in OpenStack        | PASS |
+  ------------------------------------------------------------------------------
+  Check Port Deleted :: Check port deleted in OpenDaylight              | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Ports :: Checking Port deleted in OpenStack are del... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack are deleted...
+  ==============================================================================
+  Delete New subnet :: Delete previously created subnet in OpenStack    | PASS |
+  ------------------------------------------------------------------------------
+  Check New subnet deleted :: Check subnet deleted in OpenDaylight      | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack ar... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Networks :: Checking Network deleted in OpenStack are delete...
+  ==============================================================================
+  Delete Network :: Delete network in OpenStack                         | PASS |
+  ------------------------------------------------------------------------------
+  Check Network deleted :: Check Network deleted in OpenDaylight        | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Networks :: Checking Network deleted in OpenStack a... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron :: Test suite for Neutron Plugin                              | PASS |
+  18 critical tests, 18 passed, 0 failed
+  18 tests total, 18 passed, 0 failed
+::
+
+Feature tests
+-------------
 
-  2016-02-11 00:20:57,507 - run_rally - DEBUG - Pushing Rally summary into DB...
-  2016-02-11 00:21:03,070 - run_rally - DEBUG - <Response [200]>
-  2016-02-11 00:21:03,071 - run_rally - DEBUG - Deleting image 'functest-img' with ID 'a4efc793-1195-482b-9da6-87299b33d650'...
-  2016-02-11 00:21:03,614 - run_rally - DEBUG - Deleting volume type 'volume_test'...
+vIMS
+^^^^
+
+::
+  FUNCTEST.info: Running vIMS test...
+  vIMS - INFO - Prepare OpenStack plateform (create tenant and user)
+  vIMS - INFO - Update OpenStack creds informations
+  vIMS - INFO - Upload some OS images if it doesn't exist
+  vIMS - INFO - centos_7 image doesn't exist on glance repository.
+                              Try downloading this image and upload on glance !
+  vIMS - INFO - ubuntu_14.04 image doesn't exist on glance repository.
+                              Try downloading this image and upload on glance !
+  vIMS - INFO - Update security group quota for this tenant
+  vIMS - INFO - Update cinder quota for this tenant
+  vIMS - INFO - Collect flavor id for cloudify manager server
+  vIMS - INFO - Prepare virtualenv for cloudify-cli
+  vIMS - INFO - Downloading the cloudify manager server blueprint
+  vIMS - INFO - Cloudify deployment Start Time:'2016-02-22 22:37:41'
+  vIMS - INFO - Writing the inputs file
+  vIMS - INFO - Launching the cloudify-manager deployment
+  vIMS - INFO - Cloudify-manager server is UP !
+  vIMS - INFO - Cloudify deployment duration:'745.0'
+  vIMS - INFO - Collect flavor id for all clearwater vm
+  vIMS - INFO - vIMS VNF deployment Start Time:'2016-02-22 22:50:07'
+  vIMS - INFO - Downloading the openstack-blueprint.yaml blueprint
+  vIMS - INFO - Writing the inputs file
+  vIMS - INFO - Launching the clearwater deployment
+  vIMS - INFO - The deployment of clearwater-opnfv is ended
+  vIMS - INFO - vIMS VNF deployment duration:'633.6'
+  vIMS - INFO - vIMS functional test Start Time:'2016-02-22 23:03:48'
+  vIMS - INFO - vIMS functional test duration:'4.1'
+  vIMS - INFO - Launching the clearwater-opnfv undeployment
+  vIMS - ERROR - Error when executing command /bin/bash -c 'source /home/opnfv/functest/data/vIMS/venv_cloudify/bin/activate; cd /home/opnfv/functest/data/vIMS/; cfy executions start -w uninstall -d clearwater-opnfv --timeout 1800 ; cfy deployments delete -d clearwater-opnfv; '
+  vIMS - INFO - Launching the cloudify-manager undeployment
+  vIMS - INFO - Cloudify-manager server has been successfully removed!
+  vIMS - INFO - Removing vIMS tenant ..
+  vIMS - INFO - Removing vIMS user ..
 ::
index e8fbcb1..aff983b 100644 (file)
 Detailed test results for compass-os-onos-nofeature-ha
 ======================================================
 
-Running test case: vping_ssh
------------------------------
+VIM
+---
 
+vping_ssh
+^^^^^^^^^
 ::
   FUNCTEST.info: Running vPing-SSH test...
-  2016-02-12 19:05:40,043 - vPing_ssh- DEBUG - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
-  2016-02-12 19:05:41,030 - vPing_ssh- DEBUG - Image 'functest-vping' with ID=60da5df9-daa1-47de-816f-b9886ab67d71 created successfully.
-  2016-02-12 19:05:41,076 - vPing_ssh- INFO - Creating neutron network vping-net...
-  2016-02-12 19:05:41,354 - vPing_ssh- DEBUG - Network 'd45d7f71-10bf-45b1-9d86-94425f8fe21c' created successfully
-  2016-02-12 19:05:41,355 - vPing_ssh- DEBUG - Creating Subnet....
-  2016-02-12 19:05:41,634 - vPing_ssh- DEBUG - Subnet 'ad01de12-9720-40e8-b5ec-3e59c3a783d3' created successfully
-  2016-02-12 19:05:41,634 - vPing_ssh- DEBUG - Creating Router...
-  2016-02-12 19:05:41,687 - vPing_ssh- DEBUG - Router '7196b873-8686-4940-b169-7c004f5a48dc' created successfully
-  2016-02-12 19:05:41,687 - vPing_ssh- DEBUG - Adding router to subnet...
-  2016-02-12 19:05:41,922 - vPing_ssh- DEBUG - Interface added successfully.
-  2016-02-12 19:05:41,922 - vPing_ssh- DEBUG - Adding gateway to router...
-  2016-02-12 19:05:42,396 - vPing_ssh- DEBUG - Gateway added successfully.
-  2016-02-12 19:05:42,741 - vPing_ssh- INFO - Flavor found 'm1.small'
-  2016-02-12 19:05:43,450 - vPing_ssh- INFO - Creating security group  'vPing-sg'...
-  2016-02-12 19:05:43,567 - vPing_ssh- DEBUG - Security group 'vPing-sg' with ID=93ac4559-82df-4b73-9eef-0a4d2a2d7b6e created successfully.
-  2016-02-12 19:05:43,567 - vPing_ssh- DEBUG - Adding ICMP rules in security group 'vPing-sg'...
-  2016-02-12 19:05:43,724 - vPing_ssh- DEBUG - Adding SSH rules in security group 'vPing-sg'...
-  2016-02-12 19:05:44,008 - vPing_ssh- INFO - vPing Start Time:'2016-02-12 19:05:44'
-  2016-02-12 19:05:44,008 - vPing_ssh- DEBUG - Creating port 'vping-port-1' with IP 192.168.130.30...
-  2016-02-12 19:05:44,510 - vPing_ssh- INFO - Creating instance 'opnfv-vping-1' with IP 192.168.130.30...
-  2016-02-12 19:05:44,510 - vPing_ssh- DEBUG - Configuration:
+  vPing_ssh- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_ssh- INFO - Creating neutron network vping-net...
+  vPing_ssh- INFO - Creating security group  'vPing-sg'...
+  vPing_ssh- INFO - Using existing Flavor 'm1.small'...
+  vPing_ssh- INFO - vPing Start Time:'2016-02-22 16:24:22'
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-1'...
    name=opnfv-vping-1
    flavor=<Flavor: m1.small>
-   image=60da5df9-daa1-47de-816f-b9886ab67d71
-   network=d45d7f71-10bf-45b1-9d86-94425f8fe21c
-
-  2016-02-12 19:05:46,752 - vPing_ssh- DEBUG - Status: BUILD
-  2016-02-12 19:05:49,993 - vPing_ssh- DEBUG - Status: BUILD
-  2016-02-12 19:05:53,271 - vPing_ssh- DEBUG - Status: ACTIVE
-  2016-02-12 19:05:53,271 - vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
-  2016-02-12 19:05:53,271 - vPing_ssh- DEBUG - Instance 'opnfv-vping-1' got 192.168.130.30
-  2016-02-12 19:05:53,271 - vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
-  2016-02-12 19:05:53,924 - vPing_ssh- DEBUG - Creating port 'vping-port-2' with IP 192.168.130.40...
-  2016-02-12 19:05:54,241 - vPing_ssh- INFO - Creating instance 'opnfv-vping-2' with IP 192.168.130.40...
-  2016-02-12 19:05:54,241 - vPing_ssh- DEBUG - Configuration:
+   image=defb6423-f831-4d2e-8a46-21171b471811
+   network=47a5262f-1252-4ceb-b054-4d81216c1510
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-2'...
    name=opnfv-vping-2
    flavor=<Flavor: m1.small>
-   image=60da5df9-daa1-47de-816f-b9886ab67d71
-   network=d45d7f71-10bf-45b1-9d86-94425f8fe21c
-
-  2016-02-12 19:05:56,816 - vPing_ssh- DEBUG - Status: BUILD
-  2016-02-12 19:06:00,048 - vPing_ssh- DEBUG - Status: ACTIVE
-  2016-02-12 19:06:00,048 - vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
-  2016-02-12 19:06:00,048 - vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
-  2016-02-12 19:06:00,391 - vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
-  2016-02-12 19:06:00,625 - vPing_ssh- INFO - Floating IP created: '192.168.10.102'
-  2016-02-12 19:06:00,625 - vPing_ssh- INFO - Associating floating ip: '192.168.10.102' to VM 'opnfv-vping-2'
-  2016-02-12 19:06:01,848 - vPing_ssh- INFO - Trying to establish SSH connection to 192.168.10.102...
-  2016-02-12 19:06:01,850 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:07,856 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:13,864 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:19,872 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:25,879 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:31,884 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:37,892 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:43,899 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:49,906 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:06:55,913 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:01,920 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:07,925 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:13,933 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:19,940 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:25,948 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:31,955 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:37,962 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:43,964 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:49,971 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:07:55,978 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:01,983 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:07,990 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:13,997 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:20,004 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:26,012 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:32,019 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:38,026 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:44,032 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:50,039 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:08:56,047 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:02,050 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:08,058 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:14,065 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:20,072 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:26,080 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:32,087 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:38,094 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:44,101 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:50,109 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:09:56,116 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:10:02,123 - vPing_ssh- DEBUG - Waiting for 192.168.10.102...
-  2016-02-12 19:10:08,257 - vPing_ssh- DEBUG - SSH connection established to 192.168.10.102.
-  2016-02-12 19:10:09,335 - vPing_ssh- INFO - Waiting for ping...
-  2016-02-12 19:10:10,344 - vPing_ssh- INFO - vPing detected!
-  2016-02-12 19:10:10,344 - vPing_ssh- INFO - vPing duration:'266.3' s.
-  2016-02-12 19:10:10,344 - vPing_ssh- INFO - Cleaning up...
-  2016-02-12 19:10:10,344 - vPing_ssh- DEBUG - Deleting image...
-  2016-02-12 19:10:11,945 - vPing_ssh- DEBUG - Deleting 'opnfv-vping-1'...
-  2016-02-12 19:10:16,110 - vPing_ssh- DEBUG - Instance opnfv-vping-1 terminated.
-  2016-02-12 19:10:16,350 - vPing_ssh- DEBUG - Deleting 'opnfv-vping-2'...
-  2016-02-12 19:10:21,539 - vPing_ssh- DEBUG - Instance opnfv-vping-2 terminated.
-  2016-02-12 19:10:21,539 - vPing_ssh- DEBUG - Deleting network 'vping-net'...
-  2016-02-12 19:10:21,730 - vPing_ssh- DEBUG - Port '23ea5cbc-d075-4f75-8839-55877d217d09' removed successfully
-  2016-02-12 19:10:21,903 - vPing_ssh- DEBUG - Port '1cbcac3d-fea8-4ca1-98d7-4c2b6d2a655b' removed successfully
-  2016-02-12 19:10:22,121 - vPing_ssh- DEBUG - Interface removed successfully
-  2016-02-12 19:10:22,341 - vPing_ssh- DEBUG - Router deleted successfully
-  2016-02-12 19:10:22,569 - vPing_ssh- DEBUG - Subnet 'vping-subnet' deleted successfully
-  2016-02-12 19:10:22,801 - vPing_ssh- DEBUG - Network 'vping-net' deleted successfully
-  2016-02-12 19:10:22,851 - vPing_ssh- DEBUG - Security group '93ac4559-82df-4b73-9eef-0a4d2a2d7b6e' deleted successfully
-  2016-02-12 19:10:22,851 - vPing_ssh- INFO - vPing OK
-  2016-02-12 19:10:22,851 - vPing_ssh- DEBUG - Pushing result into DB...
-  2016-02-12 19:10:23,533 - vPing_ssh- DEBUG - <Response [200]>
+   image=defb6423-f831-4d2e-8a46-21171b471811
+   network=47a5262f-1252-4ceb-b054-4d81216c1510
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
+  vPing_ssh- INFO - Floating IP created: '192.168.10.102'
+  vPing_ssh- INFO - Associating floating ip: '192.168.10.102' to VM 'opnfv-vping-2'
+  vPing_ssh- INFO - Trying to establish SSH connection to 192.168.10.102...
+  vPing_ssh- INFO - Waiting for ping...
+  vPing_ssh- INFO - vPing detected!
+  vPing_ssh- INFO - vPing duration:'262.5' s.
+  vPing_ssh- INFO - Cleaning up...
+  vPing_ssh- INFO - vPing OK
 ::
 
-Running test case: tempest
---------------------------
+Tempest
+^^^^^^^
 ::
   FUNCTEST.info: Running Tempest tests...
-  2016-02-12 19:10:23,939 - run_tempest - INFO - Creating tenant and user for Tempest suite
-  2016-02-12 19:10:24,296 - run_tempest - DEBUG - Generating tempest.conf file...
-  2016-02-12 19:10:24,296 - run_tempest - DEBUG - Executing command : rally verify genconfig
-  2016-02-12 19:10:29,268 - run_tempest - DEBUG - 2016-02-12 19:10:24.832 23856 INFO rally.verification.tempest.tempest [-] Tempest is not configured.
-  2016-02-12 19:10:24.832 23856 INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
-  2016-02-12 19:10:29.226 23856 INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
-
-  2016-02-12 19:10:29,268 - run_tempest - DEBUG - Resolving deployment UUID...
-  2016-02-12 19:10:29,837 - run_tempest - DEBUG - Finding tempest.conf file...
-  2016-02-12 19:10:29,837 - run_tempest - DEBUG -   Updating fixed_network_name...
-  2016-02-12 19:10:30,116 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-ea712793-ba5c-425c-adcb-f830168264e4/tempest.conf compute fixed_network_name functest-net
-  2016-02-12 19:10:30,146 - run_tempest - DEBUG -   Updating non-admin credentials...
-  2016-02-12 19:10:30,146 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-ea712793-ba5c-425c-adcb-f830168264e4/tempest.conf identity tenant_name tempest
-  2016-02-12 19:10:30,182 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-ea712793-ba5c-425c-adcb-f830168264e4/tempest.conf identity username tempest
-  2016-02-12 19:10:30,210 - run_tempest - DEBUG - Executing command : crudini --set /home/opnfv/.rally/tempest/for-deployment-ea712793-ba5c-425c-adcb-f830168264e4/tempest.conf identity password tempest
-  2016-02-12 19:10:30,242 - run_tempest - DEBUG - Executing command : sed -i 's/.*ssh_user_regex.*/ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]/' /home/opnfv/.rally/tempest/for-deployment-ea712793-ba5c-425c-adcb-f830168264e4/tempest.conf
-  2016-02-12 19:10:30,247 - run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
-  2016-02-12 19:10:30,247 - run_tempest - DEBUG - Executing command : rally verify start --tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt
+  run_tempest - INFO - Creating tenant and user for Tempest suite
+  2016-02-22 16:28:55.743 23855 INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
+  2016-02-22 16:29:00.285 23855 INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
+
+  run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
   Total results of verification:
 
   +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
   | UUID                                 | Deployment UUID                      | Set name | Tests | Failures | Created at                 | Status   |
   +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
-  | 818d3bed-1209-4161-a009-d67b5d4b1a5b | ea712793-ba5c-425c-adcb-f830168264e4 |          | 210   | 11       | 2016-02-12 19:10:30.775632 | finished |
+  | ac98ac8a-e502-4828-ad00-5b6b9428c346 | 55a7fc58-ad0f-475c-88c7-369043ae2719 |          | 210   | 11       | 2016-02-22 16:29:01.778060 | finished |
   +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
 
   Tests:
@@ -156,2147 +65,2052 @@ Running test case: tempest
   +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
   | name                                                                                                                                     | time      | status  |
   +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.38798   | success |
-  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.06897   | success |
-  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 8.66954   | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 13.05485  | success |
-  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 8.17642   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.06398   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.05311   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.06698   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.12086   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.07949   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.06849   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.06627   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.06681   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.05412   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.17846   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.07675   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.10191   | success |
-  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.06990   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.15930   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 0.10904   | success |
-  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 0.10306   | success |
-  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.32255   | success |
-  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 0.56048   | success |
-  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 1.42311   | success |
-  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 7.28776   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 337.23588 | fail    |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.13741   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.23680   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 316.30761 | fail    |
-  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00084   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 319.97246 | fail    |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.12007   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.22505   | success |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 322.15364 | fail    |
-  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00083   | success |
-  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.06292   | success |
-  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 3.00411   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.20017   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.19477   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.14907   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.22243   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.15516   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.07558   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.06317   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.05484   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.06197   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.05894   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.19611   | success |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00056   | skip    |
-  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.13860   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.05872   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01695   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.07035   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.21809   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.01841   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01089   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.02861   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.05638   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.05798   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.30626   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.01272   | success |
-  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.06264   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00050   | skip    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 5.67273   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 9.07361   | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 310.89730 | fail    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.39781   | skip    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 327.97278 | fail    |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 13.09878  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 19.25586  | success |
-  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 6.97419   | success |
-  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.05925   | success |
-  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.13748   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.48860   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.51186   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.27618   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 1.44356   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.56153   | success |
-  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.61749   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 2.23577   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 14.27026  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 13.23885  | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 8.66286   | success |
-  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 5.49453   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 0.50988   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 0.58228   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 0.73942   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 1.62280   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 1.40931   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 1.41580   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 0.50300   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.39170   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.41128   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.48554   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 0.56803   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.50901   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.58968   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.47930   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.34199   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 0.57965   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.41263   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 1.07127   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 0.34228   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 0.43989   | success |
-  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.30970   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.10400   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.01156   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.08172   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.02068   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.54532   | success |
-  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.18789   | success |
-  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.12172   | success |
-  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.05132   | success |
-  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 339.95221 | fail    |
-  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.07032   | success |
-  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.06840   | success |
-  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.13918   | success |
-  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.01148   | success |
-  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.22616   | success |
-  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.11317   | success |
-  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.14866   | success |
-  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.02954   | success |
-  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.43616   | success |
-  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.19924   | success |
-  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 0.82300   | success |
-  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.11213   | success |
-  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.08933   | success |
-  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.15558   | success |
-  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.14961   | success |
-  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 0.76717   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.02573   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01676   | success |
-  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.02202   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.02597   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01541   | success |
-  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.01451   | success |
-  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.05174   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 0.29017   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 0.42424   | success |
-  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 0.68054   | success |
-  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 0.47508   | success |
-  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 0.71112   | success |
-  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 0.73746   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 0.67128   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.08614   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 3.40037   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 0.58717   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 1.30633   | success |
-  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 1.63105   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 1.03824   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.20400   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.08155   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.15349   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.02530   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.05855   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 1.25511   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.10543   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.06155   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.12005   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.03140   | success |
-  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.03071   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 1.80504   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.23140   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 0.78307   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.04927   | success |
-  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.05300   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.16549   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.18066   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 0.77082   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.06872   | success |
-  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.05677   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 2.80443   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 1.63531   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 1.35836   | success |
-  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.03564   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 2.80813   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 1.34980   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 1.44477   | success |
-  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 0.84429   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 0.43816   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 0.56186   | success |
-  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.02541   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 0.42898   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 0.57004   | success |
-  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.03255   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.37517   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 5.10610   | success |
-  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.02256   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 0.72815   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.37456   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.61271   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.69521   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.68138   | success |
-  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.39513   | success |
-  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 2.32413   | success |
-  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.02259   | success |
-  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 0.75379   | success |
-  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 1.52753   | success |
-  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 2.53395   | success |
-  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 2.66529   | success |
-  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 11.60002  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 11.02724  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 10.53925  | success |
-  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 10.81895  | success |
-  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.13870   | success |
-  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.13807   | success |
-  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 363.10201 | fail    |
-  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 75.16093  | fail    |
-  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 507.93579 | fail    |
-  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 507.54584 | fail    |
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.38607   | success |
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.74194   | success |
+  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 8.91734   | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 8.66925   | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 10.63581  | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.06276   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 0.05257   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.05940   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.12623   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.06809   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.09008   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.06098   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.07950   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.05546   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.12715   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.12835   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.10113   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.06587   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.17079   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 0.11263   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 0.06114   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.52524   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 0.45980   | success |
+  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 0.95973   | success |
+  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 7.95218   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 302.25007 | fail    |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.10296   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.18670   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 342.44729 | fail    |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00068   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 311.26623 | fail    |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.11079   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.20087   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 342.41636 | fail    |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00101   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.07243   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 6.46736   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.16392   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.27404   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.17996   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 1.07085   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.17853   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.10615   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.09603   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.09373   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.09520   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.12248   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.51307   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00065   | skip    |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.14353   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.06854   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.01693   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.06418   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.06254   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.01346   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01475   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.03419   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.06726   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.04958   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.26188   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.01624   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.06862   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00048   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 7.97654   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 11.64967  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 310.79753 | fail    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 0.46854   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 326.22117 | fail    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 12.06790  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 19.04478  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 7.05743   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.07867   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 0.20214   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.59746   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 0.34277   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.33642   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.57047   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.60103   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.75531   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 2.75731   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 9.46973   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 13.28125  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 7.11541   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 7.96344   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 0.67669   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 1.77693   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 0.75065   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 1.78955   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 0.64498   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 1.71157   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 0.53460   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.49832   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.57201   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.46864   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 0.66619   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.72274   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.40295   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.58226   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.34041   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 0.75975   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.43415   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 0.42859   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 1.21474   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 1.25222   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.41021   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.09081   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.02184   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.96806   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.01307   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 0.46717   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.05568   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.09471   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.03604   | success |
+  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 340.34367 | fail    |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.43241   | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.11064   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.11956   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.01137   | success |
+  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.16401   | success |
+  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.05961   | success |
+  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.10927   | success |
+  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.02540   | success |
+  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.28040   | success |
+  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.14755   | success |
+  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 0.77153   | success |
+  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.12106   | success |
+  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.08473   | success |
+  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.12668   | success |
+  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.14400   | success |
+  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 0.91996   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.05010   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.02297   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.04885   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.01587   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.01260   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.01445   | success |
+  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.04696   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 0.60138   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 0.21576   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 0.42759   | success |
+  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 0.49116   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 0.79505   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 0.70780   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 0.56456   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.10523   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 3.54869   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 0.83123   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 1.58383   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 1.36920   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 1.08591   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.19026   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.07493   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.06495   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.02942   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.03500   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 1.05982   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.15572   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.10990   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.09926   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.04061   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.03720   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 1.04510   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.34649   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 0.59530   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.05189   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.04790   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.14770   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.11571   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 0.75502   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.04674   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.08023   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 3.25659   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 1.59393   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 1.18965   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.03248   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 2.64680   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 2.09130   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 1.43383   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 1.25843   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 0.66808   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 0.46888   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.03378   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 0.36912   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 0.76166   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.02877   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.36667   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 5.11422   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.02366   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 0.58931   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.43084   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.29860   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.48701   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.84124   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.35246   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 3.35082   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.02341   | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 0.86551   | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 1.65927   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 2.12480   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 2.76915   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 12.56546  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 9.57875   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 11.23806  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 11.53830  | success |
+  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.09463   | success |
+  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.38766   | success |
+  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 358.88405 | fail    |
+  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 327.24468 | fail    |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 327.82000 | fail    |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 500.15877 | fail    |
   +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
-  2016-02-12 19:28:37,433 - run_tempest - DEBUG - Executing command : rally verify list
-  2016-02-12 19:28:37,991 - run_tempest - INFO - Results: {'timestart': '2016-02-1219:10:30.775632', 'duration': 1086, 'tests': 210, 'failures': 11}
-  2016-02-12 19:28:37,991 - run_tempest - DEBUG - Push result into DB
-  2016-02-12 19:28:37,992 - run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
-  2016-02-12 19:28:38,675 - run_tempest - DEBUG - <Response [200]>
-  2016-02-12 19:28:38,675 - run_tempest - INFO - Deleting tenant and user for Tempest suite)
-  None
+  run_tempest - INFO - Results: {'timestart': '2016-02-2216:29:01.778060', 'duration': 1082, 'tests': 210, 'failures': 11}
+  run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
+  run_tempest - INFO - Deleting tenant and user for Tempest suite)
 ::
 
-Running test case: onos
------------------------
-
+Rally
+^^^^^
 ::
-  FUNCTEST.info: Running ONOS test case...
-  2016-02-12 19:28:41,069 - onos- DEBUG - Download Onos Teston codes https://github.com/sunyulin/OnosSystemTest.git
-  Cloning into '/home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest'...
-  2016-02-12 19:28:53,296 - onos- DEBUG - ONOS IP is 192.168.10.51
-  2016-02-12 19:28:53,296 - onos- DEBUG - Run script FUNCvirNetNB
-  2016-02-12 19:28:53,399 - FUNCvirNetNB - INFO - Creating component Handle: ONOSrest
-
-                                  +----------------+
-  ------------------------------ { Script And Files }  ------------------------------
-                                  +----------------+
+  FUNCTEST.info: Running Rally benchmark suite...
+  run_rally - INFO - Starting test scenario "authenticate" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  2944fcc5-089f-4ed8-851f-446508c45024: started
+  Task 2944fcc5-089f-4ed8-851f-446508c45024: finished
 
-  Script Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNB_12_Feb_2016_19_28_53/FUNCvirNetNB_12_Feb_2016_19_28_53.log
-  Report Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNB_12_Feb_2016_19_28_53/FUNCvirNetNB_12_Feb_2016_19_28_53.rpt
-  ONOSrest Session Log : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNB_12_Feb_2016_19_28_53/ONOSrest.session
-  Test Script :/home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNB.py
-  Test Params : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNB.params
-  Topology : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNB.topo
-                                +------------------+
-  ---------------------------  { Script Exec Params }  ---------------------------
-                                +------------------+
+  test scenario Authenticate.validate_glance
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_glance     | 0.122 | 0.162  | 0.216  | 0.225  | 0.234 | 0.169 | 100.0%  | 10    |
+  | authenticate.validate_glance (2) | 0.039 | 0.042  | 0.052  | 0.072  | 0.092 | 0.047 | 100.0%  | 10    |
+  | total                            | 0.258 | 0.3    | 0.34   | 0.34   | 0.341 | 0.299 | 100.0%  | 10    |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.893048048019
+  Full duration: 3.09276199341
 
-  'MININET':
-  'switch': '7'
-   'links': '20'
+  test scenario Authenticate.keystone
+  +-----------------------------------------------------------------------------+
+  |                            Response Times (sec)                             |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | total  | 0.066 | 0.072  | 0.074  | 0.074  | 0.074 | 0.071 | 100.0%  | 10    |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.233579874039
+  Full duration: 2.32735109329
 
-   'GIT':
-   'pull': 'False'
-   'branch': 'master'
+  test scenario Authenticate.validate_heat
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_heat     | 0.113 | 0.133  | 0.255  | 0.267  | 0.28  | 0.161 | 100.0%  | 10    |
+  | authenticate.validate_heat (2) | 0.021 | 0.09   | 0.147  | 0.163  | 0.179 | 0.085 | 100.0%  | 10    |
+  | total                          | 0.254 | 0.338  | 0.389  | 0.402  | 0.415 | 0.327 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.968546152115
+  Full duration: 3.10294985771
 
-   'HTTP':
-   'path': '/onos/vtn/'
-   'port': '8181'
+  test scenario Authenticate.validate_nova
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_nova     | 0.111 | 0.119  | 0.17   | 0.179  | 0.187 | 0.133 | 100.0%  | 10    |
+  | authenticate.validate_nova (2) | 0.023 | 0.035  | 0.042  | 0.048  | 0.054 | 0.036 | 100.0%  | 10    |
+  | total                          | 0.214 | 0.225  | 0.291  | 0.291  | 0.292 | 0.243 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.725472211838
+  Full duration: 2.86061501503
 
-   'CTRL':
-   'ip1': 'OC1'
-   'port1': '6633'
+  test scenario Authenticate.validate_cinder
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_cinder     | 0.098 | 0.112  | 0.138  | 0.14   | 0.143 | 0.118 | 100.0%  | 10    |
+  | authenticate.validate_cinder (2) | 0.058 | 0.071  | 0.077  | 0.078  | 0.078 | 0.07  | 100.0%  | 10    |
+  | total                            | 0.221 | 0.256  | 0.312  | 0.313  | 0.313 | 0.267 | 100.0%  | 10    |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.797883033752
+  Full duration: 2.91927695274
 
-   'testcases': '2
-  3
-  4
-  5
-  6
-  7
-  8
-  9
-  10'
-   'SLEEP':
-   'startup': '15'
+  test scenario Authenticate.validate_neutron
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_neutron     | 0.108 | 0.124  | 0.192  | 0.195  | 0.198 | 0.138 | 100.0%  | 10    |
+  | authenticate.validate_neutron (2) | 0.028 | 0.08   | 0.102  | 0.102  | 0.102 | 0.074 | 100.0%  | 10    |
+  | total                             | 0.207 | 0.273  | 0.346  | 0.353  | 0.359 | 0.281 | 100.0%  | 10    |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.847912073135
+  Full duration: 3.07389783859
 
-   'ENV':
-  'cellApps': 'drivers
-  openflow
-  proxyarp
-  mobility'
-   'cellName': 'singlenode'
+  run_rally - INFO - Test scenario: "authenticate" OK.
 
-                                 +---------------+
-  ----------------------------- { Components Used }  -----------------------------
-                                 +---------------+
-  ONOSrest
+  run_rally - INFO - Starting test scenario "glance" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  2fff3869-9689-44d4-b372-dd41fa2a38ec: started
+  Task 2fff3869-9689-44d4-b372-dd41fa2a38ec: finished
 
-                                +--------+
-  ---------------------------- { Topology }  ----------------------------
-                                +--------+
+  test scenario GlanceImages.list_images
+  +---------------------------------------------------------------------------------------+
+  |                                 Response Times (sec)                                  |
+  +--------------------+-------+--------+--------+--------+-----+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-----+-------+---------+-------+
+  | glance.list_images | 0.177 | 0.232  | 0.296  | 0.298  | 0.3 | 0.241 | 100.0%  | 10    |
+  | total              | 0.177 | 0.232  | 0.296  | 0.298  | 0.3 | 0.241 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-----+-------+---------+-------+
+  Load duration: 0.697636127472
+  Full duration: 3.5939040184
 
-  'ONOSrest':
-  'connect_order': '4'
-   'host': 'OC1'
-   'user': 'root'
-   'COMPONENTS': ''
-   'password': 'r00tme'
-   'type': 'OnosRestDriver'
+  test scenario GlanceImages.create_image_and_boot_instances
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | glance.create_image | 2.763 | 2.903  | 3.45   | 3.45   | 3.45   | 3.052 | 100.0%  | 10    |
+  | nova.boot_servers   | 4.51  | 6.909  | 7.772  | 7.907  | 8.042  | 6.735 | 100.0%  | 10    |
+  | total               | 7.273 | 10.244 | 10.662 | 10.752 | 10.842 | 9.787 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 28.153493166
+  Full duration: 53.9921939373
 
-  ------------------------------------------------------------
+  test scenario GlanceImages.create_and_list_image
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 3.066 | 3.262  | 3.685  | 3.718  | 3.751 | 3.328 | 100.0%  | 10    |
+  | glance.list_images  | 0.04  | 0.047  | 0.059  | 0.063  | 0.066 | 0.049 | 100.0%  | 10    |
+  | total               | 3.107 | 3.324  | 3.734  | 3.767  | 3.8   | 3.376 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.83786201477
+  Full duration: 14.2525467873
 
-  ******************************
-   CASE INIT
-  ******************************
+  test scenario GlanceImages.create_and_delete_image
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 2.758 | 3.01   | 3.624  | 3.641  | 3.658 | 3.096 | 100.0%  | 10    |
+  | glance.delete_image | 0.119 | 0.159  | 0.282  | 0.338  | 0.394 | 0.189 | 100.0%  | 10    |
+  | total               | 2.887 | 3.164  | 3.878  | 3.884  | 3.89  | 3.285 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.57883381844
+  Full duration: 12.357642889
 
-  ['ONOSrest']
+  run_rally - INFO - Test scenario: "glance" OK.
 
-  ******************************
-   Result summary for Testcase2
-  ******************************
+  run_rally - INFO - Starting test scenario "cinder" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  76a5a912-68db-4001-b4a1-9beac5ae37ea: started
+  Task 76a5a912-68db-4001-b4a1-9beac5ae37ea: finished
 
-  [2016-02-12 19:28:53.480315] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Network Post
-  [2016-02-12 19:28:53.480532] [FUNCvirNetNB] [STEP]  2.1: Generate Post Data
-  [2016-02-12 19:28:53.480839] [FUNCvirNetNB] [STEP]  2.2: Post Data via HTTP
-  [2016-02-12 19:28:53.673391] [FUNCvirNetNB] [STEP]  2.3: Get Data via HTTP
-  [2016-02-12 19:28:53.681088] [FUNCvirNetNB] [STEP]  2.4: Compare Send Id and Get Id
+  test scenario CinderVolumes.create_and_attach_volume
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  | nova.boot_server     | 3.805  | 4.389  | 5.707  | 6.126  | 6.546  | 4.733 | 100.0%  | 10    |
+  | cinder.create_volume | 2.687  | 2.841  | 2.929  | 2.954  | 2.978  | 2.833 | 100.0%  | 10    |
+  | nova.attach_volume   | 7.618  | 7.963  | 8.416  | 9.348  | 10.28  | 8.167 | 100.0%  | 10    |
+  | nova.detach_volume   | 2.997  | 3.285  | 5.265  | 5.314  | 5.362  | 3.992 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.425  | 2.506  | 2.557  | 2.658  | 2.759  | 2.516 | 100.0%  | 10    |
+  | nova.delete_server   | 2.379  | 2.447  | 2.618  | 2.639  | 2.659  | 2.478 | 100.0%  | 10    |
+  | total                | 23.106 | 25.014 | 25.886 | 26.355 | 26.825 | 24.72 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 75.3569400311
+  Full duration: 87.994022131
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario CinderVolumes.create_and_list_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 5.261 | 5.355  | 5.486  | 5.512  | 5.539 | 5.367 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.069 | 0.121  | 0.135  | 0.151  | 0.168 | 0.12  | 100.0%  | 10    |
+  | total                | 5.351 | 5.501  | 5.595  | 5.626  | 5.658 | 5.487 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.505685091
+  Full duration: 27.6703879833
 
-  ******************************
-   Result summary for Testcase3
-  ******************************
+  test scenario CinderVolumes.create_and_list_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.758 | 2.928  | 3.178  | 3.185  | 3.192 | 2.955 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.11  | 0.124  | 0.158  | 0.159  | 0.161 | 0.128 | 100.0%  | 10    |
+  | total                | 2.878 | 3.071  | 3.319  | 3.327  | 3.334 | 3.084 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.14664101601
+  Full duration: 20.325412035
 
-  [2016-02-12 19:28:53.688351] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Network Update
-  [2016-02-12 19:28:53.688588] [FUNCvirNetNB] [STEP]  3.1: Generate Post Data
-  [2016-02-12 19:28:53.688953] [FUNCvirNetNB] [STEP]  3.2: Post Data via HTTP
-  [2016-02-12 19:28:53.695867] [FUNCvirNetNB] [STEP]  3.3: Update Data via HTTP
-  [2016-02-12 19:28:53.704924] [FUNCvirNetNB] [STEP]  3.4: Get Data via HTTP
-  [2016-02-12 19:28:53.709109] [FUNCvirNetNB] [STEP]  3.5: Compare Update data.
+  test scenario CinderVolumes.create_and_list_snapshots
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_snapshot | 2.401 | 2.521  | 2.599  | 2.615  | 2.632 | 2.517 | 100.0%  | 10    |
+  | cinder.list_snapshots  | 0.022 | 0.083  | 0.12   | 0.15   | 0.18  | 0.089 | 100.0%  | 10    |
+  | total                  | 2.474 | 2.588  | 2.729  | 2.753  | 2.776 | 2.606 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 7.73569321632
+  Full duration: 31.2840220928
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.796 | 2.999  | 3.144  | 3.15   | 3.156 | 2.996 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.455 | 2.614  | 2.708  | 2.725  | 2.742 | 2.616 | 100.0%  | 10    |
+  | total                | 5.328 | 5.602  | 5.851  | 5.868  | 5.885 | 5.612 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.477782011
+  Full duration: 22.7058889866
 
-  ******************************
-   Result summary for Testcase4
-  ******************************
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.919 | 5.48   | 5.628  | 5.639  | 5.649 | 5.227 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.526 | 2.693  | 2.72   | 2.755  | 2.79  | 2.663 | 100.0%  | 10    |
+  | total                | 5.62  | 8.087  | 8.341  | 8.375  | 8.409 | 7.89  | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.1292200089
+  Full duration: 30.4960770607
 
-  [2016-02-12 19:28:53.720293] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Network Delete
-  [2016-02-12 19:28:53.720510] [FUNCvirNetNB] [STEP]  4.1: Generate Post Data
-  [2016-02-12 19:28:53.720819] [FUNCvirNetNB] [STEP]  4.2: Post Data via HTTP
-  [2016-02-12 19:28:53.726943] [FUNCvirNetNB] [STEP]  4.3: Delete Data via HTTP
-  [2016-02-12 19:28:53.731614] [FUNCvirNetNB] [STEP]  4.4: Get Data is NULL
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.85  | 2.948  | 3.049  | 3.07   | 3.09  | 2.953 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.464 | 2.529  | 2.614  | 2.615  | 2.615 | 2.54  | 100.0%  | 10    |
+  | total                | 5.325 | 5.506  | 5.652  | 5.656  | 5.661 | 5.493 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.3896708488
+  Full duration: 22.6766388416
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario CinderVolumes.create_and_upload_volume_to_image
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume          | 2.872  | 3.051  | 3.667  | 3.678  | 3.688  | 3.15   | 100.0%  | 10    |
+  | cinder.upload_volume_to_image | 28.915 | 62.489 | 77.495 | 77.616 | 77.736 | 60.612 | 100.0%  | 10    |
+  | cinder.delete_volume          | 2.362  | 2.491  | 2.538  | 2.611  | 2.684  | 2.494  | 100.0%  | 10    |
+  | nova.delete_image             | 0.209  | 0.455  | 0.893  | 0.906  | 0.919  | 0.514  | 100.0%  | 10    |
+  | total                         | 35.229 | 68.483 | 83.109 | 83.228 | 83.346 | 66.77  | 100.0%  | 10    |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 193.43104291
+  Full duration: 200.303003073
 
-  ******************************
-   Result summary for Testcase5
-  ******************************
+  test scenario CinderVolumes.create_and_delete_snapshot
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_snapshot | 2.422 | 2.503  | 2.568  | 2.571  | 2.575 | 2.507 | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.313 | 2.444  | 2.482  | 2.492  | 2.501 | 2.427 | 100.0%  | 10    |
+  | total                  | 4.793 | 4.964  | 5.013  | 5.018  | 5.024 | 4.935 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 14.7233128548
+  Full duration: 33.1759068966
 
-  [2016-02-12 19:28:58.748088] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Subnet Post
-  [2016-02-12 19:28:58.748345] [FUNCvirNetNB] [STEP]  5.1: Generate Post Data
-  [2016-02-12 19:28:58.748742] [FUNCvirNetNB] [STEP]  5.2: Post Network Data via HTTP(Post Subnet need post network)
-  [2016-02-12 19:28:58.760851] [FUNCvirNetNB] [STEP]  5.3: Post Subnet Data via HTTP
-  [2016-02-12 19:28:58.797496] [FUNCvirNetNB] [STEP]  5.4: Get Subnet Data via HTTP
-  [2016-02-12 19:28:58.806663] [FUNCvirNetNB] [STEP]  5.5: Compare Post Subnet Data via HTTP
+  test scenario CinderVolumes.create_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.844 | 2.948  | 3.269  | 3.319  | 3.369 | 3.015 | 100.0%  | 10    |
+  | total                | 2.844 | 2.948  | 3.269  | 3.319  | 3.369 | 3.015 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 8.9167098999
+  Full duration: 18.3895540237
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario CinderVolumes.create_volume
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +----------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg  | success | count |
+  +----------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | cinder.create_volume | 2.854 | 2.953  | 3.096  | 3.121  | 3.146 | 2.98 | 100.0%  | 10    |
+  | total                | 2.854 | 2.953  | 3.096  | 3.121  | 3.146 | 2.98 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  Load duration: 8.90475797653
+  Full duration: 20.1169910431
 
-  ******************************
-   Result summary for Testcase6
-  ******************************
+  test scenario CinderVolumes.list_volumes
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.list_volumes | 0.228 | 0.266  | 0.286  | 0.317  | 0.348 | 0.268 | 100.0%  | 10    |
+  | total               | 0.228 | 0.266  | 0.287  | 0.317  | 0.348 | 0.268 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.792151927948
+  Full duration: 47.0951080322
 
-  [2016-02-12 19:28:58.813611] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Subnet Update
-  [2016-02-12 19:28:58.813885] [FUNCvirNetNB] [STEP]  6.1: Generate Post Data
-  [2016-02-12 19:28:58.814422] [FUNCvirNetNB] [STEP]  6.2: Post Network Data via HTTP(Post Subnet need post network)
-  [2016-02-12 19:28:58.821242] [FUNCvirNetNB] [STEP]  6.3: Post Subnet Data via HTTP
-  [2016-02-12 19:28:58.827664] [FUNCvirNetNB] [STEP]  6.4: Update Subnet Data via HTTP
-  [2016-02-12 19:28:58.855303] [FUNCvirNetNB] [STEP]  6.5: Get Subnet Data via HTTP
-  [2016-02-12 19:28:58.859648] [FUNCvirNetNB] [STEP]  6.6: Compare Subnet Data
-  [2016-02-12 19:28:58.859965] [FUNCvirNetNB] [STEP]  6.7: Delete Subnet via HTTP
+  test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.829  | 2.905  | 2.967  | 2.969  | 2.971  | 2.899  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.302  | 2.402  | 2.432  | 2.455  | 2.478  | 2.392  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.72   | 7.953  | 11.462 | 12.036 | 12.61  | 8.943  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.903  | 4.153  | 5.343  | 5.534  | 5.724  | 4.179  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.258  | 2.311  | 2.403  | 2.446  | 2.49   | 2.331  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.387  | 2.497  | 2.6    | 2.623  | 2.647  | 2.496  | 100.0%  | 10    |
+  | total                  | 21.145 | 23.329 | 26.38  | 26.678 | 26.977 | 23.543 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 68.2392091751
+  Full duration: 106.915300131
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario CinderVolumes.create_from_volume_and_delete_volume
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume | 7.712  | 12.285 | 17.231 | 18.187 | 19.144 | 12.995 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.494  | 2.633  | 4.76   | 4.808  | 4.856  | 3.025  | 100.0%  | 10    |
+  | total                | 10.216 | 16.032 | 19.868 | 20.756 | 21.645 | 16.019 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 44.5057139397
+  Full duration: 63.1546430588
 
-  ******************************
-   Result summary for Testcase7
-  ******************************
+  test scenario CinderVolumes.create_and_extend_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 2.887 | 2.994  | 3.283  | 3.324  | 3.364 | 3.038 | 100.0%  | 10    |
+  | cinder.extend_volume | 2.593 | 2.748  | 2.812  | 2.924  | 3.037 | 2.754 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.417 | 2.569  | 2.707  | 2.724  | 2.74  | 2.562 | 100.0%  | 10    |
+  | total                | 8.03  | 8.369  | 8.538  | 8.631  | 8.723 | 8.353 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.8781170845
+  Full duration: 31.6701009274
 
-  [2016-02-12 19:28:58.865645] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Subnet Delete
-  [2016-02-12 19:28:58.865877] [FUNCvirNetNB] [STEP]  7.1: Generate Post Data
-  [2016-02-12 19:28:58.866330] [FUNCvirNetNB] [STEP]  7.2: Post Network Data via HTTP(Post Subnet need post network)
-  [2016-02-12 19:28:58.874618] [FUNCvirNetNB] [STEP]  7.3: Post Subnet Data via HTTP
-  [2016-02-12 19:28:58.880254] [FUNCvirNetNB] [STEP]  7.4: Delete Subnet Data via HTTP
-  [2016-02-12 19:28:58.884603] [FUNCvirNetNB] [STEP]  7.5: Get Subnet Data is NULL
+  test scenario CinderVolumes.create_snapshot_and_attach_volume
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.736  | 2.972  | 3.155  | 3.173  | 3.19   | 2.98   | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.321  | 2.38   | 2.392  | 2.399  | 2.406  | 2.369  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.503  | 7.861  | 12.563 | 13.795 | 15.028 | 9.196  | 100.0%  | 10    |
+  | nova.detach_volume     | 3.269  | 5.314  | 5.356  | 5.366  | 5.375  | 4.908  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.21   | 2.305  | 2.435  | 2.442  | 2.45   | 2.323  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.413  | 2.499  | 2.584  | 2.597  | 2.611  | 2.505  | 100.0%  | 10    |
+  | total                  | 21.356 | 23.78  | 28.296 | 29.607 | 30.917 | 24.594 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 70.9472367764
+  Full duration: 114.492169142
 
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase8
-  ******************************
+  test scenario CinderVolumes.create_snapshot_and_attach_volume
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.736  | 2.845  | 3.037  | 3.081  | 3.125  | 2.876  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.343  | 2.399  | 2.462  | 2.479  | 2.495  | 2.405  | 100.0%  | 10    |
+  | nova.attach_volume     | 7.59   | 7.737  | 13.073 | 16.133 | 19.193 | 9.585  | 100.0%  | 10    |
+  | nova.detach_volume     | 2.916  | 5.205  | 5.382  | 5.39   | 5.397  | 4.608  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.203  | 2.364  | 2.427  | 2.455  | 2.483  | 2.347  | 100.0%  | 10    |
+  | cinder.delete_volume   | 2.421  | 2.547  | 2.613  | 2.662  | 2.71   | 2.55   | 100.0%  | 10    |
+  | total                  | 21.034 | 23.722 | 27.391 | 31.314 | 35.237 | 24.898 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 73.5739891529
+  Full duration: 116.225493908
 
-  [2016-02-12 19:29:03.902255] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Port Post
-  [2016-02-12 19:29:03.902540] [FUNCvirNetNB] [STEP]  8.1: Generate Post Data
-  [2016-02-12 19:29:03.903021] [FUNCvirNetNB] [STEP]  8.2: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:03.914466] [FUNCvirNetNB] [STEP]  8.3: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:03.923591] [FUNCvirNetNB] [STEP]  8.4: Post Port Data via HTTP
-  [2016-02-12 19:29:03.949876] [FUNCvirNetNB] [STEP]  8.5: Get Port Data via HTTP
-  [2016-02-12 19:29:03.957954] [FUNCvirNetNB] [STEP]  8.6: Compare Post Port Data
-  [2016-02-12 19:29:03.958632] [FUNCvirNetNB] [STEP]  8.7: Clean Data via HTTP
+  run_rally - INFO - Test scenario: "cinder" OK.
 
-  *****************************
-   Result: Pass
-  *****************************
+  run_rally - INFO - Starting test scenario "heat" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  c9827201-74f8-41fc-8510-938cca773ec1: started
+  Task c9827201-74f8-41fc-8510-938cca773ec1: finished
 
-  ******************************
-   Result summary for Testcase9
-  ******************************
+  test scenario HeatStacks.create_suspend_resume_delete_stack
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack  | 2.872 | 3.106  | 3.406  | 3.484  | 3.562 | 3.155 | 100.0%  | 10    |
+  | heat.suspend_stack | 0.442 | 0.625  | 1.717  | 1.738  | 1.759 | 0.931 | 100.0%  | 10    |
+  | heat.resume_stack  | 0.537 | 1.658  | 1.746  | 1.816  | 1.886 | 1.424 | 100.0%  | 10    |
+  | heat.delete_stack  | 0.502 | 1.432  | 1.591  | 1.6    | 1.609 | 1.362 | 100.0%  | 10    |
+  | total              | 5.462 | 6.793  | 8.103  | 8.346  | 8.589 | 6.872 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 19.5646238327
+  Full duration: 22.7670919895
 
-  [2016-02-12 19:29:03.964924] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Port Update
-  [2016-02-12 19:29:03.965218] [FUNCvirNetNB] [STEP]  9.1: Generate Post Data
-  [2016-02-12 19:29:03.965870] [FUNCvirNetNB] [STEP]  9.2: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:03.971829] [FUNCvirNetNB] [STEP]  9.3: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:03.978163] [FUNCvirNetNB] [STEP]  9.4: Post Port Data via HTTP
-  [2016-02-12 19:29:03.983378] [FUNCvirNetNB] [STEP]  9.5: Update Port Data via HTTP
-  [2016-02-12 19:29:03.989288] [FUNCvirNetNB] [STEP]  9.6: Get Port Data via HTTP
-  [2016-02-12 19:29:03.993426] [FUNCvirNetNB] [STEP]  9.7: Compare Update Port Data
-  [2016-02-12 19:29:03.993978] [FUNCvirNetNB] [STEP]  9.8: Clean Data via HTTP
+  test scenario HeatStacks.create_and_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.903 | 3.075  | 3.47   | 3.485  | 3.501 | 3.168 | 100.0%  | 10    |
+  | heat.delete_stack | 0.399 | 1.444  | 1.664  | 1.668  | 1.672 | 1.316 | 100.0%  | 10    |
+  | total             | 3.367 | 4.479  | 4.942  | 5.031  | 5.12  | 4.484 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 13.5260851383
+  Full duration: 16.6767499447
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario HeatStacks.create_and_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 10.422 | 12.344 | 12.812 | 13.47  | 14.128 | 12.097 | 100.0%  | 10    |
+  | heat.delete_stack | 6.869  | 8.251  | 9.518  | 9.918  | 10.317 | 8.407  | 100.0%  | 10    |
+  | total             | 18.742 | 20.619 | 22.144 | 22.228 | 22.313 | 20.504 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 60.1647601128
+  Full duration: 63.2413249016
 
-  ******************************
-   Result summary for Testcase10
-  ******************************
+  test scenario HeatStacks.create_and_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 12.861 | 14.13  | 16.111 | 16.328 | 16.545 | 14.294 | 100.0%  | 10    |
+  | heat.delete_stack | 8.256  | 8.951  | 9.675  | 9.958  | 10.241 | 8.968  | 100.0%  | 10    |
+  | total             | 21.289 | 22.778 | 24.964 | 25.875 | 26.786 | 23.262 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 70.9971709251
+  Full duration: 74.4355139732
 
-  [2016-02-12 19:29:04.000036] [FUNCvirNetNB] [CASE]  Virtual Network NBI Test - Port Delete
-  [2016-02-12 19:29:04.000338] [FUNCvirNetNB] [STEP]  10.1: Generate Post Data
-  [2016-02-12 19:29:04.000802] [FUNCvirNetNB] [STEP]  10.2: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:04.005815] [FUNCvirNetNB] [STEP]  10.3: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:04.011511] [FUNCvirNetNB] [STEP]  10.4: Post Port Data via HTTP
-  [2016-02-12 19:29:04.016942] [FUNCvirNetNB] [STEP]  10.5: Delete Port Data via HTTP
-  [2016-02-12 19:29:04.023147] [FUNCvirNetNB] [STEP]  10.6: Get Port Data is NULL
-  [2016-02-12 19:29:09.043011] [FUNCvirNetNB] [STEP]  10.7: Clean Data via HTTP
+  test scenario HeatStacks.list_stacks_and_resources
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +---------------------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | action                          | min   | median | 90%ile | 95%ile | max   | avg  | success | count |
+  +---------------------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | heat.list_stacks                | 0.221 | 0.269  | 0.393  | 0.397  | 0.401 | 0.29 | 100.0%  | 10    |
+  | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0   | 0.0  | 100.0%  | 10    |
+  | total                           | 0.221 | 0.269  | 0.393  | 0.397  | 0.401 | 0.29 | 100.0%  | 10    |
+  +---------------------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  Load duration: 0.845721006393
+  Full duration: 3.40288186073
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.871 | 3.088  | 3.407  | 3.415  | 3.422 | 3.124 | 100.0%  | 10    |
+  | heat.update_stack | 2.568 | 3.106  | 3.925  | 3.953  | 3.981 | 3.187 | 100.0%  | 10    |
+  | heat.delete_stack | 1.369 | 1.555  | 1.647  | 1.686  | 1.724 | 1.55  | 100.0%  | 10    |
+  | total             | 7.072 | 7.871  | 8.535  | 8.749  | 8.963 | 7.861 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.2382650375
+  Full duration: 27.7685508728
 
-  *************************************
-  Test Execution Summary
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.836 | 3.105  | 3.233  | 3.257  | 3.281 | 3.098 | 100.0%  | 10    |
+  | heat.update_stack | 2.501 | 2.628  | 3.613  | 3.804  | 3.995 | 2.859 | 100.0%  | 10    |
+  | heat.delete_stack | 0.298 | 0.994  | 1.511  | 1.565  | 1.62  | 1.001 | 100.0%  | 10    |
+  | total             | 5.886 | 6.758  | 8.232  | 8.564  | 8.895 | 6.957 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 20.5952920914
+  Full duration: 23.9688129425
 
-  *************************************
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.896 | 3.156  | 3.462  | 3.752  | 4.042 | 3.241 | 100.0%  | 10    |
+  | heat.update_stack | 4.942 | 5.218  | 5.956  | 6.09   | 6.224 | 5.42  | 100.0%  | 10    |
+  | heat.delete_stack | 1.551 | 1.665  | 2.721  | 2.788  | 2.856 | 2.038 | 100.0%  | 10    |
+  | total             | 9.408 | 10.658 | 11.602 | 11.761 | 11.92 | 10.7  | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 31.6187429428
+  Full duration: 35.1271891594
 
-   Test Start           : 12 Feb 2016 19:28:53
-   Test End             : 12 Feb 2016 19:29:09
-   Execution Time       : 0:00:15.653141
-   Total tests planned  : 9
-   Total tests RUN      : 9
-   Total Pass           : 9
-   Total Fail           : 0
-   Total No Result      : 0
-   Success Percentage   : 100%
-   Execution Result     : 100%
-  Disconnecting from ONOSrest: <drivers.common.api.controller.onosrestdriver.OnosRestDriver object at 0x7f055d67ea90>
-  2016-02-12 19:29:09,098 - onos- DEBUG - Run script FUNCvirNetNBL3
-  2016-02-12 19:29:09,185 - FUNCvirNetNBL3 - INFO - Creating component Handle: ONOSrest
+  test scenario HeatStacks.create_update_delete_stack
+  +-----------------------------------------------------------------------+
+  |                         Response Times (sec)                          |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
+  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
+  Load duration: 6.39157295227
+  Full duration: 14.0238859653
 
-                                  +----------------+
-  ------------------------------ { Script And Files }  ------------------------------
-                                  +----------------+
+  test scenario HeatStacks.create_update_delete_stack
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg    | success | count |
+  +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
+  | heat.create_stack | 2.944 | 3.08   | 3.202  | 3.309  | 3.415 | 3.09   | 100.0%  | 10    |
+  | heat.update_stack | 4.794 | 5.017  | 5.255  | 5.579  | 5.904 | 5.077  | 100.0%  | 10    |
+  | heat.delete_stack | 1.435 | 1.866  | 2.632  | 2.657  | 2.682 | 1.998  | 100.0%  | 10    |
+  | total             | 9.394 | 10.052 | 10.876 | 10.903 | 10.93 | 10.165 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+--------+---------+-------+
+  Load duration: 30.0142600536
+  Full duration: 33.6354219913
 
-  Script Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNBL3_12_Feb_2016_19_29_09/FUNCvirNetNBL3_12_Feb_2016_19_29_09.log
-  Report Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNBL3_12_Feb_2016_19_29_09/FUNCvirNetNBL3_12_Feb_2016_19_29_09.rpt
-  ONOSrest Session Log : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNBL3_12_Feb_2016_19_29_09/ONOSrest.session
-  Test Script :/home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNBL3.py
-  Test Params : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNBL3.params
-  Topology : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNBL3.topo
-                                +------------------+
-  ---------------------------  { Script Exec Params }  ---------------------------
-                                +------------------+
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.874 | 3.099  | 3.257  | 3.296  | 3.334 | 3.084 | 100.0%  | 10    |
+  | heat.update_stack | 3.576 | 3.724  | 4.103  | 4.118  | 4.132 | 3.804 | 100.0%  | 10    |
+  | heat.delete_stack | 0.597 | 1.497  | 1.641  | 1.685  | 1.73  | 1.368 | 100.0%  | 10    |
+  | total             | 7.498 | 8.373  | 8.618  | 8.72   | 8.823 | 8.256 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 24.9089329243
+  Full duration: 28.905012846
 
-  'MININET':
-  'switch': '7'
-   'links': '20'
+  test scenario HeatStacks.create_and_list_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.986 | 3.186  | 3.26   | 3.309  | 3.358 | 3.166 | 100.0%  | 10    |
+  | heat.list_stacks  | 0.035 | 0.163  | 0.192  | 0.205  | 0.218 | 0.128 | 100.0%  | 10    |
+  | total             | 3.039 | 3.305  | 3.472  | 3.495  | 3.518 | 3.294 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 9.91034293175
+  Full duration: 16.8483679295
 
-   'GIT':
-  'pull': 'False'
-   'branch': 'master'
+  test scenario HeatStacks.create_check_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 2.822 | 3.0    | 3.403  | 3.446  | 3.489 | 3.098 | 100.0%  | 10    |
+  | heat.check_stack  | 0.309 | 0.676  | 0.899  | 0.908  | 0.917 | 0.632 | 100.0%  | 10    |
+  | heat.delete_stack | 0.504 | 1.466  | 1.619  | 1.685  | 1.751 | 1.235 | 100.0%  | 10    |
+  | total             | 3.978 | 5.166  | 5.376  | 5.433  | 5.49  | 4.964 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 15.3095350266
+  Full duration: 19.0696201324
 
-   'HTTP':
-  'path': '/onos/vtn/'
-   'port': '8181'
+  run_rally - INFO - Test scenario: "heat" Failed.
 
-   'CTRL':
-  'ip1': 'OC1'
-   'port1': '6653'
+  run_rally - INFO - Starting test scenario "keystone" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  b0246610-2dd7-4817-be66-9315ab169066: started
+  Task b0246610-2dd7-4817-be66-9315ab169066: finished
 
-   'testcases': '2
-  3
-  4
-  5
-  6
-  7
-  8
-  9
-  10
-  11
-  12'
-   'SLEEP':
-  'startup': '15'
+  test scenario KeystoneBasic.create_tenant_with_users
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.11  | 0.13   | 0.144  | 0.153  | 0.161 | 0.131 | 100.0%  | 10    |
+  | keystone.create_users  | 0.628 | 0.692  | 0.803  | 0.847  | 0.89  | 0.717 | 100.0%  | 10    |
+  | total                  | 0.755 | 0.826  | 0.934  | 0.979  | 1.025 | 0.849 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.49157500267
+  Full duration: 12.6573908329
 
-   'ENV':
-  'cellApps': 'drivers
-  openflow
-  proxyarp
-  mobility'
-   'cellName': 'singlenode'
+  test scenario KeystoneBasic.create_add_and_list_user_roles
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.11  | 0.114  | 0.125  | 0.127  | 0.129 | 0.117 | 100.0%  | 10    |
+  | keystone.add_role    | 0.087 | 0.099  | 0.117  | 0.134  | 0.152 | 0.105 | 100.0%  | 10    |
+  | keystone.list_roles  | 0.049 | 0.053  | 0.068  | 0.084  | 0.101 | 0.059 | 100.0%  | 10    |
+  | total                | 0.261 | 0.277  | 0.302  | 0.307  | 0.313 | 0.281 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.859135150909
+  Full duration: 5.88745498657
 
-                                 +---------------+
-  ----------------------------- { Components Used }  -----------------------------
-                                 +---------------+
-  ONOSrest
+  test scenario KeystoneBasic.add_and_remove_user_role
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.109 | 0.188  | 0.253  | 0.27   | 0.287 | 0.184 | 100.0%  | 10    |
+  | keystone.add_role    | 0.087 | 0.1    | 0.119  | 0.125  | 0.13  | 0.103 | 100.0%  | 10    |
+  | keystone.remove_role | 0.06  | 0.069  | 0.173  | 0.196  | 0.218 | 0.102 | 100.0%  | 10    |
+  | total                | 0.263 | 0.393  | 0.518  | 0.556  | 0.594 | 0.39  | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.32334089279
+  Full duration: 6.50031495094
 
-                                +--------+
-  ---------------------------- { Topology }  ----------------------------
-                                +--------+
+  test scenario KeystoneBasic.create_update_and_delete_tenant
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.108 | 0.217  | 0.267  | 0.272  | 0.277 | 0.192 | 100.0%  | 10    |
+  | keystone.update_tenant | 0.05  | 0.057  | 0.062  | 0.068  | 0.074 | 0.058 | 100.0%  | 10    |
+  | keystone.delete_tenant | 0.119 | 0.132  | 0.141  | 0.142  | 0.142 | 0.132 | 100.0%  | 10    |
+  | total                  | 0.289 | 0.392  | 0.46   | 0.462  | 0.465 | 0.381 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.16795897484
+  Full duration: 5.16257286072
 
-  'ONOSrest':
-  'connect_order': '4'
-   'host': 'OC1'
-   'user': 'root'
-   'COMPONENTS': ''
-   'password': 'root'
-   'type': 'OnosRestDriver'
+  test scenario KeystoneBasic.create_and_delete_service
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_service | 0.105 | 0.121  | 0.153  | 0.169  | 0.185 | 0.13  | 100.0%  | 10    |
+  | keystone.delete_service | 0.053 | 0.06   | 0.065  | 0.072  | 0.079 | 0.061 | 100.0%  | 10    |
+  | total                   | 0.169 | 0.182  | 0.23   | 0.234  | 0.239 | 0.191 | 100.0%  | 10    |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.56450510025
+  Full duration: 4.22321987152
 
-  ------------------------------------------------------------
+  test scenario KeystoneBasic.create_tenant
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +------------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg  | success | count |
+  +------------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  | keystone.create_tenant | 0.112 | 0.138  | 0.161  | 0.165  | 0.168 | 0.14 | 100.0%  | 10    |
+  | total                  | 0.112 | 0.138  | 0.161  | 0.165  | 0.168 | 0.14 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+------+---------+-------+
+  Load duration: 0.417885065079
+  Full duration: 4.0450899601
 
-  ******************************
-   CASE INIT
-  ******************************
+  test scenario KeystoneBasic.create_user
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.126 | 0.177  | 0.186  | 0.189  | 0.191 | 0.164 | 100.0%  | 10    |
+  | total                | 0.126 | 0.177  | 0.186  | 0.189  | 0.191 | 0.164 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.485447883606
+  Full duration: 4.35393500328
 
-  ['ONOSrest']
+  test scenario KeystoneBasic.create_and_list_tenants
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.117 | 0.13   | 0.139  | 0.139  | 0.14  | 0.129 | 100.0%  | 10    |
+  | keystone.list_tenants  | 0.047 | 0.053  | 0.094  | 0.107  | 0.121 | 0.063 | 100.0%  | 10    |
+  | total                  | 0.167 | 0.186  | 0.212  | 0.233  | 0.253 | 0.192 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.566509962082
+  Full duration: 5.80973696709
 
-  ******************************
-   Result summary for Testcase2
-  ******************************
+  test scenario KeystoneBasic.create_and_delete_role
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.109 | 0.227  | 0.291  | 0.3    | 0.308 | 0.205 | 100.0%  | 10    |
+  | keystone.delete_role | 0.106 | 0.114  | 0.238  | 0.25   | 0.263 | 0.14  | 100.0%  | 10    |
+  | total                | 0.222 | 0.34   | 0.544  | 0.548  | 0.552 | 0.345 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.969199895859
+  Full duration: 5.0005710125
 
-  [2016-02-12 19:29:09.253891] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Router Post
-  [2016-02-12 19:29:09.254426] [FUNCvirNetNBL3] [STEP]  2.1: Post Network Data via HTTP(Post Router need post network)
-  [2016-02-12 19:29:09.277464] [FUNCvirNetNBL3] [STEP]  2.2: Post Router Data via HTTP
-  [2016-02-12 19:29:09.286749] [FUNCvirNetNBL3] [STEP]  2.3: Get Router Data via HTTP
-  [2016-02-12 19:29:09.292011] [FUNCvirNetNBL3] [STEP]  2.4: Compare Post Router Data via HTTP
+  test scenario KeystoneBasic.get_entities
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.115 | 0.13   | 0.153  | 0.154  | 0.154 | 0.131 | 100.0%  | 10    |
+  | keystone.create_user   | 0.059 | 0.063  | 0.068  | 0.075  | 0.083 | 0.065 | 100.0%  | 10    |
+  | keystone.create_role   | 0.046 | 0.06   | 0.085  | 0.085  | 0.086 | 0.061 | 100.0%  | 10    |
+  | keystone.get_tenant    | 0.044 | 0.051  | 0.058  | 0.06   | 0.062 | 0.051 | 100.0%  | 10    |
+  | keystone.get_user      | 0.052 | 0.067  | 0.103  | 0.106  | 0.109 | 0.07  | 100.0%  | 10    |
+  | keystone.get_role      | 0.042 | 0.049  | 0.066  | 0.067  | 0.068 | 0.052 | 100.0%  | 10    |
+  | keystone.service_list  | 0.044 | 0.05   | 0.067  | 0.083  | 0.099 | 0.055 | 100.0%  | 10    |
+  | keystone.get_service   | 0.041 | 0.044  | 0.051  | 0.052  | 0.054 | 0.046 | 100.0%  | 10    |
+  | total                  | 0.489 | 0.533  | 0.57   | 0.572  | 0.574 | 0.532 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.58059597015
+  Full duration: 9.58514809608
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario KeystoneBasic.create_and_list_users
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.129 | 0.139  | 0.153  | 0.167  | 0.181 | 0.143 | 100.0%  | 10    |
+  | keystone.list_users  | 0.046 | 0.054  | 0.073  | 0.079  | 0.084 | 0.06  | 100.0%  | 10    |
+  | total                | 0.185 | 0.198  | 0.222  | 0.227  | 0.232 | 0.203 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.615728855133
+  Full duration: 4.46038007736
 
-  ******************************
-   Result summary for Testcase3
-  ******************************
+  run_rally - INFO - Test scenario: "keystone" OK.
 
-  [2016-02-12 19:29:09.304490] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Router Update
-  [2016-02-12 19:29:09.305193] [FUNCvirNetNBL3] [STEP]  3.1: Post Network Data via HTTP(Post Router need post network)
-  [2016-02-12 19:29:09.310364] [FUNCvirNetNBL3] [STEP]  3.2: Post Router Data via HTTP
-  [2016-02-12 19:29:09.314733] [FUNCvirNetNBL3] [STEP]  3.3: Update Router Data via HTTP
-  [2016-02-12 19:29:09.318528] [FUNCvirNetNBL3] [STEP]  3.4: Get Router Data via HTTP
-  [2016-02-12 19:29:09.321779] [FUNCvirNetNBL3] [STEP]  3.5: Compare Router Data
-  [2016-02-12 19:29:09.322160] [FUNCvirNetNBL3] [STEP]  3.6: Delete Router via HTTP
+  run_rally - INFO - Starting test scenario "neutron" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  60b0f938-d4b3-4eae-9392-3ac4c8a6a4b7: started
+  Task 60b0f938-d4b3-4eae-9392-3ac4c8a6a4b7: finished
 
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase4
-  ******************************
-
-  [2016-02-12 19:29:09.326335] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Router Delete
-  [2016-02-12 19:29:09.326694] [FUNCvirNetNBL3] [STEP]  4.1: Post Network Data via HTTP(Post Router need post network)
-  [2016-02-12 19:29:09.331266] [FUNCvirNetNBL3] [STEP]  4.2: Post Router Data via HTTP
-  [2016-02-12 19:29:09.334749] [FUNCvirNetNBL3] [STEP]  4.3: Delete Router Data via HTTP
-  [2016-02-12 19:29:09.338576] [FUNCvirNetNBL3] [STEP]  4.4: Get Router Data is NULL
-  Verify the Router status
-
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase5
-  ******************************
-
-  [2016-02-12 19:29:14.353712] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - RouterInterface Post
-  [2016-02-12 19:29:14.354333] [FUNCvirNetNBL3] [STEP]  5.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:14.362760] [FUNCvirNetNBL3] [STEP]  5.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:14.370550] [FUNCvirNetNBL3] [STEP]  5.3: Post Port Data via HTTP
-  [2016-02-12 19:29:14.377722] [FUNCvirNetNBL3] [STEP]  5.4: Post Router Data via HTTP
-  [2016-02-12 19:29:14.382048] [FUNCvirNetNBL3] [STEP]  5.5: Put RouterInterface Data via HTTP
-  [2016-02-12 19:29:14.390960] [FUNCvirNetNBL3] [STEP]  5.6: Get RouterInterface Data via HTTP
-  [2016-02-12 19:29:14.396121] [FUNCvirNetNBL3] [STEP]  5.7: Compare Post Port Data
-  [2016-02-12 19:29:14.396706] [FUNCvirNetNBL3] [STEP]  5.8: Del RouterInterface Data via HTTP
-  [2016-02-12 19:29:14.402504] [FUNCvirNetNBL3] [STEP]  5.9: Clean Data via HTTP
-
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase6
-  ******************************
-
-  [2016-02-12 19:29:14.414994] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - RouterInterface Delete
-  [2016-02-12 19:29:14.415949] [FUNCvirNetNBL3] [STEP]  6.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:14.423498] [FUNCvirNetNBL3] [STEP]  6.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:14.429906] [FUNCvirNetNBL3] [STEP]  6.3: Post Port Data via HTTP
-  [2016-02-12 19:29:14.435831] [FUNCvirNetNBL3] [STEP]  6.4: Post Router Data via HTTP
-  [2016-02-12 19:29:14.440530] [FUNCvirNetNBL3] [STEP]  6.5: Post RouterInterface Data via HTTP
-  [2016-02-12 19:29:14.446879] [FUNCvirNetNBL3] [STEP]  6.6: Del RouterInterface Data via HTTP
-  [2016-02-12 19:29:14.451643] [FUNCvirNetNBL3] [STEP]  6.7: Delete Port Data via HTTP
-  [2016-02-12 19:29:14.456442] [FUNCvirNetNBL3] [STEP]  6.8: Get Port Data is NULL
-  [2016-02-12 19:29:19.470955] [FUNCvirNetNBL3] [STEP]  6.9: Clean Data via HTTP
-
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase7
-  ******************************
-
-  [2016-02-12 19:29:19.490054] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - FloatingIp Post
-  [2016-02-12 19:29:19.491154] [FUNCvirNetNBL3] [STEP]  7.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:19.498986] [FUNCvirNetNBL3] [STEP]  7.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:19.506140] [FUNCvirNetNBL3] [STEP]  7.3: Post Port Data via HTTP
-  [2016-02-12 19:29:19.513307] [FUNCvirNetNBL3] [STEP]  7.4: Post Router Data via HTTP
-  [2016-02-12 19:29:19.518189] [FUNCvirNetNBL3] [STEP]  7.5: Get Port Data via HTTP
-  [2016-02-12 19:29:19.524948] [FUNCvirNetNBL3] [STEP]  7.6: Post FloatingIp Data via HTTP
-  [2016-02-12 19:29:19.533344] [FUNCvirNetNBL3] [STEP]  7.7: Get Port Data via HTTP
-  [2016-02-12 19:29:19.539749] [FUNCvirNetNBL3] [STEP]  7.8: Get FloatingIp Data via HTTP
-  [2016-02-12 19:29:19.545027] [FUNCvirNetNBL3] [STEP]  7.9: Get FloatingIp Data via HTTP
-  [2016-02-12 19:29:19.549383] [FUNCvirNetNBL3] [STEP]  7.10: Compare Post FloatingIp Data
-  [2016-02-12 19:29:19.549818] [FUNCvirNetNBL3] [STEP]  7.11: Post FloatingIp Clean Data via HTTP
-  [2016-02-12 19:29:19.554862] [FUNCvirNetNBL3] [STEP]  7.12: Clean Data via HTTP
-
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase8
-  ******************************
-
-  [2016-02-12 19:29:19.570354] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - FloatingIp Update
-  [2016-02-12 19:29:19.571070] [FUNCvirNetNBL3] [STEP]  8.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:19.576537] [FUNCvirNetNBL3] [STEP]  8.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:19.581859] [FUNCvirNetNBL3] [STEP]  8.3: Post Port Data via HTTP
-  [2016-02-12 19:29:19.586976] [FUNCvirNetNBL3] [STEP]  8.4: Post Router Data via HTTP
-  [2016-02-12 19:29:19.590621] [FUNCvirNetNBL3] [STEP]  8.5: Post FloatingIp Data via HTTP
-  [2016-02-12 19:29:19.594786] [FUNCvirNetNBL3] [STEP]  8.6: Post Delete Data via HTTP
-  [2016-02-12 19:29:19.598961] [FUNCvirNetNBL3] [STEP]  8.7: Post NewPort Data via HTTP
-  [2016-02-12 19:29:19.604343] [FUNCvirNetNBL3] [STEP]  8.8: Post NewFloatingIp Data via HTTP
-  [2016-02-12 19:29:19.608924] [FUNCvirNetNBL3] [STEP]  8.9: Get NewFloatingIp Data via HTTP
-  [2016-02-12 19:29:19.612110] [FUNCvirNetNBL3] [STEP]  8.10: Compare Post FloatingIp Data
-  [2016-02-12 19:29:19.612553] [FUNCvirNetNBL3] [STEP]  8.11: Post FloatingIp Clean Data via HTTP
-  [2016-02-12 19:29:19.616988] [FUNCvirNetNBL3] [STEP]  8.12: Clean Data via HTTP
-
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase9
-  ******************************
-
-  [2016-02-12 19:29:19.628499] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - FloatingIp Delete
-  [2016-02-12 19:29:19.629101] [FUNCvirNetNBL3] [STEP]  9.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:19.633446] [FUNCvirNetNBL3] [STEP]  9.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:19.639341] [FUNCvirNetNBL3] [STEP]  9.3: Post Port Data via HTTP
-  [2016-02-12 19:29:19.644221] [FUNCvirNetNBL3] [STEP]  9.4: Post Router Data via HTTP
-  [2016-02-12 19:29:19.647812] [FUNCvirNetNBL3] [STEP]  9.5: Post FloatingIp Data via HTTP
-  [2016-02-12 19:29:19.652083] [FUNCvirNetNBL3] [STEP]  9.6: Post FloatingIp Clean Data via HTTP
-  [2016-02-12 19:29:19.658294] [FUNCvirNetNBL3] [STEP]  9.7: Get FloatingIp Data is NULL
-  [2016-02-12 19:29:24.671790] [FUNCvirNetNBL3] [STEP]  9.8: Clean Data via HTTP
-
-  *****************************
-   Result: Pass
-  *****************************
-
-  ******************************
-   Result summary for Testcase10
-  ******************************
+  test scenario NeutronNetworks.create_and_delete_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.448 | 0.508  | 0.67   | 0.679  | 0.687 | 0.525 | 100.0%  | 10    |
+  | neutron.delete_port | 0.152 | 0.299  | 0.373  | 0.376  | 0.378 | 0.301 | 100.0%  | 10    |
+  | total               | 0.6   | 0.817  | 0.958  | 0.977  | 0.995 | 0.826 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.44042801857
+  Full duration: 24.5799560547
 
-  [2016-02-12 19:29:24.687368] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Gateway Post
-  [2016-02-12 19:29:24.687942] [FUNCvirNetNBL3] [STEP]  10.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:24.694589] [FUNCvirNetNBL3] [STEP]  10.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:24.702207] [FUNCvirNetNBL3] [STEP]  10.3: Post Port Data via HTTP
-  [2016-02-12 19:29:24.708359] [FUNCvirNetNBL3] [STEP]  10.4: Post Router Data via HTTP
-  [2016-02-12 19:29:24.714159] [FUNCvirNetNBL3] [STEP]  10.5: Get Gateway Data via HTTP
-  [2016-02-12 19:29:24.719097] [FUNCvirNetNBL3] [STEP]  10.6: Compare Post Gateway Data
-  [2016-02-12 19:29:24.719529] [FUNCvirNetNBL3] [STEP]  10.7: Clean Data via HTTP
+  test scenario NeutronNetworks.create_and_list_routers
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet        | 0.392 | 0.512  | 0.61   | 0.629  | 0.649 | 0.519 | 100.0%  | 10    |
+  | neutron.create_router        | 0.032 | 0.176  | 0.253  | 0.254  | 0.256 | 0.156 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.227 | 0.375  | 0.444  | 0.468  | 0.492 | 0.366 | 100.0%  | 10    |
+  | neutron.list_routers         | 0.03  | 0.151  | 0.184  | 0.196  | 0.207 | 0.115 | 100.0%  | 10    |
+  | total                        | 0.942 | 1.153  | 1.326  | 1.377  | 1.429 | 1.157 | 100.0%  | 10    |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.41682577133
+  Full duration: 27.1603848934
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario NeutronNetworks.create_and_delete_routers
+  +------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                         |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet           | 0.406 | 0.478  | 0.571  | 0.602  | 0.634 | 0.488 | 100.0%  | 10    |
+  | neutron.create_router           | 0.032 | 0.189  | 0.275  | 0.28   | 0.284 | 0.183 | 100.0%  | 10    |
+  | neutron.add_interface_router    | 0.232 | 0.326  | 0.474  | 0.479  | 0.484 | 0.337 | 100.0%  | 10    |
+  | neutron.remove_interface_router | 0.163 | 0.25   | 0.492  | 0.5    | 0.508 | 0.288 | 100.0%  | 10    |
+  | neutron.delete_router           | 0.126 | 0.229  | 0.301  | 0.356  | 0.41  | 0.224 | 100.0%  | 10    |
+  | total                           | 1.294 | 1.49   | 1.698  | 1.753  | 1.807 | 1.52  | 100.0%  | 10    |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.38407206535
+  Full duration: 28.0664179325
 
-  ******************************
-   Result summary for Testcase11
-  ******************************
+  test scenario NeutronNetworks.create_and_list_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.433 | 0.663  | 0.718  | 0.718  | 0.719 | 0.601 | 100.0%  | 10    |
+  | neutron.list_ports  | 0.089 | 0.231  | 0.345  | 0.385  | 0.425 | 0.243 | 100.0%  | 10    |
+  | total               | 0.524 | 0.843  | 1.028  | 1.072  | 1.117 | 0.844 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.59062600136
+  Full duration: 25.9457578659
 
-  [2016-02-12 19:29:24.729627] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Gateway Update
-  [2016-02-12 19:29:24.730471] [FUNCvirNetNBL3] [STEP]  11.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:24.735199] [FUNCvirNetNBL3] [STEP]  11.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:24.740390] [FUNCvirNetNBL3] [STEP]  11.3: Post Port Data via HTTP
-  [2016-02-12 19:29:24.744907] [FUNCvirNetNBL3] [STEP]  11.4: Post Router Data via HTTP
-  [2016-02-12 19:29:24.748738] [FUNCvirNetNBL3] [STEP]  11.5: Post New Router Data via HTTP
-  [2016-02-12 19:29:24.753672] [FUNCvirNetNBL3] [STEP]  11.6: Get Gateway Data via HTTP
-  [2016-02-12 19:29:24.756529] [FUNCvirNetNBL3] [STEP]  11.7: Compare Post Gateway Data
-  [2016-02-12 19:29:24.756959] [FUNCvirNetNBL3] [STEP]  11.8: Clean Data via HTTP
+  test scenario NeutronNetworks.create_and_delete_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.387 | 0.429  | 0.52   | 0.533  | 0.545 | 0.452 | 100.0%  | 10    |
+  | neutron.delete_subnet | 0.144 | 0.296  | 0.356  | 0.367  | 0.378 | 0.275 | 100.0%  | 10    |
+  | total                 | 0.573 | 0.733  | 0.811  | 0.829  | 0.846 | 0.727 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.22101807594
+  Full duration: 24.9812419415
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario NeutronNetworks.create_and_delete_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.293 | 0.395  | 0.476  | 0.482  | 0.488 | 0.397 | 100.0%  | 10    |
+  | neutron.delete_network | 0.103 | 0.24   | 0.332  | 0.344  | 0.357 | 0.228 | 100.0%  | 10    |
+  | total                  | 0.471 | 0.585  | 0.766  | 0.798  | 0.829 | 0.625 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.84316086769
+  Full duration: 14.2107710838
 
-  ******************************
-   Result summary for Testcase12
-  ******************************
+  test scenario NeutronNetworks.create_and_list_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.31  | 0.347  | 0.452  | 0.454  | 0.455 | 0.362 | 100.0%  | 10    |
+  | neutron.list_networks  | 0.042 | 0.111  | 0.199  | 0.24   | 0.281 | 0.124 | 100.0%  | 10    |
+  | total                  | 0.358 | 0.493  | 0.603  | 0.624  | 0.644 | 0.486 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.45903801918
+  Full duration: 15.4646441936
 
-  [2016-02-12 19:29:24.765973] [FUNCvirNetNBL3] [CASE]  Virtual Network NBI Test - Gateway Delete
-  [2016-02-12 19:29:24.766668] [FUNCvirNetNBL3] [STEP]  12.1: Post Network Data via HTTP(Post port need post network)
-  [2016-02-12 19:29:24.771315] [FUNCvirNetNBL3] [STEP]  12.2: Post Subnet Data via HTTP(Post port need post subnet)
-  [2016-02-12 19:29:24.776222] [FUNCvirNetNBL3] [STEP]  12.3: Post Port Data via HTTP
-  [2016-02-12 19:29:24.781123] [FUNCvirNetNBL3] [STEP]  12.4: Post Router Data via HTTP
-  [2016-02-12 19:29:24.787724] [FUNCvirNetNBL3] [STEP]  12.5: Post Del Gateway Data via HTTP
-  [2016-02-12 19:29:24.791889] [FUNCvirNetNBL3] [STEP]  12.6: Get Gateway Data via HTTP
-  [2016-02-12 19:29:24.794703] [FUNCvirNetNBL3] [STEP]  12.7: If Gateway Data is NULL
-  [2016-02-12 19:29:29.800513] [FUNCvirNetNBL3] [STEP]  12.8: Clean Data via HTTP
+  test scenario NeutronNetworks.create_and_update_routers
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet        | 0.382 | 0.419  | 0.612  | 0.613  | 0.614 | 0.478 | 100.0%  | 10    |
+  | neutron.create_router        | 0.033 | 0.176  | 0.22   | 0.239  | 0.258 | 0.149 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.229 | 0.272  | 0.394  | 0.458  | 0.522 | 0.307 | 100.0%  | 10    |
+  | neutron.update_router        | 0.091 | 0.252  | 0.307  | 0.324  | 0.342 | 0.221 | 100.0%  | 10    |
+  | total                        | 0.938 | 1.105  | 1.328  | 1.406  | 1.484 | 1.156 | 100.0%  | 10    |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.27084898949
+  Full duration: 27.761991024
 
-  *****************************
-   Result: Pass
-  *****************************
+  test scenario NeutronNetworks.create_and_update_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.306 | 0.356  | 0.425  | 0.429  | 0.433 | 0.366 | 100.0%  | 10    |
+  | neutron.update_network | 0.113 | 0.27   | 0.33   | 0.337  | 0.343 | 0.24  | 100.0%  | 10    |
+  | total                  | 0.423 | 0.611  | 0.763  | 0.763  | 0.764 | 0.606 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.81449484825
+  Full duration: 15.7938911915
 
-  *************************************
-  Test Execution Summary
+  test scenario NeutronNetworks.create_and_update_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.431 | 0.488  | 0.702  | 0.707  | 0.711 | 0.521 | 100.0%  | 10    |
+  | neutron.update_port | 0.11  | 0.256  | 0.37   | 0.39   | 0.409 | 0.23  | 100.0%  | 10    |
+  | total               | 0.541 | 0.758  | 0.865  | 0.987  | 1.11  | 0.752 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.09433794022
+  Full duration: 26.3668129444
 
-  *************************************
+  test scenario NeutronNetworks.create_and_list_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.391 | 0.421  | 0.542  | 0.558  | 0.574 | 0.449 | 100.0%  | 10    |
+  | neutron.list_subnets  | 0.059 | 0.135  | 0.295  | 0.332  | 0.37  | 0.163 | 100.0%  | 10    |
+  | total                 | 0.45  | 0.631  | 0.736  | 0.752  | 0.769 | 0.612 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.75437092781
+  Full duration: 25.2292289734
 
-   Test Start           : 12 Feb 2016 19:29:09
-   Test End             : 12 Feb 2016 19:29:29
-   Execution Time       : 0:00:20.634178
-   Total tests planned  : 11
-   Total tests RUN      : 11
-   Total Pass           : 11
-   Total Fail           : 0
-   Total No Result      : 0
-   Success Percentage   : 100%
-   Execution Result     : 100%
-  Disconnecting from ONOSrest: <drivers.common.api.controller.onosrestdriver.OnosRestDriver object at 0x7f4d848b7b10>
-  2016-02-12 19:29:29,836 - onos- DEBUG - Push result into DB
-  2016-02-12 19:29:31,842 - onos- DEBUG - Testcases Success
-  2016-02-12 19:29:32,716 - onos- DEBUG - <Response [200]>
-  2016-02-12 19:29:34,774 - onos- DEBUG - Clean ONOS Teston
-::
+  test scenario NeutronNetworks.create_and_update_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.4   | 0.45   | 0.535  | 0.536  | 0.537 | 0.462 | 100.0%  | 10    |
+  | neutron.update_subnet | 0.158 | 0.306  | 0.397  | 0.412  | 0.427 | 0.3   | 100.0%  | 10    |
+  | total                 | 0.564 | 0.773  | 0.88   | 0.904  | 0.929 | 0.763 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.266477108
+  Full duration: 25.2276790142
 
-Running test case: rally
-------------------------
+  run_rally - INFO - Test scenario: "neutron" OK.
 
-::
-  FUNCTEST.info: Running Rally benchmark suite...
-  2016-02-12 19:29:35,590 - run_rally - DEBUG - Volume type 'volume_test' created succesfully...
-  2016-02-12 19:29:35,715 - run_rally - DEBUG - Creating image 'functest-img' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
-  2016-02-12 19:29:36,257 - run_rally - DEBUG - Image 'functest-img' with ID '0c74bd9e-0ac2-4332-8e03-e00c266752ad' created succesfully .
-  2016-02-12 19:29:36,257 - run_rally - INFO - Starting test scenario "authenticate" ...
-  2016-02-12 19:29:36,257 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-authenticate.yaml
-  2016-02-12 19:29:36,561 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['authenticate'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 19:30:03,978 - run_rally - INFO -
+  run_rally - INFO - Starting test scenario "nova" ...
+  run_rally - INFO -
    Preparing input task
-   Task  12233c47-6a06-4a69-9fda-761eae3e8dbd: started
-  Task 12233c47-6a06-4a69-9fda-761eae3e8dbd: finished
-
-  test scenario Authenticate.validate_glance
-  +-------------------------------------------------------------------------------------------------------+
-  |                                         Response Times (sec)                                          |
-  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_glance     | 0.119 | 0.14   | 0.174  | 0.193  | 0.213 | 0.148 | 100.0%  | 10    |
-  | authenticate.validate_glance (2) | 0.038 | 0.043  | 0.049  | 0.05   | 0.052 | 0.044 | 100.0%  | 10    |
-  | total                            | 0.239 | 0.27   | 0.287  | 0.324  | 0.36  | 0.273 | 100.0%  | 10    |
-  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.824501037598
-  Full duration: 3.16589784622
-
-  test scenario Authenticate.keystone
-  +-----------------------------------------------------------------------------+
-  |                            Response Times (sec)                             |
-  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | total  | 0.065 | 0.075  | 0.13   | 0.137  | 0.144 | 0.085 | 100.0%  | 10    |
-  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.295313119888
-  Full duration: 2.90179300308
-
-  test scenario Authenticate.validate_heat
-  +-----------------------------------------------------------------------------------------------------+
-  |                                        Response Times (sec)                                         |
-  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_heat     | 0.11  | 0.135  | 0.274  | 0.305  | 0.336 | 0.165 | 100.0%  | 10    |
-  | authenticate.validate_heat (2) | 0.022 | 0.036  | 0.112  | 0.26   | 0.407 | 0.081 | 100.0%  | 10    |
-  | total                          | 0.212 | 0.258  | 0.484  | 0.567  | 0.649 | 0.324 | 100.0%  | 10    |
-  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.13559103012
-  Full duration: 3.52405309677
-
-  test scenario Authenticate.validate_nova
-  +-----------------------------------------------------------------------------------------------------+
-  |                                        Response Times (sec)                                         |
-  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_nova     | 0.104 | 0.133  | 0.155  | 0.159  | 0.163 | 0.134 | 100.0%  | 10    |
-  | authenticate.validate_nova (2) | 0.023 | 0.043  | 0.054  | 0.057  | 0.06  | 0.041 | 100.0%  | 10    |
-  | total                          | 0.212 | 0.264  | 0.271  | 0.273  | 0.275 | 0.251 | 100.0%  | 10    |
-  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.771644115448
-  Full duration: 3.15462398529
-
-  test scenario Authenticate.validate_cinder
-  +-------------------------------------------------------------------------------------------------------+
-  |                                         Response Times (sec)                                          |
-  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_cinder     | 0.09  | 0.112  | 0.167  | 0.19   | 0.214 | 0.125 | 100.0%  | 10    |
-  | authenticate.validate_cinder (2) | 0.013 | 0.096  | 0.137  | 0.264  | 0.391 | 0.107 | 100.0%  | 10    |
-  | total                            | 0.188 | 0.296  | 0.465  | 0.536  | 0.606 | 0.321 | 100.0%  | 10    |
-  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.861793994904
-  Full duration: 3.20478820801
+   Task  51b9485f-50cd-43c0-89c7-901e4b55ffa4: started
+  Task 51b9485f-50cd-43c0-89c7-901e4b55ffa4: finished
 
-  test scenario Authenticate.validate_neutron
-  +--------------------------------------------------------------------------------------------------------+
-  |                                          Response Times (sec)                                          |
-  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | authenticate.validate_neutron     | 0.118 | 0.147  | 0.172  | 0.173  | 0.174 | 0.146 | 100.0%  | 10    |
-  | authenticate.validate_neutron (2) | 0.03  | 0.081  | 0.091  | 0.104  | 0.118 | 0.07  | 100.0%  | 10    |
-  | total                             | 0.278 | 0.313  | 0.37   | 0.392  | 0.414 | 0.32  | 100.0%  | 10    |
-  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.945325136185
-  Full duration: 3.43176603317
-
-  2016-02-12 19:30:03,978 - run_rally - DEBUG - task_id : 12233c47-6a06-4a69-9fda-761eae3e8dbd
-  2016-02-12 19:30:03,978 - run_rally - DEBUG - running command line : rally task report 12233c47-6a06-4a69-9fda-761eae3e8dbd --out /home/opnfv/functest/results/rally/opnfv-authenticate.html
-  2016-02-12 19:30:04,619 - run_rally - DEBUG - running command line : rally task results 12233c47-6a06-4a69-9fda-761eae3e8dbd
-  2016-02-12 19:30:05,200 - run_rally - DEBUG - saving json file
-  2016-02-12 19:30:05,202 - run_rally - DEBUG - Push result into DB
-  2016-02-12 19:30:06,227 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 19:30:06,229 - run_rally - INFO - Test scenario: "authenticate" OK.
-
-  2016-02-12 19:30:06,229 - run_rally - INFO - Starting test scenario "glance" ...
-  2016-02-12 19:30:06,229 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-glance.yaml
-  2016-02-12 19:30:06,294 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['glance'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 19:31:37,895 - run_rally - INFO -
-   Preparing input task
-   Task  a6ff81f3-d30b-42ca-afc7-a782a1b0ab87: started
-  Task a6ff81f3-d30b-42ca-afc7-a782a1b0ab87: finished
+  test scenario NovaKeypair.create_and_delete_keypair
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.create_keypair | 0.378 | 0.469  | 0.572  | 0.585  | 0.599 | 0.487 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.018 | 0.021  | 0.031  | 0.032  | 0.032 | 0.023 | 100.0%  | 10    |
+  | total               | 0.41  | 0.487  | 0.592  | 0.607  | 0.621 | 0.51  | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.44199299812
+  Full duration: 14.8640050888
 
-  test scenario GlanceImages.list_images
-  +-----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                   |
-  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.list_images | 0.194 | 0.227  | 0.287  | 0.298  | 0.308 | 0.233 | 100.0%  | 10    |
-  | total              | 0.194 | 0.228  | 0.288  | 0.298  | 0.308 | 0.233 | 100.0%  | 10    |
-  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.686240911484
-  Full duration: 3.71551012993
+  test scenario NovaServers.snapshot_server
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
+  | action                 | min    | median | 90%ile  | 95%ile  | max     | avg    | success | count |
+  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
+  | nova.boot_server       | 3.252  | 5.309  | 6.304   | 6.39    | 6.476   | 5.049  | 100.0%  | 10    |
+  | nova.create_image      | 27.858 | 48.811 | 65.726  | 65.73   | 65.734  | 47.725 | 100.0%  | 10    |
+  | nova.delete_server     | 2.519  | 2.96   | 5.038   | 5.043   | 5.047   | 3.302  | 100.0%  | 10    |
+  | nova.boot_server (2)   | 14.132 | 28.496 | 38.684  | 44.307  | 49.929  | 28.943 | 100.0%  | 10    |
+  | nova.delete_server (2) | 2.39   | 4.627  | 7.042   | 7.135   | 7.229   | 4.368  | 100.0%  | 10    |
+  | nova.delete_image      | 0.317  | 0.482  | 1.285   | 1.976   | 2.667   | 0.749  | 100.0%  | 10    |
+  | total                  | 61.01  | 97.217 | 121.154 | 121.205 | 121.255 | 90.137 | 100.0%  | 10    |
+  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
+  Load duration: 248.724915028
+  Full duration: 271.744755983
 
-  test scenario GlanceImages.create_image_and_boot_instances
+  test scenario NovaKeypair.boot_and_delete_server_with_keypair
   +-------------------------------------------------------------------------------------------+
   |                                   Response Times (sec)                                    |
   +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
   +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | glance.create_image | 2.802 | 2.97   | 3.613  | 3.651  | 3.689  | 3.103 | 100.0%  | 10    |
-  | nova.boot_servers   | 4.931 | 6.467  | 7.729  | 7.951  | 8.172  | 6.422 | 100.0%  | 10    |
-  | total               | 7.743 | 9.551  | 10.989 | 11.078 | 11.167 | 9.526 | 100.0%  | 10    |
+  | nova.create_keypair | 0.436 | 0.508  | 0.611  | 0.618  | 0.624  | 0.52  | 100.0%  | 10    |
+  | nova.boot_server    | 3.084 | 4.238  | 6.002  | 6.114  | 6.226  | 4.436 | 100.0%  | 10    |
+  | nova.delete_server  | 2.385 | 2.558  | 3.021  | 3.844  | 4.667  | 2.752 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.015 | 0.02   | 0.024  | 0.024  | 0.025  | 0.02  | 100.0%  | 10    |
+  | total               | 5.997 | 7.197  | 9.438  | 10.178 | 10.917 | 7.728 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 27.7058939934
-  Full duration: 54.5110180378
-
-  test scenario GlanceImages.create_and_list_image
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.create_image | 2.794 | 2.942  | 3.667  | 3.74   | 3.813 | 3.135 | 100.0%  | 10    |
-  | glance.list_images  | 0.037 | 0.047  | 0.052  | 0.054  | 0.057 | 0.047 | 100.0%  | 10    |
-  | total               | 2.839 | 2.987  | 3.705  | 3.783  | 3.86  | 3.182 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.32158112526
-  Full duration: 13.9724760056
+  Load duration: 22.9343290329
+  Full duration: 44.7740108967
 
-  test scenario GlanceImages.create_and_delete_image
+  test scenario NovaKeypair.create_and_list_keypairs
   +------------------------------------------------------------------------------------------+
   |                                   Response Times (sec)                                   |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | glance.create_image | 3.063 | 3.609  | 3.646  | 3.66   | 3.674 | 3.494 | 100.0%  | 10    |
-  | glance.delete_image | 0.133 | 0.147  | 0.157  | 0.159  | 0.161 | 0.147 | 100.0%  | 10    |
-  | total               | 3.211 | 3.766  | 3.799  | 3.807  | 3.815 | 3.641 | 100.0%  | 10    |
+  | nova.create_keypair | 0.367 | 0.477  | 0.546  | 0.584  | 0.622 | 0.473 | 100.0%  | 10    |
+  | nova.list_keypairs  | 0.014 | 0.019  | 0.025  | 0.028  | 0.03  | 0.021 | 100.0%  | 10    |
+  | total               | 0.384 | 0.501  | 0.565  | 0.601  | 0.636 | 0.494 | 100.0%  | 10    |
   +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 10.6368820667
-  Full duration: 13.9659121037
-
-  2016-02-12 19:31:37,895 - run_rally - DEBUG - task_id : a6ff81f3-d30b-42ca-afc7-a782a1b0ab87
-  2016-02-12 19:31:37,895 - run_rally - DEBUG - running command line : rally task report a6ff81f3-d30b-42ca-afc7-a782a1b0ab87 --out /home/opnfv/functest/results/rally/opnfv-glance.html
-  2016-02-12 19:31:38,502 - run_rally - DEBUG - running command line : rally task results a6ff81f3-d30b-42ca-afc7-a782a1b0ab87
-  2016-02-12 19:31:39,084 - run_rally - DEBUG - saving json file
-  2016-02-12 19:31:39,086 - run_rally - DEBUG - Push result into DB
-  2016-02-12 19:31:39,820 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 19:31:39,821 - run_rally - INFO - Test scenario: "glance" OK.
-
-  2016-02-12 19:31:39,821 - run_rally - INFO - Starting test scenario "cinder" ...
-  2016-02-12 19:31:39,821 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-cinder.yaml
-  2016-02-12 19:31:40,044 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['cinder'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 19:48:49,804 - run_rally - INFO -
-   Preparing input task
-   Task  a9edf9cf-40a7-49be-8eb6-a24ec3b12338: started
-  Task a9edf9cf-40a7-49be-8eb6-a24ec3b12338: finished
+  Load duration: 1.53178596497
+  Full duration: 16.4732458591
 
-  test scenario CinderVolumes.create_and_attach_volume
-  +----------------------------------------------------------------------------------------------+
+  test scenario NovaServers.list_servers
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.list_servers | 0.588 | 0.656  | 0.754  | 0.774  | 0.795 | 0.663 | 100.0%  | 10    |
+  | total             | 0.589 | 0.656  | 0.754  | 0.775  | 0.795 | 0.663 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.98694491386
+  Full duration: 47.495290041
+
+  test scenario NovaServers.resize_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 3.412  | 4.572  | 6.064  | 6.069  | 6.073  | 4.644  | 100.0%  | 10    |
+  | nova.resize         | 21.205 | 34.251 | 42.136 | 42.238 | 42.34  | 31.684 | 100.0%  | 10    |
+  | nova.resize_confirm | 2.364  | 2.437  | 2.588  | 2.638  | 2.688  | 2.479  | 100.0%  | 10    |
+  | nova.delete_server  | 2.38   | 2.427  | 2.64   | 2.727  | 2.814  | 2.475  | 100.0%  | 10    |
+  | total               | 29.399 | 43.496 | 53.296 | 53.299 | 53.302 | 41.282 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 112.265089989
+  Full duration: 126.299309015
+
+  test scenario NovaServers.boot_server_from_volume_and_delete
+  +----------------------------------------------------------------------------------------------+
   |                                     Response Times (sec)                                     |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
   | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server     | 3.002  | 4.449  | 6.528  | 6.555  | 6.583  | 4.869  | 100.0%  | 10    |
-  | cinder.create_volume | 2.706  | 2.801  | 3.066  | 3.158  | 3.25   | 2.858  | 100.0%  | 10    |
-  | nova.attach_volume   | 5.722  | 7.845  | 8.271  | 9.318  | 10.365 | 7.896  | 100.0%  | 10    |
-  | nova.detach_volume   | 2.981  | 5.17   | 5.585  | 5.667  | 5.75   | 4.488  | 100.0%  | 10    |
-  | cinder.delete_volume | 2.34   | 2.572  | 2.711  | 2.76   | 2.81   | 2.557  | 100.0%  | 10    |
-  | nova.delete_server   | 2.392  | 2.47   | 2.55   | 2.552  | 2.553  | 2.468  | 100.0%  | 10    |
-  | total                | 22.934 | 25.388 | 26.924 | 27.647 | 28.37  | 25.135 | 100.0%  | 10    |
+  | cinder.create_volume | 3.376  | 4.574  | 6.275  | 6.295  | 6.315  | 4.705  | 100.0%  | 10    |
+  | nova.boot_server     | 8.443  | 9.25   | 11.22  | 11.494 | 11.768 | 9.658  | 100.0%  | 10    |
+  | nova.delete_server   | 4.478  | 4.614  | 4.912  | 5.81   | 6.708  | 4.799  | 100.0%  | 10    |
+  | total                | 16.358 | 19.136 | 21.665 | 22.113 | 22.56  | 19.163 | 100.0%  | 10    |
   +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 75.2977118492
-  Full duration: 89.5739550591
+  Load duration: 56.0801298618
+  Full duration: 85.6200530529
 
-  test scenario CinderVolumes.create_and_list_volume
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 5.219 | 5.39   | 5.468  | 5.482  | 5.496 | 5.379 | 100.0%  | 10    |
-  | cinder.list_volumes  | 0.103 | 0.12   | 0.172  | 0.211  | 0.25  | 0.136 | 100.0%  | 10    |
-  | total                | 5.342 | 5.503  | 5.6    | 5.606  | 5.612 | 5.516 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.5520820618
-  Full duration: 28.6927659512
+  test scenario NovaServers.boot_and_migrate_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 3.498  | 4.001  | 5.998  | 6.132  | 6.267  | 4.49   | 100.0%  | 10    |
+  | nova.stop_server    | 4.649  | 13.73  | 15.606 | 15.699 | 15.791 | 11.515 | 100.0%  | 10    |
+  | nova.migrate        | 15.233 | 21.214 | 29.778 | 29.939 | 30.099 | 22.004 | 100.0%  | 10    |
+  | nova.resize_confirm | 2.366  | 2.398  | 2.559  | 2.699  | 2.838  | 2.451  | 100.0%  | 10    |
+  | nova.delete_server  | 2.384  | 2.428  | 2.527  | 2.567  | 2.606  | 2.444  | 100.0%  | 10    |
+  | total               | 35.813 | 43.101 | 49.38  | 49.998 | 50.616 | 42.904 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 121.644474983
+  Full duration: 135.548355818
 
-  test scenario CinderVolumes.create_and_list_volume
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.716 | 2.921  | 2.992  | 3.007  | 3.021 | 2.913 | 100.0%  | 10    |
-  | cinder.list_volumes  | 0.056 | 0.122  | 0.156  | 0.193  | 0.23  | 0.124 | 100.0%  | 10    |
-  | total                | 2.779 | 3.079  | 3.147  | 3.149  | 3.151 | 3.037 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.16054606438
-  Full duration: 20.3591618538
+  test scenario NovaServers.boot_and_delete_server
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | nova.boot_server   | 3.484 | 6.119  | 7.588  | 7.617  | 7.647  | 5.778 | 100.0%  | 10    |
+  | nova.delete_server | 2.393 | 2.758  | 4.763  | 4.817  | 4.872  | 3.438 | 100.0%  | 10    |
+  | total              | 5.885 | 8.701  | 12.336 | 12.358 | 12.379 | 9.216 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 26.0077610016
+  Full duration: 48.9747579098
 
-  test scenario CinderVolumes.create_and_list_snapshots
+  test scenario NovaServers.boot_and_rebuild_server
   +---------------------------------------------------------------------------------------------+
   |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_snapshot | 2.345 | 2.529  | 2.599  | 2.602  | 2.604 | 2.5   | 100.0%  | 10    |
-  | cinder.list_snapshots  | 0.019 | 0.087  | 0.111  | 0.152  | 0.194 | 0.092 | 100.0%  | 10    |
-  | total                  | 2.428 | 2.602  | 2.703  | 2.717  | 2.73  | 2.592 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 7.66090703011
-  Full duration: 31.241134882
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 3.5    | 4.786  | 6.225  | 6.257  | 6.289  | 4.859  | 100.0%  | 10    |
+  | nova.rebuild_server | 6.349  | 11.303 | 17.156 | 17.218 | 17.279 | 11.611 | 100.0%  | 10    |
+  | nova.delete_server  | 2.381  | 2.441  | 2.549  | 2.55   | 2.552  | 2.464  | 100.0%  | 10    |
+  | total               | 13.553 | 18.971 | 23.648 | 24.245 | 24.842 | 18.934 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 52.6579520702
+  Full duration: 75.2351601124
 
-  test scenario CinderVolumes.create_and_delete_volume
+  test scenario NovaSecGroup.create_and_list_secgroups
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 1.386  | 2.017  | 2.077  | 2.091  | 2.106  | 1.84   | 100.0%  | 10    |
+  | nova.create_100_rules          | 8.891  | 10.215 | 10.514 | 10.722 | 10.929 | 10.096 | 100.0%  | 10    |
+  | nova.list_security_groups      | 0.107  | 0.152  | 0.269  | 0.288  | 0.307  | 0.171  | 100.0%  | 10    |
+  | total                          | 10.858 | 12.348 | 12.575 | 12.61  | 12.645 | 12.108 | 100.0%  | 10    |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 35.6299619675
+  Full duration: 63.5884320736
+
+  test scenario NovaSecGroup.create_and_delete_secgroups
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +--------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 1.387 | 1.712  | 2.11   | 2.114  | 2.118  | 1.782  | 100.0%  | 10    |
+  | nova.create_100_rules          | 8.912 | 9.991  | 10.333 | 10.39  | 10.447 | 9.849  | 100.0%  | 10    |
+  | nova.delete_10_security_groups | 0.735 | 0.953  | 1.042  | 1.101  | 1.161  | 0.955  | 100.0%  | 10    |
+  | total                          | 11.2  | 12.869 | 13.019 | 13.049 | 13.079 | 12.586 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 37.0498371124
+  Full duration: 51.703150034
+
+  test scenario NovaServers.boot_and_bounce_server
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  | action                  | min    | median | 90%ile | 95%ile  | max     | avg    | success | count |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  | nova.boot_server        | 3.232  | 4.745  | 6.322  | 6.339   | 6.356   | 4.884  | 100.0%  | 10    |
+  | nova.reboot_server      | 4.43   | 4.579  | 4.667  | 4.687   | 4.707   | 4.59   | 100.0%  | 10    |
+  | nova.soft_reboot_server | 4.722  | 6.782  | 18.815 | 72.233  | 125.65  | 18.46  | 100.0%  | 10    |
+  | nova.stop_server        | 4.631  | 4.711  | 6.14   | 10.834  | 15.527  | 5.852  | 100.0%  | 10    |
+  | nova.start_server       | 2.625  | 2.712  | 3.141  | 3.595   | 4.048   | 2.891  | 100.0%  | 10    |
+  | nova.rescue_server      | 6.624  | 11.131 | 17.578 | 17.69   | 17.803  | 11.544 | 100.0%  | 10    |
+  | nova.unrescue_server    | 2.293  | 4.467  | 4.631  | 4.634   | 4.636   | 3.681  | 100.0%  | 10    |
+  | nova.delete_server      | 2.346  | 2.407  | 2.563  | 2.572   | 2.581   | 2.442  | 100.0%  | 10    |
+  | total                   | 35.909 | 44.054 | 60.343 | 108.964 | 157.584 | 54.354 | 100.0%  | 10    |
+  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
+  Load duration: 157.603001118
+  Full duration: 179.857326031
+
+  test scenario NovaServers.boot_server
+  +---------------------------------------------------------------------------------------+
+  |                                 Response Times (sec)                                  |
+  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.boot_server | 3.435 | 4.325  | 6.075  | 6.183  | 6.292 | 4.629 | 100.0%  | 10    |
+  | total            | 3.435 | 4.325  | 6.075  | 6.183  | 6.292 | 4.629 | 100.0%  | 10    |
+  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 13.5383079052
+  Full duration: 36.4747169018
+
+  test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
+  +-----------------------------------------------------------------------------------------------------------+
+  |                                           Response Times (sec)                                            |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups    | 1.622  | 1.87   | 1.968  | 2.066  | 2.163  | 1.846  | 100.0%  | 10    |
+  | nova.create_100_rules             | 8.778  | 9.885  | 10.429 | 10.484 | 10.538 | 9.786  | 100.0%  | 10    |
+  | nova.boot_server                  | 4.372  | 5.705  | 6.744  | 6.784  | 6.825  | 5.534  | 100.0%  | 10    |
+  | nova.get_attached_security_groups | 0.145  | 0.15   | 0.163  | 0.171  | 0.179  | 0.154  | 100.0%  | 10    |
+  | nova.delete_server                | 2.392  | 2.532  | 4.639  | 4.677  | 4.715  | 3.324  | 100.0%  | 10    |
+  | nova.delete_10_security_groups    | 0.762  | 0.811  | 1.001  | 1.056  | 1.112  | 0.864  | 100.0%  | 10    |
+  | total                             | 18.434 | 20.813 | 24.815 | 24.847 | 24.879 | 21.508 | 100.0%  | 10    |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 64.179831028
+  Full duration: 87.2896039486
+
+  test scenario NovaServers.pause_and_unpause_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 3.419  | 4.899  | 6.417  | 6.437  | 6.457  | 4.897  | 100.0%  | 10    |
+  | nova.pause_server   | 2.319  | 2.452  | 2.541  | 2.574  | 2.607  | 2.443  | 100.0%  | 10    |
+  | nova.unpause_server | 2.291  | 2.397  | 2.512  | 2.565  | 2.619  | 2.409  | 100.0%  | 10    |
+  | nova.delete_server  | 2.36   | 2.542  | 3.024  | 3.769  | 4.514  | 2.719  | 100.0%  | 10    |
+  | total               | 10.572 | 12.299 | 14.07  | 14.773 | 15.475 | 12.469 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 36.6686770916
+  Full duration: 59.3664259911
+
+  test scenario NovaServers.boot_server_from_volume
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume | 3.258  | 3.501  | 5.924  | 5.949  | 5.974  | 4.155  | 100.0%  | 10    |
+  | nova.boot_server     | 7.572  | 8.821  | 12.368 | 12.983 | 13.598 | 9.51   | 100.0%  | 10    |
+  | total                | 11.135 | 12.15  | 18.14  | 18.856 | 19.572 | 13.665 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 38.717217207
+  Full duration: 73.4654810429
+
+  test scenario NovaServers.boot_and_list_server
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.boot_server  | 3.569 | 4.788  | 6.354  | 6.43   | 6.506 | 4.924 | 100.0%  | 10    |
+  | nova.list_servers | 0.189 | 0.37   | 0.447  | 0.453  | 0.46  | 0.346 | 100.0%  | 10    |
+  | total             | 3.757 | 5.231  | 6.727  | 6.745  | 6.763 | 5.27  | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 14.4698469639
+  Full duration: 47.3727209568
+
+  run_rally - INFO - Test scenario: "nova" OK.
+
+  run_rally - INFO - Starting test scenario "quotas" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  9226e59f-9bfb-44aa-8641-99f492cd92a9: started
+  Task 9226e59f-9bfb-44aa-8641-99f492cd92a9: finished
+
+  test scenario Quotas.cinder_update
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +----------------------+-----+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-----+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.6 | 0.64   | 0.688  | 0.721  | 0.754 | 0.649 | 100.0%  | 10    |
+  | total                | 0.6 | 0.64   | 0.688  | 0.721  | 0.754 | 0.649 | 100.0%  | 10    |
+  +----------------------+-----+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.92687010765
+  Full duration: 7.31987595558
+
+  test scenario Quotas.neutron_update
   +-------------------------------------------------------------------------------------------+
   |                                   Response Times (sec)                                    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.859 | 2.963  | 3.097  | 3.119  | 3.141 | 2.987 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.479 | 2.572  | 2.647  | 2.692  | 2.737 | 2.571 | 100.0%  | 10    |
-  | total                | 5.459 | 5.542  | 5.642  | 5.653  | 5.664 | 5.558 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.217 | 0.255  | 0.377  | 0.401  | 0.424 | 0.28  | 100.0%  | 10    |
+  | total                | 0.28  | 0.325  | 0.445  | 0.469  | 0.492 | 0.346 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.6256108284
-  Full duration: 23.5103900433
+  Load duration: 1.03654098511
+  Full duration: 6.59040594101
 
-  test scenario CinderVolumes.create_and_delete_volume
+  test scenario Quotas.cinder_update_and_delete
   +-------------------------------------------------------------------------------------------+
   |                                   Response Times (sec)                                    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.963 | 5.375  | 5.534  | 5.577  | 5.62  | 4.921 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.46  | 2.531  | 2.574  | 2.579  | 2.585 | 2.53  | 100.0%  | 10    |
-  | total                | 5.535 | 7.886  | 8.07   | 8.075  | 8.08  | 7.452 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.588 | 0.651  | 0.699  | 0.702  | 0.705 | 0.652 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.389 | 0.434  | 0.5    | 0.527  | 0.554 | 0.449 | 100.0%  | 10    |
+  | total                | 1.011 | 1.097  | 1.176  | 1.179  | 1.182 | 1.101 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 21.419508934
-  Full duration: 28.6083099842
+  Load duration: 3.32944512367
+  Full duration: 8.96466994286
 
-  test scenario CinderVolumes.create_and_delete_volume
+  test scenario Quotas.nova_update_and_delete
   +-------------------------------------------------------------------------------------------+
   |                                   Response Times (sec)                                    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.847 | 3.004  | 3.162  | 3.163  | 3.164 | 2.998 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.468 | 2.621  | 2.777  | 2.815  | 2.854 | 2.642 | 100.0%  | 10    |
-  | total                | 5.424 | 5.595  | 5.871  | 5.944  | 6.018 | 5.641 | 100.0%  | 10    |
+  | quotas.update_quotas | 0.322 | 0.358  | 0.54   | 0.633  | 0.726 | 0.407 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.016 | 0.022  | 0.028  | 0.029  | 0.03  | 0.022 | 100.0%  | 10    |
+  | total                | 0.344 | 0.383  | 0.557  | 0.652  | 0.747 | 0.429 | 100.0%  | 10    |
   +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 17.0380129814
-  Full duration: 24.2403891087
+  Load duration: 1.20111894608
+  Full duration: 6.32782506943
 
-  test scenario CinderVolumes.create_and_upload_volume_to_image
-  +-------------------------------------------------------------------------------------------------------+
-  |                                         Response Times (sec)                                          |
-  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume          | 2.866  | 2.999  | 3.171  | 3.29   | 3.408  | 3.018  | 100.0%  | 10    |
-  | cinder.upload_volume_to_image | 23.67  | 57.563 | 78.789 | 79.793 | 80.797 | 56.738 | 100.0%  | 10    |
-  | cinder.delete_volume          | 2.349  | 2.495  | 2.622  | 2.633  | 2.644  | 2.499  | 100.0%  | 10    |
-  | nova.delete_image             | 0.312  | 0.391  | 0.562  | 0.637  | 0.713  | 0.426  | 100.0%  | 10    |
-  | total                         | 29.568 | 63.477 | 84.729 | 85.718 | 86.707 | 62.682 | 100.0%  | 10    |
-  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 177.551611185
-  Full duration: 185.510534048
+  test scenario Quotas.nova_update
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +----------------------+------+--------+--------+--------+-------+------+---------+-------+
+  | action               | min  | median | 90%ile | 95%ile | max   | avg  | success | count |
+  +----------------------+------+--------+--------+--------+-------+------+---------+-------+
+  | quotas.update_quotas | 0.32 | 0.373  | 0.485  | 0.499  | 0.513 | 0.39 | 100.0%  | 10    |
+  | total                | 0.32 | 0.373  | 0.485  | 0.499  | 0.513 | 0.39 | 100.0%  | 10    |
+  +----------------------+------+--------+--------+--------+-------+------+---------+-------+
+  Load duration: 1.11949706078
+  Full duration: 6.58456206322
+
+  run_rally - INFO - Test scenario: "quotas" OK.
+
+  run_rally - INFO - Starting test scenario "requests" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  2e77e5dd-e2ca-466a-9edb-4f5f741dd55b: started
+  Task 2e77e5dd-e2ca-466a-9edb-4f5f741dd55b: finished
 
-  test scenario CinderVolumes.create_and_delete_snapshot
+  test scenario HttpRequests.check_random_request
   +---------------------------------------------------------------------------------------------+
   |                                    Response Times (sec)                                     |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
   | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_snapshot | 2.439 | 2.557  | 2.66   | 2.678  | 2.696 | 2.563 | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.272 | 2.36   | 2.526  | 2.557  | 2.588 | 2.387 | 100.0%  | 10    |
-  | total                  | 4.799 | 4.98   | 5.034  | 5.066  | 5.098 | 4.95  | 100.0%  | 10    |
+  | requests.check_request | 0.462 | 0.483  | 1.478  | 3.509  | 5.541 | 1.102 | 100.0%  | 10    |
+  | total                  | 0.462 | 0.483  | 1.478  | 3.509  | 5.541 | 1.102 | 100.0%  | 10    |
   +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 14.8108210564
-  Full duration: 34.6716730595
-
-  test scenario CinderVolumes.create_volume
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | cinder.create_volume | 2.772 | 2.879  | 2.953  | 2.997  | 3.04 | 2.879 | 100.0%  | 10    |
-  | total                | 2.772 | 2.879  | 2.953  | 2.997  | 3.04 | 2.879 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  Load duration: 8.63443613052
-  Full duration: 19.1983139515
+  Load duration: 6.3974840641
+  Full duration: 8.66475987434
 
-  test scenario CinderVolumes.create_volume
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.791 | 3.074  | 3.225  | 3.318  | 3.411 | 3.066 | 100.0%  | 10    |
-  | total                | 2.791 | 3.074  | 3.225  | 3.318  | 3.411 | 3.066 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.021474123
-  Full duration: 21.064909935
+  test scenario HttpRequests.check_request
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | requests.check_request | 0.453 | 0.458  | 0.477  | 0.494  | 0.511 | 0.465 | 100.0%  | 10    |
+  | total                  | 0.453 | 0.458  | 0.477  | 0.494  | 0.512 | 0.465 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.39966082573
+  Full duration: 3.74285912514
 
-  test scenario CinderVolumes.list_volumes
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.list_volumes | 0.238 | 0.261  | 0.299  | 0.329  | 0.359 | 0.269 | 100.0%  | 10    |
-  | total               | 0.238 | 0.261  | 0.299  | 0.329  | 0.359 | 0.27  | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.793784856796
-  Full duration: 48.040571928
+  run_rally - INFO - Test scenario: "requests" OK.
 
-  test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
-  +-----------------------------------------------------------------------------------------------+
-  |                                     Response Times (sec)                                      |
-  +------------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  | action                 | min    | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +------------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  | cinder.create_volume   | 2.854  | 3.038  | 3.084  | 3.107  | 3.129  | 3.016 | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.308  | 2.414  | 2.44   | 2.444  | 2.449  | 2.402 | 100.0%  | 10    |
-  | nova.attach_volume     | 7.678  | 7.886  | 12.033 | 12.294 | 12.555 | 8.94  | 100.0%  | 10    |
-  | nova.detach_volume     | 3.108  | 4.554  | 5.993  | 6.787  | 7.581  | 4.673 | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.213  | 2.342  | 2.485  | 2.5    | 2.514  | 2.362 | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.346  | 2.506  | 2.582  | 2.646  | 2.711  | 2.513 | 100.0%  | 10    |
-  | total                  | 21.386 | 23.562 | 28.488 | 28.571 | 28.655 | 24.21 | 100.0%  | 10    |
-  +------------------------+--------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 70.4934530258
-  Full duration: 114.824916124
+  run_rally - INFO -
 
-  test scenario CinderVolumes.create_from_volume_and_delete_volume
-  +----------------------------------------------------------------------------------------------+
-  |                                     Response Times (sec)                                     |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 7.69   | 13.562 | 19.985 | 21.954 | 23.923 | 14.049 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.371  | 2.493  | 2.866  | 3.881  | 4.895  | 2.733  | 100.0%  | 10    |
-  | total                | 10.109 | 15.989 | 22.556 | 24.512 | 26.469 | 16.782 | 100.0%  | 10    |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 48.6095311642
-  Full duration: 68.2930941582
+                       Rally Summary Report
+  +===================+============+===============+===========+
+  | Module            | Duration   | nb. Test Run  | Success   |
+  +===================+============+===============+===========+
+  | authenticate      | 00:17      | 10            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | glance            | 01:24      | 7             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | cinder            | 16:34      | 50            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | heat              | 06:19      | 32            | 92.31%    |
+  +-------------------+------------+---------------+-----------+
+  | keystone          | 01:07      | 29            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | neutron           | 04:40      | 31            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | nova              | 24:26      | 61            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | quotas            | 00:35      | 7             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | requests          | 00:12      | 2             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  +===================+============+===============+===========+
+  | TOTAL:            | 00:55:38   | 229           | 99.15%    |
+  +===================+============+===============+===========+
+::
 
-  test scenario CinderVolumes.create_and_extend_volume
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | cinder.create_volume | 2.789 | 2.985  | 3.108  | 3.14   | 3.172 | 2.99  | 100.0%  | 10    |
-  | cinder.extend_volume | 2.644 | 2.745  | 2.831  | 2.838  | 2.845 | 2.753 | 100.0%  | 10    |
-  | cinder.delete_volume | 2.484 | 2.576  | 2.624  | 2.627  | 2.63  | 2.566 | 100.0%  | 10    |
-  | total                | 8.091 | 8.294  | 8.471  | 8.523  | 8.576 | 8.309 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.7742590904
-  Full duration: 32.1246640682
+SDN Controller
+--------------
 
-  test scenario CinderVolumes.create_snapshot_and_attach_volume
-  +------------------------------------------------------------------------------------------------+
-  |                                      Response Times (sec)                                      |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.785  | 3.006  | 3.052  | 3.053  | 3.054  | 2.967  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.339  | 2.436  | 2.475  | 2.481  | 2.486  | 2.419  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.797  | 7.994  | 11.939 | 13.348 | 14.758 | 9.194  | 100.0%  | 10    |
-  | nova.detach_volume     | 3.106  | 5.458  | 5.926  | 6.833  | 7.741  | 5.44   | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.187  | 2.348  | 2.417  | 2.439  | 2.462  | 2.348  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.389  | 2.565  | 2.659  | 2.729  | 2.8    | 2.561  | 100.0%  | 10    |
-  | total                  | 21.737 | 24.472 | 27.817 | 29.344 | 30.87  | 25.253 | 100.0%  | 10    |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 74.3525400162
-  Full duration: 122.11897397
+ONOS
+^^^^
+::
+  FUNCTEST.info: Running ONOS test case...
+  Cloning into '/home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest'...
+  FUNCvirNetNB - INFO - Creating component Handle: ONOSrest
 
-  test scenario CinderVolumes.create_snapshot_and_attach_volume
-  +------------------------------------------------------------------------------------------------+
-  |                                      Response Times (sec)                                      |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume   | 2.84   | 2.872  | 2.934  | 2.988  | 3.042  | 2.889  | 100.0%  | 10    |
-  | cinder.create_snapshot | 2.259  | 2.392  | 2.46   | 2.465  | 2.47   | 2.392  | 100.0%  | 10    |
-  | nova.attach_volume     | 7.656  | 7.785  | 13.181 | 16.282 | 19.382 | 9.416  | 100.0%  | 10    |
-  | nova.detach_volume     | 2.927  | 4.342  | 5.298  | 5.387  | 5.477  | 4.199  | 100.0%  | 10    |
-  | cinder.delete_snapshot | 2.258  | 2.35   | 2.466  | 2.476  | 2.486  | 2.362  | 100.0%  | 10    |
-  | cinder.delete_volume   | 2.334  | 2.597  | 2.665  | 2.671  | 2.678  | 2.553  | 100.0%  | 10    |
-  | total                  | 21.266 | 23.837 | 27.072 | 30.307 | 33.542 | 24.349 | 100.0%  | 10    |
-  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 69.1618478298
-  Full duration: 114.061968088
-
-  2016-02-12 19:48:49,805 - run_rally - DEBUG - task_id : a9edf9cf-40a7-49be-8eb6-a24ec3b12338
-  2016-02-12 19:48:49,805 - run_rally - DEBUG - running command line : rally task report a9edf9cf-40a7-49be-8eb6-a24ec3b12338 --out /home/opnfv/functest/results/rally/opnfv-cinder.html
-  2016-02-12 19:48:50,531 - run_rally - DEBUG - running command line : rally task results a9edf9cf-40a7-49be-8eb6-a24ec3b12338
-  2016-02-12 19:48:51,132 - run_rally - DEBUG - saving json file
-  2016-02-12 19:48:51,138 - run_rally - DEBUG - Push result into DB
-  2016-02-12 19:48:52,768 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 19:48:52,771 - run_rally - INFO - Test scenario: "cinder" OK.
-
-  2016-02-12 19:48:52,772 - run_rally - INFO - Starting test scenario "heat" ...
-  2016-02-12 19:48:52,772 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-heat.yaml
-  2016-02-12 19:48:52,982 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['heat'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 19:55:40,270 - run_rally - INFO -
-   Preparing input task
-   Task  797423eb-9306-44f7-ac18-2f292a59a933: started
-  Task 797423eb-9306-44f7-ac18-2f292a59a933: finished
+                                  +----------------+
+  ------------------------------ { Script And Files }  ------------------------------
+                                  +----------------+
+  Script Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNB_22_Feb_2016_16_47_23/FUNCvirNetNB_22_Feb_2016_16_47_23.log
+  Report Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNB_22_Feb_2016_16_47_23/FUNCvirNetNB_22_Feb_2016_16_47_23.rpt
+  ONOSrest Session Log : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNB_22_Feb_2016_16_47_23/ONOSrest.session
+  Test Script :/home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNB.py
+  Test Params : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNB.params
+  Topology : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNB.topo
+                                +------------------+
+  ---------------------------  { Script Exec Params }  ---------------------------
+                                +------------------+
+  'MININET':
+  'switch': '7'
+  'links': '20'
 
-  test scenario HeatStacks.create_suspend_resume_delete_stack
-  +-----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                   |
-  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack  | 2.744 | 3.193  | 3.515  | 3.614  | 3.714 | 3.186 | 100.0%  | 10    |
-  | heat.suspend_stack | 0.363 | 0.757  | 1.601  | 1.669  | 1.737 | 1.01  | 100.0%  | 10    |
-  | heat.resume_stack  | 0.465 | 1.026  | 1.542  | 1.641  | 1.741 | 1.035 | 100.0%  | 10    |
-  | heat.delete_stack  | 0.658 | 1.516  | 1.583  | 1.647  | 1.71  | 1.434 | 100.0%  | 10    |
-  | total              | 4.822 | 6.805  | 8.108  | 8.133  | 8.158 | 6.665 | 100.0%  | 10    |
-  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 19.812101841
-  Full duration: 23.279335022
+  'GIT':
+  'pull': 'False'
+  'branch': 'master'
 
-  test scenario HeatStacks.create_and_delete_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 3.014 | 3.189  | 3.303  | 3.33   | 3.356 | 3.191 | 100.0%  | 10    |
-  | heat.delete_stack | 0.399 | 1.326  | 1.648  | 1.671  | 1.693 | 1.121 | 100.0%  | 10    |
-  | total             | 3.696 | 4.497  | 4.87   | 4.935  | 5.0   | 4.312 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 12.8518810272
-  Full duration: 16.4311740398
+  'HTTP':
+  'path': '/onos/vtn/'
+  'port': '8181'
 
-  test scenario HeatStacks.create_and_delete_stack
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 10.344 | 11.705 | 12.412 | 12.901 | 13.39  | 11.743 | 100.0%  | 10    |
-  | heat.delete_stack | 6.739  | 7.311  | 8.145  | 8.368  | 8.591  | 7.526  | 100.0%  | 10    |
-  | total             | 17.421 | 19.452 | 20.394 | 20.56  | 20.727 | 19.269 | 100.0%  | 10    |
-  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 56.5501990318
-  Full duration: 60.2050161362
+  'CTRL':
+  'ip1': 'OC1'
+  'port1': '6633'
 
-  test scenario HeatStacks.create_and_delete_stack
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 12.973 | 14.566 | 16.672 | 17.288 | 17.904 | 14.923 | 100.0%  | 10    |
-  | heat.delete_stack | 8.332  | 9.406  | 10.315 | 10.366 | 10.416 | 9.442  | 100.0%  | 10    |
-  | total             | 22.036 | 24.111 | 25.932 | 26.489 | 27.045 | 24.365 | 100.0%  | 10    |
-  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 72.41437006
-  Full duration: 76.2519450188
+  'testcases': '2
+  3
+  4
+  5
+  6
+  7
+  8
+  9
+  10'
+  'SLEEP':
+  'startup': '15'
 
-  test scenario HeatStacks.list_stacks_and_resources
-  +-----------------------------------------------------------------------------------------------------+
-  |                                        Response Times (sec)                                         |
-  +---------------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | action                          | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
-  +---------------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | heat.list_stacks                | 0.216 | 0.243  | 0.27   | 0.28   | 0.29 | 0.247 | 100.0%  | 10    |
-  | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0  | 0.0   | 100.0%  | 10    |
-  | total                           | 0.216 | 0.243  | 0.27   | 0.28   | 0.29 | 0.247 | 100.0%  | 10    |
-  +---------------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  Load duration: 0.760275125504
-  Full duration: 3.68153595924
+  'ENV':
+  'cellApps': 'drivers
+  openflow
+  proxyarp
+  mobility'
+  'cellName': 'singlenode'
 
-  test scenario HeatStacks.create_update_delete_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.849 | 3.147  | 3.247  | 3.272  | 3.296 | 3.108 | 100.0%  | 10    |
-  | heat.update_stack | 2.571 | 3.687  | 3.897  | 3.931  | 3.965 | 3.344 | 100.0%  | 10    |
-  | heat.delete_stack | 1.19  | 1.508  | 1.705  | 1.818  | 1.931 | 1.527 | 100.0%  | 10    |
-  | total             | 7.073 | 8.308  | 8.701  | 8.819  | 8.937 | 7.979 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 24.4536459446
-  Full duration: 28.0561339855
+                                 +---------------+
+  ----------------------------- { Components Used }  -----------------------------
+                                 +---------------+
+  ONOSrest
 
-  test scenario HeatStacks.create_update_delete_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.875 | 3.107  | 3.277  | 3.281  | 3.285 | 3.099 | 100.0%  | 10    |
-  | heat.update_stack | 2.49  | 2.629  | 3.689  | 3.697  | 3.704 | 2.919 | 100.0%  | 10    |
-  | heat.delete_stack | 1.189 | 1.625  | 1.69   | 1.692  | 1.694 | 1.567 | 100.0%  | 10    |
-  | total             | 7.152 | 7.293  | 8.468  | 8.516  | 8.565 | 7.585 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 23.0466270447
-  Full duration: 26.991339922
+                                +--------+
+  ---------------------------- { Topology }  ----------------------------
+                                +--------+
 
-  test scenario HeatStacks.create_update_delete_stack
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 2.94  | 3.24   | 3.417  | 3.516  | 3.616  | 3.249  | 100.0%  | 10    |
-  | heat.update_stack | 4.858 | 5.085  | 6.009  | 6.069  | 6.128  | 5.318  | 100.0%  | 10    |
-  | heat.delete_stack | 1.554 | 2.41   | 2.605  | 2.609  | 2.613  | 2.141  | 100.0%  | 10    |
-  | total             | 9.806 | 10.624 | 11.784 | 11.86  | 11.936 | 10.708 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 32.2090818882
-  Full duration: 36.5297718048
+  'ONOSrest':
+  'connect_order': '4'
+  'host': 'OC1'
+  'user': 'root'
+  'COMPONENTS': ''
+  'password': 'r00tme'
+  'type': 'OnosRestDriver'
 
-  test scenario HeatStacks.create_update_delete_stack
-  +-----------------------------------------------------------------------+
-  |                         Response Times (sec)                          |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | action | min | median | 90%ile | 95%ile | max | avg | success | count |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  | total  | n/a | n/a    | n/a    | n/a    | n/a | n/a | 0.0%    | 5     |
-  +--------+-----+--------+--------+--------+-----+-----+---------+-------+
-  Load duration: 7.52663493156
-  Full duration: 15.8856461048
+  ------------------------------------------------------------
 
-  test scenario HeatStacks.create_update_delete_stack
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | heat.create_stack | 2.829 | 3.098  | 3.332  | 3.388  | 3.444  | 3.119  | 100.0%  | 10    |
-  | heat.update_stack | 4.893 | 5.104  | 6.156  | 6.213  | 6.271  | 5.286  | 100.0%  | 10    |
-  | heat.delete_stack | 1.53  | 2.418  | 2.801  | 2.839  | 2.878  | 2.229  | 100.0%  | 10    |
-  | total             | 9.528 | 10.794 | 11.094 | 11.558 | 12.022 | 10.634 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 31.4142270088
-  Full duration: 35.4717001915
+  ******************************
+   CASE INIT
+  ******************************
 
-  test scenario HeatStacks.create_update_delete_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 3.073 | 3.16   | 3.387  | 3.39   | 3.394 | 3.199 | 100.0%  | 10    |
-  | heat.update_stack | 2.579 | 3.762  | 3.901  | 3.912  | 3.923 | 3.576 | 100.0%  | 10    |
-  | heat.delete_stack | 0.54  | 1.554  | 1.659  | 1.678  | 1.696 | 1.462 | 100.0%  | 10    |
-  | total             | 7.205 | 8.538  | 8.665  | 8.713  | 8.76  | 8.236 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 25.6365950108
-  Full duration: 29.4618060589
+  ['ONOSrest']
 
-  test scenario HeatStacks.create_and_list_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.834 | 3.106  | 3.308  | 3.311  | 3.315 | 3.112 | 100.0%  | 10    |
-  | heat.list_stacks  | 0.034 | 0.109  | 0.181  | 0.183  | 0.186 | 0.108 | 100.0%  | 10    |
-  | total             | 2.882 | 3.243  | 3.368  | 3.425  | 3.483 | 3.22  | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 9.69428515434
-  Full duration: 17.0273709297
+  ******************************
+   Result summary for Testcase2
+  ******************************
 
-  test scenario HeatStacks.create_check_delete_stack
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | heat.create_stack | 2.933 | 3.189  | 3.295  | 3.297  | 3.3   | 3.159 | 100.0%  | 10    |
-  | heat.check_stack  | 0.457 | 0.663  | 1.713  | 1.74   | 1.766 | 0.853 | 100.0%  | 10    |
-  | heat.delete_stack | 0.719 | 1.632  | 1.905  | 1.912  | 1.92  | 1.593 | 100.0%  | 10    |
-  | total             | 5.137 | 5.514  | 6.021  | 6.188  | 6.355 | 5.605 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 16.9900569916
-  Full duration: 21.1466290951
-
-  2016-02-12 19:55:40,271 - run_rally - DEBUG - task_id : 797423eb-9306-44f7-ac18-2f292a59a933
-  2016-02-12 19:55:40,271 - run_rally - DEBUG - running command line : rally task report 797423eb-9306-44f7-ac18-2f292a59a933 --out /home/opnfv/functest/results/rally/opnfv-heat.html
-  2016-02-12 19:55:40,950 - run_rally - DEBUG - running command line : rally task results 797423eb-9306-44f7-ac18-2f292a59a933
-  2016-02-12 19:55:41,547 - run_rally - DEBUG - saving json file
-  2016-02-12 19:55:41,552 - run_rally - DEBUG - Push result into DB
-  2016-02-12 19:55:43,174 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 19:55:43,177 - run_rally - INFO - Test scenario: "heat" Failed.
-
-  2016-02-12 19:55:43,178 - run_rally - INFO - Starting test scenario "keystone" ...
-  2016-02-12 19:55:43,178 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-keystone.yaml
-  2016-02-12 19:55:43,626 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['keystone'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 19:57:11,993 - run_rally - INFO -
-   Preparing input task
-   Task  57d9692e-4def-4ee3-9b86-bfff622dc8d6: started
-  Task 57d9692e-4def-4ee3-9b86-bfff622dc8d6: finished
+  Network Post
+   2.1: Generate Post Data
+   2.2: Post Data via HTTP
+   2.3: Get Data via HTTP
+   2.4: Compare Send Id and Get Id
 
-  test scenario KeystoneBasic.create_tenant_with_users
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  | keystone.create_tenant | 0.108 | 0.122  | 0.148  | 0.164  | 0.18 | 0.129 | 100.0%  | 10    |
-  | keystone.create_users  | 0.649 | 0.69   | 0.75   | 0.755  | 0.76 | 0.694 | 100.0%  | 10    |
-  | total                  | 0.767 | 0.802  | 0.898  | 0.919  | 0.94 | 0.823 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+------+-------+---------+-------+
-  Load duration: 2.42953491211
-  Full duration: 12.7415950298
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario KeystoneBasic.create_add_and_list_user_roles
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.104 | 0.121  | 0.149  | 0.15   | 0.151 | 0.126 | 100.0%  | 10    |
-  | keystone.add_role    | 0.087 | 0.095  | 0.124  | 0.129  | 0.134 | 0.101 | 100.0%  | 10    |
-  | keystone.list_roles  | 0.051 | 0.058  | 0.072  | 0.075  | 0.078 | 0.062 | 100.0%  | 10    |
-  | total                | 0.259 | 0.286  | 0.314  | 0.318  | 0.321 | 0.289 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.864060878754
-  Full duration: 6.40814208984
+  ******************************
+   Result summary for Testcase3
+  ******************************
 
-  test scenario KeystoneBasic.add_and_remove_user_role
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.115 | 0.222  | 0.285  | 0.305  | 0.325 | 0.207 | 100.0%  | 10    |
-  | keystone.add_role    | 0.086 | 0.113  | 0.147  | 0.18   | 0.213 | 0.121 | 100.0%  | 10    |
-  | keystone.remove_role | 0.058 | 0.072  | 0.18   | 0.188  | 0.196 | 0.108 | 100.0%  | 10    |
-  | total                | 0.281 | 0.453  | 0.574  | 0.586  | 0.599 | 0.436 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.40016198158
-  Full duration: 7.08734297752
+  Network Update
+   3.1: Generate Post Data
+   3.2: Post Data via HTTP
+   3.3: Update Data via HTTP
+   3.4: Get Data via HTTP
+   3.5: Compare Update data.
 
-  test scenario KeystoneBasic.create_update_and_delete_tenant
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.125 | 0.222  | 0.273  | 0.274  | 0.274 | 0.2   | 100.0%  | 10    |
-  | keystone.update_tenant | 0.049 | 0.057  | 0.076  | 0.12   | 0.164 | 0.067 | 100.0%  | 10    |
-  | keystone.delete_tenant | 0.121 | 0.141  | 0.208  | 0.247  | 0.286 | 0.158 | 100.0%  | 10    |
-  | total                  | 0.319 | 0.414  | 0.545  | 0.582  | 0.619 | 0.426 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.2874519825
-  Full duration: 5.71538686752
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario KeystoneBasic.create_and_delete_service
-  +----------------------------------------------------------------------------------------------+
-  |                                     Response Times (sec)                                     |
-  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_service | 0.114 | 0.128  | 0.16   | 0.16   | 0.16  | 0.131 | 100.0%  | 10    |
-  | keystone.delete_service | 0.058 | 0.062  | 0.071  | 0.089  | 0.108 | 0.066 | 100.0%  | 10    |
-  | total                   | 0.177 | 0.194  | 0.222  | 0.223  | 0.223 | 0.198 | 100.0%  | 10    |
-  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.619410991669
-  Full duration: 4.71141886711
+  ******************************
+   Result summary for Testcase4
+  ******************************
 
-  test scenario KeystoneBasic.create_tenant
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.113 | 0.132  | 0.165  | 0.166  | 0.166 | 0.133 | 100.0%  | 10    |
-  | total                  | 0.113 | 0.132  | 0.165  | 0.166  | 0.166 | 0.133 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.391160011292
-  Full duration: 4.46575784683
+  Network Delete
+   4.1: Generate Post Data
+   4.2: Post Data via HTTP
+   4.3: Delete Data via HTTP
+   4.4: Get Data is NULL
 
-  test scenario KeystoneBasic.create_user
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_user | 0.129 | 0.145  | 0.188  | 0.188  | 0.188 | 0.156 | 100.0%  | 10    |
-  | total                | 0.129 | 0.145  | 0.188  | 0.188  | 0.188 | 0.156 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.482604026794
-  Full duration: 4.4991080761
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario KeystoneBasic.create_and_list_tenants
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.116 | 0.144  | 0.167  | 0.169  | 0.171 | 0.144 | 100.0%  | 10    |
-  | keystone.list_tenants  | 0.047 | 0.056  | 0.096  | 0.099  | 0.101 | 0.064 | 100.0%  | 10    |
-  | total                  | 0.172 | 0.214  | 0.227  | 0.227  | 0.228 | 0.208 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.628124952316
-  Full duration: 6.31660103798
+  ******************************
+   Result summary for Testcase5
+  ******************************
 
-  test scenario KeystoneBasic.create_and_delete_role
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_role | 0.124 | 0.242  | 0.282  | 0.293  | 0.304 | 0.21  | 100.0%  | 10    |
-  | keystone.delete_role | 0.112 | 0.131  | 0.174  | 0.203  | 0.231 | 0.142 | 100.0%  | 10    |
-  | total                | 0.24  | 0.369  | 0.429  | 0.469  | 0.509 | 0.352 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.05624604225
-  Full duration: 5.52495193481
+  Subnet Post
+   5.1: Generate Post Data
+   5.2: Post Network Data via HTTP(Post Subnet need post network)
+   5.3: Post Subnet Data via HTTP
+   5.4: Get Subnet Data via HTTP
+   5.5: Compare Post Subnet Data via HTTP
 
-  test scenario KeystoneBasic.get_entities
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_tenant | 0.115 | 0.129  | 0.16   | 0.172  | 0.183 | 0.139 | 100.0%  | 10    |
-  | keystone.create_user   | 0.062 | 0.074  | 0.106  | 0.11   | 0.114 | 0.082 | 100.0%  | 10    |
-  | keystone.create_role   | 0.048 | 0.055  | 0.096  | 0.101  | 0.106 | 0.064 | 100.0%  | 10    |
-  | keystone.get_tenant    | 0.043 | 0.045  | 0.061  | 0.071  | 0.081 | 0.051 | 100.0%  | 10    |
-  | keystone.get_user      | 0.047 | 0.055  | 0.066  | 0.069  | 0.071 | 0.056 | 100.0%  | 10    |
-  | keystone.get_role      | 0.046 | 0.051  | 0.065  | 0.066  | 0.067 | 0.054 | 100.0%  | 10    |
-  | keystone.service_list  | 0.045 | 0.052  | 0.063  | 0.064  | 0.065 | 0.054 | 100.0%  | 10    |
-  | keystone.get_service   | 0.042 | 0.055  | 0.068  | 0.079  | 0.089 | 0.058 | 100.0%  | 10    |
-  | total                  | 0.53  | 0.553  | 0.58   | 0.597  | 0.615 | 0.557 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.73635601997
-  Full duration: 10.0342190266
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario KeystoneBasic.create_and_list_users
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | keystone.create_user | 0.13  | 0.142  | 0.157  | 0.165  | 0.173 | 0.145 | 100.0%  | 10    |
-  | keystone.list_users  | 0.046 | 0.053  | 0.084  | 0.089  | 0.095 | 0.059 | 100.0%  | 10    |
-  | total                | 0.178 | 0.202  | 0.229  | 0.232  | 0.234 | 0.203 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.646016120911
-  Full duration: 4.92132210732
-
-  2016-02-12 19:57:11,994 - run_rally - DEBUG - task_id : 57d9692e-4def-4ee3-9b86-bfff622dc8d6
-  2016-02-12 19:57:11,994 - run_rally - DEBUG - running command line : rally task report 57d9692e-4def-4ee3-9b86-bfff622dc8d6 --out /home/opnfv/functest/results/rally/opnfv-keystone.html
-  2016-02-12 19:57:12,654 - run_rally - DEBUG - running command line : rally task results 57d9692e-4def-4ee3-9b86-bfff622dc8d6
-  2016-02-12 19:57:13,252 - run_rally - DEBUG - saving json file
-  2016-02-12 19:57:13,256 - run_rally - DEBUG - Push result into DB
-  2016-02-12 19:57:14,454 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 19:57:14,456 - run_rally - INFO - Test scenario: "keystone" OK.
-
-  2016-02-12 19:57:14,457 - run_rally - INFO - Starting test scenario "neutron" ...
-  2016-02-12 19:57:14,457 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-neutron.yaml
-  2016-02-12 19:57:14,836 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['neutron'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 20:02:28,457 - run_rally - INFO -
-   Preparing input task
-   Task  e48913d0-c413-4744-83ec-2b67e8f0ed62: started
-  Task e48913d0-c413-4744-83ec-2b67e8f0ed62: finished
+  ******************************
+   Result summary for Testcase6
+  ******************************
 
-  test scenario NeutronNetworks.create_and_delete_ports
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.399 | 0.535  | 0.643  | 0.664  | 0.686 | 0.532 | 100.0%  | 10    |
-  | neutron.delete_port | 0.144 | 0.157  | 0.316  | 0.392  | 0.469 | 0.215 | 100.0%  | 10    |
-  | total               | 0.552 | 0.731  | 0.93   | 0.959  | 0.989 | 0.747 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.22487306595
-  Full duration: 26.1480481625
+  Subnet Update
+   6.1: Generate Post Data
+   6.2: Post Network Data via HTTP(Post Subnet need post network)
+   6.3: Post Subnet Data via HTTP
+   6.4: Update Subnet Data via HTTP
+   6.5: Get Subnet Data via HTTP
+   6.6: Compare Subnet Data
+   6.7: Delete Subnet via HTTP
 
-  test scenario NeutronNetworks.create_and_list_routers
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet        | 0.419 | 0.483  | 0.566  | 0.57   | 0.574 | 0.482 | 100.0%  | 10    |
-  | neutron.create_router        | 0.035 | 0.041  | 0.191  | 0.201  | 0.211 | 0.086 | 100.0%  | 10    |
-  | neutron.add_interface_router | 0.233 | 0.256  | 0.532  | 0.563  | 0.595 | 0.323 | 100.0%  | 10    |
-  | neutron.list_routers         | 0.032 | 0.162  | 0.183  | 0.256  | 0.329 | 0.141 | 100.0%  | 10    |
-  | total                        | 0.752 | 1.012  | 1.399  | 1.433  | 1.467 | 1.032 | 100.0%  | 10    |
-  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.85454916954
-  Full duration: 28.7914018631
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NeutronNetworks.create_and_delete_routers
-  +------------------------------------------------------------------------------------------------------+
-  |                                         Response Times (sec)                                         |
-  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet           | 0.388 | 0.454  | 0.651  | 0.652  | 0.654 | 0.493 | 100.0%  | 10    |
-  | neutron.create_router           | 0.033 | 0.106  | 0.186  | 0.193  | 0.2   | 0.109 | 100.0%  | 10    |
-  | neutron.add_interface_router    | 0.229 | 0.371  | 0.412  | 0.421  | 0.43  | 0.34  | 100.0%  | 10    |
-  | neutron.remove_interface_router | 0.16  | 0.23   | 0.415  | 0.474  | 0.532 | 0.276 | 100.0%  | 10    |
-  | neutron.delete_router           | 0.117 | 0.128  | 0.266  | 0.272  | 0.277 | 0.174 | 100.0%  | 10    |
-  | total                           | 1.101 | 1.28   | 1.776  | 1.813  | 1.851 | 1.392 | 100.0%  | 10    |
-  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 4.21995615959
-  Full duration: 29.2232439518
+  ******************************
+   Result summary for Testcase7
+  ******************************
 
-  test scenario NeutronNetworks.create_and_list_ports
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.438 | 0.52   | 0.742  | 0.744  | 0.747 | 0.57  | 100.0%  | 10    |
-  | neutron.list_ports  | 0.125 | 0.284  | 0.421  | 0.448  | 0.474 | 0.279 | 100.0%  | 10    |
-  | total               | 0.664 | 0.793  | 1.036  | 1.092  | 1.149 | 0.849 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.59459614754
-  Full duration: 27.4613380432
+  Subnet Delete
+   7.1: Generate Post Data
+   7.2: Post Network Data via HTTP(Post Subnet need post network)
+   7.3: Post Subnet Data via HTTP
+   7.4: Delete Subnet Data via HTTP
+   7.5: Get Subnet Data is NULL
 
-  test scenario NeutronNetworks.create_and_delete_subnets
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.401 | 0.455  | 0.489  | 0.518  | 0.547 | 0.457 | 100.0%  | 10    |
-  | neutron.delete_subnet | 0.14  | 0.286  | 0.324  | 0.365  | 0.406 | 0.25  | 100.0%  | 10    |
-  | total                 | 0.544 | 0.726  | 0.858  | 0.86   | 0.862 | 0.707 | 100.0%  | 10    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.16699886322
-  Full duration: 25.9957101345
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NeutronNetworks.create_and_delete_networks
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.321 | 0.349  | 0.389  | 0.39   | 0.391 | 0.355 | 100.0%  | 10    |
-  | neutron.delete_network | 0.109 | 0.126  | 0.269  | 0.31   | 0.351 | 0.171 | 100.0%  | 10    |
-  | total                  | 0.431 | 0.495  | 0.617  | 0.679  | 0.741 | 0.526 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.58180904388
-  Full duration: 15.3088929653
+  ******************************
+   Result summary for Testcase8
+  ******************************
 
-  test scenario NeutronNetworks.create_and_list_networks
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.302 | 0.351  | 0.374  | 0.389  | 0.404 | 0.353 | 100.0%  | 10    |
-  | neutron.list_networks  | 0.041 | 0.054  | 0.209  | 0.217  | 0.225 | 0.11  | 100.0%  | 10    |
-  | total                  | 0.343 | 0.416  | 0.593  | 0.595  | 0.597 | 0.464 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.31170892715
-  Full duration: 16.9302289486
+  Port Post
+   8.1: Generate Post Data
+   8.2: Post Network Data via HTTP(Post port need post network)
+   8.3: Post Subnet Data via HTTP(Post port need post subnet)
+   8.4: Post Port Data via HTTP
+   8.5: Get Port Data via HTTP
+   8.6: Compare Post Port Data
+   8.7: Clean Data via HTTP
 
-  test scenario NeutronNetworks.create_and_update_routers
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet        | 0.398 | 0.445  | 0.598  | 0.664  | 0.729 | 0.483 | 100.0%  | 10    |
-  | neutron.create_router        | 0.033 | 0.172  | 0.185  | 0.19   | 0.194 | 0.135 | 100.0%  | 10    |
-  | neutron.add_interface_router | 0.23  | 0.301  | 0.403  | 0.406  | 0.409 | 0.309 | 100.0%  | 10    |
-  | neutron.update_router        | 0.082 | 0.168  | 0.286  | 0.305  | 0.323 | 0.179 | 100.0%  | 10    |
-  | total                        | 0.888 | 1.115  | 1.258  | 1.267  | 1.276 | 1.106 | 100.0%  | 10    |
-  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.1909840107
-  Full duration: 29.4671947956
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NeutronNetworks.create_and_update_networks
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_network | 0.32  | 0.431  | 0.497  | 0.498  | 0.499 | 0.418 | 100.0%  | 10    |
-  | neutron.update_network | 0.105 | 0.309  | 0.472  | 0.483  | 0.495 | 0.301 | 100.0%  | 10    |
-  | total                  | 0.427 | 0.762  | 0.97   | 0.978  | 0.987 | 0.72  | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.14427304268
-  Full duration: 18.0257649422
+  ******************************
+   Result summary for Testcase9
+  ******************************
 
-  test scenario NeutronNetworks.create_and_update_ports
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_port | 0.417 | 0.509  | 0.627  | 0.667  | 0.707 | 0.529 | 100.0%  | 10    |
-  | neutron.update_port | 0.11  | 0.262  | 0.372  | 0.396  | 0.421 | 0.25  | 100.0%  | 10    |
-  | total               | 0.571 | 0.756  | 1.042  | 1.058  | 1.073 | 0.779 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.27396202087
-  Full duration: 27.3324229717
+  Port Update
+   9.1: Generate Post Data
+   9.2: Post Network Data via HTTP(Post port need post network)
+   9.3: Post Subnet Data via HTTP(Post port need post subnet)
+   9.4: Post Port Data via HTTP
+   9.5: Update Port Data via HTTP
+   9.6: Get Port Data via HTTP
+   9.7: Compare Update Port Data
+   9.8: Clean Data via HTTP
 
-  test scenario NeutronNetworks.create_and_list_subnets
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.426 | 0.51   | 0.568  | 0.569  | 0.57  | 0.502 | 100.0%  | 10    |
-  | neutron.list_subnets  | 0.059 | 0.063  | 0.223  | 0.234  | 0.245 | 0.111 | 100.0%  | 10    |
-  | total                 | 0.487 | 0.62   | 0.712  | 0.758  | 0.803 | 0.613 | 100.0%  | 10    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.74596190453
-  Full duration: 27.4602999687
+  *****************************
+   Result: Pass
+  *****************************
+
+  ******************************
+   Result summary for Testcase10
+  ******************************
+
+  Port Delete
+   10.1: Generate Post Data
+   10.2: Post Network Data via HTTP(Post port need post network)
+   10.3: Post Subnet Data via HTTP(Post port need post subnet)
+   10.4: Post Port Data via HTTP
+   10.5: Delete Port Data via HTTP
+   10.6: Get Port Data is NULL
+   10.7: Clean Data via HTTP
+
+  *****************************
+   Result: Pass
+  *****************************
+
+  *************************************
+  Test Execution Summary
+  *************************************
+
+   Test Start           : 22 Feb 2016 16:47:23
+   Test End             : 22 Feb 2016 16:47:39
+   Execution Time       : 0:00:15.597834
+   Total tests planned  : 9
+   Total tests RUN      : 9
+   Total Pass           : 9
+   Total Fail           : 0
+   Total No Result      : 0
+   Success Percentage   : 100%
+   Execution Result     : 100%
+  Disconnecting from ONOSrest: <drivers.common.api.controller.onosrestdriver.OnosRestDriver object at 0x7f848e052a50>
+  FUNCvirNetNBL3 - INFO - Creating component Handle: ONOSrest
+
+                                  +----------------+
+  ------------------------------ { Script And Files }  ------------------------------
+                                  +----------------+
+
+  Script Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNBL3_22_Feb_2016_16_47_39/FUNCvirNetNBL3_22_Feb_2016_16_47_39.log
+  Report Log File : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNBL3_22_Feb_2016_16_47_39/FUNCvirNetNBL3_22_Feb_2016_16_47_39.rpt
+  ONOSrest Session Log : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/logs/FUNCvirNetNBL3_22_Feb_2016_16_47_39/ONOSrest.session
+  Test Script :/home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNBL3.py
+  Test Params : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNBL3.params
+  Topology : /home/opnfv/repos/functest/testcases/Controllers/ONOS/Teston/CI/OnosSystemTest/TestON/Tests/FUNCvirNetNBL3.topo
+                                +------------------+
+  ---------------------------  { Script Exec Params }  ---------------------------
+                                +------------------+
+
+  'MININET':
+  'switch': '7'
+  'links': '20'
+
+  'GIT':
+  'pull': 'False'
+  'branch': 'master'
+
+  'HTTP':
+  'path': '/onos/vtn/'
+  'port': '8181'
+
+  'CTRL':
+  'ip1': 'OC1'
+  'port1': '6653'
+
+  'testcases': '2
+  3
+  4
+  5
+  6
+  7
+  8
+  9
+  10
+  11
+  12'
+  'SLEEP':
+  'startup': '15'
+
+  'ENV':
+  'cellApps': 'drivers
+  openflow
+  proxyarp
+  mobility'
+  'cellName': 'singlenode'
+
+                                 +---------------+
+  ----------------------------- { Components Used }  -----------------------------
+                                 +---------------+
+  ONOSrest
+
+                                +--------+
+  ---------------------------- { Topology }  ----------------------------
+                                +--------+
+
+  'ONOSrest':
+  'connect_order': '4'
+   'host': 'OC1'
+   'user': 'root'
+   'COMPONENTS': ''
+   'password': 'root'
+   'type': 'OnosRestDriver'
+
+  ------------------------------------------------------------
+
+  ******************************
+   CASE INIT
+  ******************************
+
+  ['ONOSrest']
+
+  ******************************
+   Result summary for Testcase2
+  ******************************
+
+  Router Post
+   2.1: Post Network Data via HTTP(Post Router need post network)
+   2.2: Post Router Data via HTTP
+   2.3: Get Router Data via HTTP
+   2.4: Compare Post Router Data via HTTP
+
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NeutronNetworks.create_and_update_subnets
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | neutron.create_subnet | 0.411 | 0.435  | 0.536  | 0.56   | 0.584 | 0.46  | 100.0%  | 10    |
-  | neutron.update_subnet | 0.16  | 0.182  | 0.338  | 0.411  | 0.484 | 0.246 | 100.0%  | 10    |
-  | total                 | 0.588 | 0.674  | 0.905  | 0.915  | 0.924 | 0.706 | 100.0%  | 10    |
-  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.05780911446
-  Full duration: 27.6062719822
-
-  2016-02-12 20:02:28,458 - run_rally - DEBUG - task_id : e48913d0-c413-4744-83ec-2b67e8f0ed62
-  2016-02-12 20:02:28,458 - run_rally - DEBUG - running command line : rally task report e48913d0-c413-4744-83ec-2b67e8f0ed62 --out /home/opnfv/functest/results/rally/opnfv-neutron.html
-  2016-02-12 20:02:29,109 - run_rally - DEBUG - running command line : rally task results e48913d0-c413-4744-83ec-2b67e8f0ed62
-  2016-02-12 20:02:29,699 - run_rally - DEBUG - saving json file
-  2016-02-12 20:02:29,704 - run_rally - DEBUG - Push result into DB
-  2016-02-12 20:02:31,476 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 20:02:31,478 - run_rally - INFO - Test scenario: "neutron" OK.
-
-  2016-02-12 20:02:31,479 - run_rally - INFO - Starting test scenario "nova" ...
-  2016-02-12 20:02:31,479 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-nova.yaml
-  2016-02-12 20:02:31,983 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['nova'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 20:28:19,817 - run_rally - INFO -
-   Preparing input task
-   Task  86ea3837-f2e0-40c9-94c4-4716ca177f60: started
-  Task 86ea3837-f2e0-40c9-94c4-4716ca177f60: finished
+  ******************************
+   Result summary for Testcase3
+  ******************************
 
-  test scenario NovaKeypair.create_and_delete_keypair
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 0.372 | 0.481  | 0.526  | 0.528  | 0.53  | 0.465 | 100.0%  | 10    |
-  | nova.delete_keypair | 0.012 | 0.017  | 0.019  | 0.02   | 0.02  | 0.016 | 100.0%  | 10    |
-  | total               | 0.393 | 0.497  | 0.539  | 0.544  | 0.549 | 0.482 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.48728299141
-  Full duration: 15.9261510372
+  Router Update
+   3.1: Post Network Data via HTTP(Post Router need post network)
+   3.2: Post Router Data via HTTP
+   3.3: Update Router Data via HTTP
+   3.4: Get Router Data via HTTP
+   3.5: Compare Router Data
+   3.6: Delete Router via HTTP
 
-  test scenario NovaServers.snapshot_server
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | action                 | min    | median | 90%ile  | 95%ile  | max     | avg    | success | count |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  | nova.boot_server       | 3.667  | 5.588  | 6.458   | 6.579   | 6.699   | 5.6    | 100.0%  | 10    |
-  | nova.create_image      | 28.485 | 46.423 | 73.882  | 74.768  | 75.654  | 50.445 | 100.0%  | 10    |
-  | nova.delete_server     | 2.402  | 2.583  | 2.776   | 2.814   | 2.853   | 2.602  | 100.0%  | 10    |
-  | nova.boot_server (2)   | 15.754 | 21.941 | 36.956  | 38.716  | 40.476  | 25.503 | 100.0%  | 10    |
-  | nova.delete_server (2) | 2.387  | 3.643  | 4.941   | 5.086   | 5.23    | 3.723  | 100.0%  | 10    |
-  | nova.delete_image      | 0.196  | 0.611  | 1.169   | 1.896   | 2.624   | 0.787  | 100.0%  | 10    |
-  | total                  | 64.165 | 80.28  | 120.393 | 124.468 | 128.543 | 88.661 | 100.0%  | 10    |
-  +------------------------+--------+--------+---------+---------+---------+--------+---------+-------+
-  Load duration: 251.648657084
-  Full duration: 276.949105024
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NovaKeypair.boot_and_delete_server_with_keypair
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | nova.create_keypair | 0.35  | 0.468  | 0.647  | 0.703  | 0.758  | 0.502 | 100.0%  | 10    |
-  | nova.boot_server    | 3.271 | 4.466  | 5.648  | 5.68   | 5.712  | 4.477 | 100.0%  | 10    |
-  | nova.delete_server  | 2.357 | 2.413  | 4.727  | 4.771  | 4.815  | 2.907 | 100.0%  | 10    |
-  | nova.delete_keypair | 0.013 | 0.017  | 0.02   | 0.024  | 0.028  | 0.017 | 100.0%  | 10    |
-  | total               | 6.086 | 7.272  | 10.906 | 11.005 | 11.104 | 7.903 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 21.4185590744
-  Full duration: 44.9553050995
+  ******************************
+   Result summary for Testcase4
+  ******************************
 
-  test scenario NovaKeypair.create_and_list_keypairs
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.create_keypair | 0.347 | 0.435  | 0.529  | 0.575  | 0.622 | 0.446 | 100.0%  | 10    |
-  | nova.list_keypairs  | 0.012 | 0.017  | 0.021  | 0.021  | 0.021 | 0.017 | 100.0%  | 10    |
-  | total               | 0.36  | 0.451  | 0.549  | 0.596  | 0.644 | 0.463 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.30683994293
-  Full duration: 17.9540309906
+  Router Delete
+   4.1: Post Network Data via HTTP(Post Router need post network)
+   4.2: Post Router Data via HTTP
+   4.3: Delete Router Data via HTTP
+   4.4: Get Router Data is NULL
+  Verify the Router status
 
-  test scenario NovaServers.list_servers
-  +--------------------------------------------------------------------------------------+
-  |                                 Response Times (sec)                                 |
-  +-------------------+------+--------+--------+--------+-------+------+---------+-------+
-  | action            | min  | median | 90%ile | 95%ile | max   | avg  | success | count |
-  +-------------------+------+--------+--------+--------+-------+------+---------+-------+
-  | nova.list_servers | 0.57 | 0.656  | 0.724  | 0.726  | 0.728 | 0.66 | 100.0%  | 10    |
-  | total             | 0.57 | 0.656  | 0.724  | 0.726  | 0.728 | 0.66 | 100.0%  | 10    |
-  +-------------------+------+--------+--------+--------+-------+------+---------+-------+
-  Load duration: 1.95767593384
-  Full duration: 50.1962890625
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NovaServers.resize_server
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.571  | 5.812  | 6.108  | 6.218  | 6.328  | 5.346  | 100.0%  | 10    |
-  | nova.resize         | 21.133 | 41.802 | 41.975 | 42.053 | 42.131 | 33.688 | 100.0%  | 10    |
-  | nova.resize_confirm | 2.372  | 2.391  | 2.549  | 2.554  | 2.56   | 2.441  | 100.0%  | 10    |
-  | nova.delete_server  | 2.414  | 2.599  | 4.526  | 4.579  | 4.633  | 3.318  | 100.0%  | 10    |
-  | total               | 30.002 | 52.747 | 55.047 | 55.073 | 55.1   | 44.793 | 100.0%  | 10    |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 122.701140881
-  Full duration: 137.509846926
+  ******************************
+   Result summary for Testcase5
+  ******************************
 
-  test scenario NovaServers.boot_server_from_volume_and_delete
-  +----------------------------------------------------------------------------------------------+
-  |                                     Response Times (sec)                                     |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 3.383  | 4.734  | 6.038  | 6.054  | 6.069  | 4.777  | 100.0%  | 10    |
-  | nova.boot_server     | 8.153  | 9.391  | 11.581 | 12.372 | 13.164 | 9.722  | 100.0%  | 10    |
-  | nova.delete_server   | 4.524  | 4.692  | 5.062  | 6.058  | 7.053  | 4.935  | 100.0%  | 10    |
-  | total                | 16.523 | 19.055 | 22.314 | 23.115 | 23.916 | 19.435 | 100.0%  | 10    |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 56.2685899734
-  Full duration: 88.1011340618
+  RouterInterface Post
+   5.1: Post Network Data via HTTP(Post port need post network)
+   5.2: Post Subnet Data via HTTP(Post port need post subnet)
+   5.3: Post Port Data via HTTP
+   5.4: Post Router Data via HTTP
+   5.5: Put RouterInterface Data via HTTP
+   5.6: Get RouterInterface Data via HTTP
+   5.7: Compare Post Port Data
+   5.8: Del RouterInterface Data via HTTP
+   5.9: Clean Data via HTTP
 
-  test scenario NovaServers.boot_and_migrate_server
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.51   | 4.767  | 6.246  | 6.247  | 6.248  | 5.033  | 100.0%  | 10    |
-  | nova.stop_server    | 4.665  | 13.7   | 15.919 | 16.024 | 16.129 | 10.667 | 100.0%  | 10    |
-  | nova.migrate        | 14.448 | 18.934 | 31.729 | 31.889 | 32.049 | 21.453 | 100.0%  | 10    |
-  | nova.resize_confirm | 2.392  | 2.41   | 2.476  | 2.523  | 2.57   | 2.431  | 100.0%  | 10    |
-  | nova.delete_server  | 2.361  | 2.393  | 2.47   | 2.508  | 2.545  | 2.413  | 100.0%  | 10    |
-  | total               | 30.988 | 37.377 | 58.67  | 58.979 | 59.289 | 41.999 | 100.0%  | 10    |
-  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 120.644536018
-  Full duration: 135.838603973
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NovaServers.boot_and_delete_server
-  +------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                   |
-  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | action             | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
-  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  | nova.boot_server   | 3.511 | 6.17   | 7.23   | 7.245  | 7.259  | 5.929 | 100.0%  | 10    |
-  | nova.delete_server | 2.401 | 4.626  | 4.875  | 4.9    | 4.924  | 3.876 | 100.0%  | 10    |
-  | total              | 6.099 | 10.839 | 11.973 | 12.035 | 12.097 | 9.805 | 100.0%  | 10    |
-  +--------------------+-------+--------+--------+--------+--------+-------+---------+-------+
-  Load duration: 28.1878061295
-  Full duration: 53.0389208794
+  ******************************
+   Result summary for Testcase6
+  ******************************
 
-  test scenario NovaServers.boot_and_rebuild_server
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | action              | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.boot_server    | 3.396 | 4.751  | 5.961  | 5.997  | 6.033  | 4.765  | 100.0%  | 10    |
-  | nova.rebuild_server | 6.412 | 11.396 | 17.143 | 17.212 | 17.281 | 11.678 | 100.0%  | 10    |
-  | nova.delete_server  | 2.381 | 2.432  | 2.57   | 2.572  | 2.575  | 2.465  | 100.0%  | 10    |
-  | total               | 13.56 | 18.646 | 24.603 | 25.08  | 25.558 | 18.908 | 100.0%  | 10    |
-  +---------------------+-------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 51.1383721828
-  Full duration: 74.9763679504
+  RouterInterface Delete
+   6.1: Post Network Data via HTTP(Post port need post network)
+   6.2: Post Subnet Data via HTTP(Post port need post subnet)
+   6.3: Post Port Data via HTTP
+   6.4: Post Router Data via HTTP
+   6.5: Post RouterInterface Data via HTTP
+   6.6: Del RouterInterface Data via HTTP
+   6.7: Delete Port Data via HTTP
+   6.8: Get Port Data is NULL
+   6.9: Clean Data via HTTP
 
-  test scenario NovaSecGroup.create_and_list_secgroups
-  +--------------------------------------------------------------------------------------------------------+
-  |                                          Response Times (sec)                                          |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups | 1.405  | 1.683  | 1.794  | 1.824  | 1.855  | 1.669  | 100.0%  | 10    |
-  | nova.create_100_rules          | 8.981  | 10.227 | 10.547 | 10.572 | 10.598 | 9.996  | 100.0%  | 10    |
-  | nova.list_security_groups      | 0.089  | 0.152  | 0.208  | 0.216  | 0.225  | 0.158  | 100.0%  | 10    |
-  | total                          | 10.845 | 11.986 | 12.358 | 12.45  | 12.541 | 11.823 | 100.0%  | 10    |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 34.9436230659
-  Full duration: 63.4042258263
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NovaSecGroup.create_and_delete_secgroups
-  +--------------------------------------------------------------------------------------------------------+
-  |                                          Response Times (sec)                                          |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups | 1.574  | 1.855  | 2.164  | 2.264  | 2.363  | 1.899  | 100.0%  | 10    |
-  | nova.create_100_rules          | 8.508  | 9.445  | 10.081 | 10.164 | 10.247 | 9.476  | 100.0%  | 10    |
-  | nova.delete_10_security_groups | 0.751  | 0.892  | 1.01   | 1.038  | 1.066  | 0.897  | 100.0%  | 10    |
-  | total                          | 11.131 | 12.394 | 12.807 | 12.865 | 12.923 | 12.272 | 100.0%  | 10    |
-  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 36.2206399441
-  Full duration: 51.0607750416
+  ******************************
+   Result summary for Testcase7
+  ******************************
 
-  test scenario NovaServers.boot_and_bounce_server
-  +---------------------------------------------------------------------------------------------------+
-  |                                       Response Times (sec)                                        |
-  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
-  | action                  | min    | median | 90%ile | 95%ile  | max     | avg    | success | count |
-  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
-  | nova.boot_server        | 3.685  | 4.768  | 5.396  | 5.806   | 6.216   | 4.714  | 100.0%  | 10    |
-  | nova.reboot_server      | 4.412  | 4.608  | 4.722  | 4.792   | 4.863   | 4.599  | 100.0%  | 10    |
-  | nova.soft_reboot_server | 6.743  | 6.895  | 18.97  | 72.539  | 126.108 | 18.82  | 100.0%  | 10    |
-  | nova.stop_server        | 4.633  | 4.808  | 5.936  | 10.708  | 15.48   | 5.83   | 100.0%  | 10    |
-  | nova.start_server       | 2.619  | 2.688  | 2.818  | 2.84    | 2.861   | 2.717  | 100.0%  | 10    |
-  | nova.rescue_server      | 6.606  | 11.129 | 17.669 | 17.772  | 17.876  | 11.753 | 100.0%  | 10    |
-  | nova.unrescue_server    | 2.314  | 4.496  | 4.579  | 4.626   | 4.673   | 4.086  | 100.0%  | 10    |
-  | nova.delete_server      | 2.369  | 2.395  | 2.543  | 2.544   | 2.546   | 2.437  | 100.0%  | 10    |
-  | total                   | 36.138 | 44.417 | 61.416 | 114.546 | 167.676 | 54.996 | 100.0%  | 10    |
-  +-------------------------+--------+--------+--------+---------+---------+--------+---------+-------+
-  Load duration: 167.702675819
-  Full duration: 192.379112959
+  FloatingIp Post
+   7.1: Post Network Data via HTTP(Post port need post network)
+   7.2: Post Subnet Data via HTTP(Post port need post subnet)
+   7.3: Post Port Data via HTTP
+   7.4: Post Router Data via HTTP
+   7.5: Get Port Data via HTTP
+   7.6: Post FloatingIp Data via HTTP
+   7.7: Get Port Data via HTTP
+   7.8: Get FloatingIp Data via HTTP
+   7.9: Get FloatingIp Data via HTTP
+   7.10: Compare Post FloatingIp Data
+   7.11: Post FloatingIp Clean Data via HTTP
+   7.12: Clean Data via HTTP
 
-  test scenario NovaServers.boot_server
-  +---------------------------------------------------------------------------------------+
-  |                                 Response Times (sec)                                  |
-  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.boot_server | 3.314 | 4.815  | 5.794  | 5.963  | 6.131 | 4.735 | 100.0%  | 10    |
-  | total            | 3.314 | 4.815  | 5.795  | 5.963  | 6.131 | 4.735 | 100.0%  | 10    |
-  +------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 14.9615139961
-  Full duration: 39.9092509747
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
-  +-----------------------------------------------------------------------------------------------------------+
-  |                                           Response Times (sec)                                            |
-  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | nova.create_10_security_groups    | 1.442  | 1.794  | 2.113  | 2.16   | 2.206  | 1.86   | 100.0%  | 10    |
-  | nova.create_100_rules             | 8.824  | 9.984  | 10.299 | 10.317 | 10.336 | 9.856  | 100.0%  | 10    |
-  | nova.boot_server                  | 4.38   | 5.129  | 5.811  | 5.833  | 5.855  | 5.079  | 100.0%  | 10    |
-  | nova.get_attached_security_groups | 0.145  | 0.156  | 0.198  | 0.202  | 0.205  | 0.164  | 100.0%  | 10    |
-  | nova.delete_server                | 2.402  | 2.436  | 4.511  | 4.525  | 4.539  | 2.875  | 100.0%  | 10    |
-  | nova.delete_10_security_groups    | 0.768  | 0.857  | 1.079  | 1.122  | 1.165  | 0.907  | 100.0%  | 10    |
-  | total                             | 18.735 | 20.708 | 22.726 | 22.988 | 23.251 | 20.742 | 100.0%  | 10    |
-  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 60.3526058197
-  Full duration: 85.4367339611
+  ******************************
+   Result summary for Testcase8
+  ******************************
 
-  test scenario NovaServers.pause_and_unpause_server
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +---------------------+--------+--------+--------+--------+-------+--------+---------+-------+
-  | action              | min    | median | 90%ile | 95%ile | max   | avg    | success | count |
-  +---------------------+--------+--------+--------+--------+-------+--------+---------+-------+
-  | nova.boot_server    | 3.714  | 5.72   | 6.358  | 6.413  | 6.467 | 5.32   | 100.0%  | 10    |
-  | nova.pause_server   | 2.307  | 2.482  | 2.535  | 2.587  | 2.64  | 2.443  | 100.0%  | 10    |
-  | nova.unpause_server | 2.302  | 2.363  | 2.541  | 2.584  | 2.628 | 2.415  | 100.0%  | 10    |
-  | nova.delete_server  | 2.408  | 2.612  | 4.806  | 4.912  | 5.018 | 3.413  | 100.0%  | 10    |
-  | total               | 10.752 | 13.334 | 16.041 | 16.05  | 16.06 | 13.592 | 100.0%  | 10    |
-  +---------------------+--------+--------+--------+--------+-------+--------+---------+-------+
-  Load duration: 41.5451591015
-  Full duration: 66.7291839123
+  FloatingIp Update
+   8.1: Post Network Data via HTTP(Post port need post network)
+   8.2: Post Subnet Data via HTTP(Post port need post subnet)
+   8.3: Post Port Data via HTTP
+   8.4: Post Router Data via HTTP
+   8.5: Post FloatingIp Data via HTTP
+   8.6: Post Delete Data via HTTP
+   8.7: Post NewPort Data via HTTP
+   8.8: Post NewFloatingIp Data via HTTP
+   8.9: Get NewFloatingIp Data via HTTP
+   8.10: Compare Post FloatingIp Data
+   8.11: Post FloatingIp Clean Data via HTTP
+   8.12: Clean Data via HTTP
 
-  test scenario NovaServers.boot_server_from_volume
-  +----------------------------------------------------------------------------------------------+
-  |                                     Response Times (sec)                                     |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  | cinder.create_volume | 3.333  | 3.526  | 5.986  | 6.114  | 6.242  | 4.458  | 100.0%  | 10    |
-  | nova.boot_server     | 8.493  | 8.945  | 11.959 | 12.295 | 12.632 | 9.727  | 100.0%  | 10    |
-  | total                | 11.903 | 13.604 | 17.765 | 18.139 | 18.513 | 14.185 | 100.0%  | 10    |
-  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
-  Load duration: 41.6071519852
-  Full duration: 78.2099730968
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario NovaServers.boot_and_list_server
-  +----------------------------------------------------------------------------------------+
-  |                                  Response Times (sec)                                  |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | nova.boot_server  | 3.63  | 5.537  | 6.197  | 6.233  | 6.268 | 5.191 | 100.0%  | 10    |
-  | nova.list_servers | 0.144 | 0.215  | 0.381  | 0.418  | 0.456 | 0.252 | 100.0%  | 10    |
-  | total             | 3.87  | 5.823  | 6.499  | 6.572  | 6.645 | 5.443 | 100.0%  | 10    |
-  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 17.032296896
-  Full duration: 51.2773780823
-
-  2016-02-12 20:28:19,817 - run_rally - DEBUG - task_id : 86ea3837-f2e0-40c9-94c4-4716ca177f60
-  2016-02-12 20:28:19,817 - run_rally - DEBUG - running command line : rally task report 86ea3837-f2e0-40c9-94c4-4716ca177f60 --out /home/opnfv/functest/results/rally/opnfv-nova.html
-  2016-02-12 20:28:20,475 - run_rally - DEBUG - running command line : rally task results 86ea3837-f2e0-40c9-94c4-4716ca177f60
-  2016-02-12 20:28:21,078 - run_rally - DEBUG - saving json file
-  2016-02-12 20:28:21,083 - run_rally - DEBUG - Push result into DB
-  2016-02-12 20:28:22,764 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 20:28:22,768 - run_rally - INFO - Test scenario: "nova" OK.
-
-  2016-02-12 20:28:22,769 - run_rally - INFO - Starting test scenario "quotas" ...
-  2016-02-12 20:28:22,769 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-quotas.yaml
-  2016-02-12 20:28:23,212 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['quotas'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 20:29:11,586 - run_rally - INFO -
-   Preparing input task
-   Task  41e42442-c6ae-405a-9194-f4fc4f499859: started
-  Task 41e42442-c6ae-405a-9194-f4fc4f499859: finished
+  ******************************
+   Result summary for Testcase9
+  ******************************
 
-  test scenario Quotas.cinder_update
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.584 | 0.641  | 0.717  | 0.767  | 0.817 | 0.657 | 100.0%  | 10    |
-  | total                | 0.584 | 0.641  | 0.717  | 0.767  | 0.817 | 0.657 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.94293808937
-  Full duration: 8.03202700615
+  FloatingIp Delete
+   9.1: Post Network Data via HTTP(Post port need post network)
+   9.2: Post Subnet Data via HTTP(Post port need post subnet)
+   9.3: Post Port Data via HTTP
+   9.4: Post Router Data via HTTP
+   9.5: Post FloatingIp Data via HTTP
+   9.6: Post FloatingIp Clean Data via HTTP
+   9.7: Get FloatingIp Data is NULL
+   9.8: Clean Data via HTTP
 
-  test scenario Quotas.neutron_update
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.239 | 0.278  | 0.402  | 0.423  | 0.444 | 0.313 | 100.0%  | 10    |
-  | total                | 0.302 | 0.342  | 0.469  | 0.493  | 0.517 | 0.379 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.991186857224
-  Full duration: 6.27371191978
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario Quotas.cinder_update_and_delete
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.579 | 0.621  | 0.709  | 0.717  | 0.725 | 0.638 | 100.0%  | 10    |
-  | quotas.delete_quotas | 0.425 | 0.457  | 0.537  | 0.549  | 0.561 | 0.47  | 100.0%  | 10    |
-  | total                | 1.03  | 1.105  | 1.183  | 1.193  | 1.203 | 1.108 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 3.31679296494
-  Full duration: 9.39453291893
+  ******************************
+   Result summary for Testcase10
+  ******************************
 
-  test scenario Quotas.nova_update_and_delete
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.317 | 0.343  | 0.381  | 0.384  | 0.387 | 0.346 | 100.0%  | 8     |
-  | quotas.delete_quotas | 0.018 | 0.02   | 0.024  | 0.024  | 0.024 | 0.021 | 75.0%   | 8     |
-  | total                | 0.335 | 0.354  | 0.4    | 0.403  | 0.405 | 0.365 | 75.0%   | 8     |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 0.788276195526
-  Full duration: 6.69773983955
+  Gateway Post
+   10.1: Post Network Data via HTTP(Post port need post network)
+   10.2: Post Subnet Data via HTTP(Post port need post subnet)
+   10.3: Post Port Data via HTTP
+   10.4: Post Router Data via HTTP
+   10.5: Get Gateway Data via HTTP
+   10.6: Compare Post Gateway Data
+   10.7: Clean Data via HTTP
 
-  test scenario Quotas.nova_update
-  +-------------------------------------------------------------------------------------------+
-  |                                   Response Times (sec)                                    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | quotas.update_quotas | 0.324 | 0.38   | 0.454  | 0.456  | 0.459 | 0.387 | 100.0%  | 10    |
-  | total                | 0.324 | 0.38   | 0.454  | 0.456  | 0.459 | 0.387 | 100.0%  | 10    |
-  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.2254319191
-  Full duration: 6.98697400093
-
-  2016-02-12 20:29:11,586 - run_rally - DEBUG - task_id : 41e42442-c6ae-405a-9194-f4fc4f499859
-  2016-02-12 20:29:11,587 - run_rally - DEBUG - running command line : rally task report 41e42442-c6ae-405a-9194-f4fc4f499859 --out /home/opnfv/functest/results/rally/opnfv-quotas.html
-  2016-02-12 20:29:12,197 - run_rally - DEBUG - running command line : rally task results 41e42442-c6ae-405a-9194-f4fc4f499859
-  2016-02-12 20:29:12,775 - run_rally - DEBUG - saving json file
-  2016-02-12 20:29:12,777 - run_rally - DEBUG - Push result into DB
-  2016-02-12 20:29:14,148 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 20:29:14,149 - run_rally - INFO - Test scenario: "quotas" Failed.
-
-  2016-02-12 20:29:14,149 - run_rally - INFO - Starting test scenario "requests" ...
-  2016-02-12 20:29:14,149 - run_rally - DEBUG - Scenario fetched from : /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
-  2016-02-12 20:29:14,227 - run_rally - DEBUG - running command line : rally task start --abort-on-sla-failure --task /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/task.yaml --task-args "{'floating_network': 'ext-net', 'iterations': 10, 'tmpl_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/templates', 'netid': 'daf5424b-3efa-4514-8ece-af4597ba0ad2', 'service_list': ['requests'], 'concurrency': 4, 'tenants_amount': 3, 'image_name': 'functest-img', 'glance_image_location': '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img', 'flavor_name': 'm1.tiny', 'smoke': False, 'users_amount': 2, 'live_migration': False, 'sup_dir': '/home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/rally_cert/scenario/support'}"
-  2016-02-12 20:29:28,298 - run_rally - INFO -
-   Preparing input task
-   Task  69b780f0-daca-4fbe-b9d6-45abe7cd9985: started
-  Task 69b780f0-daca-4fbe-b9d6-45abe7cd9985: finished
+  *****************************
+   Result: Pass
+  *****************************
 
-  test scenario HttpRequests.check_random_request
-  +--------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                    |
-  +------------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min  | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  | requests.check_request | 0.44 | 0.577  | 1.063  | 1.074  | 1.084 | 0.694 | 100.0%  | 10    |
-  | total                  | 0.44 | 0.577  | 1.063  | 1.074  | 1.084 | 0.694 | 100.0%  | 10    |
-  +------------------------+------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 2.00274682045
-  Full duration: 4.5990281105
+  ******************************
+   Result summary for Testcase11
+  ******************************
 
-  test scenario HttpRequests.check_request
-  +---------------------------------------------------------------------------------------------+
-  |                                    Response Times (sec)                                     |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  | requests.check_request | 0.444 | 0.46   | 0.482  | 0.483  | 0.483 | 0.464 | 100.0%  | 10    |
-  | total                  | 0.444 | 0.46   | 0.482  | 0.483  | 0.483 | 0.464 | 100.0%  | 10    |
-  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
-  Load duration: 1.41119194031
-  Full duration: 3.8915681839
+  Gateway Update
+   11.1: Post Network Data via HTTP(Post port need post network)
+   11.2: Post Subnet Data via HTTP(Post port need post subnet)
+   11.3: Post Port Data via HTTP
+   11.4: Post Router Data via HTTP
+   11.5: Post New Router Data via HTTP
+   11.6: Get Gateway Data via HTTP
+   11.7: Compare Post Gateway Data
+   11.8: Clean Data via HTTP
+
+  *****************************
+   Result: Pass
+  *****************************
 
-  2016-02-12 20:29:28,298 - run_rally - DEBUG - task_id : 69b780f0-daca-4fbe-b9d6-45abe7cd9985
-  2016-02-12 20:29:28,298 - run_rally - DEBUG - running command line : rally task report 69b780f0-daca-4fbe-b9d6-45abe7cd9985 --out /home/opnfv/functest/results/rally/opnfv-requests.html
-  2016-02-12 20:29:28,895 - run_rally - DEBUG - running command line : rally task results 69b780f0-daca-4fbe-b9d6-45abe7cd9985
-  2016-02-12 20:29:29,467 - run_rally - DEBUG - saving json file
-  2016-02-12 20:29:29,468 - run_rally - DEBUG - Push result into DB
-  2016-02-12 20:29:30,190 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 20:29:30,190 - run_rally - INFO - Test scenario: "requests" OK.
+  ******************************
+   Result summary for Testcase12
+  ******************************
 
-  2016-02-12 20:29:30,191 - run_rally - INFO -
+  Gateway Delete
+   12.1: Post Network Data via HTTP(Post port need post network)
+   12.2: Post Subnet Data via HTTP(Post port need post subnet)
+   12.3: Post Port Data via HTTP
+   12.4: Post Router Data via HTTP
+   12.5: Post Del Gateway Data via HTTP
+   12.6: Get Gateway Data via HTTP
+   12.7: If Gateway Data is NULL
+   12.8: Clean Data via HTTP
 
-                       Rally Summary Report
-  +===================+============+===============+===========+
-  | Module            | Duration   | nb. Test Run  | Success   |
-  +===================+============+===============+===========+
-  | authenticate      | 00:19      | 10            | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  | glance            | 01:26      | 7             | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  | cinder            | 16:46      | 50            | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  | heat              | 06:30      | 32            | 92.31%    |
-  +-------------------+------------+---------------+-----------+
-  | keystone          | 01:12      | 29            | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  | neutron           | 04:59      | 31            | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  | nova              | 25:23      | 61            | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  | quotas            | 00:37      | 7             | 95.00%    |
-  +-------------------+------------+---------------+-----------+
-  | requests          | 00:08      | 2             | 100.00%   |
-  +-------------------+------------+---------------+-----------+
-  +===================+============+===============+===========+
-  | TOTAL:            | 00:57:24   | 229           | 98.59%    |
-  +===================+============+===============+===========+
+  *****************************
+   Result: Pass
+  *****************************
+
+  *************************************
+  Test Execution Summary
+  *************************************
 
-  2016-02-12 20:29:30,191 - run_rally - DEBUG - Pushing Rally summary into DB...
-  2016-02-12 20:29:30,860 - run_rally - DEBUG - <Response [200]>
-  2016-02-12 20:29:30,860 - run_rally - DEBUG - Deleting image 'functest-img' with ID '0c74bd9e-0ac2-4332-8e03-e00c266752ad'...
-  2016-02-12 20:29:31,444 - run_rally - DEBUG - Deleting volume type 'volume_test'...
+   Test Start           : 22 Feb 2016 16:47:39
+   Test End             : 22 Feb 2016 16:47:59
+   Execution Time       : 0:00:20.564415
+   Total tests planned  : 11
+   Total tests RUN      : 11
+   Total Pass           : 11
+   Total Fail           : 0
+   Total No Result      : 0
+   Success Percentage   : 100%
+   Execution Result     : 100%
+  Disconnecting from ONOSrest: <drivers.common.api.controller.onosrestdriver.OnosRestDriver object at 0x7fcc82fc7ad0>
 ::
diff --git a/docs/results/joid-os-ocl-nofeature-ha.rst b/docs/results/joid-os-ocl-nofeature-ha.rst
deleted file mode 100644 (file)
index c923635..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
-.. http://creativecommons.org/licenses/by/4.0
-
-Test results for joid-os-ocl-nofeature-ha
-=========================================
-
-.. Add any text in here that could be useful for a reader.
-
-.. Add the test results in a consistent format.
-
index cb95e98..f3c08fb 100644 (file)
 Test results for joid-os-odl_l2-nofeature-ha
 ============================================
 
-.. Add any text in here that could be useful for a reader.
+VIM
+---
 
-.. Add the test results in a consistent format.
+vping_ssh
+^^^^^^^^^
+::
+  FUNCTEST.info: Running vPing-SSH test...
+  vPing_ssh- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_ssh- INFO - Creating neutron network vping-net...
+  vPing_ssh- INFO - Creating security group  'vPing-sg'...
+  vPing_ssh- INFO - Using existing Flavor 'm1.small'...
+  vPing_ssh- INFO - vPing Start Time:'2016-02-23 10:26:42'
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-1'...
+   name=opnfv-vping-1
+   flavor=<Flavor: m1.small>
+   image=13cc508d-303d-46a8-bd03-3edae4434dfb
+   network=b183c17a-bac5-4e45-afba-f5bc61edcf9e
 
+  vPing_ssh- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-1' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating instance 'opnfv-vping-2'...
+   name=opnfv-vping-2
+   flavor=<Flavor: m1.small>
+   image=13cc508d-303d-46a8-bd03-3edae4434dfb
+   network=b183c17a-bac5-4e45-afba-f5bc61edcf9e
+
+  vPing_ssh- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_ssh- INFO - Adding 'opnfv-vping-2' to security group 'vPing-sg'...
+  vPing_ssh- INFO - Creating floating IP for VM 'opnfv-vping-2'...
+  vPing_ssh- INFO - Floating IP created: '161.105.231.3'
+  vPing_ssh- INFO - Associating floating ip: '161.105.231.3' to VM 'opnfv-vping-2'
+  vPing_ssh- INFO - Trying to establish SSH connection to 161.105.231.3...
+  vPing_ssh- INFO - Waiting for ping...
+  vPing_ssh- INFO - vPing detected!
+  vPing_ssh- INFO - vPing duration:'33.5' s.
+  vPing_ssh- INFO - Cleaning up...
+  vPing_ssh- INFO - vPing OK
+::
+
+vping_userdata
+^^^^^^^^^^^^^^
+
+::
+  FUNCTEST.info: Running vPing-userdata test...
+  vPing_userdata- INFO - Creating image 'functest-vping' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  vPing_userdata- INFO - Creating neutron network vping-net...
+  vPing_userdata- INFO - Creating security group  'vPing-sg'...
+  vPing_userdata- INFO - Flavor found 'm1.small'
+  vPing_userdata- INFO - vPing Start Time:'2016-02-23 10:27:41'
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-1'...
+   name=opnfv-vping-1
+   flavor=<Flavor: m1.small>
+   image=a9b0741e-0d2d-4503-b267-af151870739e
+   network=9d9b24f9-7bea-48b1-a4eb-771bf3784900
+
+  vPing_userdata- INFO - Instance 'opnfv-vping-1' is ACTIVE.
+  vPing_userdata- INFO - Creating instance 'opnfv-vping-2'...
+   name=opnfv-vping-2
+   flavor=<Flavor: m1.small>
+   image=a9b0741e-0d2d-4503-b267-af151870739e
+   network=9d9b24f9-7bea-48b1-a4eb-771bf3784900
+   userdata=
+  #!/bin/sh
+
+  while true; do
+   ping -c 1 192.168.130.3 2>&1 >/dev/null
+   RES=$?
+   if [ "Z$RES" = "Z0" ] ; then
+    echo 'vPing OK'
+   break
+   else
+    echo 'vPing KO'
+   fi
+   sleep 1
+  done
+
+  vPing_userdata- INFO - Instance 'opnfv-vping-2' is ACTIVE.
+  vPing_userdata- INFO - Waiting for ping...
+  vPing_userdata- INFO - vPing detected!
+  vPing_userdata- INFO - vPing duration:'17.9'
+  vPing_userdata- INFO - vPing OK
+  vPing_userdata- INFO - Cleaning up...
+  vPing_userdata- INFO - Deleting network 'vping-net'...
+::
+
+Tempest
+^^^^^^^
+::
+  FUNCTEST.info: Running Tempest tests...
+  run_tempest - INFO - Creating tenant and user for Tempest suite
+  2016-02-23 10:28:17.615 23826 INFO rally.verification.tempest.tempest [-] Starting: Creating configuration file for Tempest.
+  2016-02-23 10:28:23.990 23826 INFO rally.verification.tempest.tempest [-] Completed: Creating configuration file for Tempest.
+
+  run_tempest - INFO - Starting Tempest test suite: '--tests-file /home/opnfv/repos/functest/testcases/VIM/OpenStack/CI/custom_tests/test_list.txt'.
+  Total results of verification:
+
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+  | UUID                                 | Deployment UUID                      | Set name | Tests | Failures | Created at                 | Status   |
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+  | 473116be-ef51-45b4-a46d-dcc17b02d920 | 7fa447a8-f40c-475e-bae8-d4f62027b80b |          | 210   | 5        | 2016-02-23 10:28:27.307831 | finished |
+  +--------------------------------------+--------------------------------------+----------+-------+----------+----------------------------+----------+
+
+  Tests:
+
+  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  | name                                                                                                                                     | time      | status  |
+  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor                                                               | 0.88396   | success |
+  | tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors                                                             | 0.17728   | success |
+  | tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image                                                           | 9.72530   | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image                                        | 9.15814   | success |
+  | tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name        | 7.24988   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since                     | 0.23094   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name                              | 1.23775   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id                         | 0.92287   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref                        | 0.79109   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status                            | 0.20110   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type                              | 0.48230   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results                               | 0.46126   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since         | 0.50215   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name                  | 0.21126   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref            | 0.24888   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status                | 0.19557   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type                  | 0.53114   | success |
+  | tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results                   | 0.88118   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image                                                            | 0.52117   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images                                                          | 1.01633   | success |
+  | tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail                                              | 0.40909   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create                | 0.80631   | success |
+  | tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list                  | 1.57659   | success |
+  | tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete                  | 2.75110   | success |
+  | tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip                                     | 9.21019   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name                                     | 62.75436  | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers                                                         | 0.17342   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail                                             | 0.30973   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus                                          | 0.33235   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details                                                | 0.00133   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name                               | 62.74257  | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers                                                   | 0.19542   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail                                       | 0.35564   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus                                    | 0.36918   | success |
+  | tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details                                          | 0.00129   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action                                       | 0.18644   | success |
+  | tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions                                     | 3.81844   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor               | 0.52933   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image                | 0.50494   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name          | 0.33257   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status        | 0.38382   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results                  | 0.47799   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor                        | 0.24448   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image                         | 0.22883   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit                         | 0.21227   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name                   | 0.27651   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status                 | 0.06020   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip                          | 0.40370   | success |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex                    | 0.00142   | skip    |
+  | tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard               | 0.30281   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date        | 0.25500   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date       | 0.21292   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits                           | 0.19699   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count | 0.07649   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value       | 0.14378   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string               | 0.01122   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor              | 0.03176   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image               | 0.06131   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name         | 0.04448   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted            | 0.21242   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing                 | 0.18448   | success |
+  | tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server               | 0.06615   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password                                        | 0.00170   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output                                            | 5.05891   | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server                                            | 12.21875  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard                                            | 10.99696  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft                                            | 1.04170   | skip    |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server                                                | 24.60148  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm                                         | 15.56771  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert                                          | 21.94185  | success |
+  | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server                                             | 7.25441   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses                                     | 0.17943   | success |
+  | tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network                          | 1.00217   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item                                 | 0.76858   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item                                    | 1.16728   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata                                        | 0.46748   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata                                         | 0.60523   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item                                    | 0.70657   | success |
+  | tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata                                      | 0.91519   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password                                          | 2.30147   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair                                                     | 7.86437   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name                                           | 15.09430  | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address                                               | 9.89837   | success |
+  | tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name                                                         | 10.11169  | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name                                | 1.55906   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit               | 1.98352   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256                     | 1.47851   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor                                | 1.88043   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image                                 | 1.53679   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid                          | 1.27055   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_a_server_of_another_tenant                         | 1.08039   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit              | 0.73357   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id                            | 0.86542   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server                                   | 0.99209   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address                                     | 1.08220   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server                                | 0.83730   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server                               | 0.99153   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor                    | 0.54860   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor                            | 0.37611   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank                                         | 1.44613   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server                                  | 0.55699   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server                        | 0.56507   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256                     | 0.48514   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_of_another_tenant                           | 0.86713   | success |
+  | tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name                              | 0.61486   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_keypair_in_analt_user_tenant                                    | 0.12864   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_fails_when_tenant_incorrect                              | 0.67877   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_create_server_with_unauthorized_image                                  | 0.61740   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_keypair_of_alt_account_fails                                       | 0.13677   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_of_alt_account_server_fails                               | 1.40358   | success |
+  | tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails                               | 0.16372   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas                                                                   | 0.18319   | success |
+  | tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas                                                                           | 0.33858   | success |
+  | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume                                            | 45.56777  | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list                                                           | 0.72770   | success |
+  | tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details                                              | 0.30390   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id                                         | 0.20202   | success |
+  | tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id                          | 0.17999   | success |
+  | tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services                                                          | 0.34894   | success |
+  | tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user                                                                  | 0.13656   | success |
+  | tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete                             | 0.0       | fail    |
+  | tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists                                              | 0.05100   | success |
+  | tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain                                              | 0.50255   | success |
+  | tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint                                                      | 0.27108   | success |
+  | tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete                                              | 1.16016   | success |
+  | tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy                                            | 0.21180   | success |
+  | tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id                                           | 0.14141   | success |
+  | tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list                                                | 0.25298   | success |
+  | tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service                                              | 0.20613   | success |
+  | tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all                                                           | 1.42131   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.04287   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.05581   | success |
+  | tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.05518   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types                                                         | 0.04135   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources                                                   | 0.03642   | success |
+  | tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses                                                    | 0.04205   | success |
+  | tempest.api.image.v1.test_images.ListImagesTest.test_index_no_params                                                                     | 0.32191   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image                                                             | 1.18189   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file                                           | 1.74422   | success |
+  | tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image                                                             | 2.30171   | success |
+  | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions                                                         | 3.45772   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address                           | 1.03994   | success |
+  | tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip                                 | 1.42863   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network                                             | 1.14505   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port                                                | 1.60767   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet                                              | 7.84206   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network                                                 | 1.21731   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port                                                    | 2.11434   | success |
+  | tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet                                                  | 2.79624   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet                                         | 1.61530   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility                                                 | 0.38291   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks                                                               | 0.20594   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets                                                                | 0.19821   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network                                                                | 0.20089   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet                                                                 | 0.19206   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet                                          | 1.49044   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility                                                  | 0.23415   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks                                                                | 0.21291   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets                                                                 | 0.07398   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network                                                                 | 0.17873   | success |
+  | tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet                                                                  | 0.20287   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools                                            | 1.38012   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups                                                 | 1.87547   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port                                                          | 1.20872   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports                                                                         | 0.05621   | success |
+  | tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port                                                                          | 0.20890   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools                                                | 1.70139   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups                                                     | 1.75502   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port                                                              | 1.16521   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_list_ports                                                                             | 0.22620   | success |
+  | tempest.api.network.test_ports.PortsTestJSON.test_show_port                                                                              | 0.28640   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces                                                     | 4.12301   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id                                           | 2.49067   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id                                         | 2.25252   | success |
+  | tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router                                              | 1.48564   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces                                                         | 4.58651   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id                                               | 2.38901   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id                                             | 2.54963   | success |
+  | tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router                                                  | 1.37000   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group                             | 1.31226   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule                                    | 2.04438   | success |
+  | tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups                                                      | 0.19052   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group                                 | 1.32708   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule                                        | 2.12672   | success |
+  | tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups                                                          | 0.20945   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list                                           | 0.55381   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show                                           | 7.80051   | success |
+  | tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template                                       | 0.03030   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list                                              | 1.61156   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata                                          | 0.86944   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config                                              | 0.57507   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate                              | 0.36337   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change                    | 0.66632   | success |
+  | tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change                  | 0.47493   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources                                                 | 3.52216   | success |
+  | tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds                                                     | 0.18647   | success |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications                | 303.03506 | fail    |
+  | tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications                | 301.96207 | fail    |
+  | tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance                                       | 3.14842   | success |
+  | tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance                                       | 2.66111   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete                                                | 9.31807   | success |
+  | tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image                                     | 15.30017  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete                                                | 10.64441  | success |
+  | tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image                                     | 13.02957  | success |
+  | tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list                                                              | 0.56814   | success |
+  | tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list                                                              | 0.23431   | success |
+  | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops                                                       | 42.47353  | success |
+  | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basicops                                                           | 82.90131  | success |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern                                                 | 499.21662 | fail    |
+  | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern                                               | 501.43822 | fail    |
+  +------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+
+  run_tempest - INFO - Results: {'timestart': '2016-02-2310:28:27.307831', 'duration': 931, 'tests': 210, 'failures': 5}
+  run_tempest - INFO - Pushing results to DB: 'http://testresults.opnfv.org/testapi/results'.
+  run_tempest - INFO - Deleting tenant and user for Tempest suite)
+::
+
+Rally
+^^^^^
+::
+  FUNCTEST.info: Running Rally benchmark suite...
+  run_rally - INFO - Starting test scenario "authenticate" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  1e91fffe-1834-4d97-b18c-95b1c3a11763: started
+  Task 1e91fffe-1834-4d97-b18c-95b1c3a11763: finished
+
+  test scenario Authenticate.validate_glance
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_glance     | 0.393 | 0.462  | 0.625  | 0.642  | 0.659 | 0.499 | 100.0%  | 10    |
+  | authenticate.validate_glance (2) | 0.042 | 0.05   | 0.222  | 0.235  | 0.247 | 0.101 | 100.0%  | 10    |
+  | total                            | 0.56  | 0.722  | 0.84   | 0.907  | 0.975 | 0.716 | 100.0%  | 10    |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.11308193207
+  Full duration: 6.43925094604
+
+  test scenario Authenticate.keystone
+  +-----------------------------------------------------------------------------+
+  |                            Response Times (sec)                             |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | total  | 0.096 | 0.108  | 0.117  | 0.118  | 0.118 | 0.108 | 100.0%  | 10    |
+  +--------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.360912799835
+  Full duration: 4.84613108635
+
+  test scenario Authenticate.validate_heat
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_heat     | 0.198 | 0.223  | 0.243  | 0.246  | 0.25  | 0.222 | 100.0%  | 10    |
+  | authenticate.validate_heat (2) | 0.035 | 0.229  | 0.268  | 0.272  | 0.275 | 0.195 | 100.0%  | 10    |
+  | total                          | 0.349 | 0.56   | 0.636  | 0.648  | 0.66  | 0.537 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.73545908928
+  Full duration: 5.89906620979
+
+  test scenario Authenticate.validate_nova
+  +-----------------------------------------------------------------------------------------------------+
+  |                                        Response Times (sec)                                         |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                         | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_nova     | 0.191 | 0.225  | 0.273  | 0.326  | 0.379 | 0.239 | 100.0%  | 10    |
+  | authenticate.validate_nova (2) | 0.193 | 0.215  | 0.268  | 0.324  | 0.379 | 0.233 | 100.0%  | 10    |
+  | total                          | 0.512 | 0.561  | 0.696  | 0.708  | 0.719 | 0.589 | 100.0%  | 10    |
+  +--------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.73631811142
+  Full duration: 6.18624401093
+
+  test scenario Authenticate.validate_cinder
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                           | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_cinder     | 0.187 | 0.219  | 0.269  | 0.451  | 0.632 | 0.256 | 100.0%  | 10    |
+  | authenticate.validate_cinder (2) | 0.019 | 0.202  | 0.228  | 0.232  | 0.235 | 0.19  | 100.0%  | 10    |
+  | total                            | 0.318 | 0.572  | 0.652  | 0.81   | 0.967 | 0.582 | 100.0%  | 10    |
+  +----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.90990018845
+  Full duration: 6.19068098068
+
+  test scenario Authenticate.validate_neutron
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | authenticate.validate_neutron     | 0.22  | 0.241  | 0.324  | 0.326  | 0.328 | 0.255 | 100.0%  | 10    |
+  | authenticate.validate_neutron (2) | 0.21  | 0.234  | 0.327  | 0.349  | 0.37  | 0.254 | 100.0%  | 10    |
+  | total                             | 0.529 | 0.595  | 0.67   | 0.689  | 0.708 | 0.613 | 100.0%  | 10    |
+  +-----------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.81688117981
+  Full duration: 5.97459483147
+
+  run_rally - INFO - Test scenario: "authenticate" OK.
+
+  run_rally - INFO - Starting test scenario "glance" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  c991643e-676b-49d8-af8c-cf9655ae236b: started
+  Task c991643e-676b-49d8-af8c-cf9655ae236b: finished
+
+  test scenario GlanceImages.list_images
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.list_images | 0.47  | 0.551  | 0.604  | 0.621  | 0.638 | 0.559 | 100.0%  | 10    |
+  | total              | 0.471 | 0.551  | 0.604  | 0.621  | 0.638 | 0.559 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.7134771347
+  Full duration: 7.86669206619
+
+  test scenario GlanceImages.create_image_and_boot_instances
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | glance.create_image | 3.881  | 4.628  | 5.228  | 5.273  | 5.317  | 4.643  | 100.0%  | 10    |
+  | nova.boot_servers   | 7.198  | 8.691  | 9.617  | 9.773  | 9.929  | 8.609  | 100.0%  | 10    |
+  | total               | 11.395 | 13.062 | 14.63  | 14.674 | 14.718 | 13.252 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 40.5051100254
+  Full duration: 80.9348599911
+
+  test scenario GlanceImages.create_and_list_image
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 4.473 | 4.791  | 5.258  | 5.513  | 5.767 | 4.935 | 100.0%  | 10    |
+  | glance.list_images  | 0.046 | 0.143  | 0.285  | 0.293  | 0.302 | 0.159 | 100.0%  | 10    |
+  | total               | 4.67  | 5.043  | 5.524  | 5.679  | 5.834 | 5.095 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 15.4974470139
+  Full duration: 26.4936869144
+
+  test scenario GlanceImages.create_and_delete_image
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | glance.create_image | 4.297 | 4.864  | 5.167  | 5.345  | 5.523 | 4.859 | 100.0%  | 10    |
+  | glance.delete_image | 0.842 | 1.496  | 1.603  | 1.702  | 1.801 | 1.371 | 100.0%  | 10    |
+  | total               | 5.14  | 6.405  | 6.623  | 6.626  | 6.63  | 6.23  | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 18.5310051441
+  Full duration: 24.86997509
+
+  run_rally - INFO - Test scenario: "glance" OK.
+
+  run_rally - INFO - Starting test scenario "cinder" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  388cb584-9c00-4d54-8f76-53ed3182a475: started
+  Task 388cb584-9c00-4d54-8f76-53ed3182a475: finished
+
+  test scenario CinderVolumes.create_and_attach_volume
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server     | 4.792  | 5.804  | 8.436  | 8.476  | 8.516  | 6.313  | 100.0%  | 10    |
+  | cinder.create_volume | 3.049  | 3.381  | 3.469  | 3.471  | 3.473  | 3.317  | 100.0%  | 10    |
+  | nova.attach_volume   | 3.722  | 3.987  | 4.207  | 4.245  | 4.283  | 4.012  | 100.0%  | 10    |
+  | nova.detach_volume   | 3.492  | 3.685  | 3.892  | 3.925  | 3.958  | 3.702  | 100.0%  | 10    |
+  | cinder.delete_volume | 0.502  | 0.765  | 2.927  | 2.998  | 3.068  | 1.357  | 100.0%  | 10    |
+  | nova.delete_server   | 2.66   | 3.128  | 3.235  | 3.243  | 3.251  | 3.056  | 100.0%  | 10    |
+  | total                | 19.466 | 20.925 | 25.056 | 25.456 | 25.856 | 21.758 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 64.0748999119
+  Full duration: 88.3469510078
+
+  test scenario CinderVolumes.create_and_list_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 6.151 | 6.548  | 8.972  | 9.007  | 9.043 | 7.201 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.044 | 0.249  | 0.299  | 0.32   | 0.34  | 0.227 | 100.0%  | 10    |
+  | total                | 6.424 | 6.801  | 9.229  | 9.255  | 9.28  | 7.429 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 22.3146419525
+  Full duration: 39.1755928993
+
+  test scenario CinderVolumes.create_and_list_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.269 | 3.372  | 3.545  | 3.556  | 3.566 | 3.406 | 100.0%  | 10    |
+  | cinder.list_volumes  | 0.051 | 0.27   | 0.296  | 0.304  | 0.313 | 0.249 | 100.0%  | 10    |
+  | total                | 3.321 | 3.662  | 3.786  | 3.819  | 3.852 | 3.656 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 11.0692770481
+  Full duration: 26.8993549347
+
+  test scenario CinderVolumes.create_and_list_snapshots
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_snapshot | 2.807 | 3.0    | 3.236  | 4.094  | 4.951 | 3.175 | 100.0%  | 10    |
+  | cinder.list_snapshots  | 0.023 | 0.263  | 0.29   | 0.295  | 0.299 | 0.238 | 100.0%  | 10    |
+  | total                  | 3.039 | 3.247  | 3.493  | 4.372  | 5.251 | 3.413 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 11.5568339825
+  Full duration: 45.8590891361
+
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.35  | 3.413  | 3.511  | 3.567  | 3.622 | 3.434 | 100.0%  | 10    |
+  | cinder.delete_volume | 0.666 | 2.775  | 3.101  | 3.101  | 3.101 | 2.07  | 100.0%  | 10    |
+  | total                | 4.016 | 6.163  | 6.511  | 6.555  | 6.6   | 5.505 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 16.3949551582
+  Full duration: 29.3589651585
+
+  test scenario CinderVolumes.create_and_delete_volume
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | cinder.create_volume | 6.12  | 6.499  | 8.727  | 8.888  | 9.049  | 6.934 | 100.0%  | 10    |
+  | cinder.delete_volume | 0.689 | 2.95   | 3.117  | 3.132  | 3.147  | 2.519 | 100.0%  | 10    |
+  | total                | 6.97  | 9.45   | 11.391 | 11.777 | 12.163 | 9.454 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 27.9512338638
+  Full duration: 42.110273838
+
+  test scenario CinderVolumes.create_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.153 | 3.382  | 3.523  | 3.546  | 3.569 | 3.401 | 100.0%  | 10    |
+  | cinder.delete_volume | 0.459 | 1.756  | 3.107  | 3.143  | 3.179 | 1.823 | 100.0%  | 10    |
+  | total                | 3.976 | 5.273  | 6.386  | 6.427  | 6.468 | 5.225 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 14.3155708313
+  Full duration: 27.9943380356
+
+  test scenario CinderVolumes.create_and_upload_volume_to_image
+  +-------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                          |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                        | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume          | 3.216  | 3.504  | 3.612  | 3.614  | 3.616  | 3.473  | 100.0%  | 10    |
+  | cinder.upload_volume_to_image | 48.706 | 66.291 | 69.416 | 69.518 | 69.621 | 64.031 | 100.0%  | 10    |
+  | cinder.delete_volume          | 0.681  | 1.721  | 3.226  | 3.286  | 3.347  | 1.88   | 100.0%  | 10    |
+  | nova.delete_image             | 1.064  | 1.392  | 1.76   | 1.884  | 2.007  | 1.407  | 100.0%  | 10    |
+  | total                         | 57.671 | 73.06  | 75.032 | 75.707 | 76.382 | 70.791 | 100.0%  | 10    |
+  +-------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 206.246454954
+  Full duration: 221.344403028
+
+  test scenario CinderVolumes.create_and_delete_snapshot
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_snapshot | 2.886 | 3.18   | 5.409  | 5.479  | 5.548 | 3.789 | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.442 | 2.892  | 3.051  | 3.111  | 3.172 | 2.875 | 100.0%  | 10    |
+  | total                  | 5.432 | 6.063  | 8.28   | 8.355  | 8.429 | 6.664 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 20.3915560246
+  Full duration: 49.2419481277
+
+  test scenario CinderVolumes.create_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.151 | 3.492  | 3.579  | 3.641  | 3.703 | 3.459 | 100.0%  | 10    |
+  | total                | 3.151 | 3.492  | 3.579  | 3.641  | 3.703 | 3.459 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 10.2652549744
+  Full duration: 23.4044110775
+
+  test scenario CinderVolumes.create_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.221 | 3.489  | 3.632  | 3.639  | 3.647 | 3.448 | 100.0%  | 10    |
+  | total                | 3.222 | 3.489  | 3.632  | 3.64   | 3.647 | 3.448 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 10.2576260567
+  Full duration: 27.1289498806
+
+  test scenario CinderVolumes.list_volumes
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.list_volumes | 0.347 | 0.409  | 0.467  | 0.49   | 0.514 | 0.416 | 100.0%  | 10    |
+  | total               | 0.347 | 0.409  | 0.467  | 0.49   | 0.514 | 0.416 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.25233316422
+  Full duration: 60.8991248608
+
+  test scenario CinderVolumes.create_nested_snapshots_and_attach_volume
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 3.37   | 3.431  | 3.543  | 3.585  | 3.627  | 3.454  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.744  | 2.922  | 2.98   | 2.993  | 3.006  | 2.901  | 100.0%  | 10    |
+  | nova.attach_volume     | 4.052  | 4.214  | 6.878  | 6.969  | 7.06   | 4.803  | 100.0%  | 10    |
+  | nova.detach_volume     | 3.392  | 3.988  | 4.066  | 4.11   | 4.154  | 3.906  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 0.753  | 2.605  | 2.986  | 3.013  | 3.04   | 2.343  | 100.0%  | 10    |
+  | cinder.delete_volume   | 0.492  | 2.767  | 2.955  | 3.011  | 3.067  | 1.989  | 100.0%  | 10    |
+  | total                  | 16.494 | 20.022 | 23.368 | 23.417 | 23.465 | 20.126 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 59.1712889671
+  Full duration: 133.726794958
+
+  test scenario CinderVolumes.create_from_volume_and_delete_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.434 | 3.618  | 4.006  | 4.825  | 5.645 | 3.835 | 100.0%  | 10    |
+  | cinder.delete_volume | 2.853 | 2.996  | 3.194  | 3.231  | 3.269 | 3.035 | 100.0%  | 10    |
+  | total                | 6.323 | 6.672  | 7.143  | 7.89   | 8.637 | 6.87  | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 20.0482749939
+  Full duration: 48.4943790436
+
+  test scenario CinderVolumes.create_and_extend_volume
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | cinder.create_volume | 3.242 | 3.547  | 3.574  | 3.574  | 3.575 | 3.477 | 100.0%  | 10    |
+  | cinder.extend_volume | 0.67  | 0.904  | 3.113  | 3.227  | 3.341 | 1.343 | 100.0%  | 10    |
+  | cinder.delete_volume | 0.756 | 2.645  | 3.074  | 3.111  | 3.147 | 2.224 | 100.0%  | 10    |
+  | total                | 5.261 | 7.245  | 7.684  | 8.512  | 9.341 | 7.045 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 21.6863160133
+  Full duration: 35.5403769016
+
+  test scenario CinderVolumes.create_snapshot_and_attach_volume
+  +-----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                      |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 3.427 | 3.543  | 3.82   | 3.829  | 3.838  | 3.59   | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.673 | 2.992  | 3.109  | 3.111  | 3.112  | 2.928  | 100.0%  | 10    |
+  | nova.attach_volume     | 3.759 | 4.112  | 4.508  | 5.345  | 6.182  | 4.292  | 100.0%  | 10    |
+  | nova.detach_volume     | 3.458 | 4.067  | 4.174  | 4.261  | 4.348  | 4.006  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.665 | 2.794  | 2.946  | 2.986  | 3.026  | 2.823  | 100.0%  | 10    |
+  | cinder.delete_volume   | 0.707 | 2.907  | 3.246  | 3.257  | 3.268  | 2.558  | 100.0%  | 10    |
+  | total                  | 18.87 | 21.068 | 21.909 | 22.497 | 23.086 | 20.904 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 61.3498468399
+  Full duration: 141.86026597
+
+  test scenario CinderVolumes.create_snapshot_and_attach_volume
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume   | 2.885  | 3.335  | 3.519  | 3.55   | 3.581  | 3.305  | 100.0%  | 10    |
+  | cinder.create_snapshot | 2.609  | 2.889  | 3.002  | 3.021  | 3.041  | 2.853  | 100.0%  | 10    |
+  | nova.attach_volume     | 3.794  | 4.368  | 6.443  | 6.495  | 6.548  | 4.951  | 100.0%  | 10    |
+  | nova.detach_volume     | 3.341  | 3.93   | 4.07   | 4.11   | 4.15   | 3.862  | 100.0%  | 10    |
+  | cinder.delete_snapshot | 2.73   | 2.943  | 3.009  | 3.029  | 3.049  | 2.912  | 100.0%  | 10    |
+  | cinder.delete_volume   | 0.667  | 2.901  | 3.015  | 3.027  | 3.039  | 2.437  | 100.0%  | 10    |
+  | total                  | 18.717 | 21.217 | 22.919 | 23.013 | 23.108 | 21.377 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 62.8349030018
+  Full duration: 143.571810007
+
+  run_rally - INFO - Test scenario: "cinder" OK.
+
+  run_rally - INFO - Starting test scenario "heat" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  1055c160-be9e-4209-9219-2eda388f64ca: started
+  Task 1055c160-be9e-4209-9219-2eda388f64ca: finished
+
+  test scenario HeatStacks.create_suspend_resume_delete_stack
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action             | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack  | 3.658 | 4.153  | 4.633  | 4.957  | 5.28  | 4.179 | 100.0%  | 10    |
+  | heat.suspend_stack | 0.603 | 0.984  | 1.772  | 1.876  | 1.98  | 1.163 | 100.0%  | 10    |
+  | heat.resume_stack  | 0.553 | 1.347  | 2.26   | 2.264  | 2.268 | 1.425 | 100.0%  | 10    |
+  | heat.delete_stack  | 1.527 | 1.61   | 1.95   | 1.96   | 1.97  | 1.701 | 100.0%  | 10    |
+  | total              | 7.456 | 8.457  | 9.273  | 9.324  | 9.376 | 8.469 | 100.0%  | 10    |
+  +--------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 25.1924760342
+  Full duration: 31.4871768951
+
+  test scenario HeatStacks.create_and_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 3.724 | 4.253  | 4.355  | 4.361  | 4.366 | 4.141 | 100.0%  | 10    |
+  | heat.delete_stack | 1.538 | 1.86   | 2.427  | 2.427  | 2.428 | 1.933 | 100.0%  | 10    |
+  | total             | 5.609 | 6.117  | 6.381  | 6.402  | 6.422 | 6.073 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 18.3157711029
+  Full duration: 24.7532258034
+
+  test scenario HeatStacks.create_and_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 19.874 | 21.385 | 22.341 | 22.535 | 22.729 | 21.343 | 100.0%  | 10    |
+  | heat.delete_stack | 10.707 | 11.672 | 12.205 | 12.275 | 12.345 | 11.562 | 100.0%  | 10    |
+  | total             | 30.923 | 33.359 | 33.959 | 34.235 | 34.512 | 32.905 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 99.1549890041
+  Full duration: 105.660290003
+
+  test scenario HeatStacks.create_and_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 15.572 | 18.262 | 19.048 | 19.088 | 19.127 | 18.071 | 100.0%  | 10    |
+  | heat.delete_stack | 10.145 | 10.711 | 11.519 | 11.545 | 11.571 | 10.78  | 100.0%  | 10    |
+  | total             | 25.725 | 29.14  | 29.903 | 30.143 | 30.382 | 28.851 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 85.5803580284
+  Full duration: 92.0883340836
+
+  test scenario HeatStacks.list_stacks_and_resources
+  +------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                         |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.list_stacks                | 0.391 | 0.425  | 0.461  | 0.477  | 0.492 | 0.432 | 100.0%  | 10    |
+  | heat.list_resources_of_0_stacks | 0.0   | 0.0    | 0.0    | 0.0    | 0.0   | 0.0   | 100.0%  | 10    |
+  | total                           | 0.391 | 0.425  | 0.461  | 0.477  | 0.492 | 0.432 | 100.0%  | 10    |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.32646512985
+  Full duration: 6.55452680588
+
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 3.818 | 4.127  | 4.55   | 4.634  | 4.719 | 4.191 | 100.0%  | 10    |
+  | heat.update_stack | 2.555 | 3.026  | 3.487  | 3.49   | 3.493 | 2.994 | 100.0%  | 10    |
+  | heat.delete_stack | 1.278 | 1.905  | 2.468  | 2.484  | 2.501 | 1.938 | 100.0%  | 10    |
+  | total             | 8.59  | 8.987  | 9.575  | 9.58   | 9.585 | 9.123 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 27.2428030968
+  Full duration: 34.0842261314
+
+  test scenario HeatStacks.create_update_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 3.817 | 4.322  | 4.498  | 4.571  | 4.643 | 4.268 | 100.0%  | 10    |
+  | heat.update_stack | 2.571 | 3.085  | 3.495  | 3.651  | 3.807 | 3.093 | 100.0%  | 10    |
+  | heat.delete_stack | 1.261 | 1.933  | 2.188  | 2.23   | 2.271 | 1.85  | 100.0%  | 10    |
+  | total             | 8.823 | 9.193  | 9.529  | 9.645  | 9.76  | 9.211 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 27.712323904
+  Full duration: 34.6925389767
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 3.534  | 4.559  | 4.878  | 4.986  | 5.094  | 4.397  | 100.0%  | 10    |
+  | heat.update_stack | 4.274  | 4.722  | 5.38   | 5.427  | 5.474  | 4.782  | 100.0%  | 10    |
+  | heat.delete_stack | 2.324  | 2.687  | 3.01   | 3.031  | 3.051  | 2.761  | 100.0%  | 10    |
+  | total             | 10.398 | 11.879 | 12.749 | 13.064 | 13.379 | 11.941 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 36.5785570145
+  Full duration: 43.5735290051
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 4.244  | 4.341  | 4.695  | 4.992  | 5.29   | 4.489  | 100.0%  | 10    |
+  | heat.update_stack | 7.174  | 8.094  | 8.59   | 8.598  | 8.605  | 8.081  | 100.0%  | 10    |
+  | heat.delete_stack | 2.663  | 2.892  | 3.804  | 3.808  | 3.813  | 3.088  | 100.0%  | 10    |
+  | total             | 15.231 | 15.561 | 16.269 | 16.292 | 16.315 | 15.659 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 46.8214969635
+  Full duration: 54.2644329071
+
+  test scenario HeatStacks.create_update_delete_stack
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 4.041  | 4.381  | 4.699  | 4.835  | 4.971  | 4.435  | 100.0%  | 10    |
+  | heat.update_stack | 4.032  | 4.694  | 5.611  | 5.758  | 5.906  | 4.82   | 100.0%  | 10    |
+  | heat.delete_stack | 2.715  | 3.034  | 3.306  | 3.315  | 3.324  | 3.036  | 100.0%  | 10    |
+  | total             | 11.427 | 12.204 | 13.196 | 13.241 | 13.286 | 12.292 | 100.0%  | 10    |
+  +-------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 37.1505100727
+  Full duration: 44.6821551323
+
+  test scenario HeatStacks.create_update_delete_stack
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  | heat.create_stack | 3.692 | 4.397  | 4.751  | 4.908  | 5.065  | 4.428  | 100.0%  | 10    |
+  | heat.update_stack | 3.631 | 4.037  | 4.866  | 4.875  | 4.885  | 4.167  | 100.0%  | 10    |
+  | heat.delete_stack | 1.267 | 1.966  | 2.279  | 2.33   | 2.382  | 1.871  | 100.0%  | 10    |
+  | total             | 9.823 | 10.45  | 11.136 | 11.248 | 11.361 | 10.466 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 31.3539619446
+  Full duration: 39.0203011036
+
+  test scenario HeatStacks.create_and_list_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 4.039 | 4.653  | 4.788  | 4.792  | 4.796 | 4.563 | 100.0%  | 10    |
+  | heat.list_stacks  | 0.052 | 0.39   | 0.447  | 0.461  | 0.474 | 0.339 | 100.0%  | 10    |
+  | total             | 4.106 | 4.992  | 5.218  | 5.244  | 5.27  | 4.902 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 14.8402919769
+  Full duration: 27.3945071697
+
+  test scenario HeatStacks.create_check_delete_stack
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | heat.create_stack | 3.744 | 4.489  | 4.836  | 4.864  | 4.891 | 4.475 | 100.0%  | 10    |
+  | heat.check_stack  | 0.612 | 1.265  | 1.684  | 1.853  | 2.022 | 1.261 | 100.0%  | 10    |
+  | heat.delete_stack | 1.272 | 1.804  | 2.077  | 2.209  | 2.342 | 1.813 | 100.0%  | 10    |
+  | total             | 6.355 | 7.754  | 8.128  | 8.148  | 8.168 | 7.55  | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 23.1206851006
+  Full duration: 31.1694560051
+
+  run_rally - INFO - Test scenario: "heat" OK.
+
+  run_rally - INFO - Starting test scenario "keystone" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  897d895f-d779-44a7-bb9b-0e66854f43da: started
+  Task 897d895f-d779-44a7-bb9b-0e66854f43da: finished
+
+  test scenario KeystoneBasic.create_tenant_with_users
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.199 | 0.225  | 0.245  | 0.26   | 0.274 | 0.227 | 100.0%  | 10    |
+  | keystone.create_users  | 1.448 | 1.551  | 1.618  | 1.62   | 1.621 | 1.544 | 100.0%  | 10    |
+  | total                  | 1.702 | 1.78   | 1.819  | 1.83   | 1.842 | 1.772 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 5.34110379219
+  Full duration: 17.6792171001
+
+  test scenario KeystoneBasic.create_add_and_list_user_roles
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.206 | 0.231  | 0.279  | 0.28   | 0.281 | 0.238 | 100.0%  | 10    |
+  | keystone.add_role    | 0.248 | 0.256  | 0.3    | 0.314  | 0.328 | 0.269 | 100.0%  | 10    |
+  | keystone.list_roles  | 0.133 | 0.143  | 0.175  | 0.182  | 0.189 | 0.149 | 100.0%  | 10    |
+  | total                | 0.596 | 0.655  | 0.689  | 0.719  | 0.75  | 0.657 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.96121311188
+  Full duration: 11.1928119659
+
+  test scenario KeystoneBasic.add_and_remove_user_role
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.201 | 0.224  | 0.231  | 0.232  | 0.233 | 0.22  | 100.0%  | 10    |
+  | keystone.add_role    | 0.245 | 0.259  | 0.287  | 0.295  | 0.304 | 0.265 | 100.0%  | 10    |
+  | keystone.remove_role | 0.137 | 0.148  | 0.164  | 0.172  | 0.18  | 0.15  | 100.0%  | 10    |
+  | total                | 0.605 | 0.631  | 0.668  | 0.673  | 0.679 | 0.635 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.9179649353
+  Full duration: 11.3398149014
+
+  test scenario KeystoneBasic.create_update_and_delete_tenant
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.204 | 0.23   | 0.249  | 0.262  | 0.276 | 0.234 | 100.0%  | 10    |
+  | keystone.update_tenant | 0.134 | 0.136  | 0.178  | 0.179  | 0.18  | 0.148 | 100.0%  | 10    |
+  | keystone.delete_tenant | 0.288 | 0.308  | 0.353  | 0.36   | 0.367 | 0.316 | 100.0%  | 10    |
+  | total                  | 0.653 | 0.684  | 0.749  | 0.761  | 0.774 | 0.698 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.11506795883
+  Full duration: 10.1015338898
+
+  test scenario KeystoneBasic.create_and_delete_service
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                  | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_service | 0.223 | 0.237  | 0.288  | 0.289  | 0.29  | 0.245 | 100.0%  | 10    |
+  | keystone.delete_service | 0.14  | 0.152  | 0.165  | 0.175  | 0.185 | 0.154 | 100.0%  | 10    |
+  | total                   | 0.373 | 0.389  | 0.43   | 0.442  | 0.453 | 0.399 | 100.0%  | 10    |
+  +-------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.24712610245
+  Full duration: 9.40017700195
+
+  test scenario KeystoneBasic.create_tenant
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.219 | 0.235  | 0.25   | 0.263  | 0.277 | 0.238 | 100.0%  | 10    |
+  | total                  | 0.219 | 0.236  | 0.25   | 0.263  | 0.277 | 0.238 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.738801002502
+  Full duration: 6.97619819641
+
+  test scenario KeystoneBasic.create_user
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.242 | 0.253  | 0.272  | 0.28   | 0.288 | 0.257 | 100.0%  | 10    |
+  | total                | 0.242 | 0.253  | 0.272  | 0.28   | 0.288 | 0.258 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.813333034515
+  Full duration: 7.2009499073
+
+  test scenario KeystoneBasic.create_and_list_tenants
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.215 | 0.241  | 0.264  | 0.277  | 0.289 | 0.245 | 100.0%  | 10    |
+  | keystone.list_tenants  | 0.128 | 0.136  | 0.183  | 0.202  | 0.22  | 0.151 | 100.0%  | 10    |
+  | total                  | 0.366 | 0.388  | 0.425  | 0.44   | 0.455 | 0.396 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.19499707222
+  Full duration: 10.8357591629
+
+  test scenario KeystoneBasic.create_and_delete_role
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_role | 0.231 | 0.252  | 0.281  | 0.294  | 0.307 | 0.258 | 100.0%  | 10    |
+  | keystone.delete_role | 0.28  | 0.293  | 0.399  | 0.418  | 0.437 | 0.329 | 100.0%  | 10    |
+  | total                | 0.511 | 0.579  | 0.676  | 0.69   | 0.704 | 0.587 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.80924010277
+  Full duration: 10.1753411293
+
+  test scenario KeystoneBasic.get_entities
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_tenant | 0.24  | 0.257  | 0.281  | 0.283  | 0.284 | 0.258 | 100.0%  | 10    |
+  | keystone.create_user   | 0.15  | 0.164  | 0.206  | 0.206  | 0.206 | 0.171 | 100.0%  | 10    |
+  | keystone.create_role   | 0.13  | 0.136  | 0.143  | 0.159  | 0.176 | 0.139 | 100.0%  | 10    |
+  | keystone.get_tenant    | 0.13  | 0.138  | 0.141  | 0.143  | 0.146 | 0.137 | 100.0%  | 10    |
+  | keystone.get_user      | 0.112 | 0.132  | 0.137  | 0.137  | 0.137 | 0.131 | 100.0%  | 10    |
+  | keystone.get_role      | 0.129 | 0.133  | 0.139  | 0.156  | 0.174 | 0.137 | 100.0%  | 10    |
+  | keystone.service_list  | 0.129 | 0.132  | 0.135  | 0.137  | 0.138 | 0.133 | 100.0%  | 10    |
+  | keystone.get_service   | 0.132 | 0.135  | 0.178  | 0.178  | 0.178 | 0.147 | 100.0%  | 10    |
+  | total                  | 1.204 | 1.22   | 1.323  | 1.328  | 1.332 | 1.252 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.79558706284
+  Full duration: 16.6252310276
+
+  test scenario KeystoneBasic.create_and_list_users
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | keystone.create_user | 0.239 | 0.266  | 0.295  | 0.298  | 0.301 | 0.27  | 100.0%  | 10    |
+  | keystone.list_users  | 0.137 | 0.143  | 0.186  | 0.211  | 0.235 | 0.157 | 100.0%  | 10    |
+  | total                | 0.397 | 0.419  | 0.448  | 0.474  | 0.5   | 0.427 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.30778193474
+  Full duration: 8.03108906746
+
+  run_rally - INFO - Test scenario: "keystone" OK.
+
+  run_rally - INFO - Starting test scenario "neutron" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  6e4f3aaf-b5ee-4eeb-8ac3-057f7b4d6309: started
+  Task 6e4f3aaf-b5ee-4eeb-8ac3-057f7b4d6309: finished
+
+  test scenario NeutronNetworks.create_and_delete_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.806 | 0.859  | 0.937  | 0.938  | 0.939 | 0.873 | 100.0%  | 10    |
+  | neutron.delete_port | 0.202 | 0.689  | 0.761  | 0.777  | 0.794 | 0.529 | 100.0%  | 10    |
+  | total               | 1.023 | 1.572  | 1.686  | 1.703  | 1.72  | 1.401 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.3307390213
+  Full duration: 57.6386358738
+
+  test scenario NeutronNetworks.create_and_list_routers
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet        | 0.739 | 0.817  | 0.85   | 0.861  | 0.871 | 0.812 | 100.0%  | 10    |
+  | neutron.create_router        | 0.079 | 0.545  | 0.57   | 0.584  | 0.598 | 0.499 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.348 | 0.89   | 0.978  | 0.986  | 0.994 | 0.793 | 100.0%  | 10    |
+  | neutron.list_routers         | 0.047 | 0.566  | 0.607  | 0.612  | 0.617 | 0.515 | 100.0%  | 10    |
+  | total                        | 2.172 | 2.707  | 2.868  | 2.88   | 2.891 | 2.618 | 100.0%  | 10    |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 7.91338610649
+  Full duration: 64.1935119629
+
+  test scenario NeutronNetworks.create_and_delete_routers
+  +------------------------------------------------------------------------------------------------------+
+  |                                         Response Times (sec)                                         |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                          | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet           | 0.769 | 0.8    | 0.846  | 0.881  | 0.915 | 0.809 | 100.0%  | 10    |
+  | neutron.create_router           | 0.488 | 0.528  | 0.576  | 0.615  | 0.653 | 0.539 | 100.0%  | 10    |
+  | neutron.add_interface_router    | 0.839 | 0.882  | 0.983  | 0.985  | 0.987 | 0.901 | 100.0%  | 10    |
+  | neutron.remove_interface_router | 0.343 | 0.809  | 0.898  | 0.906  | 0.913 | 0.763 | 100.0%  | 10    |
+  | neutron.delete_router           | 0.614 | 0.686  | 0.787  | 0.849  | 0.912 | 0.708 | 100.0%  | 10    |
+  | total                           | 3.419 | 3.666  | 3.994  | 3.997  | 3.999 | 3.719 | 100.0%  | 10    |
+  +---------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 11.0299580097
+  Full duration: 65.4096131325
+
+  test scenario NeutronNetworks.create_and_list_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.83  | 0.888  | 0.995  | 1.184  | 1.372 | 0.935 | 100.0%  | 10    |
+  | neutron.list_ports  | 0.554 | 0.625  | 0.697  | 0.704  | 0.712 | 0.626 | 100.0%  | 10    |
+  | total               | 1.405 | 1.487  | 1.692  | 1.888  | 2.084 | 1.562 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 5.07633280754
+  Full duration: 59.1840729713
+
+  test scenario NeutronNetworks.create_and_delete_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.731 | 0.806  | 0.857  | 0.933  | 1.01  | 0.812 | 100.0%  | 10    |
+  | neutron.delete_subnet | 0.183 | 0.688  | 0.872  | 0.918  | 0.965 | 0.691 | 100.0%  | 10    |
+  | total                 | 0.948 | 1.544  | 1.665  | 1.681  | 1.696 | 1.503 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.69728302956
+  Full duration: 58.486093998
+
+  test scenario NeutronNetworks.create_and_delete_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.641 | 0.686  | 0.757  | 0.82   | 0.883 | 0.707 | 100.0%  | 10    |
+  | neutron.delete_network | 0.158 | 0.632  | 0.656  | 0.665  | 0.674 | 0.585 | 100.0%  | 10    |
+  | total                  | 0.901 | 1.305  | 1.424  | 1.469  | 1.514 | 1.292 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.96865105629
+  Full duration: 36.4033529758
+
+  test scenario NeutronNetworks.create_and_list_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.634 | 0.679  | 0.751  | 0.797  | 0.844 | 0.695 | 100.0%  | 10    |
+  | neutron.list_networks  | 0.472 | 0.522  | 0.552  | 0.555  | 0.557 | 0.521 | 100.0%  | 10    |
+  | total                  | 1.154 | 1.192  | 1.284  | 1.327  | 1.369 | 1.216 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.68979907036
+  Full duration: 38.8585669994
+
+  test scenario NeutronNetworks.create_and_update_routers
+  +---------------------------------------------------------------------------------------------------+
+  |                                       Response Times (sec)                                        |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                       | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet        | 0.759 | 0.82   | 0.863  | 0.871  | 0.879 | 0.819 | 100.0%  | 10    |
+  | neutron.create_router        | 0.518 | 0.558  | 0.62   | 0.627  | 0.634 | 0.566 | 100.0%  | 10    |
+  | neutron.add_interface_router | 0.465 | 0.878  | 1.032  | 1.081  | 1.13  | 0.879 | 100.0%  | 10    |
+  | neutron.update_router        | 0.158 | 0.636  | 0.722  | 0.73   | 0.737 | 0.564 | 100.0%  | 10    |
+  | total                        | 2.298 | 2.877  | 3.13   | 3.178  | 3.226 | 2.827 | 100.0%  | 10    |
+  +------------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 8.47763490677
+  Full duration: 62.3842899799
+
+  test scenario NeutronNetworks.create_and_update_networks
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_network | 0.627 | 0.673  | 0.974  | 1.044  | 1.114 | 0.744 | 100.0%  | 10    |
+  | neutron.update_network | 0.153 | 0.605  | 0.623  | 0.626  | 0.629 | 0.564 | 100.0%  | 10    |
+  | total                  | 0.809 | 1.285  | 1.576  | 1.65   | 1.723 | 1.308 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.00336408615
+  Full duration: 38.2563900948
+
+  test scenario NeutronNetworks.create_and_update_ports
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_port | 0.796 | 0.874  | 1.084  | 1.1    | 1.116 | 0.908 | 100.0%  | 10    |
+  | neutron.update_port | 0.595 | 0.622  | 0.697  | 0.76   | 0.823 | 0.646 | 100.0%  | 10    |
+  | total               | 1.44  | 1.497  | 1.737  | 1.82   | 1.904 | 1.554 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.89373588562
+  Full duration: 57.0287640095
+
+  test scenario NeutronNetworks.create_and_list_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.706 | 0.775  | 0.866  | 0.893  | 0.92  | 0.789 | 100.0%  | 10    |
+  | neutron.list_subnets  | 0.487 | 0.519  | 0.53   | 0.54   | 0.55  | 0.517 | 100.0%  | 10    |
+  | total                 | 1.233 | 1.291  | 1.393  | 1.414  | 1.435 | 1.307 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.97321105003
+  Full duration: 55.8097410202
+
+  test scenario NeutronNetworks.create_and_update_subnets
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | neutron.create_subnet | 0.72  | 0.834  | 0.873  | 0.905  | 0.936 | 0.819 | 100.0%  | 10    |
+  | neutron.update_subnet | 0.24  | 0.66   | 0.83   | 0.838  | 0.847 | 0.61  | 100.0%  | 10    |
+  | total                 | 1.098 | 1.433  | 1.66   | 1.686  | 1.713 | 1.429 | 100.0%  | 10    |
+  +-----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.11318302155
+  Full duration: 55.0307190418
+
+  run_rally - INFO - Test scenario: "neutron" OK.
+
+  run_rally - INFO - Starting test scenario "nova" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  52be10f0-6365-4abd-8a9b-5f626b8c2e7a: started
+  Task 52be10f0-6365-4abd-8a9b-5f626b8c2e7a: finished
+
+  test scenario NovaKeypair.create_and_delete_keypair
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.create_keypair | 0.695 | 0.769  | 0.948  | 0.991  | 1.035 | 0.816 | 100.0%  | 10    |
+  | nova.delete_keypair | 0.017 | 0.453  | 0.499  | 0.551  | 0.604 | 0.423 | 100.0%  | 10    |
+  | total               | 0.944 | 1.187  | 1.524  | 1.533  | 1.542 | 1.239 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.69359993935
+  Full duration: 34.1216721535
+
+  test scenario NovaServers.snapshot_server
+  +------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                      |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                 | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server       | 6.466  | 7.619  | 9.603  | 9.617  | 9.63   | 7.898  | 100.0%  | 10    |
+  | nova.create_image      | 7.251  | 8.663  | 10.95  | 11.033 | 11.116 | 8.905  | 100.0%  | 10    |
+  | nova.delete_server     | 2.865  | 4.177  | 4.352  | 4.362  | 4.373  | 3.878  | 100.0%  | 10    |
+  | nova.boot_server (2)   | 7.263  | 7.636  | 9.053  | 9.177  | 9.301  | 7.965  | 100.0%  | 10    |
+  | nova.delete_server (2) | 2.41   | 3.487  | 3.939  | 4.129  | 4.318  | 3.406  | 100.0%  | 10    |
+  | nova.delete_image      | 2.217  | 3.339  | 3.856  | 3.864  | 3.873  | 3.205  | 100.0%  | 10    |
+  | total                  | 32.246 | 34.577 | 37.931 | 38.819 | 39.707 | 35.259 | 100.0%  | 10    |
+  +------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 104.138304949
+  Full duration: 162.17621994
+
+  test scenario NovaKeypair.boot_and_delete_server_with_keypair
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_keypair | 0.717  | 0.776  | 0.905  | 0.916  | 0.927  | 0.799  | 100.0%  | 10    |
+  | nova.boot_server    | 5.96   | 7.356  | 9.573  | 9.701  | 9.829  | 7.641  | 100.0%  | 10    |
+  | nova.delete_server  | 3.226  | 3.979  | 4.24   | 4.272  | 4.305  | 3.929  | 100.0%  | 10    |
+  | nova.delete_keypair | 0.018  | 0.446  | 0.498  | 0.498  | 0.498  | 0.375  | 100.0%  | 10    |
+  | total               | 11.513 | 12.362 | 14.5   | 14.767 | 15.033 | 12.746 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 37.7138030529
+  Full duration: 95.0321340561
+
+  test scenario NovaKeypair.create_and_list_keypairs
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action              | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.create_keypair | 0.706 | 0.754  | 0.859  | 0.881  | 0.904 | 0.766 | 100.0%  | 10    |
+  | nova.list_keypairs  | 0.021 | 0.458  | 0.489  | 0.492  | 0.495 | 0.412 | 100.0%  | 10    |
+  | total               | 0.767 | 1.195  | 1.282  | 1.326  | 1.371 | 1.178 | 100.0%  | 10    |
+  +---------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.66450190544
+  Full duration: 35.3121151924
+
+  test scenario NovaServers.list_servers
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | nova.list_servers | 1.158 | 1.197  | 1.257  | 1.26   | 1.263 | 1.207 | 100.0%  | 10    |
+  | total             | 1.158 | 1.197  | 1.257  | 1.26   | 1.263 | 1.207 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.67958188057
+  Full duration: 102.272238016
+
+  test scenario NovaServers.resize_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 6.482  | 7.414  | 8.638  | 9.129  | 9.619  | 7.594  | 100.0%  | 10    |
+  | nova.resize         | 12.87  | 13.632 | 13.841 | 14.061 | 14.281 | 13.519 | 100.0%  | 10    |
+  | nova.resize_confirm | 3.854  | 4.236  | 4.429  | 4.579  | 4.729  | 4.184  | 100.0%  | 10    |
+  | nova.delete_server  | 2.853  | 3.971  | 4.187  | 4.209  | 4.231  | 3.798  | 100.0%  | 10    |
+  | total               | 27.866 | 29.013 | 29.93  | 30.646 | 31.361 | 29.095 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 86.1472420692
+  Full duration: 116.147330999
+
+  test scenario NovaServers.boot_server_from_volume_and_delete
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume | 7.809  | 9.646  | 10.21  | 10.4   | 10.59  | 9.268  | 100.0%  | 10    |
+  | nova.boot_server     | 7.938  | 9.663  | 10.373 | 10.451 | 10.528 | 9.379  | 100.0%  | 10    |
+  | nova.delete_server   | 3.263  | 4.164  | 4.323  | 4.341  | 4.359  | 3.965  | 100.0%  | 10    |
+  | total                | 21.009 | 22.166 | 24.464 | 24.608 | 24.752 | 22.612 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 65.8047540188
+  Full duration: 133.871994019
+
+  test scenario NovaServers.boot_and_migrate_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 6.526  | 7.611  | 9.253  | 9.328  | 9.404  | 7.939  | 100.0%  | 10    |
+  | nova.stop_server    | 3.956  | 4.801  | 7.753  | 7.839  | 7.924  | 5.676  | 100.0%  | 10    |
+  | nova.migrate        | 9.278  | 9.686  | 10.387 | 10.401 | 10.415 | 9.75   | 100.0%  | 10    |
+  | nova.resize_confirm | 3.763  | 4.624  | 4.769  | 4.775  | 4.781  | 4.457  | 100.0%  | 10    |
+  | nova.delete_server  | 3.333  | 3.772  | 4.263  | 4.388  | 4.514  | 3.895  | 100.0%  | 10    |
+  | total               | 28.369 | 30.746 | 35.217 | 35.664 | 36.111 | 31.718 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 95.1431679726
+  Full duration: 124.915132999
+
+  test scenario NovaServers.boot_and_delete_server
+  +--------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                    |
+  +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action             | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server   | 7.051  | 7.863  | 9.774  | 9.886  | 9.999  | 8.295  | 100.0%  | 10    |
+  | nova.delete_server | 2.506  | 4.173  | 4.427  | 5.12   | 5.813  | 4.06   | 100.0%  | 10    |
+  | total              | 10.355 | 11.708 | 14.201 | 15.006 | 15.812 | 12.355 | 100.0%  | 10    |
+  +--------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 36.3530268669
+  Full duration: 92.853083849
+
+  test scenario NovaServers.boot_and_rebuild_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 6.552  | 7.699  | 10.036 | 10.113 | 10.19  | 8.371  | 100.0%  | 10    |
+  | nova.rebuild_server | 9.522  | 11.78  | 13.651 | 13.906 | 14.162 | 11.746 | 100.0%  | 10    |
+  | nova.delete_server  | 3.327  | 4.064  | 4.61   | 4.82   | 5.03   | 4.065  | 100.0%  | 10    |
+  | total               | 19.511 | 25.224 | 26.458 | 26.522 | 26.586 | 24.182 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 73.8343379498
+  Full duration: 129.419740915
+
+  test scenario NovaSecGroup.create_and_list_secgroups
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 6.563  | 9.397  | 10.161 | 10.173 | 10.185 | 8.839  | 100.0%  | 10    |
+  | nova.create_100_rules          | 45.018 | 49.294 | 56.133 | 56.18  | 56.227 | 50.472 | 100.0%  | 10    |
+  | nova.list_security_groups      | 0.111  | 0.217  | 0.579  | 0.601  | 0.623  | 0.264  | 100.0%  | 10    |
+  | total                          | 52.204 | 58.754 | 65.138 | 65.785 | 66.433 | 59.576 | 100.0%  | 10    |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 179.173851967
+  Full duration: 240.213445902
+
+  test scenario NovaSecGroup.create_and_delete_secgroups
+  +--------------------------------------------------------------------------------------------------------+
+  |                                          Response Times (sec)                                          |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                         | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups | 7.358  | 9.711  | 10.153 | 10.476 | 10.798 | 9.428  | 100.0%  | 10    |
+  | nova.create_100_rules          | 47.694 | 51.106 | 54.599 | 55.137 | 55.674 | 51.004 | 100.0%  | 10    |
+  | nova.delete_10_security_groups | 1.777  | 3.576  | 4.456  | 4.736  | 5.016  | 3.515  | 100.0%  | 10    |
+  | total                          | 59.615 | 63.877 | 66.262 | 66.848 | 67.435 | 63.947 | 100.0%  | 10    |
+  +--------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 191.541640997
+  Full duration: 222.269508839
+
+  test scenario NovaServers.boot_and_bounce_server
+  +-------------------------------------------------------------------------------------------------+
+  |                                      Response Times (sec)                                       |
+  +-------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                  | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server        | 7.313  | 7.988  | 8.758  | 9.045  | 9.331  | 8.15   | 100.0%  | 10    |
+  | nova.reboot_server      | 5.889  | 6.906  | 7.056  | 7.078  | 7.101  | 6.624  | 100.0%  | 10    |
+  | nova.soft_reboot_server | 6.349  | 6.773  | 8.096  | 8.126  | 8.156  | 6.947  | 100.0%  | 10    |
+  | nova.stop_server        | 4.4    | 5.425  | 6.714  | 7.318  | 7.922  | 5.67   | 100.0%  | 10    |
+  | nova.start_server       | 2.424  | 4.059  | 5.269  | 5.417  | 5.564  | 4.057  | 100.0%  | 10    |
+  | nova.rescue_server      | 8.473  | 9.131  | 9.695  | 9.957  | 10.219 | 9.177  | 100.0%  | 10    |
+  | nova.unrescue_server    | 2.688  | 5.82   | 6.893  | 6.92   | 6.948  | 5.504  | 100.0%  | 10    |
+  | nova.delete_server      | 3.393  | 3.812  | 4.417  | 4.473  | 4.53   | 3.858  | 100.0%  | 10    |
+  | total                   | 47.129 | 50.214 | 51.652 | 52.087 | 52.523 | 50.006 | 100.0%  | 10    |
+  +-------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 150.170030117
+  Full duration: 206.320158958
+
+  test scenario NovaServers.boot_server
+  +----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                  |
+  +------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action           | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | nova.boot_server | 7.775 | 8.214  | 9.964  | 10.061 | 10.157 | 8.648 | 100.0%  | 10    |
+  | total            | 7.775 | 8.214  | 9.965  | 10.061 | 10.157 | 8.649 | 100.0%  | 10    |
+  +------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 25.5615310669
+  Full duration: 72.0356788635
+
+  test scenario NovaSecGroup.boot_and_delete_server_with_secgroups
+  +-----------------------------------------------------------------------------------------------------------+
+  |                                           Response Times (sec)                                            |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action                            | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.create_10_security_groups    | 7.852  | 9.225  | 10.298 | 10.398 | 10.498 | 9.327  | 100.0%  | 10    |
+  | nova.create_100_rules             | 45.734 | 50.042 | 52.231 | 53.454 | 54.678 | 49.891 | 100.0%  | 10    |
+  | nova.boot_server                  | 5.843  | 6.686  | 7.412  | 7.548  | 7.683  | 6.632  | 100.0%  | 10    |
+  | nova.get_attached_security_groups | 0.173  | 0.215  | 0.678  | 0.757  | 0.836  | 0.311  | 100.0%  | 10    |
+  | nova.delete_server                | 2.437  | 2.94   | 3.313  | 3.412  | 3.512  | 2.92   | 100.0%  | 10    |
+  | nova.delete_10_security_groups    | 2.172  | 3.217  | 4.733  | 5.576  | 6.419  | 3.474  | 100.0%  | 10    |
+  | total                             | 67.914 | 73.688 | 75.248 | 75.466 | 75.684 | 72.556 | 100.0%  | 10    |
+  +-----------------------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 217.134851933
+  Full duration: 273.106995821
+
+  test scenario NovaServers.pause_and_unpause_server
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action              | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | nova.boot_server    | 7.355  | 8.061  | 9.184  | 9.727  | 10.271 | 8.306  | 100.0%  | 10    |
+  | nova.pause_server   | 2.766  | 3.437  | 3.779  | 3.807  | 3.836  | 3.361  | 100.0%  | 10    |
+  | nova.unpause_server | 2.762  | 3.685  | 3.988  | 4.013  | 4.037  | 3.492  | 100.0%  | 10    |
+  | nova.delete_server  | 2.835  | 3.909  | 4.299  | 4.343  | 4.387  | 3.776  | 100.0%  | 10    |
+  | total               | 16.602 | 18.903 | 20.184 | 20.456 | 20.729 | 18.936 | 100.0%  | 10    |
+  +---------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 57.0698840618
+  Full duration: 114.94224596
+
+  test scenario NovaServers.boot_server_from_volume
+  +----------------------------------------------------------------------------------------------+
+  |                                     Response Times (sec)                                     |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | action               | min    | median | 90%ile | 95%ile | max    | avg    | success | count |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  | cinder.create_volume | 7.772  | 10.48  | 10.909 | 11.031 | 11.154 | 9.647  | 100.0%  | 10    |
+  | nova.boot_server     | 8.129  | 9.825  | 11.137 | 11.167 | 11.196 | 9.722  | 100.0%  | 10    |
+  | total                | 16.389 | 19.221 | 21.482 | 21.884 | 22.285 | 19.369 | 100.0%  | 10    |
+  +----------------------+--------+--------+--------+--------+--------+--------+---------+-------+
+  Load duration: 57.2666420937
+  Full duration: 114.729999065
+
+  test scenario NovaServers.boot_and_list_server
+  +-----------------------------------------------------------------------------------------+
+  |                                  Response Times (sec)                                   |
+  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | action            | min   | median | 90%ile | 95%ile | max    | avg   | success | count |
+  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  | nova.boot_server  | 7.43  | 8.747  | 9.88   | 10.022 | 10.163 | 8.832 | 100.0%  | 10    |
+  | nova.list_servers | 0.267 | 1.207  | 1.259  | 1.275  | 1.29   | 1.04  | 100.0%  | 10    |
+  | total             | 8.602 | 9.378  | 11.07  | 11.227 | 11.384 | 9.873 | 100.0%  | 10    |
+  +-------------------+-------+--------+--------+--------+--------+-------+---------+-------+
+  Load duration: 29.5450980663
+  Full duration: 106.656322002
+
+  run_rally - INFO - Test scenario: "nova" OK.
+
+  run_rally - INFO - Starting test scenario "quotas" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  dcebd6f2-6fd1-4d5d-8d66-445030082b6c: started
+  Task dcebd6f2-6fd1-4d5d-8d66-445030082b6c: finished
+
+  test scenario Quotas.cinder_update
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 1.163 | 1.265  | 1.531  | 1.556  | 1.581 | 1.345 | 100.0%  | 10    |
+  | total                | 1.163 | 1.265  | 1.531  | 1.556  | 1.581 | 1.345 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 4.06574201584
+  Full duration: 14.4119129181
+
+  test scenario Quotas.neutron_update
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.498 | 0.56   | 0.589  | 0.591  | 0.593 | 0.558 | 100.0%  | 10    |
+  | total                | 0.62  | 0.66   | 0.701  | 0.702  | 0.703 | 0.667 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 2.05467915535
+  Full duration: 11.7390589714
+
+  test scenario Quotas.cinder_update_and_delete
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 1.19  | 1.288  | 1.399  | 1.415  | 1.432 | 1.303 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.531 | 1.107  | 1.208  | 1.235  | 1.262 | 1.062 | 100.0%  | 10    |
+  | total                | 1.779 | 2.435  | 2.535  | 2.549  | 2.562 | 2.365 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 7.07872509956
+  Full duration: 17.2571020126
+
+  test scenario Quotas.nova_update_and_delete
+  +-------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | quotas.update_quotas | 0.669 | 0.708  | 0.732  | 0.745  | 0.757 | 0.703 | 100.0%  | 10    |
+  | quotas.delete_quotas | 0.02  | 0.508  | 0.557  | 0.558  | 0.559 | 0.466 | 100.0%  | 10    |
+  | total                | 0.727 | 1.212  | 1.275  | 1.28   | 1.285 | 1.169 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 3.64670991898
+  Full duration: 13.1532580853
+
+  test scenario Quotas.nova_update
+  +------------------------------------------------------------------------------------------+
+  |                                   Response Times (sec)                                   |
+  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
+  | action               | min   | median | 90%ile | 95%ile | max  | avg   | success | count |
+  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
+  | quotas.update_quotas | 0.652 | 0.726  | 0.761  | 0.766  | 0.77 | 0.722 | 100.0%  | 10    |
+  | total                | 0.652 | 0.727  | 0.762  | 0.766  | 0.77 | 0.722 | 100.0%  | 10    |
+  +----------------------+-------+--------+--------+--------+------+-------+---------+-------+
+  Load duration: 2.22018194199
+  Full duration: 11.9367260933
+
+  run_rally - INFO - Test scenario: "quotas" OK.
+
+  run_rally - INFO - Starting test scenario "requests" ...
+  run_rally - INFO -
+   Preparing input task
+   Task  89de006e-a4fd-4526-9211-477075f8e5fc: started
+  Task 89de006e-a4fd-4526-9211-477075f8e5fc: finished
+
+  test scenario HttpRequests.check_random_request
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | requests.check_request | 0.184 | 0.456  | 1.019  | 1.022  | 1.026 | 0.555 | 100.0%  | 10    |
+  | total                  | 0.184 | 0.456  | 1.02   | 1.023  | 1.026 | 0.555 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 1.69973492622
+  Full duration: 5.72609114647
+
+  test scenario HttpRequests.check_request
+  +---------------------------------------------------------------------------------------------+
+  |                                    Response Times (sec)                                     |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | action                 | min   | median | 90%ile | 95%ile | max   | avg   | success | count |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  | requests.check_request | 0.185 | 0.189  | 0.191  | 0.194  | 0.197 | 0.189 | 100.0%  | 10    |
+  | total                  | 0.185 | 0.189  | 0.191  | 0.194  | 0.197 | 0.189 | 100.0%  | 10    |
+  +------------------------+-------+--------+--------+--------+-------+-------+---------+-------+
+  Load duration: 0.616016864777
+  Full duration: 4.89253997803
+
+  run_rally - INFO - Test scenario: "requests" OK.
+
+  run_rally - INFO -
+
+                       Rally Summary Report
+  +===================+============+===============+===========+
+  | Module            | Duration   | nb. Test Run  | Success   |
+  +===================+============+===============+===========+
+  | authenticate      | 00:35      | 10            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | glance            | 02:20      | 7             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | cinder            | 19:44      | 50            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | heat              | 09:29      | 35            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | keystone          | 01:59      | 29            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | neutron           | 10:48      | 31            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | nova              | 39:36      | 61            | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | quotas            | 01:08      | 7             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  | requests          | 00:10      | 2             | 100.00%   |
+  +-------------------+------------+---------------+-----------+
+  +===================+============+===============+===========+
+  | TOTAL:            | 01:25:53   | 232           | 100.00%   |
+  +===================+============+===============+===========+
+::
+
+SDN Controller
+--------------
+
+ODL
+^^^
+::
+  ==============================================================================
+  Basic
+  ==============================================================================
+  Basic.010 Restconf OK :: Test suite to verify Restconf is OK
+  ==============================================================================
+  Get Controller Modules :: Get the controller modules via Restconf     | PASS |
+  ------------------------------------------------------------------------------
+  Basic.010 Restconf OK :: Test suite to verify Restconf is OK          | PASS |
+  1 critical test, 1 passed, 0 failed
+  1 test total, 1 passed, 0 failed
+  ==============================================================================
+  Basic                                                                 | PASS |
+  1 critical test, 1 passed, 0 failed
+  1 test total, 1 passed, 0 failed
+  ==============================================================================
+  Output:  /home/opnfv/output.xml
+  Log:     /home/opnfv/log.html
+  Report:  /home/opnfv/report.html
+  ==============================================================================
+  Neutron :: Test suite for Neutron Plugin
+  ==============================================================================
+  Neutron.Networks :: Checking Network created in OpenStack are pushed to Ope...
+  ==============================================================================
+  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 |
+  ------------------------------------------------------------------------------
+  Neutron.Networks :: Checking Network created in OpenStack are push... | PASS |
+  4 critical tests, 4 passed, 0 failed
+  4 tests total, 4 passed, 0 failed
+  ==============================================================================
+  Neutron.Subnets :: Checking Subnets created in OpenStack are pushed to Open...
+  ==============================================================================
+  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 |
+  ------------------------------------------------------------------------------
+  Neutron.Subnets :: Checking Subnets created in OpenStack are pushe... | PASS |
+  4 critical tests, 4 passed, 0 failed
+  4 tests total, 4 passed, 0 failed
+  ==============================================================================
+  Neutron.Ports :: Checking Port created in OpenStack are pushed to OpenDaylight
+  ==============================================================================
+  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 subnet created in OpenDaylight            | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Ports :: Checking Port created in OpenStack are pushed to ... | PASS |
+  4 critical tests, 4 passed, 0 failed
+  4 tests total, 4 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Ports :: Checking Port deleted in OpenStack are deleted also...
+  ==============================================================================
+  Delete New Port :: Delete previously created port in OpenStack        | PASS |
+  ------------------------------------------------------------------------------
+  Check Port Deleted :: Check port deleted in OpenDaylight              | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Ports :: Checking Port deleted in OpenStack are del... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack are deleted...
+  ==============================================================================
+  Delete New subnet :: Delete previously created subnet in OpenStack    | PASS |
+  ------------------------------------------------------------------------------
+  Check New subnet deleted :: Check subnet deleted in OpenDaylight      | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Subnets :: Checking Subnets deleted in OpenStack ar... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron.Delete Networks :: Checking Network deleted in OpenStack are delete...
+  ==============================================================================
+  Delete Network :: Delete network in OpenStack                         | PASS |
+  ------------------------------------------------------------------------------
+  Check Network deleted :: Check Network deleted in OpenDaylight        | PASS |
+  ------------------------------------------------------------------------------
+  Neutron.Delete Networks :: Checking Network deleted in OpenStack a... | PASS |
+  2 critical tests, 2 passed, 0 failed
+  2 tests total, 2 passed, 0 failed
+  ==============================================================================
+  Neutron :: Test suite for Neutron Plugin                              | PASS |
+  18 critical tests, 18 passed, 0 failed
+  18 tests total, 18 passed, 0 failed
+::
+
+Feature tests
+-------------
+
+Promise
+^^^^^^^
+::
+  FUNCTEST.info: Running PROMISE test case...
+  Promise- INFO - Creating tenant 'promise'...
+  Promise- INFO - Adding role 'eed9b04b536646c994679496e7b653cc' to tenant 'promise'...
+  Promise- INFO - Creating user 'promiser'...
+  Promise- INFO - Updating OpenStack credentials...
+  Promise- INFO - Creating image 'promise-img' from '/home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img'...
+  Promise- INFO - Creating flavor 'promise-flavor'...
+  Promise- INFO - Exporting environment variables...
+  Promise- INFO - Running command: npm run -s test -- --reporter json
+  Promise- INFO - The test succeeded.
+  {
+    "stats": {
+      "suites": 23,
+      "tests": 33,
+      "passes": 33,
+      "pending": 0,
+      "failures": 0,
+      "start": "2016-02-23T10:44:37.402Z",
+      "end": "2016-02-23T10:44:42.006Z",
+      "duration": 4604
+    },
+    "tests": [
+      {
+        "title": "should add a new OpenStack provider without error",
+        "fullTitle": "promise register OpenStack into resource pool add-provider should add a new OpenStack provider without error",
+        "duration": 1171,
+        "err": {}
+      },
+      {
+        "title": "should update promise.providers with a new entry",
+        "fullTitle": "promise register OpenStack into resource pool add-provider should update promise.providers with a new entry",
+        "duration": 7,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceProvider record in the store",
+        "fullTitle": "promise register OpenStack into resource pool add-provider should contain a new ResourceProvider record in the store",
+        "duration": 1,
+        "err": {}
+      },
+      {
+        "title": "should add more capacity to the reservation service without error",
+        "fullTitle": "promise register OpenStack into resource pool increase-capacity should add more capacity to the reservation service without error",
+        "duration": 29,
+        "err": {}
+      },
+      {
+        "title": "should update promise.pools with a new entry",
+        "fullTitle": "promise register OpenStack into resource pool increase-capacity should update promise.pools with a new entry",
+        "duration": 1,
+        "err": {}
+      },
+      {
+        "title": "should contain a ResourcePool record in the store",
+        "fullTitle": "promise register OpenStack into resource pool increase-capacity should contain a ResourcePool record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should report total collections and utilizations",
+        "fullTitle": "promise register OpenStack into resource pool query-capacity should report total collections and utilizations",
+        "duration": 23,
+        "err": {}
+      },
+      {
+        "title": "should contain newly added capacity pool",
+        "fullTitle": "promise register OpenStack into resource pool query-capacity should contain newly added capacity pool",
+        "duration": 13,
+        "err": {}
+      },
+      {
+        "title": "should create a new server in target provider without error",
+        "fullTitle": "promise allocation without reservation create-instance should create a new server in target provider without error",
+        "duration": 1144,
+        "err": {}
+      },
+      {
+        "title": "should update promise.allocations with a new entry",
+        "fullTitle": "promise allocation without reservation create-instance should update promise.allocations with a new entry",
+        "duration": 3,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceAllocation record in the store",
+        "fullTitle": "promise allocation without reservation create-instance should contain a new ResourceAllocation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should reference the created server ID from the provider",
+        "fullTitle": "promise allocation without reservation create-instance should reference the created server ID from the provider",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should have low priority state",
+        "fullTitle": "promise allocation without reservation create-instance should have low priority state",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should create reservation record (no start/end) without error",
+        "fullTitle": "promise allocation using reservation for immediate use create-reservation should create reservation record (no start/end) without error",
+        "duration": 71,
+        "err": {}
+      },
+      {
+        "title": "should update promise.reservations with a new entry",
+        "fullTitle": "promise allocation using reservation for immediate use create-reservation should update promise.reservations with a new entry",
+        "duration": 9,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceReservation record in the store",
+        "fullTitle": "promise allocation using reservation for immediate use create-reservation should contain a new ResourceReservation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should create a new server in target provider (with reservation) without error",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should create a new server in target provider (with reservation) without error",
+        "duration": 1025,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceAllocation record in the store",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should contain a new ResourceAllocation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should be referenced in the reservation record",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should be referenced in the reservation record",
+        "duration": 5,
+        "err": {}
+      },
+      {
+        "title": "should have high priority state",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should have high priority state",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should create reservation record (for future) without error",
+        "fullTitle": "promise reservation for future use create-reservation should create reservation record (for future) without error",
+        "duration": 125,
+        "err": {}
+      },
+      {
+        "title": "should update promise.reservations with a new entry",
+        "fullTitle": "promise reservation for future use create-reservation should update promise.reservations with a new entry",
+        "duration": 18,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceReservation record in the store",
+        "fullTitle": "promise reservation for future use create-reservation should contain a new ResourceReservation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should contain newly created future reservation",
+        "fullTitle": "promise reservation for future use query-reservation should contain newly created future reservation",
+        "duration": 74,
+        "err": {}
+      },
+      {
+        "title": "should modify existing reservation without error",
+        "fullTitle": "promise reservation for future use update-reservation should modify existing reservation without error",
+        "duration": 88,
+        "err": {}
+      },
+      {
+        "title": "should modify existing reservation without error",
+        "fullTitle": "promise reservation for future use cancel-reservation should modify existing reservation without error",
+        "duration": 19,
+        "err": {}
+      },
+      {
+        "title": "should no longer contain record of the deleted reservation",
+        "fullTitle": "promise reservation for future use cancel-reservation should no longer contain record of the deleted reservation",
+        "duration": 1,
+        "err": {}
+      },
+      {
+        "title": "should decrease available capacity from a provider in the future",
+        "fullTitle": "promise capacity planning decrease-capacity should decrease available capacity from a provider in the future",
+        "duration": 18,
+        "err": {}
+      },
+      {
+        "title": "should increase available capacity from a provider in the future",
+        "fullTitle": "promise capacity planning increase-capacity should increase available capacity from a provider in the future",
+        "duration": 13,
+        "err": {}
+      },
+      {
+        "title": "should report available collections and utilizations",
+        "fullTitle": "promise capacity planning query-capacity should report available collections and utilizations",
+        "duration": 66,
+        "err": {}
+      },
+      {
+        "title": "should fail to create immediate reservation record with proper error",
+        "fullTitle": "promise reservation with conflict create-reservation should fail to create immediate reservation record with proper error",
+        "duration": 74,
+        "err": {}
+      },
+      {
+        "title": "should fail to create future reservation record with proper error",
+        "fullTitle": "promise reservation with conflict create-reservation should fail to create future reservation record with proper error",
+        "duration": 69,
+        "err": {}
+      },
+      {
+        "title": "should successfully destroy all allocations",
+        "fullTitle": "promise cleanup test allocations destroy-instance should successfully destroy all allocations",
+        "duration": 507,
+        "err": {}
+      }
+    ],
+    "pending": [],
+    "failures": [],
+    "passes": [
+      {
+        "title": "should add a new OpenStack provider without error",
+        "fullTitle": "promise register OpenStack into resource pool add-provider should add a new OpenStack provider without error",
+        "duration": 1171,
+        "err": {}
+      },
+      {
+        "title": "should update promise.providers with a new entry",
+        "fullTitle": "promise register OpenStack into resource pool add-provider should update promise.providers with a new entry",
+        "duration": 7,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceProvider record in the store",
+        "fullTitle": "promise register OpenStack into resource pool add-provider should contain a new ResourceProvider record in the store",
+        "duration": 1,
+        "err": {}
+      },
+      {
+        "title": "should add more capacity to the reservation service without error",
+        "fullTitle": "promise register OpenStack into resource pool increase-capacity should add more capacity to the reservation service without error",
+        "duration": 29,
+        "err": {}
+      },
+      {
+        "title": "should update promise.pools with a new entry",
+        "fullTitle": "promise register OpenStack into resource pool increase-capacity should update promise.pools with a new entry",
+        "duration": 1,
+        "err": {}
+      },
+      {
+        "title": "should contain a ResourcePool record in the store",
+        "fullTitle": "promise register OpenStack into resource pool increase-capacity should contain a ResourcePool record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should report total collections and utilizations",
+        "fullTitle": "promise register OpenStack into resource pool query-capacity should report total collections and utilizations",
+        "duration": 23,
+        "err": {}
+      },
+      {
+        "title": "should contain newly added capacity pool",
+        "fullTitle": "promise register OpenStack into resource pool query-capacity should contain newly added capacity pool",
+        "duration": 13,
+        "err": {}
+      },
+      {
+        "title": "should create a new server in target provider without error",
+        "fullTitle": "promise allocation without reservation create-instance should create a new server in target provider without error",
+        "duration": 1144,
+        "err": {}
+      },
+      {
+        "title": "should update promise.allocations with a new entry",
+        "fullTitle": "promise allocation without reservation create-instance should update promise.allocations with a new entry",
+        "duration": 3,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceAllocation record in the store",
+        "fullTitle": "promise allocation without reservation create-instance should contain a new ResourceAllocation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should reference the created server ID from the provider",
+        "fullTitle": "promise allocation without reservation create-instance should reference the created server ID from the provider",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should have low priority state",
+        "fullTitle": "promise allocation without reservation create-instance should have low priority state",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should create reservation record (no start/end) without error",
+        "fullTitle": "promise allocation using reservation for immediate use create-reservation should create reservation record (no start/end) without error",
+        "duration": 71,
+        "err": {}
+      },
+      {
+        "title": "should update promise.reservations with a new entry",
+        "fullTitle": "promise allocation using reservation for immediate use create-reservation should update promise.reservations with a new entry",
+        "duration": 9,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceReservation record in the store",
+        "fullTitle": "promise allocation using reservation for immediate use create-reservation should contain a new ResourceReservation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should create a new server in target provider (with reservation) without error",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should create a new server in target provider (with reservation) without error",
+        "duration": 1025,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceAllocation record in the store",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should contain a new ResourceAllocation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should be referenced in the reservation record",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should be referenced in the reservation record",
+        "duration": 5,
+        "err": {}
+      },
+      {
+        "title": "should have high priority state",
+        "fullTitle": "promise allocation using reservation for immediate use create-instance should have high priority state",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should create reservation record (for future) without error",
+        "fullTitle": "promise reservation for future use create-reservation should create reservation record (for future) without error",
+        "duration": 125,
+        "err": {}
+      },
+      {
+        "title": "should update promise.reservations with a new entry",
+        "fullTitle": "promise reservation for future use create-reservation should update promise.reservations with a new entry",
+        "duration": 18,
+        "err": {}
+      },
+      {
+        "title": "should contain a new ResourceReservation record in the store",
+        "fullTitle": "promise reservation for future use create-reservation should contain a new ResourceReservation record in the store",
+        "duration": 0,
+        "err": {}
+      },
+      {
+        "title": "should contain newly created future reservation",
+        "fullTitle": "promise reservation for future use query-reservation should contain newly created future reservation",
+        "duration": 74,
+        "err": {}
+      },
+      {
+        "title": "should modify existing reservation without error",
+        "fullTitle": "promise reservation for future use update-reservation should modify existing reservation without error",
+        "duration": 88,
+        "err": {}
+      },
+      {
+        "title": "should modify existing reservation without error",
+        "fullTitle": "promise reservation for future use cancel-reservation should modify existing reservation without error",
+        "duration": 19,
+        "err": {}
+      },
+      {
+        "title": "should no longer contain record of the deleted reservation",
+        "fullTitle": "promise reservation for future use cancel-reservation should no longer contain record of the deleted reservation",
+        "duration": 1,
+        "err": {}
+      },
+      {
+        "title": "should decrease available capacity from a provider in the future",
+        "fullTitle": "promise capacity planning decrease-capacity should decrease available capacity from a provider in the future",
+        "duration": 18,
+        "err": {}
+      },
+      {
+        "title": "should increase available capacity from a provider in the future",
+        "fullTitle": "promise capacity planning increase-capacity should increase available capacity from a provider in the future",
+        "duration": 13,
+        "err": {}
+      },
+      {
+        "title": "should report available collections and utilizations",
+        "fullTitle": "promise capacity planning query-capacity should report available collections and utilizations",
+        "duration": 66,
+        "err": {}
+      },
+      {
+        "title": "should fail to create immediate reservation record with proper error",
+        "fullTitle": "promise reservation with conflict create-reservation should fail to create immediate reservation record with proper error",
+        "duration": 74,
+        "err": {}
+      },
+      {
+        "title": "should fail to create future reservation record with proper error",
+        "fullTitle": "promise reservation with conflict create-reservation should fail to create future reservation record with proper error",
+        "duration": 69,
+        "err": {}
+      },
+      {
+        "title": "should successfully destroy all allocations",
+        "fullTitle": "promise cleanup test allocations destroy-instance should successfully destroy all allocations",
+        "duration": 507,
+        "err": {}
+      }
+    ]
+  }
+  Promise- INFO -
+  ****************************************
+            Promise test report
+
+  ****************************************
+   Suites:     23
+   Tests:      33
+   Passes:     33
+   Pending:    0
+   Failures:   0
+   Start:      2016-02-23T10:44:37.402Z
+   End:        2016-02-23T10:44:42.006Z
+   Duration:   4.604
+  ****************************************
+
+  Promise- INFO - Pushing results to DB...
+::
diff --git a/docs/results/joid-os-onos-nofeature-ha.rst b/docs/results/joid-os-onos-nofeature-ha.rst
deleted file mode 100644 (file)
index 803cc6e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
-.. http://creativecommons.org/licenses/by/4.0
-
-Test results for joid-os-onos-nofeature-ha
-==========================================
-
-.. Add any text in here that could be useful for a reader.
-
-.. Add the test results in a consistent format.
-